{
  "exported_at": "2026-05-12T09:09:46",
  "root": "C:\\datum-api-examples-main",
  "table_count": 2758,
  "total_files": 19797,
  "total_size_bytes": 22199666072,
  "notes": "Each 'table' = one directory of parquet files (possibly sharded by ticker/date). Schema/types/samples come from the smallest representative file. Descriptions are heuristic — derived from filename + column name dictionaries. Excluded: .git, .env (Python tests), .claude/worktrees, *.pre_* backups, *.blocklisted.",
  "tables": [
    {
      "table": "./_amc_18_to_moo_events",
      "description": "",
      "representative_file": "_amc_18_to_moo_events.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 26682,
      "rep_rows": 423,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 424,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAOI",
            "AAOI",
            "ABCL"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-11-06T00:00:00",
            "2026-02-26T00:00:00",
            "2026-02-24T00:00:00"
          ]
        },
        {
          "name": "next_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-11-07T00:00:00",
            "2026-02-27T00:00:00",
            "2026-02-25T00:00:00"
          ]
        },
        {
          "name": "c1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.09,
            53.645,
            3.265
          ]
        },
        {
          "name": "c1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            23.97,
            63.2325,
            3.68
          ]
        },
        {
          "name": "ah_move",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.176006,
            0.178721,
            0.127106
          ]
        },
        {
          "name": "moo_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            25.01,
            65.93,
            3.38
          ]
        },
        {
          "name": "overnight_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.043388,
            0.04266,
            -0.081522
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "DN",
            "UP",
            "UP"
          ]
        }
      ]
    },
    {
      "table": "./_amc_18_to_moo_v2_events",
      "description": "",
      "representative_file": "_amc_18_to_moo_v2_events.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 31508,
      "rep_rows": 419,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 421,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAOI",
            "AAOI",
            "ABCL"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-11-06T00:00:00",
            "2026-02-26T00:00:00",
            "2026-02-24T00:00:00"
          ]
        },
        {
          "name": "next_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-11-07T00:00:00",
            "2026-02-27T00:00:00",
            "2026-02-25T00:00:00"
          ]
        },
        {
          "name": "c1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.09,
            53.645,
            3.265
          ]
        },
        {
          "name": "c1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            23.97,
            63.2325,
            3.68
          ]
        },
        {
          "name": "ah_move",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.176006,
            0.178721,
            0.127106
          ]
        },
        {
          "name": "moo_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            25.01,
            65.93,
            3.38
          ]
        },
        {
          "name": "overnight_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.043388,
            0.04266,
            -0.081522
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "DN",
            "UP",
            "UP"
          ]
        },
        {
          "name": "ah_dvol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            27590657.0555,
            65903557.0226,
            5418495.7368
          ]
        },
        {
          "name": "is_earnings",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        }
      ]
    },
    {
      "table": "./_regime_panel",
      "description": "",
      "representative_file": "_regime_panel.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 224544,
      "rep_rows": 509,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 509,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-30T00:00:00",
            "2024-05-01T00:00:00"
          ]
        },
        {
          "name": "pm_spy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.131817,
            -0.184202,
            -0.402278
          ]
        },
        {
          "name": "pm_qqq",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.169291,
            -0.263158,
            -0.793464
          ]
        },
        {
          "name": "pm_iwm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.136027,
            -0.44011,
            -0.469867
          ]
        },
        {
          "name": "pm_rsp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pm_tlt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.690905,
            -0.123637,
            -0.362935
          ]
        },
        {
          "name": "pm_ief",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.284277,
            null,
            -0.284495
          ]
        },
        {
          "name": "pm_uup",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pm_vxx",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.298063,
            0.0,
            2.209131
          ]
        },
        {
          "name": "pm_gld",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.060024,
            -0.906652,
            -0.047136
          ]
        },
        {
          "name": "pm_uso",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.074673,
            0.226415,
            -1.441694
          ]
        },
        {
          "name": "pm_slv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.68328,
            -2.013693,
            0.749064
          ]
        },
        {
          "name": "pm_fxi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.463858,
            -0.80429,
            0.0
          ]
        },
        {
          "name": "pm_ewj",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.027856,
            0.649542,
            null
          ]
        },
        {
          "name": "pm_mchi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.661157,
            null,
            null
          ]
        },
        {
          "name": "pm_kweb",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.451232,
            -0.938804,
            -0.107643
          ]
        },
        {
          "name": "pm_eem",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.631374,
            null,
            -0.024396
          ]
        },
        {
          "name": "pm_inda",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.152905,
            0.038073,
            null
          ]
        },
        {
          "name": "pm_ewy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.078101,
            null
          ]
        },
        {
          "name": "pm_ewa",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            0.0
          ]
        },
        {
          "name": "pm_ewz",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.251969,
            null
          ]
        },
        {
          "name": "pm_ewg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.355297,
            -0.322789,
            null
          ]
        },
        {
          "name": "pm_ewu",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.31582,
            null,
            null
          ]
        },
        {
          "name": "pm_hyg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pm_ibit",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.008253,
            -2.229654,
            -4.192501
          ]
        },
        {
          "name": "pm_fbtc",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.991031,
            -1.978581,
            -4.096154
          ]
        },
        {
          "name": "gld_minus_spy_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.071793,
            -0.72245,
            0.355142
          ]
        },
        {
          "name": "fxi_minus_spy_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.332041,
            -0.620088,
            0.402278
          ]
        },
        {
          "name": "kweb_minus_qqq_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.620523,
            -0.675646,
            0.685821
          ]
        },
        {
          "name": "ewj_minus_spy_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.896039,
            0.833744,
            null
          ]
        },
        {
          "name": "uup_minus_spy_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "uso_minus_spy_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.20649,
            0.410617,
            -1.039416
          ]
        },
        {
          "name": "tlt_minus_spy_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.559088,
            0.060565,
            0.039343
          ]
        },
        {
          "name": "iwm_minus_spy_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.00421,
            -0.255908,
            -0.067589
          ]
        },
        {
          "name": "rsp_minus_spy_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "hyg_minus_ief_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ibit_minus_qqq_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.177544,
            -1.966497,
            -3.399037
          ]
        },
        {
          "name": "pm_vol_z_spy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pm_range_pct_spy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.211898,
            0.139295,
            0.289577
          ]
        },
        {
          "name": "pm_vwap_dev_spy",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market VWAP",
          "sample_values": [
            -0.098164,
            -0.005935,
            -0.063339
          ]
        },
        {
          "name": "pm_accel_spy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.007845,
            0.047091,
            0.01002
          ]
        },
        {
          "name": "pm_vol_z_qqq",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pm_range_pct_qqq",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.258852,
            0.231112,
            0.400161
          ]
        },
        {
          "name": "pm_vwap_dev_qqq",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market VWAP",
          "sample_values": [
            -0.128329,
            -0.053541,
            -0.109987
          ]
        },
        {
          "name": "pm_accel_qqq",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.016167,
            0.03471,
            -0.099563
          ]
        },
        {
          "name": "spy_5d_realvol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_5d_cumret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vix_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "yesterday_fomc",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "yesterday_cpi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        }
      ]
    },
    {
      "table": "./ah_bars_delta_apr17",
      "description": "",
      "representative_file": "ah_bars_delta_apr17.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 14262,
      "rep_rows": 58,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PCYO",
            "NXGL",
            "INFQ/W"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-08",
            "2026-04-08",
            "2026-04-08"
          ]
        },
        {
          "name": "p_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.74,
            0.6376,
            null
          ]
        },
        {
          "name": "p_1630",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.1,
            0.6215,
            null
          ]
        },
        {
          "name": "p_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.1,
            0.6045,
            null
          ]
        },
        {
          "name": "p_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.05,
            0.64,
            5.13
          ]
        },
        {
          "name": "p_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.05,
            0.64,
            5.4099
          ]
        },
        {
          "name": "p_2000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.05,
            0.62,
            5.4099
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            12.1,
            0.64,
            5.4099
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.74,
            0.6045,
            5.13
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "15463",
            "24457",
            "550"
          ]
        },
        {
          "name": "ah_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "14",
            "2"
          ]
        },
        {
          "name": "ah_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "1609",
            "1738",
            "1804"
          ]
        },
        {
          "name": "ah_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "1600",
            "1646",
            "1723"
          ]
        }
      ]
    },
    {
      "table": "./amc_monitor_list",
      "description": "",
      "representative_file": "amc_monitor_list.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16758,
      "rep_rows": 52,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FNB",
            "AGNC",
            "CB"
          ]
        },
        {
          "name": "announcement_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-16",
            "2026-04-20",
            "2026-04-21"
          ]
        },
        {
          "name": "announcement_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            "16:00",
            "AMC"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-17",
            "2026-04-21",
            "2026-04-22"
          ]
        },
        {
          "name": "ann_class",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            "AMC",
            "AMC"
          ]
        },
        {
          "name": "strategy",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ret_pm04_eod",
            "ret_pm08_eod",
            "ret_prev_moo"
          ]
        },
        {
          "name": "n_all",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "21",
            "8"
          ]
        },
        {
          "name": "wr_all",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80.0,
            71.428571,
            87.5
          ]
        },
        {
          "name": "mean_all",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.613084,
            1.264237,
            1.87608
          ]
        },
        {
          "name": "n_h1",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "12",
            "2"
          ]
        },
        {
          "name": "wr_h1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            66.666667,
            100.0
          ]
        },
        {
          "name": "mean_h1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.545455,
            1.338023,
            3.991497
          ]
        },
        {
          "name": "n_h2",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "9",
            "6"
          ]
        },
        {
          "name": "wr_h2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            77.777778,
            83.333333
          ]
        },
        {
          "name": "mean_h2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.652719,
            1.165855,
            1.170941
          ]
        },
        {
          "name": "last_event",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-21",
            "2026-01-27",
            "2026-02-04"
          ]
        },
        {
          "name": "robust",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        },
        {
          "name": "h2_only",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "degraded",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "n_winning_setups",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "3"
          ]
        },
        {
          "name": "best_sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            1.183762,
            2.617938,
            2.558939
          ]
        }
      ]
    },
    {
      "table": "./apr24_ah_movers",
      "description": "",
      "representative_file": "apr24_ah_movers.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 63070,
      "rep_rows": 924,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AIXI",
            "BMNU",
            "NOK"
          ]
        },
        {
          "name": "rth_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.76,
            2.12,
            10.45
          ]
        },
        {
          "name": "ah_last",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.7403,
            2.09,
            10.47
          ]
        },
        {
          "name": "ah_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.592105,
            -1.415094,
            0.191388
          ]
        },
        {
          "name": "ah_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -4.486842,
            -1.877358,
            0.0
          ]
        },
        {
          "name": "ah_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            -0.289474,
            0.0,
            0.669856
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "742301",
            "1223661",
            "2990514"
          ]
        },
        {
          "name": "ah_value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            545505.313925,
            2576569.6862,
            31314160.9642
          ]
        }
      ]
    },
    {
      "table": "./backtest_0759_trades",
      "description": "",
      "representative_file": "backtest_0759_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 81725,
      "rep_rows": 269,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17T00:00:00",
            "2025-10-17T00:00:00",
            "2025-10-17T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SLB",
            "OZK",
            "FNB"
          ]
        },
        {
          "name": "dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SELL",
            "SELL",
            "BUY"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.0,
            7.0,
            6.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "B+",
            "B+"
          ]
        },
        {
          "name": "sizing_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.5,
            1.5
          ]
        },
        {
          "name": "entry",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.85,
            46.0201,
            14.28
          ]
        },
        {
          "name": "moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            32.7,
            45.13,
            14.97
          ]
        },
        {
          "name": "gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.67,
            -4.02,
            2.18
          ]
        },
        {
          "name": "mcap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            73929.0,
            5253.0,
            6025.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "40",
            "24",
            "15"
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1896388",
            "181999",
            "454505"
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.457,
            1.934,
            4.832
          ]
        },
        {
          "name": "win",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.17256,
            -0.17256,
            -0.17256
          ]
        },
        {
          "name": "SPY_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.567631,
            0.567631,
            0.567631
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.741141,
            1.741141,
            1.741141
          ]
        },
        {
          "name": "SPY_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.067297,
            13.067297,
            13.067297
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.340006,
            -0.340006,
            -0.340006
          ]
        },
        {
          "name": "QQQ_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.656678,
            0.656678,
            0.656678
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.447837,
            2.447837,
            2.447837
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.061375,
            -1.061375,
            -1.061375
          ]
        },
        {
          "name": "ARKK_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.507614,
            -0.507614,
            -0.507614
          ]
        },
        {
          "name": "ARKK_vs_QQQ",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.164292,
            -1.164292,
            -1.164292
          ]
        },
        {
          "name": "IWM_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.240936,
            -1.240936,
            -1.240936
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.876407,
            -1.876407,
            -1.876407
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.95,
            36.95,
            36.95
          ]
        },
        {
          "name": "VXX_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            74.112683,
            74.112683,
            74.112683
          ]
        },
        {
          "name": "vxx_spike",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLE_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.253194,
            0.253194,
            0.253194
          ]
        },
        {
          "name": "XLK_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.391891,
            -0.391891,
            -0.391891
          ]
        },
        {
          "name": "market_breadth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "neutral",
            "neutral",
            "neutral"
          ]
        },
        {
          "name": "spy_5d_crash",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vix_regime",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "high",
            "high",
            "high"
          ]
        },
        {
          "name": "ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.457,
            1.934,
            4.832
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17",
            "2025-10-17",
            "2025-10-17"
          ]
        },
        {
          "name": "p_0759",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            46.99,
            null
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.2,
            46.0201,
            14.28
          ]
        },
        {
          "name": "real_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            32.7,
            45.13,
            14.97
          ]
        },
        {
          "name": "p_0755",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0756",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            14.94
          ]
        },
        {
          "name": "p_0757",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.61,
            46.5,
            15.01
          ]
        },
        {
          "name": "p_0758",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "entry_hybrid",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.61,
            46.99,
            15.01
          ]
        },
        {
          "name": "entry_source",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "07:57",
            "07:59",
            "07:57"
          ]
        },
        {
          "name": "ret_new",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.275989,
            3.958289,
            -0.266489
          ]
        },
        {
          "name": "ret_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.625989,
            3.608289,
            -0.616489
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2893.069148,
            2143.238339,
            1844.702333
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -18.110293,
            77.334233,
            -11.372387
          ]
        }
      ]
    },
    {
      "table": "./backtest_6m_active",
      "description": "",
      "representative_file": "backtest_6m_active.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 536064,
      "rep_rows": 12402,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17T00:00:00",
            "2025-10-17T00:00:00",
            "2025-10-17T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SLB",
            "IBKR",
            "OZK"
          ]
        },
        {
          "name": "dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SELL",
            "SELL",
            "SELL"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.0,
            8.0,
            7.0
          ]
        },
        {
          "name": "ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.457,
            -0.15,
            1.934
          ]
        },
        {
          "name": "strategy",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ZAPAS",
            "ZAPAS",
            "ZAPAS"
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "neutral",
            "neutral",
            "neutral"
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "VIXCLS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.31,
            25.31,
            25.31
          ]
        },
        {
          "name": "crisis_score",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "skip",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "boost",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "VIX_spike",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "NFCI_tight",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "HY_stress",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "boost_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "size_exp_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            65659969.137331,
            8886110.520508,
            1202604.284165
          ]
        },
        {
          "name": "daily_rank",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "3"
          ]
        },
        {
          "name": "bp_before",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300000.0,
            300068.55,
            300046.05
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15000.0,
            15000.0,
            15000.0
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            68.55,
            -22.5,
            290.1
          ]
        },
        {
          "name": "bp_after",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300068.55,
            300046.05,
            300336.15
          ]
        }
      ]
    },
    {
      "table": "./backtest_6m_active_enriched",
      "description": "",
      "representative_file": "backtest_6m_active_enriched.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 677304,
      "rep_rows": 12402,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17T00:00:00",
            "2025-10-17T00:00:00",
            "2025-10-17T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SLB",
            "IBKR",
            "OZK"
          ]
        },
        {
          "name": "dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SELL",
            "SELL",
            "SELL"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.0,
            8.0,
            7.0
          ]
        },
        {
          "name": "ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.457,
            -0.15,
            1.934
          ]
        },
        {
          "name": "strategy",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ZAPAS",
            "ZAPAS",
            "ZAPAS"
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "neutral",
            "neutral",
            "neutral"
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "VIXCLS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.31,
            25.31,
            25.31
          ]
        },
        {
          "name": "crisis_score",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "skip",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "boost",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "VIX_spike",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "NFCI_tight",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "HY_stress",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "boost_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "size_exp_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            65659969.137331,
            8886110.520508,
            1202604.284165
          ]
        },
        {
          "name": "daily_rank",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "3"
          ]
        },
        {
          "name": "bp_before",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300000.0,
            300068.55,
            300046.05
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15000.0,
            15000.0,
            15000.0
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            68.55,
            -22.5,
            290.1
          ]
        },
        {
          "name": "bp_after",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300068.55,
            300046.05,
            300336.15
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B+",
            "B",
            "B"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            52.66,
            81.71,
            48.73
          ]
        },
        {
          "name": "adv_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Average daily volume",
          "sample_values": [
            19338096.4,
            4997150.55,
            1325601.25
          ]
        },
        {
          "name": "mcap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            78869543476.92,
            32053221962.610004,
            5307574903.44
          ]
        },
        {
          "name": "shares_outstanding",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1502561554.0,
            445616477.0,
            113434816.0
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "MEGA",
            "LARGE",
            "MID"
          ]
        },
        {
          "name": "price_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "$30-100",
            "$30-100",
            "$30-100"
          ]
        },
        {
          "name": "adv_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Average daily volume",
          "sample_values": [
            1018344156.424,
            408317171.4405,
            64596548.9125
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MEGA-LIQ",
            "HIGH",
            "MID"
          ]
        }
      ]
    },
    {
      "table": "./backtest_6m_daily",
      "description": "",
      "representative_file": "backtest_6m_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 19039,
      "rep_rows": 124,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17T00:00:00",
            "2025-10-20T00:00:00",
            "2025-10-21T00:00:00"
          ]
        },
        {
          "name": "bp_start",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300000.0,
            302242.073814,
            301915.317459
          ]
        },
        {
          "name": "bp_end",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            302242.073814,
            301915.317459,
            302843.17725
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2242.073814,
            -326.756354,
            927.859791
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "241",
            "81",
            "76"
          ]
        },
        {
          "name": "n_wins",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "119",
            "32",
            "34"
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.493776,
            0.395062,
            0.447368
          ]
        },
        {
          "name": "cum_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2242.073814,
            1915.317459,
            2843.17725
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            302242.073814,
            301915.317459,
            302843.17725
          ]
        },
        {
          "name": "peak",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            302242.073814,
            302242.073814,
            302843.17725
          ]
        },
        {
          "name": "dd_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            -0.108111,
            0.0
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.747358,
            -0.108111,
            0.307325
          ]
        }
      ]
    },
    {
      "table": "./backtest_6m_trades",
      "description": "",
      "representative_file": "backtest_6m_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 113627,
      "rep_rows": 575,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SMCI",
            "CLF",
            "NEM"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-20",
            "2025-10-20",
            "2025-10-20"
          ]
        },
        {
          "name": "bar_min",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "480",
            "480",
            "480"
          ]
        },
        {
          "name": "bar_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "08:00",
            "08:00",
            "08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            53.16,
            13.55,
            92.209999
          ]
        },
        {
          "name": "h",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            54.599998,
            14.96,
            92.499901
          ]
        },
        {
          "name": "l",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            52.860001,
            12.35,
            91.150002
          ]
        },
        {
          "name": "c",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            54.52,
            14.48,
            92.400002
          ]
        },
        {
          "name": "v",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "125974",
            "322023",
            "51293"
          ]
        },
        {
          "name": "stock_ret_cumul",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.023432,
            8.708709,
            0.238663
          ]
        },
        {
          "name": "beta_excess",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.340252,
            8.244586,
            -0.380009
          ]
        },
        {
          "name": "beta_excess_sigma",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.089631,
            7.208593,
            -0.662687
          ]
        },
        {
          "name": "beta_category",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MID_BETA",
            "IDIO",
            "MID_BETA"
          ]
        },
        {
          "name": "pm_vol_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SWEET",
            "SWEET",
            "LOW"
          ]
        },
        {
          "name": "pm_vol_cumul",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "462849",
            "808274",
            "93211"
          ]
        },
        {
          "name": "ret_to_moo",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.917095,
            7.734807,
            1.179654
          ]
        },
        {
          "name": "raw_bb_signal_p10_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p10_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "pm_rsi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.998745,
            79.516182,
            72.712182
          ]
        },
        {
          "name": "mom_5m",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.05669,
            0.450451,
            0.303754
          ]
        },
        {
          "name": "mom_30m",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.547997,
            -0.900901,
            0.867867
          ]
        },
        {
          "name": "tp",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            53.993332,
            13.93,
            92.016632
          ]
        },
        {
          "name": "tpv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6801755.993927,
            4485780.488274,
            4719809.109283
          ]
        },
        {
          "name": "tpv_cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24921070.841316,
            11346570.308007,
            8573668.82766
          ]
        },
        {
          "name": "v_cum_vwap",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "462849",
            "808274",
            "93211"
          ]
        },
        {
          "name": "pm_vwap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market VWAP",
          "sample_values": [
            53.842767,
            14.038025,
            91.981299
          ]
        },
        {
          "name": "vwap_dev",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.257798,
            3.148413,
            0.455204
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SELL",
            "SELL",
            "SELL"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "B+",
            "B+"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.399,
            0.303,
            0.295
          ]
        },
        {
          "name": "sell_weight",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.45,
            10.23,
            9.96
          ]
        },
        {
          "name": "buy_weight",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "size_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.5,
            1.5
          ]
        },
        {
          "name": "reasons",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "VWAP+1.26%→SELL;βEx3.1σ→SELL;RSI76→SELL",
            "VWAP+3.15%→SELL;RSI80→SELL",
            "MomUP→SELL;RSI73→SELL"
          ]
        },
        {
          "name": "signed_ret_pct",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.917095,
            -7.734807,
            -1.179654
          ]
        },
        {
          "name": "net_ret_pct",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.167095,
            -7.984807,
            -1.429654
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6000.0,
            4500.0,
            4500.0
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -70.025682,
            -359.316297,
            -64.334414
          ]
        },
        {
          "name": "rank_in_day",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "./backtest_all_layered_results",
      "description": "",
      "representative_file": "backtest_all_layered_results.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9203,
      "rep_rows": 39,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "strategy",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "L10_LOW_BETA_BUY",
            "L5_SELL_vxxSpike",
            "L2_BUY_prevQuiet"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "127",
            "132",
            "597"
          ]
        },
        {
          "name": "net_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.742,
            1.973,
            1.487
          ]
        },
        {
          "name": "net_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.407,
            1.994,
            1.377
          ]
        },
        {
          "name": "wr_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            85.8,
            74.2,
            72.7
          ]
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.956,
            3.264,
            2.611
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            1.266,
            0.604,
            0.57
          ]
        },
        {
          "name": "total_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            475.2,
            260.4,
            887.7
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "32",
            "21",
            "7"
          ]
        }
      ]
    },
    {
      "table": "./backtest_all_times_pristine",
      "description": "",
      "representative_file": "backtest_all_times_pristine.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9903,
      "rep_rows": 64,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 64,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry_T",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "400",
            "400"
          ]
        },
        {
          "name": "filter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ALL",
            "ALL",
            "ALL"
          ]
        },
        {
          "name": "thresh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            2.0
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SELL",
            "BUY",
            "SELL"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "1731",
            "1232",
            "666"
          ]
        },
        {
          "name": "net_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.148,
            0.175,
            0.307
          ]
        },
        {
          "name": "net_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.183,
            0.123,
            0.371
          ]
        },
        {
          "name": "wr_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            55.5,
            53.1,
            55.7
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            0.07,
            0.075,
            0.11
          ]
        },
        {
          "name": "total_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            256.8,
            215.5,
            204.2
          ]
        }
      ]
    },
    {
      "table": "./backtest_apr17_daily",
      "description": "",
      "representative_file": "backtest_apr17_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13383,
      "rep_rows": 294,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 294,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "total_realized_pnl",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_entries",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_exits",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_wins",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_losses",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "wr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "unique_tickers",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_winners",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-03",
            "2025-01-06",
            "2025-01-07"
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "risk_off",
            "risk_on",
            "risk_off"
          ]
        },
        {
          "name": "spy_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.561513,
            0.058823,
            0.069702
          ]
        }
      ]
    },
    {
      "table": "./backtest_apr17_trades",
      "description": "",
      "representative_file": "backtest_apr17_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1241928,
      "rep_rows": 15912,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 15912,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-13",
            "2021-01-13",
            "2021-01-13"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "INFO_20220225",
            "KBH",
            "KBH"
          ]
        },
        {
          "name": "dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SELL",
            "BUY",
            "BUY"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            7.0,
            7.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "C",
            "B+",
            "B+"
          ]
        },
        {
          "name": "sizing_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            1.5,
            1.5
          ]
        },
        {
          "name": "entry",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            86.89,
            35.9,
            35.9
          ]
        },
        {
          "name": "moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            86.3,
            36.87,
            36.87
          ]
        },
        {
          "name": "gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.55,
            7.96,
            7.96
          ]
        },
        {
          "name": "mcap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            null,
            3170.0,
            3170.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "30",
            "30"
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76845",
            "967376",
            "967376"
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.610388,
            2.644766,
            2.988827
          ]
        },
        {
          "name": "win",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_vs_QQQ",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vxx_spike",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "market_breadth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "unknown",
            "unknown",
            "unknown"
          ]
        },
        {
          "name": "spy_5d_crash",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vix_regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "add_num",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "entry_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "09:25",
            "07:00",
            "07:30"
          ]
        },
        {
          "name": "entry_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            86.83,
            35.92,
            35.8
          ]
        },
        {
          "name": "exit_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            86.3,
            36.87,
            36.87
          ]
        },
        {
          "name": "ret_pct_add",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.610388,
            2.644766,
            2.988827
          ]
        },
        {
          "name": "regime_apr17",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "neutral",
            "neutral",
            "neutral"
          ]
        },
        {
          "name": "base_size",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1000",
            "1000"
          ]
        },
        {
          "name": "regime_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "skipped",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "skip_reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "grade_excluded",
            "",
            ""
          ]
        },
        {
          "name": "size",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            1000.0,
            1000.0
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            0.0,
            26.447661,
            29.888268
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            3.5,
            3.5
          ]
        },
        {
          "name": "pnl_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            0.0,
            22.947661,
            26.388268
          ]
        }
      ]
    },
    {
      "table": "./backtest_audited_daily",
      "description": "",
      "representative_file": "backtest_audited_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9258,
      "rep_rows": 93,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17T00:00:00",
            "2025-10-20T00:00:00",
            "2025-10-21T00:00:00"
          ]
        },
        {
          "name": "bp_end",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            299525.308087,
            299521.794158,
            298993.612092
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -474.691913,
            -3.513929,
            -528.182066
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "1",
            "1",
            "4"
          ]
        },
        {
          "name": "peak",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            299525.308087,
            299525.308087,
            299525.308087
          ]
        },
        {
          "name": "dd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            -0.001173,
            -0.177513
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.158231,
            -0.001173,
            -0.176342
          ]
        }
      ]
    },
    {
      "table": "./backtest_audited_results",
      "description": "",
      "representative_file": "backtest_audited_results.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12316,
      "rep_rows": 18,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry_T",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "800",
            "800"
          ]
        },
        {
          "name": "strategy",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BUY_excess<-2",
            "SELL_excess>2",
            "SELL_excess>1"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "2105",
            "2510",
            "6761"
          ]
        },
        {
          "name": "gross_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.334,
            1.321,
            0.938
          ]
        },
        {
          "name": "gross_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.258,
            1.133,
            0.849
          ]
        },
        {
          "name": "net_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.984,
            0.971,
            0.588
          ]
        },
        {
          "name": "net_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.908,
            0.783,
            0.499
          ]
        },
        {
          "name": "wr_gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            71.5,
            72.6,
            74.8
          ]
        },
        {
          "name": "wr_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            65.7,
            65.5,
            65.2
          ]
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.822,
            2.823,
            2.022
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            0.349,
            0.344,
            0.291
          ]
        },
        {
          "name": "total_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2071.8,
            2437.1,
            3973.1
          ]
        },
        {
          "name": "max_loss",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -13.75,
            -14.68,
            -14.68
          ]
        },
        {
          "name": "max_win",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15.3,
            14.76,
            14.76
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "0",
            "1"
          ]
        }
      ]
    },
    {
      "table": "./backtest_audited_trades",
      "description": "",
      "representative_file": "backtest_audited_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 66413,
      "rep_rows": 650,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IBKR",
            "CMBT",
            "DHR"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17T00:00:00",
            "2025-10-20T00:00:00",
            "2025-10-21T00:00:00"
          ]
        },
        {
          "name": "dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BUY",
            "SELL",
            "BUY"
          ]
        },
        {
          "name": "trigger_hhmm",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "730",
            "800",
            "630"
          ]
        },
        {
          "name": "trigger_hour",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "8",
            "6"
          ]
        },
        {
          "name": "entry_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            66.65,
            9.64,
            220.53
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            66.69,
            9.61,
            223.5
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60",
            "12",
            "49"
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.15,
            1.04,
            8.81
          ]
        },
        {
          "name": "pm_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3158893.0,
            167475.0,
            11806919.0
          ]
        },
        {
          "name": "abs_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.67,
            0.21,
            7.25
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            19.3,
            6.07,
            26.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A+",
            "B",
            "A+"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            null,
            "Health Care"
          ]
        },
        {
          "name": "score_orig",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.0,
            null,
            null
          ]
        },
        {
          "name": "exit_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            64.6505,
            9.61,
            213.9141
          ]
        },
        {
          "name": "stopped",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        },
        {
          "name": "ret_gross_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.0,
            0.311203,
            -3.0
          ]
        },
        {
          "name": "ret_net_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.5,
            -0.188797,
            -3.5
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13562.626081,
            1861.22406,
            14976.089708
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -474.691913,
            -3.513929,
            -524.16314
          ]
        }
      ]
    },
    {
      "table": "./backtest_comprehensive_results",
      "description": "",
      "representative_file": "backtest_comprehensive_results.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9465,
      "rep_rows": 30,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 30,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "800",
            "800"
          ]
        },
        {
          "name": "strategy",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A_SELL_excess_high",
            "B_BUY_excess_low",
            "C_SELL_excess_1pct"
          ]
        },
        {
          "name": "signal",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "17664",
            "9842",
            "11713"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "17664",
            "9842",
            "11713"
          ]
        },
        {
          "name": "mean_gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            27.880521,
            4.363027,
            41.831018
          ]
        },
        {
          "name": "mean_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            27.530521,
            4.013027,
            41.481018
          ]
        },
        {
          "name": "wr_gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80.904665,
            69.843528,
            85.025186
          ]
        },
        {
          "name": "wr_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            71.020154,
            56.899004,
            79.330658
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            0.550514,
            0.091385,
            0.734044
          ]
        },
        {
          "name": "total_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            486299.116761,
            39496.213251,
            485867.168197
          ]
        }
      ]
    },
    {
      "table": "./backtest_cse_v1_trades",
      "description": "",
      "representative_file": "backtest_cse_v1_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 976,
      "rep_rows": 0,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 0,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": []
    },
    {
      "table": "./backtest_entry_times",
      "description": "",
      "representative_file": "backtest_entry_times.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10579,
      "rep_rows": 48,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry_T",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "500",
            "500",
            "500"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "BUY",
            "BUY",
            "BUY"
          ]
        },
        {
          "name": "excess_thresh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            1.0,
            2.0
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "471",
            "266",
            "106"
          ]
        },
        {
          "name": "net_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.172,
            -0.061,
            -0.214
          ]
        },
        {
          "name": "net_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.168,
            -0.002,
            -0.154
          ]
        },
        {
          "name": "wr_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            43.3,
            50.0,
            48.1
          ]
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.624,
            1.878,
            2.6
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            -0.106,
            -0.033,
            -0.082
          ]
        },
        {
          "name": "total_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -80.9,
            -16.3,
            -22.7
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "5"
          ]
        }
      ]
    },
    {
      "table": "./backtest_exp_daily",
      "description": "",
      "representative_file": "backtest_exp_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13062,
      "rep_rows": 124,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-20",
            "2025-10-21",
            "2025-10-22"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -966.759388,
            -776.155577,
            1566.217986
          ]
        },
        {
          "name": "cum_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -966.759388,
            -1742.914965,
            -176.69698
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            299033.240612,
            298257.085035,
            299823.30302
          ]
        },
        {
          "name": "peak",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            299033.240612,
            299033.240612,
            299823.30302
          ]
        },
        {
          "name": "dd_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            -0.259555,
            0.0
          ]
        },
        {
          "name": "bp_start",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300000.0,
            299033.240612,
            298257.085035
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.322253,
            -0.259555,
            0.525123
          ]
        }
      ]
    },
    {
      "table": "./backtest_exp_daily_2y",
      "description": "Daily OHLCV history cache.",
      "representative_file": "backtest_exp_daily_2y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4602,
      "rep_rows": 502,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17",
            "2024-04-18",
            "2024-04-19"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            6825.197942,
            12696.337098,
            null
          ]
        }
      ]
    },
    {
      "table": "./backtest_exp_trades",
      "description": "",
      "representative_file": "backtest_exp_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2054095,
      "rep_rows": 11343,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SMCI",
            "CLF",
            "UBS"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-20",
            "2025-10-20",
            "2025-10-20"
          ]
        },
        {
          "name": "bar_min",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "480",
            "480",
            "480"
          ]
        },
        {
          "name": "bar_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "08:00",
            "08:00",
            "08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            53.16,
            13.55,
            38.009998
          ]
        },
        {
          "name": "h",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            54.599998,
            14.96,
            38.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            52.860001,
            12.35,
            37.900002
          ]
        },
        {
          "name": "c",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            54.52,
            14.48,
            38.360001
          ]
        },
        {
          "name": "v",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "125974",
            "322023",
            "1170"
          ]
        },
        {
          "name": "stock_ret_cumul",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.023432,
            8.708709,
            0.0
          ]
        },
        {
          "name": "beta_excess",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.340252,
            8.244586,
            -0.033393
          ]
        },
        {
          "name": "beta_excess_sigma",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.089631,
            7.208593,
            -0.048761
          ]
        },
        {
          "name": "beta_category",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MID_BETA",
            "IDIO",
            "IDIO"
          ]
        },
        {
          "name": "pm_vol_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SWEET",
            "SWEET",
            "HARD_SKIP"
          ]
        },
        {
          "name": "pm_vol_cumul",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "462849",
            "808274",
            "20955"
          ]
        },
        {
          "name": "ret_to_moo",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.917095,
            7.734807,
            -0.469239
          ]
        },
        {
          "name": "raw_bb_signal_p10_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "SELL"
          ]
        },
        {
          "name": "bex_bb_signal_p10_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "SELL"
          ]
        },
        {
          "name": "pm_rsi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.998745,
            79.516182,
            84.846868
          ]
        },
        {
          "name": "mom_5m",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.05669,
            0.450451,
            0.808133
          ]
        },
        {
          "name": "mom_30m",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.547997,
            -0.900901,
            0.88634
          ]
        },
        {
          "name": "tp",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            53.993332,
            13.93,
            38.253334
          ]
        },
        {
          "name": "tpv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6801755.993927,
            4485780.488274,
            44756.400833
          ]
        },
        {
          "name": "tpv_cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24921070.841316,
            11346570.308007,
            794464.386738
          ]
        },
        {
          "name": "v_cum_vwap",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "462849",
            "808274",
            "20955"
          ]
        },
        {
          "name": "pm_vwap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market VWAP",
          "sample_values": [
            53.842767,
            14.038025,
            37.912879
          ]
        },
        {
          "name": "vwap_dev",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.257798,
            3.148413,
            1.179339
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SELL",
            "SELL",
            "SELL"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "B+",
            "SKIP"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.399,
            0.303,
            0.303
          ]
        },
        {
          "name": "sell_weight",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.45,
            10.23,
            10.23
          ]
        },
        {
          "name": "buy_weight",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "size_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.5,
            0.0
          ]
        },
        {
          "name": "reasons",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "VWAP+1.26%→SELL;βEx3.1σ→SELL;RSI76→SELL",
            "VWAP+3.15%→SELL;RSI80→SELL",
            "VWAP+1.18%→SELL;RSI85→SELL;VOL<50K"
          ]
        },
        {
          "name": "signed_ret_pct",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.917095,
            -7.734807,
            0.469239
          ]
        },
        {
          "name": "net_ret_pct",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.167095,
            -7.984807,
            0.219239
          ]
        },
        {
          "name": "size_exp_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.93326,
            3.360198,
            3.360198
          ]
        },
        {
          "name": "bp_before",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300000.0,
            299913.636278,
            299511.294133
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7399.889799,
            5038.846504,
            5032.086757
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -86.363722,
            -402.342145,
            11.032286
          ]
        },
        {
          "name": "bp_after",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            299913.636278,
            299511.294133,
            299522.326419
          ]
        }
      ]
    },
    {
      "table": "./backtest_exp_trades_2y",
      "description": "",
      "representative_file": "backtest_exp_trades_2y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6634730,
      "rep_rows": 49899,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ALAB",
            "UVXY",
            "LABD"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17",
            "2024-04-17",
            "2024-04-17"
          ]
        },
        {
          "name": "bar_min",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "480",
            "480",
            "480"
          ]
        },
        {
          "name": "bar_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "08:00",
            "08:00",
            "08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            75.400002,
            37.925098,
            9.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            76.285599,
            40.060001,
            9.85
          ]
        },
        {
          "name": "l",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            75.400002,
            37.91,
            9.61
          ]
        },
        {
          "name": "c",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            76.285599,
            38.990002,
            9.76
          ]
        },
        {
          "name": "v",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "4712",
            "5482"
          ]
        },
        {
          "name": "stock_ret_cumul",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.424078,
            0.931918,
            0.826446
          ]
        },
        {
          "name": "beta_excess",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.725073,
            0.076583,
            0.227524
          ]
        },
        {
          "name": "beta_excess_sigma",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.247271,
            0.075997,
            0.223747
          ]
        },
        {
          "name": "beta_category",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MID_BETA",
            "MID_BETA",
            "INVERSE"
          ]
        },
        {
          "name": "pm_vol_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HARD_SKIP",
            "HARD_SKIP",
            "LOW"
          ]
        },
        {
          "name": "pm_vol_cumul",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5354",
            "20746",
            "62867"
          ]
        },
        {
          "name": "ret_to_moo",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.685246,
            -0.795076,
            -1.741803
          ]
        },
        {
          "name": "raw_bb_signal_p10_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "SELL",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p10_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "pm_rsi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            88.469946,
            77.967201,
            63.3761
          ]
        },
        {
          "name": "mom_5m",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.092191,
            1.941496,
            1.033058
          ]
        },
        {
          "name": "mom_30m",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.4718,
            2.407455,
            1.136364
          ]
        },
        {
          "name": "tp",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.990402,
            38.986668,
            9.74
          ]
        },
        {
          "name": "tpv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15198.080444,
            183705.177887,
            53394.678745
          ]
        },
        {
          "name": "tpv_cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            403856.955971,
            795503.155785,
            607316.305901
          ]
        },
        {
          "name": "v_cum_vwap",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5354",
            "20746",
            "62867"
          ]
        },
        {
          "name": "pm_vwap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market VWAP",
          "sample_values": [
            75.430885,
            38.344893,
            9.660335
          ]
        },
        {
          "name": "vwap_dev",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.133109,
            1.682384,
            1.031691
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SELL",
            "SELL",
            "SELL"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SKIP",
            "SKIP",
            "A"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.608,
            0.512,
            0.426
          ]
        },
        {
          "name": "sell_weight",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20.5,
            17.28,
            14.37
          ]
        },
        {
          "name": "buy_weight",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "size_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            2.0
          ]
        },
        {
          "name": "reasons",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "VWAP+1.13%→SELL;MomUP→SELL;βEx2.2σ→SELL;RSI88→SELL;VOL<50K",
            "VWAP+1.68%→SELL;MomUP→SELL;RSI78→SELL;VOL<50K",
            "VWAP+1.03%→SELL;MomUP→SELL"
          ]
        },
        {
          "name": "signed_ret_pct",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.685246,
            0.795076,
            1.741803
          ]
        },
        {
          "name": "net_ret_pct",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.435246,
            0.545076,
            1.491803
          ]
        },
        {
          "name": "size_exp_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.381623,
            7.752381,
            5.495887
          ]
        },
        {
          "name": "bp_before",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300000.0,
            300245.031423,
            300801.102041
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17072.433866,
            11638.069129,
            8265.844379
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            245.031423,
            63.436282,
            123.310138
          ]
        },
        {
          "name": "bp_after",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300245.031423,
            300308.467704,
            300924.41218
          ]
        }
      ]
    },
    {
      "table": "./backtest_fast_trades",
      "description": "",
      "representative_file": "backtest_fast_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7556581,
      "rep_rows": 111621,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAOI"
          ]
        },
        {
          "name": "_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-15",
            "2026-04-15",
            "2026-04-15"
          ]
        },
        {
          "name": "profile",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "IDIOSYNCRATIC",
            "MID_BETA",
            "HIGH_BETA"
          ]
        },
        {
          "name": "pm_beta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.933,
            1.192,
            2.452
          ]
        },
        {
          "name": "pm_amp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.138,
            0.691,
            1.157
          ]
        },
        {
          "name": "datum_best_idx",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DIA",
            "XLB",
            "XLK"
          ]
        },
        {
          "name": "ret_ycls_to_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.008306,
            -0.02784,
            -2.657285
          ]
        },
        {
          "name": "ret_prevclo_to_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.008306,
            -0.02784,
            -2.657285
          ]
        },
        {
          "name": "ref_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.203918,
            -0.211498,
            0.223063
          ]
        },
        {
          "name": "expected_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.190255,
            -0.252105,
            0.546951
          ]
        },
        {
          "name": "excess",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.181949,
            0.224266,
            -3.204237
          ]
        },
        {
          "name": "pair_sell",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.181949,
            -0.224266,
            3.204237
          ]
        },
        {
          "name": "pair_buy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.181949,
            0.224266,
            -3.204237
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "22"
          ]
        }
      ]
    },
    {
      "table": "./backtest_moo_955_v8_trades",
      "description": "",
      "representative_file": "backtest_moo_955_v8_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11984187,
      "rep_rows": 144870,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-15",
            "2025-04-15",
            "2025-04-15"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ACWX",
            "ADMA",
            "ADT"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "grade_v7",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "score_v7",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.8,
            10.06,
            20.859999
          ]
        },
        {
          "name": "score_v8",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.0,
            -4.2,
            -4.0
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.68,
            2.63,
            0.62
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            2188.0,
            5429.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "Health Care",
            "Industrials"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.257068,
            1.062445,
            0.86314
          ]
        },
        {
          "name": "ret_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.16531,
            -0.517575,
            0.524848
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "win_net",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "size",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            2000.0,
            0.0
          ]
        },
        {
          "name": "pnl_gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            0.0,
            21.248896,
            0.0
          ]
        },
        {
          "name": "pnl_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            0.0,
            -10.351491,
            0.0
          ]
        },
        {
          "name": "ba_cost_real",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.091759,
            1.580019,
            0.338292
          ]
        },
        {
          "name": "v8_rules",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LIQ_HARD_SKIP pm=47,308.0 -4.0 [WR<40%]",
            "LIQ_SOFT_PEN pm=114,328.0 -1.5 [WR~44%]; LONG_RSIlt30_vol260q2 -2.7 [23%]",
            "LIQ_HARD_SKIP pm=10,982.0 -4.0 [WR<40%]"
          ]
        },
        {
          "name": "beta_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "MID"
          ]
        },
        {
          "name": "hl52_pos",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vol_20d_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "vol_20d_q2",
            "vol_20d_q4",
            "vol_20d_q2"
          ]
        },
        {
          "name": "vol_90d_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "vol_90d_q1",
            "vol_90d_q3",
            "vol_90d_q2"
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            null,
            65.497267,
            53.32371
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.1,
            0.1,
            0.1
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.23,
            0.23,
            0.23
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.35,
            -0.35,
            -0.35
          ]
        },
        {
          "name": "vxx_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.69,
            0.69,
            0.69
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "is_earnings_season",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pre_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            47308.0,
            114328.0,
            10982.0
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "risk_off",
            "risk_off",
            "risk_off"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "<2B",
            "2-10B",
            "2-10B"
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            47308.0,
            114328.0,
            10982.0
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "./backtest_multi_checkpoint_trades",
      "description": "",
      "representative_file": "backtest_multi_checkpoint_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 203596,
      "rep_rows": 602,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SLB",
            "IBKR",
            "ALLY"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17T00:00:00",
            "2025-10-17T00:00:00",
            "2025-10-17T00:00:00"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ok",
            "ok",
            "ok"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.87,
            64.7,
            37.8
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.81,
            65.47,
            37.8
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.77,
            65.81,
            37.3
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.08,
            65.82,
            37.8
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.81,
            66.65,
            39.79
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.85,
            66.59,
            40.21
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.123,
            67.71,
            40.56
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.23,
            67.1,
            40.5701
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.3,
            67.49,
            40.5647
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.7,
            66.61,
            39.99
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            33.54,
            68.3999,
            41.8611
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            32.0,
            64.0,
            36.54
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1896388.0,
            762313.0,
            549104.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5624.0,
            28797.0,
            910.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73339.0,
            90587.0,
            92670.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1817425.0,
            642929.0,
            455524.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "40",
            "48",
            "30"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "920",
            "920",
            "810"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "700",
            "800",
            "800"
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            32.7,
            66.69,
            40.0
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17",
            "2025-10-17",
            "2025-10-17"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.67,
            -2.67,
            4.03
          ]
        },
        {
          "name": "date_str_gap",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17",
            "2025-10-17",
            "2025-10-17"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73929.0,
            30186.0,
            12314.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "prev_close_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.966102,
            0.199377,
            0.083086
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            0.924693,
            2.4892,
            1.39285
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.4884,
            -3.234006,
            -3.026482
          ]
        },
        {
          "name": "vxx_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.88,
            -1.88,
            -1.88
          ]
        },
        {
          "name": "vix_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            60.7,
            60.7,
            60.7
          ]
        },
        {
          "name": "rel_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.58517,
            9.024696,
            18.200699
          ]
        },
        {
          "name": "is_opex_x",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.17,
            -0.17,
            -0.17
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.34,
            -0.34,
            -0.34
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.06,
            -1.06,
            -1.06
          ]
        },
        {
          "name": "IWM_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.54,
            -0.54,
            -0.54
          ]
        },
        {
          "name": "market_breadth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            55.21,
            55.21,
            55.21
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_earnings_season",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.0593,
            1.0593,
            1.0593
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            32.967033,
            42.576545,
            49.823009
          ]
        },
        {
          "name": "date_str_enr",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17",
            "2025-10-17",
            "2025-10-17"
          ]
        },
        {
          "name": "entry_8am",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.85,
            66.59,
            40.21
          ]
        },
        {
          "name": "pm_high_pre8",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            32.87,
            66.65,
            40.21
          ]
        },
        {
          "name": "pm_low_pre8",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            32.08,
            64.7,
            37.3
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.8125,
            6.874844,
            14.562397
          ]
        },
        {
          "name": "at_high",
          "arrow_type": "bool",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "at_low",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "zapas_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BUY",
            "BUY",
            "BUY"
          ]
        },
        {
          "name": "zapas_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.456621,
            0.150173,
            -0.522258
          ]
        },
        {
          "name": "zapas_win",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "40",
            "48",
            "30"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.0,
            8.0,
            0.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "A",
            null
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "neutral",
            "neutral",
            null
          ]
        },
        {
          "name": "is_opex_y",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            null
          ]
        },
        {
          "name": "trigger_hhmm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "715",
            "719",
            "631"
          ]
        },
        {
          "name": "entry_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            33.0,
            66.6,
            37.8
          ]
        },
        {
          "name": "ret_var_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.909091,
            0.135135,
            5.820106
          ]
        },
        {
          "name": "trig_hour",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "7",
            "6"
          ]
        },
        {
          "name": "ret_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.159091,
            -0.114865,
            5.570106
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15000.0,
            15000.0,
            750.0
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -173.863636,
            -17.22973,
            41.775794
          ]
        }
      ]
    },
    {
      "table": "./backtest_news_filter_results",
      "description": "",
      "representative_file": "backtest_news_filter_results.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7455,
      "rep_rows": 22,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "strategy",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PRISTINE_LOW_BETA_BUY",
            "PRISTINE_IDIOSYNCRATIC_SELL",
            "PRISTINE_MID_BETA_BUY"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "113",
            "250",
            "1005"
          ]
        },
        {
          "name": "net_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.251,
            2.936,
            1.426
          ]
        },
        {
          "name": "net_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.53,
            1.59,
            1.276
          ]
        },
        {
          "name": "wr_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            91.2,
            74.8,
            75.4
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            1.718,
            0.68,
            0.658
          ]
        },
        {
          "name": "total_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            480.4,
            734.1,
            1433.0
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "10",
            "15"
          ]
        }
      ]
    },
    {
      "table": "./backtest_rescored_corrected_trades",
      "description": "",
      "representative_file": "backtest_rescored_corrected_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 78391,
      "rep_rows": 567,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IBKR",
            "ALLY",
            "CMBT"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17T00:00:00",
            "2025-10-17T00:00:00",
            "2025-10-20T00:00:00"
          ]
        },
        {
          "name": "dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BUY",
            "BUY",
            "SELL"
          ]
        },
        {
          "name": "trigger_hhmm",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "730",
            "700",
            "800"
          ]
        },
        {
          "name": "trigger_hour",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "7",
            "8"
          ]
        },
        {
          "name": "entry_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            66.65,
            37.8,
            9.64
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            66.69,
            40.0,
            9.61
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60",
            "7",
            "12"
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.15,
            1.35,
            1.04
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "48141",
            "1110",
            "17332"
          ]
        },
        {
          "name": "abs_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.67,
            4.03,
            0.21
          ]
        },
        {
          "name": "vol_rank",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            2.47,
            3.0
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.3,
            15.5,
            9.07
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A+",
            "A+",
            "B+"
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.060015,
            5.820106,
            0.311203
          ]
        },
        {
          "name": "ret_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.189985,
            5.570106,
            0.061203
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15000.0,
            7670.010064,
            2927.492179
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -28.497749,
            427.227677,
            1.791722
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17",
            "2025-10-17",
            "2025-10-20"
          ]
        },
        {
          "name": "moo_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            66.69,
            40.0,
            9.61
          ]
        },
        {
          "name": "prev_cls_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            68.72,
            38.45,
            9.63
          ]
        },
        {
          "name": "ret_new_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.060015,
            5.820106,
            0.311203
          ]
        },
        {
          "name": "ret_net_new",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.189985,
            5.570106,
            0.061203
          ]
        }
      ]
    },
    {
      "table": "./backtest_rescored_trades",
      "description": "",
      "representative_file": "backtest_rescored_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 56968,
      "rep_rows": 567,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IBKR",
            "ALLY",
            "CMBT"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17T00:00:00",
            "2025-10-17T00:00:00",
            "2025-10-20T00:00:00"
          ]
        },
        {
          "name": "dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BUY",
            "BUY",
            "SELL"
          ]
        },
        {
          "name": "trigger_hhmm",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "730",
            "700",
            "800"
          ]
        },
        {
          "name": "trigger_hour",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "7",
            "8"
          ]
        },
        {
          "name": "entry_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            66.65,
            37.8,
            9.64
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            66.69,
            40.0,
            9.61
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60",
            "7",
            "12"
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.15,
            1.35,
            1.04
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "48141",
            "1110",
            "17332"
          ]
        },
        {
          "name": "abs_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.67,
            4.03,
            0.21
          ]
        },
        {
          "name": "vol_rank",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            2.47,
            3.0
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.3,
            15.5,
            9.07
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A+",
            "A+",
            "B+"
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.060015,
            5.820106,
            0.311203
          ]
        },
        {
          "name": "ret_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.189985,
            5.570106,
            0.061203
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15000.0,
            7670.010064,
            2927.492179
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -28.497749,
            427.227677,
            1.791722
          ]
        }
      ]
    },
    {
      "table": "./backtest_variable_time_trades",
      "description": "",
      "representative_file": "backtest_variable_time_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 144346,
      "rep_rows": 357,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SLB",
            "IBKR",
            "ALLY"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17T00:00:00",
            "2025-10-17T00:00:00",
            "2025-10-17T00:00:00"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ok",
            "ok",
            "ok"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.87,
            64.7,
            37.8
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.81,
            65.47,
            37.8
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.77,
            65.81,
            37.3
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.08,
            65.82,
            37.8
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.81,
            66.65,
            39.79
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.85,
            66.59,
            40.21
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.123,
            67.71,
            40.56
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.23,
            67.1,
            40.5701
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.3,
            67.49,
            40.5647
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.7,
            66.61,
            39.99
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            33.54,
            68.3999,
            41.8611
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            32.0,
            64.0,
            36.54
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1896388.0,
            762313.0,
            549104.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5624.0,
            28797.0,
            910.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73339.0,
            90587.0,
            92670.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1817425.0,
            642929.0,
            455524.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "40",
            "48",
            "30"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "920",
            "920",
            "810"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "700",
            "800",
            "800"
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            32.7,
            66.69,
            40.0
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17",
            "2025-10-17",
            "2025-10-17"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.67,
            -2.67,
            4.03
          ]
        },
        {
          "name": "date_str_gap",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17",
            "2025-10-17",
            "2025-10-17"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73929.0,
            30186.0,
            12314.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "prev_close_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.966102,
            0.199377,
            0.083086
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            0.924693,
            2.4892,
            1.39285
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.4884,
            -3.234006,
            -3.026482
          ]
        },
        {
          "name": "vxx_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.88,
            -1.88,
            -1.88
          ]
        },
        {
          "name": "vix_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            60.7,
            60.7,
            60.7
          ]
        },
        {
          "name": "rel_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.58517,
            9.024696,
            18.200699
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.17,
            -0.17,
            -0.17
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.34,
            -0.34,
            -0.34
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.06,
            -1.06,
            -1.06
          ]
        },
        {
          "name": "IWM_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.54,
            -0.54,
            -0.54
          ]
        },
        {
          "name": "market_breadth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            55.21,
            55.21,
            55.21
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_earnings_season",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.0593,
            1.0593,
            1.0593
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            32.967033,
            42.576545,
            49.823009
          ]
        },
        {
          "name": "date_str_enr",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-17",
            "2025-10-17",
            "2025-10-17"
          ]
        },
        {
          "name": "entry_8am",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.85,
            66.59,
            40.21
          ]
        },
        {
          "name": "pm_high_pre8",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            32.87,
            66.65,
            40.21
          ]
        },
        {
          "name": "pm_low_pre8",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            32.08,
            64.7,
            37.3
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.8125,
            6.874844,
            14.562397
          ]
        },
        {
          "name": "at_high",
          "arrow_type": "bool",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "at_low",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "zapas_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BUY",
            "BUY",
            "BUY"
          ]
        },
        {
          "name": "zapas_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.456621,
            0.150173,
            -0.522258
          ]
        },
        {
          "name": "zapas_win",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "40",
            "48",
            "30"
          ]
        },
        {
          "name": "trigger_hhmm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "920",
            "920",
            "810"
          ]
        },
        {
          "name": "trig_hour",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "9",
            "8"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.0,
            8.0,
            0.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "A",
            "C"
          ]
        },
        {
          "name": "entry_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            33.5382,
            67.74,
            41.5001
          ]
        },
        {
          "name": "ret_var_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.49924,
            -1.550044,
            -3.61469
          ]
        },
        {
          "name": "ret_fixed_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.456621,
            0.150173,
            -0.522258
          ]
        },
        {
          "name": "ret_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.74924,
            -1.800044,
            -3.86469
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15000.0,
            15000.0,
            750.0
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -412.385951,
            -270.006643,
            -28.985176
          ]
        }
      ]
    },
    {
      "table": "./backtest_zapas_cse_apr17_trades",
      "description": "",
      "representative_file": "backtest_zapas_cse_apr17_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2535463,
      "rep_rows": 10679,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-16",
            "2025-04-16",
            "2025-04-17"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AG",
            "AMD",
            "ACHR"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Technology",
            "Industrials"
          ]
        },
        {
          "name": "mcap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            10770.0,
            354614.0,
            4035.0
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "10-50B",
            ">50B",
            "2-10B"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            6.6,
            95.29,
            7.05
          ]
        },
        {
          "name": "entry_min",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "24",
            "24",
            "24"
          ]
        },
        {
          "name": "entry_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.0909,
            -8.0911,
            2.4113
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            6.83,
            87.6,
            7.19
          ]
        },
        {
          "name": "moo_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.4848,
            -8.0701,
            1.9858
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            3.48,
            -8.06,
            1.99
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34270.0,
            821499.0,
            149229.0
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16",
            "30",
            "28"
          ]
        },
        {
          "name": "pm_hl_spread",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0636,
            0.3393,
            0.2563
          ]
        },
        {
          "name": "pm_ret_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.393939,
            -6.902088,
            0.991489
          ]
        },
        {
          "name": "pm_ret_910",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.090909,
            -7.293525,
            1.557447
          ]
        },
        {
          "name": "pm_ret_915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.943939,
            -7.492916,
            1.560284
          ]
        },
        {
          "name": "pm_ret_920",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.787879,
            -7.545388,
            1.985816
          ]
        },
        {
          "name": "etf_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "XLB",
            "XLK",
            "XLI"
          ]
        },
        {
          "name": "etf_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.087,
            -2.683,
            0.072
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.1,
            -1.1,
            0.38
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.26,
            -2.26,
            0.27
          ]
        },
        {
          "name": "is_econ_day",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_monthly_opex",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_quad_witching",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_witching_week",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_holiday_adjacent",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_early_close",
          "arrow_type": "null",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_season",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_tax_loss_season",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_santa_rally",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_rebalance_day",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_month_end",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_friday",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.421,
            0.421,
            -0.7274
          ]
        },
        {
          "name": "nq_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "nq_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vix_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            174.95,
            174.95,
            175.733333
          ]
        },
        {
          "name": "ARKK_vs_QQQ",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.53,
            0.53,
            -0.37
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "stretch_925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_zscore",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_sector_outlier",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spread_vs_etf",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.0039,
            -5.4081,
            2.3393
          ]
        },
        {
          "name": "spread_vs_qqq",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "primary_spread",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.0039,
            -5.4081,
            2.3393
          ]
        },
        {
          "name": "abs_spread",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.0039,
            5.4081,
            2.3393
          ]
        },
        {
          "name": "cse_direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "LONG",
            "SHORT"
          ]
        },
        {
          "name": "convergence_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.6061,
            -0.021,
            0.4255
          ]
        },
        {
          "name": "convergence_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.6061,
            0.021,
            0.4255
          ]
        },
        {
          "name": "win",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "3"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "dow_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wednesday",
            "Wednesday",
            "Thursday"
          ]
        },
        {
          "name": "early_move_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.182,
            -0.76,
            -0.982
          ]
        },
        {
          "name": "early_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128593.0,
            583835.0,
            41543.0
          ]
        },
        {
          "name": "mid_move_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.879,
            -0.124,
            0.496
          ]
        },
        {
          "name": "mid_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            208137.0,
            562615.0,
            108952.0
          ]
        },
        {
          "name": "econ_move_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.006,
            0.056,
            0.423
          ]
        },
        {
          "name": "econ_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35004.0,
            191109.0,
            173183.0
          ]
        },
        {
          "name": "entry_move_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.146,
            -0.556,
            0.838
          ]
        },
        {
          "name": "entry_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14581.0,
            205164.0,
            62650.0
          ]
        },
        {
          "name": "beta_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "beta_60d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "beta_surprise",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "beta_change",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "Semiconductors",
            "Aerospace & Defense"
          ]
        },
        {
          "name": "ind_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -4.237754,
            0.888667
          ]
        },
        {
          "name": "ind_std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.922237,
            0.755848
          ]
        },
        {
          "name": "ind_count",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            13.0,
            6.0
          ]
        },
        {
          "name": "ind_z",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -2.004615,
            2.01447
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.713,
            -0.713,
            1.106
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.899,
            -1.899,
            1.388
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.539,
            -2.539,
            1.79
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.523,
            -0.523,
            0.04
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.484
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.356,
            -0.356,
            2.037
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119,
            0.119,
            0.717
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.598,
            -0.598,
            1.21
          ]
        },
        {
          "name": "_dm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.549707,
            1.549707,
            2.664453
          ]
        },
        {
          "name": "_ds",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            51.802951,
            51.802951,
            53.92703
          ]
        },
        {
          "name": "_z",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.047376,
            -0.134313,
            -0.00603
          ]
        },
        {
          "name": "_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.303039,
            -1.189012,
            1.419811
          ]
        },
        {
          "name": "_ea",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ba_cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0318,
            0.16965,
            0.12815
          ]
        },
        {
          "name": "conv_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5743,
            -0.14865,
            0.29735
          ]
        },
        {
          "name": "win_net",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "score_v3",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "10",
            "9"
          ]
        },
        {
          "name": "grade_v3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "D",
            "A",
            "B"
          ]
        },
        {
          "name": "vxx_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.43,
            3.43,
            -2.3
          ]
        },
        {
          "name": "regime_apr17",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "risk_off",
            "risk_off",
            "neutral"
          ]
        },
        {
          "name": "skip_reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "score",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "8",
            "5"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B+",
            "A",
            "B+"
          ]
        },
        {
          "name": "factors",
          "arrow_type": "struct<beta_cat: string, mcap: string, pm_vol: string, spread: string, vix: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "{'beta_cat': 'MID_BETA (+1)', 'mcap': None, 'pm_vol': None, 'spread': 'large_2-5",
            "{'beta_cat': 'MID_BETA (+1)', 'mcap': 'mega (+1)', 'pm_vol': '>500K (+1)', 'spre",
            "{'beta_cat': 'MID_BETA (+1)', 'mcap': None, 'pm_vol': None, 'spread': 'large_2-5"
          ]
        },
        {
          "name": "base_size",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1000",
            "2000",
            "1000"
          ]
        },
        {
          "name": "regime_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "size",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1000.0,
            2000.0,
            1000.0
          ]
        },
        {
          "name": "cost_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.7,
            0.7,
            0.7
          ]
        },
        {
          "name": "pnl_gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            6.061,
            0.42,
            4.255
          ]
        },
        {
          "name": "pnl_cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            7.0,
            14.0,
            7.0
          ]
        },
        {
          "name": "pnl_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -0.939,
            -13.58,
            -2.745
          ]
        },
        {
          "name": "n_adds",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "pnl_net_adds",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -0.939,
            -13.58,
            -2.745
          ]
        },
        {
          "name": "size_adds",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1000.0,
            2000.0,
            1000.0
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "11",
            "19",
            "24"
          ]
        }
      ]
    },
    {
      "table": "./bigmove_1m_d0",
      "description": "",
      "representative_file": "bigmove_1m_d0.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1284346,
      "rep_rows": 40790,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-02-11 09:25:00",
            "2021-02-11 09:26:00",
            "2021-02-11 09:27:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            34.0,
            33.75,
            33.51
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            34.0,
            33.81,
            33.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            34.0,
            33.5,
            33.51
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            34.0,
            33.51,
            33.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "947",
            "8550",
            "500"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SGI",
            "SGI",
            "SGI"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-02-11",
            "2021-02-11",
            "2021-02-11"
          ]
        }
      ]
    },
    {
      "table": "./bigmove_1m_d1",
      "description": "",
      "representative_file": "bigmove_1m_d1.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1183263,
      "rep_rows": 38333,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-01-29 09:30:00",
            "2021-01-29 09:31:00",
            "2021-01-29 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.63,
            18.3,
            18.41
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.71,
            18.44,
            18.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.17,
            18.25,
            18.09
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.3,
            18.44,
            18.1301
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "88425",
            "33877",
            "57319"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FLEX",
            "FLEX",
            "FLEX"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-29",
            "2021-01-29",
            "2021-01-29"
          ]
        }
      ]
    },
    {
      "table": "./bigmove_earnings",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "bigmove_earnings.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 185429,
      "rep_rows": 1164,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NFLX",
            "FLEX",
            "PTC"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-20",
            "2021-01-28",
            "2021-01-28"
          ]
        },
        {
          "name": "next_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-21",
            "2021-01-29",
            "2021-01-29"
          ]
        },
        {
          "name": "announcement_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16:00",
            "09:00",
            "16:01"
          ]
        },
        {
          "name": "open_d0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            56.542,
            14.482931,
            133.9
          ]
        },
        {
          "name": "close_d0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            58.634,
            13.435041,
            138.33
          ]
        },
        {
          "name": "vol_d0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            326374500.0,
            16317955.0,
            3847704.0
          ]
        },
        {
          "name": "gap_d0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.69,
            15.09,
            10.82
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            50.177,
            12.583985,
            120.83
          ]
        },
        {
          "name": "open_d1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            58.245,
            13.551425,
            137.67
          ]
        },
        {
          "name": "close_d1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            57.984,
            12.831301,
            132.91
          ]
        },
        {
          "name": "vol_d1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            118406340.0,
            12853861.0,
            918029.0
          ]
        },
        {
          "name": "gap_d1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.66,
            0.87,
            -0.48
          ]
        },
        {
          "name": "price_d0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            56.542,
            14.482931,
            133.9
          ]
        },
        {
          "name": "meta_mcap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            416558.0,
            25218.0,
            16974.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communications",
            "Technology",
            "Technology"
          ]
        },
        {
          "name": "mcap_final",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            416558.0,
            25218.0,
            16974.0
          ]
        },
        {
          "name": "ret_d0_intra",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.699904,
            -7.235345,
            3.308439
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UP",
            "UP",
            "UP"
          ]
        },
        {
          "name": "ret_d1_intra",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.448107,
            -5.314009,
            -3.457543
          ]
        },
        {
          "name": "gap_d1_cont",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "timing",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16:00",
            "09:00",
            "16:01"
          ]
        },
        {
          "name": "pe_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73.825,
            55.827,
            -285.977
          ]
        },
        {
          "name": "profit_margin",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.104,
            0.004,
            -0.022
          ]
        },
        {
          "name": "gross_margin",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.385,
            0.058,
            0.741
          ]
        },
        {
          "name": "ebitda_margin",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.598,
            0.043,
            0.112
          ]
        },
        {
          "name": "debt_equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.169,
            3.542,
            1.217
          ]
        },
        {
          "name": "revenue_growth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            271.086905,
            0.0,
            252.596389
          ]
        },
        {
          "name": "fin_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2020-03-31",
            "2019-12-31",
            "2019-12-31"
          ]
        },
        {
          "name": "n_articles",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "news_type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "no_news",
            "no_news",
            "no_news"
          ]
        },
        {
          "name": "sentiment_score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "all_types",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "top_headline",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "./bo_late_exit_topedge",
      "description": "",
      "representative_file": "bo_late_exit_topedge.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 14983,
      "rep_rows": 92,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ARTL",
            "ARTL",
            "AGPU"
          ]
        },
        {
          "name": "session_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-19T00:00:00",
            "2026-04-21T00:00:00",
            "2026-04-02T00:00:00"
          ]
        },
        {
          "name": "close_2100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            6.6,
            4.15,
            3.79
          ]
        },
        {
          "name": "exit_0359_BO",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.024242,
            0.048193,
            0.118734
          ]
        },
        {
          "name": "exit_0600_PM",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.036364,
            0.009639,
            -0.05277
          ]
        },
        {
          "name": "exit_0800_PM",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.027273,
            0.00241,
            -0.05277
          ]
        },
        {
          "name": "exit_0930_MOO",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            0.015288,
            -0.012048,
            -0.134565
          ]
        },
        {
          "name": "exit_1000_RTH",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.043561,
            -0.007205,
            -0.147704
          ]
        },
        {
          "name": "exit_1200_RTH",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.045212,
            0.019301,
            -0.055409
          ]
        },
        {
          "name": "exit_1600_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.083333,
            -0.024096,
            0.094565
          ]
        }
      ]
    },
    {
      "table": "./bo_research_scan_results",
      "description": "",
      "representative_file": "bo_research_scan_results.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 18099,
      "rep_rows": 402,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "filter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "b_2021=dn05_2",
            "b_2021=dn2_5",
            "b_2021=dn>5"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "2688",
            "981",
            "219"
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.080692,
            0.466771,
            1.807463
          ]
        },
        {
          "name": "WR_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            52.864583,
            55.759429,
            59.817352
          ]
        },
        {
          "name": "Sh_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.564912,
            2.048413,
            3.914525
          ]
        }
      ]
    },
    {
      "table": "./bo_session_features",
      "description": "",
      "representative_file": "bo_session_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1727429,
      "rep_rows": 22279,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "session_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-09-03T00:00:00",
            "2025-10-01T00:00:00",
            "2025-11-28T00:00:00"
          ]
        },
        {
          "name": "close_2000",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.7,
            32.73,
            41.29
          ]
        },
        {
          "name": "close_2100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.78,
            32.77,
            41.42
          ]
        },
        {
          "name": "close_0359",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.69,
            32.38,
            41.68
          ]
        },
        {
          "name": "vol_20_21",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "140",
            "396",
            "83"
          ]
        },
        {
          "name": "vol_21_04",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2263",
            "2570",
            "3797"
          ]
        },
        {
          "name": "vwap_20_21",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            30.735571,
            32.752197,
            41.411928
          ]
        },
        {
          "name": "ret_20_21",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002606,
            0.001222,
            0.003148
          ]
        },
        {
          "name": "ret_21_04",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.002924,
            -0.011901,
            0.006277
          ]
        },
        {
          "name": "mae_21_04",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.015595,
            -0.011901,
            -0.006277
          ]
        },
        {
          "name": "mfe_21_04",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.006823,
            0.00061,
            0.007001
          ]
        },
        {
          "name": "bars_21_04",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "35",
            "30",
            "42"
          ]
        }
      ]
    },
    {
      "table": "./bo_session_features_enriched",
      "description": "",
      "representative_file": "bo_session_features_enriched.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2347217,
      "rep_rows": 22279,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "session_date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-09-03",
            "2025-10-01",
            "2025-11-28"
          ]
        },
        {
          "name": "close_2000",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.7,
            32.73,
            41.29
          ]
        },
        {
          "name": "close_2100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.78,
            32.77,
            41.42
          ]
        },
        {
          "name": "close_0359",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.69,
            32.38,
            41.68
          ]
        },
        {
          "name": "vol_20_21",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "140",
            "396",
            "83"
          ]
        },
        {
          "name": "vol_21_04",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2263",
            "2570",
            "3797"
          ]
        },
        {
          "name": "vwap_20_21",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            30.735571,
            32.752197,
            41.411928
          ]
        },
        {
          "name": "ret_20_21",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002606,
            0.001222,
            0.003148
          ]
        },
        {
          "name": "ret_21_04",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.002924,
            -0.011901,
            0.006277
          ]
        },
        {
          "name": "mae_21_04",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.015595,
            -0.011901,
            -0.006277
          ]
        },
        {
          "name": "mfe_21_04",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.006823,
            0.00061,
            0.007001
          ]
        },
        {
          "name": "bars_21_04",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "35",
            "30",
            "42"
          ]
        },
        {
          "name": "prior_td",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-14",
            "2025-04-14",
            "2025-04-14"
          ]
        },
        {
          "name": "prior_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            25.01,
            25.01,
            25.01
          ]
        },
        {
          "name": "prior_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            25.52,
            25.52,
            25.52
          ]
        },
        {
          "name": "prior_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5833825.0,
            5833825.0,
            5833825.0
          ]
        },
        {
          "name": "prior_prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24.75,
            24.75,
            24.75
          ]
        },
        {
          "name": "prior_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.010505,
            0.010505,
            0.010505
          ]
        },
        {
          "name": "gap_close_to_2000",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.227509,
            0.308677,
            0.65094
          ]
        },
        {
          "name": "vol_ratio_prior",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.000388,
            0.000441,
            0.000651
          ]
        },
        {
          "name": "earn_prior_td",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "earn_session_d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "amc_prior",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "bmo_session",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "spy_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.009701,
            0.009701,
            0.009701
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "4"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "10",
            "11"
          ]
        }
      ]
    },
    {
      "table": "./cache_stream_D_master",
      "description": "",
      "representative_file": "cache_stream_D_master.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15799515,
      "rep_rows": 240195,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03T00:00:00",
            "2023-01-04T00:00:00",
            "2023-01-05T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            44.77,
            45.3
          ]
        },
        {
          "name": "close_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.91,
            45.2,
            45.245
          ]
        },
        {
          "name": "win_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            45.3699,
            45.46
          ]
        },
        {
          "name": "win_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.3,
            44.3709,
            44.14
          ]
        },
        {
          "name": "reg_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            44.77,
            45.3
          ]
        },
        {
          "name": "reg_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.57,
            45.125,
            45.47
          ]
        },
        {
          "name": "reg_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            45.9,
            45.99
          ]
        },
        {
          "name": "reg_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.44,
            44.3709,
            44.14
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.87,
            44.8,
            45.3
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.75,
            44.58,
            45.15
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            45.9,
            44.81,
            46.15
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            45.56,
            44.3,
            45.15
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15723.0,
            5342.0,
            16707.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.743169,
            1.144011,
            2.214839
          ]
        },
        {
          "name": "pm_hod_tests",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6",
            "1",
            "1"
          ]
        },
        {
          "name": "first_min_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.679484,
            0.627876,
            1.302428
          ]
        },
        {
          "name": "reg_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2628288.0,
            3255582.0,
            2864401.0
          ]
        }
      ]
    },
    {
      "table": "./combo_100k_losers",
      "description": "",
      "representative_file": "combo_100k_losers.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7378,
      "rep_rows": 26,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "BUY",
            "BUY",
            "SELL"
          ]
        },
        {
          "name": "combo_n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "factors",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "profile=INVERSE & amp_bucket=slight_high & regime=risk_off",
            "profile=INVERSE & amp_bucket=slight_high & excess_bucket=2-3",
            "profile=INVERSE & amp_bucket=slight_low & stock_pm_dir=mod_up"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "31",
            "32",
            "30"
          ]
        },
        {
          "name": "net_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.157,
            -0.75,
            -0.841
          ]
        },
        {
          "name": "wr_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.8,
            31.2,
            26.7
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            -0.607,
            -0.516,
            -0.495
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2391",
            "2420",
            "963"
          ]
        }
      ]
    },
    {
      "table": "./combo_100k_winners",
      "description": "",
      "representative_file": "combo_100k_winners.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 67677,
      "rep_rows": 2350,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SELL",
            "SELL",
            "BUY"
          ]
        },
        {
          "name": "combo_n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "factors",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "price_tier=$50-100 & excess_bucket=>10 & stock_pm_dir=big_up",
            "profile=IDIOSYNCRATIC & price_tier=$50-100 & excess_bucket=>10",
            "profile=LOW_BETA & regime=neutral & excess_bucket=5-10"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "48",
            "48",
            "47"
          ]
        },
        {
          "name": "net_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.777,
            10.777,
            5.758
          ]
        },
        {
          "name": "wr_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            100.0,
            100.0
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            25.695,
            25.695,
            14.079
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1447",
            "1046",
            "2485"
          ]
        }
      ]
    },
    {
      "table": "./daily_delta_apr17",
      "description": "",
      "representative_file": "daily_delta_apr17.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2885182,
      "rep_rows": 170222,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-14",
            "2026-04-14",
            "2026-04-14"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            118.04,
            73.83,
            24.88
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            120.39,
            71.84,
            24.965
          ]
        },
        {
          "name": "v",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            2676920.0,
            3829596.0,
            2740.0
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.46,
            0.71,
            -0.11
          ]
        }
      ]
    },
    {
      "table": "./daily_regime",
      "description": "",
      "representative_file": "daily_regime.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 685545,
      "rep_rows": 1255,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 1255,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-04-19",
            "2021-04-20",
            "2021-04-21"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.313095,
            -0.160128
          ]
        },
        {
          "name": "SPY_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.73216,
            0.946212
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            415.21,
            412.17,
            416.07
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.200661,
            -0.392378
          ]
        },
        {
          "name": "QQQ_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.728872,
            0.856098
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            338.88,
            336.41,
            339.29
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.25739,
            -1.02521
          ]
        },
        {
          "name": "ARKK_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -1.195616,
            2.369748
          ]
        },
        {
          "name": "ARKK_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            120.44,
            119.0,
            121.82
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.432959,
            -0.078272
          ]
        },
        {
          "name": "IWM_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -2.047535,
            2.444864
          ]
        },
        {
          "name": "IWM_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            221.73,
            217.19,
            222.5
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.278269,
            0.480769
          ]
        },
        {
          "name": "VXX_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            2.261554,
            -5.384615
          ]
        },
        {
          "name": "VXX_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            650.88,
            665.6,
            629.76
          ]
        },
        {
          "name": "DIA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.396185,
            -0.144919
          ]
        },
        {
          "name": "DIA_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.771827,
            0.940494
          ]
        },
        {
          "name": "DIA_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "DIA_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "DIA_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            340.75,
            338.12,
            341.3
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.594901,
            -0.34642
          ]
        },
        {
          "name": "XLF_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -1.869688,
            1.385681
          ]
        },
        {
          "name": "XLF_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.3,
            34.64,
            35.12
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.211104,
            -0.177494
          ]
        },
        {
          "name": "XLK_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.886637,
            1.008165
          ]
        },
        {
          "name": "XLK_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            71.055,
            70.425,
            71.135
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.351603,
            -1.274697
          ]
        },
        {
          "name": "XLE_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -2.647363,
            1.274697
          ]
        },
        {
          "name": "XLE_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.175,
            23.535,
            23.835
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.354231,
            -0.375833
          ]
        },
        {
          "name": "XLY_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -1.259488,
            1.332498
          ]
        },
        {
          "name": "XLY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            88.925,
            87.805,
            88.975
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.460867,
            0.311526
          ]
        },
        {
          "name": "XLV_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            0.386799,
            1.180521
          ]
        },
        {
          "name": "XLV_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            121.51,
            121.98,
            123.42
          ]
        },
        {
          "name": "ARKK_vs_QQQ",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.466744,
            1.51365
          ]
        },
        {
          "name": "IWM_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -1.315376,
            1.498652
          ]
        },
        {
          "name": "XLE_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -1.915203,
            0.328486
          ]
        },
        {
          "name": "XLK_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.154477,
            0.061953
          ]
        },
        {
          "name": "market_breadth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.2,
            1.0
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vxx_spike",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "./dividend_events_full",
      "description": "",
      "representative_file": "dividend_events_full.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 140864,
      "rep_rows": 12059,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAON",
            "AAON",
            "AAON"
          ]
        },
        {
          "name": "declaration_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-03",
            "2025-05-13",
            "2025-08-13"
          ]
        },
        {
          "name": "ex_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-18",
            "2025-06-06",
            "2025-09-05"
          ]
        },
        {
          "name": "record_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-18",
            "2025-06-06",
            "2025-09-05"
          ]
        },
        {
          "name": "pay_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-28",
            "2025-06-27",
            "2025-09-26"
          ]
        },
        {
          "name": "cash_amount",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.1,
            0.1,
            0.1
          ]
        },
        {
          "name": "frequency",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "dvd_type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CD",
            "CD",
            "CD"
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_0815_entry",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_0815_entry.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3236060,
      "rep_rows": 3602,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AXP",
            "HBAN",
            "NFLX"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "07:00",
            "BMO",
            "16:00"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-18"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.7,
            13.19,
            60.75
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.34,
            13.04,
            61.752
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4176672.0,
            18832868.0,
            35191220.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.32,
            -0.53,
            0.06
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-16",
            "2024-04-16",
            "2024-04-16"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            219.56,
            13.18,
            62.097
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.67,
            13.15,
            61.369
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2256782.0,
            16753257.0,
            33122220.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.56,
            1.07,
            0.56
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17",
            "2024-04-17",
            "2024-04-17"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.26,
            13.18,
            61.21
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.5,
            13.18,
            61.056
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3901454.0,
            20297179.0,
            84684070.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.27,
            0.23,
            -0.26
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-18",
            "2024-04-18",
            "2024-04-18"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.84,
            13.0,
            56.788
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            231.04,
            13.28,
            55.504
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7573684.0,
            39981446.0,
            164496990.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.62,
            -1.37,
            -6.99
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            232.03,
            13.3,
            55.066
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            233.0,
            13.53,
            55.46
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5151299.0,
            22916246.0,
            85976510.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.43,
            0.15,
            -0.79
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22",
            "2024-04-22",
            "2024-04-22"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            234.77,
            13.54,
            55.649
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            238.96,
            13.63,
            57.775
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4684450.0,
            17517220.0,
            49755200.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.76,
            0.07,
            0.34
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-23",
            "2024-04-23",
            "2024-04-23"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            238.27,
            13.59,
            57.431
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            239.12,
            13.76,
            55.512
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4429243.0,
            12659507.0,
            53553120.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.29,
            -0.29,
            -0.6
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-24",
            "2024-04-24",
            "2024-04-24"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            206107.0,
            32050.0,
            416558.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Communications"
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3444969.333333,
            18627768.0,
            50999170.0
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            215.0,
            13.1,
            575.0
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            13.1,
            571.01
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.5,
            13.1,
            574.24
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            13.1,
            571.0
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            215.83,
            13.1,
            577.0
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            215.0,
            13.1,
            573.0
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.8953,
            13.05,
            572.5
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.0,
            13.0,
            568.4
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.95,
            13.0,
            568.0
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            220.1,
            12.99,
            567.9
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            223.9499,
            13.18,
            579.28
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            212.06,
            12.8,
            562.0
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            366299.0,
            2476931.0,
            1277352.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3646.0,
            0.0,
            49005.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            78083.0,
            8973.0,
            246753.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            284570.0,
            2467958.0,
            981594.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "37",
            "11",
            "64"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "930",
            "930",
            "715"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "750",
            "930",
            "930"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "AMC"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financial",
            "Financial",
            "Communication Services"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Credit Services",
            "Banks - Regional",
            "Entertainment"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.016015,
            -0.016015,
            -0.016015
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.071352,
            -3.071352,
            -3.071352
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61.84,
            61.84,
            61.84
          ]
        },
        {
          "name": "ARKK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            42.0,
            42.0,
            42.0
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -5.389372,
            -5.389372,
            -5.389372
          ]
        },
        {
          "name": "IWM_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            193.14,
            193.14,
            193.14
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            -29399.0
          ]
        },
        {
          "name": "imb_aligned",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            29399.0
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            -1.0
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            6.99
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.0781,
            0.228137,
            -0.510029
          ]
        },
        {
          "name": "prev_3d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.384721,
            1.07362,
            -1.127089
          ]
        },
        {
          "name": "mcap_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small",
            "small",
            "small"
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p200+",
            "p5_20",
            "p50_200"
          ]
        },
        {
          "name": "p_0800_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.149425,
            -0.60698,
            838.482704
          ]
        },
        {
          "name": "p_0830_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.641517,
            -0.986343,
            837.663784
          ]
        },
        {
          "name": "p_0900_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.229885,
            -1.365706,
            830.948637
          ]
        },
        {
          "name": "p_0925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.195402,
            -1.441578,
            830.129717
          ]
        },
        {
          "name": "pm_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.965471,
            0.0,
            848.768344
          ]
        },
        {
          "name": "pm_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -2.501149,
            -2.883156,
            820.466457
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.466621,
            2.883156,
            28.301887
          ]
        },
        {
          "name": "p_0800_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.247269,
            0.789474,
            0.636574
          ]
        },
        {
          "name": "p_0830_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.574883,
            0.657895,
            0.607639
          ]
        },
        {
          "name": "p_0900_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.499584,
            0.526316,
            0.37037
          ]
        },
        {
          "name": "p_0925_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.676204,
            0.5,
            0.341435
          ]
        },
        {
          "name": "pm_drift_0400_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            -0.347826
          ]
        },
        {
          "name": "moo_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.616092,
            -1.365706,
            -6.990304
          ]
        },
        {
          "name": "pm_vol_log",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.563836,
            6.393914,
            6.106311
          ]
        },
        {
          "name": "date_p0_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19T00:00:00",
            "2024-04-19T00:00:00",
            "2024-04-19T00:00:00"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fri",
            "Fri",
            "Fri"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "spy5d_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dn3",
            "dn3",
            "dn3"
          ]
        },
        {
          "name": "vxx_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61.84,
            61.84,
            61.84
          ]
        },
        {
          "name": "ret_gross_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.786047,
            -0.763359,
            -90.089354
          ]
        },
        {
          "name": "ret_net_long_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.656047,
            -0.893359,
            -90.219354
          ]
        },
        {
          "name": "ret_net_short_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.916047,
            0.633359,
            89.959354
          ]
        },
        {
          "name": "win_long_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "ret_gross_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.025263,
            -0.383142,
            -90.080699
          ]
        },
        {
          "name": "ret_net_long_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.155263,
            -0.513142,
            -90.210699
          ]
        },
        {
          "name": "ret_net_short_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.104737,
            0.253142,
            89.950699
          ]
        },
        {
          "name": "win_long_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "ret_gross_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.385321,
            0.0,
            -90.009148
          ]
        },
        {
          "name": "ret_net_long_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.255321,
            -0.13,
            -90.139148
          ]
        },
        {
          "name": "ret_net_short_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.515321,
            -0.13,
            89.879148
          ]
        },
        {
          "name": "win_long_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.572467,
            0.076982,
            -90.000352
          ]
        },
        {
          "name": "ret_net_long_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.702467,
            -0.053018,
            -90.130352
          ]
        },
        {
          "name": "ret_net_short_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.442467,
            -0.206982,
            89.870352
          ]
        },
        {
          "name": "win_long_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "pmH_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            13.1,
            577.0
          ]
        },
        {
          "name": "pmL_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            13.1,
            571.0
          ]
        },
        {
          "name": "pos_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.110122,
            null,
            0.333333
          ]
        },
        {
          "name": "range_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.0,
            9.827044
          ]
        },
        {
          "name": "pmH_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            13.1,
            577.0
          ]
        },
        {
          "name": "pmL_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            13.05,
            571.0
          ]
        },
        {
          "name": "pos_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.543415,
            0.0,
            0.25
          ]
        },
        {
          "name": "range_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.379363,
            9.827044
          ]
        },
        {
          "name": "pmH_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            13.1,
            577.0
          ]
        },
        {
          "name": "pmL_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            13.0,
            568.4
          ]
        },
        {
          "name": "pos_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.443826,
            0.0,
            0.0
          ]
        },
        {
          "name": "range_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.758725,
            14.08543
          ]
        },
        {
          "name": "pmH_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            13.1,
            577.0
          ]
        },
        {
          "name": "pmL_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            12.99,
            567.9
          ]
        },
        {
          "name": "pos_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.677419,
            0.0,
            0.0
          ]
        },
        {
          "name": "range_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.834598,
            14.90435
          ]
        },
        {
          "name": "pos_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "MIDL"
          ]
        },
        {
          "name": "range_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng5_10"
          ]
        },
        {
          "name": "pos_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "LOW",
            "LOW"
          ]
        },
        {
          "name": "range_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng5_10"
          ]
        },
        {
          "name": "pos_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDL",
            "LOW",
            "LOW"
          ]
        },
        {
          "name": "range_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng10_20"
          ]
        },
        {
          "name": "pos_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "LOW",
            "LOW"
          ]
        },
        {
          "name": "range_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng10_20"
          ]
        },
        {
          "name": "pm_pos_0800_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            "HIGH",
            "MIDH"
          ]
        },
        {
          "name": "pm_pos_0925_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "MIDL",
            "MIDL"
          ]
        },
        {
          "name": "pm_range_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng5_10",
            "rng2_5",
            "rng>20"
          ]
        },
        {
          "name": "gap_entry_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "gap_up10"
          ]
        },
        {
          "name": "prev_day_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pd_flat",
            "pd_flat",
            "pd_flat"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "p_0815_clean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            216.0,
            13.1,
            574.0
          ]
        },
        {
          "name": "p_0830_clean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.9,
            null,
            571.5
          ]
        },
        {
          "name": "p_0845_clean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.5,
            13.05,
            568.0
          ]
        },
        {
          "name": "p_0900_clean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            568.5
          ]
        },
        {
          "name": "p_0915_clean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.0,
            13.0,
            568.5
          ]
        },
        {
          "name": "p_0924_clean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.9,
            12.9,
            566.99
          ]
        },
        {
          "name": "pm_high_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            223.0,
            null,
            579.28
          ]
        },
        {
          "name": "pm_low_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            212.8,
            null,
            565.0
          ]
        },
        {
          "name": "n_pm_bars_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            38.0,
            null,
            105.0
          ]
        },
        {
          "name": "pm_vol_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            53258.0,
            null,
            184832.0
          ]
        },
        {
          "name": "gap_to_moo_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            0.616092,
            -1.365706,
            -6.990304
          ]
        },
        {
          "name": "ret_gross_0815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.314815,
            -0.763359,
            -90.10662
          ]
        },
        {
          "name": "ret_long_0815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.184815,
            -0.893359,
            -90.23662
          ]
        },
        {
          "name": "ret_short_0815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.444815,
            0.633359,
            89.97662
          ]
        },
        {
          "name": "win_long_0815",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0815",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "ret_gross_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.431391,
            null,
            -90.063342
          ]
        },
        {
          "name": "ret_long_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.301391,
            null,
            -90.193342
          ]
        },
        {
          "name": "ret_short_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.561391,
            null,
            89.933342
          ]
        },
        {
          "name": "win_long_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_0845",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.616092,
            -0.383142,
            -90.002113
          ]
        },
        {
          "name": "ret_long_0845",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.486092,
            -0.513142,
            -90.132113
          ]
        },
        {
          "name": "ret_short_0845",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.746092,
            0.253142,
            89.872113
          ]
        },
        {
          "name": "win_long_0845",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0845",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "ret_gross_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            -90.010906
          ]
        },
        {
          "name": "ret_long_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            -90.140906
          ]
        },
        {
          "name": "ret_short_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            89.880906
          ]
        },
        {
          "name": "win_long_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.385321,
            0.0,
            -90.010906
          ]
        },
        {
          "name": "ret_long_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.255321,
            -0.13,
            -90.140906
          ]
        },
        {
          "name": "ret_short_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.515321,
            -0.13,
            89.880906
          ]
        },
        {
          "name": "win_long_0915",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0915",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_0924",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.02741,
            0.775194,
            -89.984303
          ]
        },
        {
          "name": "ret_long_0924",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.15741,
            0.645194,
            -90.114303
          ]
        },
        {
          "name": "ret_short_0924",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.10259,
            -0.905194,
            89.854303
          ]
        },
        {
          "name": "win_long_0924",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_0924",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_0815_nofinra",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_0815_nofinra.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3524416,
      "rep_rows": 3930,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AXP",
            "FITB",
            "HBAN"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "07:00",
            "06:30",
            "BMO"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.7,
            34.28,
            13.19
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.34,
            34.09,
            13.04
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4176672.0,
            6124945.0,
            18832868.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.32,
            -0.98,
            -0.53
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-16",
            "2024-04-16",
            "2024-04-16"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            219.56,
            34.52,
            13.18
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.67,
            34.1,
            13.15
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2256782.0,
            5484634.0,
            16753257.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.56,
            1.26,
            1.07
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17",
            "2024-04-17",
            "2024-04-17"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.26,
            34.17,
            13.18
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.5,
            34.22,
            13.18
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3901454.0,
            6035748.0,
            20297179.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.27,
            0.21,
            0.23
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-18",
            "2024-04-18",
            "2024-04-18"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.84,
            36.42,
            13.0
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            231.04,
            36.25,
            13.28
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7573684.0,
            13812465.0,
            39981446.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.62,
            6.43,
            -1.37
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            232.03,
            36.55,
            13.3
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            233.0,
            36.55,
            13.53
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5151299.0,
            5507647.0,
            22916246.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.43,
            0.83,
            0.15
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22",
            "2024-04-22",
            "2024-04-22"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            234.77,
            36.64,
            13.54
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            238.96,
            37.06,
            13.63
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4684450.0,
            4292996.0,
            17517220.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.76,
            0.25,
            0.07
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-23",
            "2024-04-23",
            "2024-04-23"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            238.27,
            36.58,
            13.59
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            239.12,
            37.23,
            13.76
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4429243.0,
            3634109.0,
            12659507.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.29,
            -1.3,
            -0.29
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-24",
            "2024-04-24",
            "2024-04-24"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            206107.0,
            42484.0,
            32050.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3444969.333333,
            5881775.666667,
            18627768.0
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            215.0,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.5,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            215.83,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            215.0,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.8953,
            34.3,
            13.05
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.0,
            34.3,
            13.0
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.95,
            35.2359,
            13.0
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            220.1,
            36.4,
            12.99
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            223.9499,
            36.75,
            13.18
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            212.06,
            34.2,
            12.8
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            366299.0,
            585844.0,
            2476931.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3646.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            78083.0,
            450.0,
            8973.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            284570.0,
            585394.0,
            2467958.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "37",
            "5",
            "11"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "930",
            "930",
            "930"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "750",
            "800",
            "930"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "BMO"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financial",
            "Financial",
            "Financial"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Credit Services",
            "Banks - Regional",
            "Banks - Regional"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.016015,
            -0.016015,
            -0.016015
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.071352,
            -3.071352,
            -3.071352
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61.84,
            61.84,
            61.84
          ]
        },
        {
          "name": "ARKK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            42.0,
            42.0,
            42.0
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -5.389372,
            -5.389372,
            -5.389372
          ]
        },
        {
          "name": "IWM_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            193.14,
            193.14,
            193.14
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            -27047.0,
            null
          ]
        },
        {
          "name": "imb_aligned",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            -27047.0,
            null
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            6.43,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.0781,
            0.351906,
            0.228137
          ]
        },
        {
          "name": "prev_3d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.384721,
            0.381344,
            1.07362
          ]
        },
        {
          "name": "mcap_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small",
            "small",
            "small"
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p200+",
            "p20_50",
            "p5_20"
          ]
        },
        {
          "name": "p_0800_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.149425,
            -0.058445,
            -0.60698
          ]
        },
        {
          "name": "p_0830_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.641517,
            0.233781,
            -0.986343
          ]
        },
        {
          "name": "p_0900_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.229885,
            0.233781,
            -1.365706
          ]
        },
        {
          "name": "p_0925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.195402,
            6.370544,
            -1.441578
          ]
        },
        {
          "name": "pm_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.965471,
            7.393337,
            0.0
          ]
        },
        {
          "name": "pm_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -2.501149,
            -0.058445,
            -2.883156
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.466621,
            7.451783,
            2.883156
          ]
        },
        {
          "name": "p_0800_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.247269,
            0.0,
            0.789474
          ]
        },
        {
          "name": "p_0830_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.574883,
            0.039216,
            0.657895
          ]
        },
        {
          "name": "p_0900_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.499584,
            0.039216,
            0.526316
          ]
        },
        {
          "name": "p_0925_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.676204,
            0.862745,
            0.5
          ]
        },
        {
          "name": "pm_drift_0400_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "moo_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.616092,
            6.428989,
            -1.365706
          ]
        },
        {
          "name": "pm_vol_log",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.563836,
            5.767782,
            6.393914
          ]
        },
        {
          "name": "date_p0_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19T00:00:00",
            "2024-04-19T00:00:00",
            "2024-04-19T00:00:00"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fri",
            "Fri",
            "Fri"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "spy5d_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dn3",
            "dn3",
            "dn3"
          ]
        },
        {
          "name": "vxx_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61.84,
            61.84,
            61.84
          ]
        },
        {
          "name": "ret_gross_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.786047,
            6.491228,
            -0.763359
          ]
        },
        {
          "name": "ret_net_long_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.656047,
            6.361228,
            -0.893359
          ]
        },
        {
          "name": "ret_net_short_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.916047,
            -6.621228,
            0.633359
          ]
        },
        {
          "name": "win_long_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.025263,
            6.180758,
            -0.383142
          ]
        },
        {
          "name": "ret_net_long_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.155263,
            6.050758,
            -0.513142
          ]
        },
        {
          "name": "ret_net_short_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.104737,
            -6.310758,
            0.253142
          ]
        },
        {
          "name": "win_long_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.385321,
            6.180758,
            0.0
          ]
        },
        {
          "name": "ret_net_long_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.255321,
            6.050758,
            -0.13
          ]
        },
        {
          "name": "ret_net_short_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.515321,
            -6.310758,
            -0.13
          ]
        },
        {
          "name": "win_long_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.572467,
            0.054945,
            0.076982
          ]
        },
        {
          "name": "ret_net_long_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.702467,
            -0.075055,
            -0.053018
          ]
        },
        {
          "name": "ret_net_short_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.442467,
            -0.184945,
            -0.206982
          ]
        },
        {
          "name": "win_long_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "pmH_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            34.2,
            13.1
          ]
        },
        {
          "name": "pmL_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            34.2,
            13.1
          ]
        },
        {
          "name": "pos_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.110122,
            null,
            null
          ]
        },
        {
          "name": "range_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.0,
            0.0
          ]
        },
        {
          "name": "pmH_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            34.3,
            13.1
          ]
        },
        {
          "name": "pmL_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            34.2,
            13.05
          ]
        },
        {
          "name": "pos_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.543415,
            1.0,
            0.0
          ]
        },
        {
          "name": "range_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.292227,
            0.379363
          ]
        },
        {
          "name": "pmH_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            34.3,
            13.1
          ]
        },
        {
          "name": "pmL_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            34.2,
            13.0
          ]
        },
        {
          "name": "pos_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.443826,
            1.0,
            0.0
          ]
        },
        {
          "name": "range_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.292227,
            0.758725
          ]
        },
        {
          "name": "pmH_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            36.4,
            13.1
          ]
        },
        {
          "name": "pmL_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            34.2,
            12.99
          ]
        },
        {
          "name": "pos_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.677419,
            1.0,
            0.0
          ]
        },
        {
          "name": "range_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            6.428989,
            0.834598
          ]
        },
        {
          "name": "pos_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            null
          ]
        },
        {
          "name": "range_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng<2"
          ]
        },
        {
          "name": "pos_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "HIGH",
            "LOW"
          ]
        },
        {
          "name": "range_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng<2"
          ]
        },
        {
          "name": "pos_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDL",
            "HIGH",
            "LOW"
          ]
        },
        {
          "name": "range_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng<2"
          ]
        },
        {
          "name": "pos_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "HIGH",
            "LOW"
          ]
        },
        {
          "name": "range_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng5_10",
            "rng<2"
          ]
        },
        {
          "name": "pm_pos_0800_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            "LOW",
            "HIGH"
          ]
        },
        {
          "name": "pm_pos_0925_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "HIGH",
            "MIDL"
          ]
        },
        {
          "name": "pm_range_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng5_10",
            "rng5_10",
            "rng2_5"
          ]
        },
        {
          "name": "gap_entry_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "flat"
          ]
        },
        {
          "name": "prev_day_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pd_flat",
            "pd_flat",
            "pd_flat"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "p_0815_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            216.0,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0830_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.9,
            null,
            null
          ]
        },
        {
          "name": "p_0845_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.99,
            null,
            12.99
          ]
        },
        {
          "name": "p_0900_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0915_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.99,
            34.3,
            13.0
          ]
        },
        {
          "name": "p_0924_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.9,
            35.2359,
            12.99
          ]
        },
        {
          "name": "pm_high_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            223.0,
            null,
            null
          ]
        },
        {
          "name": "pm_low_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            212.06,
            null,
            null
          ]
        },
        {
          "name": "n_pm_bars_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            51.0,
            null,
            null
          ]
        },
        {
          "name": "pm_vol_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            55601.0,
            null,
            null
          ]
        },
        {
          "name": "gap_to_moo_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            0.616092,
            6.428989,
            -1.365706
          ]
        },
        {
          "name": "ret_gross_0815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.314815,
            6.491228,
            -0.763359
          ]
        },
        {
          "name": "ret_long_0815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.184815,
            6.361228,
            -0.893359
          ]
        },
        {
          "name": "ret_short_0815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.444815,
            -6.621228,
            0.633359
          ]
        },
        {
          "name": "win_long_0815",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_0815",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.431391,
            null,
            null
          ]
        },
        {
          "name": "ret_long_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.301391,
            null,
            null
          ]
        },
        {
          "name": "ret_short_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.561391,
            null,
            null
          ]
        },
        {
          "name": "win_long_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_0845",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.389926,
            null,
            0.076982
          ]
        },
        {
          "name": "ret_long_0845",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.259926,
            null,
            -0.053018
          ]
        },
        {
          "name": "ret_short_0845",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.519926,
            null,
            -0.206982
          ]
        },
        {
          "name": "win_long_0845",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0845",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_long_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_short_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "win_long_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.389926,
            6.180758,
            0.0
          ]
        },
        {
          "name": "ret_long_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.259926,
            6.050758,
            -0.13
          ]
        },
        {
          "name": "ret_short_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.519926,
            -6.310758,
            -0.13
          ]
        },
        {
          "name": "win_long_0915",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_0915",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_0924",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.02741,
            3.360493,
            0.076982
          ]
        },
        {
          "name": "ret_long_0924",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.15741,
            3.230493,
            -0.053018
          ]
        },
        {
          "name": "ret_short_0924",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.10259,
            -3.490493,
            -0.206982
          ]
        },
        {
          "name": "win_long_0924",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_0924",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_1m_day0",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_1m_day0.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 25797335,
      "rep_rows": 1529773,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-01-05T09:27:00",
            "2021-01-05T09:29:00",
            "2021-01-05T09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.7,
            25.7,
            25.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.7,
            25.7,
            25.73
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.7,
            25.6,
            25.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.7,
            25.6,
            25.43
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "984",
            "2173",
            "45761"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "JEF",
            "JEF",
            "JEF"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-05",
            "2021-01-05",
            "2021-01-05"
          ]
        },
        {
          "name": "minute",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "4",
            "5"
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_1m_day1",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_1m_day1.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 23463620,
      "rep_rows": 1436321,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-01-06T09:29:00",
            "2021-01-06T09:30:00",
            "2021-01-06T09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.5,
            25.72,
            25.76
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.59,
            25.84,
            25.78
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.5,
            25.6,
            25.42
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.59,
            25.72,
            25.51
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "865",
            "56931",
            "17268"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "JEF",
            "JEF",
            "JEF"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-06",
            "2021-01-06",
            "2021-01-06"
          ]
        },
        {
          "name": "minute",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "5",
            "6"
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_combined",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_combined.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3513939,
      "rep_rows": 3602,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AXP",
            "HBAN",
            "NFLX"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "07:00",
            "BMO",
            "16:00"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-18"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.7,
            13.19,
            60.75
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.34,
            13.04,
            61.752
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4176672.0,
            18832868.0,
            35191220.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.32,
            -0.53,
            0.06
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-16",
            "2024-04-16",
            "2024-04-16"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            219.56,
            13.18,
            62.097
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.67,
            13.15,
            61.369
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2256782.0,
            16753257.0,
            33122220.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.56,
            1.07,
            0.56
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17",
            "2024-04-17",
            "2024-04-17"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.26,
            13.18,
            61.21
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.5,
            13.18,
            61.056
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3901454.0,
            20297179.0,
            84684070.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.27,
            0.23,
            -0.26
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-18",
            "2024-04-18",
            "2024-04-18"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.84,
            13.0,
            56.788
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            231.04,
            13.28,
            55.504
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7573684.0,
            39981446.0,
            164496990.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.62,
            -1.37,
            -6.99
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            232.03,
            13.3,
            55.066
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            233.0,
            13.53,
            55.46
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5151299.0,
            22916246.0,
            85976510.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.43,
            0.15,
            -0.79
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22",
            "2024-04-22",
            "2024-04-22"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            234.77,
            13.54,
            55.649
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            238.96,
            13.63,
            57.775
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4684450.0,
            17517220.0,
            49755200.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.76,
            0.07,
            0.34
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-23",
            "2024-04-23",
            "2024-04-23"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            238.27,
            13.59,
            57.431
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            239.12,
            13.76,
            55.512
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4429243.0,
            12659507.0,
            53553120.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.29,
            -0.29,
            -0.6
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-24",
            "2024-04-24",
            "2024-04-24"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            206107.0,
            32050.0,
            416558.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Communications"
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3444969.333333,
            18627768.0,
            50999170.0
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            215.0,
            13.1,
            575.0
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            13.1,
            571.01
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.5,
            13.1,
            574.24
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            13.1,
            571.0
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            215.83,
            13.1,
            577.0
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            215.0,
            13.1,
            573.0
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.8953,
            13.05,
            572.5
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.0,
            13.0,
            568.4
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.95,
            13.0,
            568.0
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            220.1,
            12.99,
            567.9
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            223.9499,
            13.18,
            579.28
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            212.06,
            12.8,
            562.0
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            366299.0,
            2476931.0,
            1277352.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3646.0,
            0.0,
            49005.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            78083.0,
            8973.0,
            246753.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            284570.0,
            2467958.0,
            981594.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "37",
            "11",
            "64"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "930",
            "930",
            "715"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "750",
            "930",
            "930"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "AMC"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financial",
            "Financial",
            "Communication Services"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Credit Services",
            "Banks - Regional",
            "Entertainment"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.016015,
            -0.016015,
            -0.016015
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.071352,
            -3.071352,
            -3.071352
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61.84,
            61.84,
            61.84
          ]
        },
        {
          "name": "ARKK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            42.0,
            42.0,
            42.0
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -5.389372,
            -5.389372,
            -5.389372
          ]
        },
        {
          "name": "IWM_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            193.14,
            193.14,
            193.14
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            -29399.0
          ]
        },
        {
          "name": "imb_aligned",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            29399.0
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            -1.0
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            6.99
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.0781,
            0.228137,
            -0.510029
          ]
        },
        {
          "name": "prev_3d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.384721,
            1.07362,
            -1.127089
          ]
        },
        {
          "name": "mcap_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small",
            "small",
            "small"
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p200+",
            "p5_20",
            "p50_200"
          ]
        },
        {
          "name": "p_0800_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.149425,
            -0.60698,
            838.482704
          ]
        },
        {
          "name": "p_0830_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.641517,
            -0.986343,
            837.663784
          ]
        },
        {
          "name": "p_0900_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.229885,
            -1.365706,
            830.948637
          ]
        },
        {
          "name": "p_0925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.195402,
            -1.441578,
            830.129717
          ]
        },
        {
          "name": "pm_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.965471,
            0.0,
            848.768344
          ]
        },
        {
          "name": "pm_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -2.501149,
            -2.883156,
            820.466457
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.466621,
            2.883156,
            28.301887
          ]
        },
        {
          "name": "p_0800_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.247269,
            0.789474,
            0.636574
          ]
        },
        {
          "name": "p_0830_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.574883,
            0.657895,
            0.607639
          ]
        },
        {
          "name": "p_0900_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.499584,
            0.526316,
            0.37037
          ]
        },
        {
          "name": "p_0925_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.676204,
            0.5,
            0.341435
          ]
        },
        {
          "name": "pm_drift_0400_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            -0.347826
          ]
        },
        {
          "name": "moo_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.616092,
            -1.365706,
            -6.990304
          ]
        },
        {
          "name": "pm_vol_log",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.563836,
            6.393914,
            6.106311
          ]
        },
        {
          "name": "date_p0_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19T00:00:00",
            "2024-04-19T00:00:00",
            "2024-04-19T00:00:00"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fri",
            "Fri",
            "Fri"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "spy5d_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dn3",
            "dn3",
            "dn3"
          ]
        },
        {
          "name": "vxx_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61.84,
            61.84,
            61.84
          ]
        },
        {
          "name": "ret_gross_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.786047,
            -0.763359,
            -90.089354
          ]
        },
        {
          "name": "ret_net_long_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.656047,
            -0.893359,
            -90.219354
          ]
        },
        {
          "name": "ret_net_short_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.916047,
            0.633359,
            89.959354
          ]
        },
        {
          "name": "win_long_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "ret_gross_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.025263,
            -0.383142,
            -90.080699
          ]
        },
        {
          "name": "ret_net_long_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.155263,
            -0.513142,
            -90.210699
          ]
        },
        {
          "name": "ret_net_short_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.104737,
            0.253142,
            89.950699
          ]
        },
        {
          "name": "win_long_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "ret_gross_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.385321,
            0.0,
            -90.009148
          ]
        },
        {
          "name": "ret_net_long_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.255321,
            -0.13,
            -90.139148
          ]
        },
        {
          "name": "ret_net_short_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.515321,
            -0.13,
            89.879148
          ]
        },
        {
          "name": "win_long_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.572467,
            0.076982,
            -90.000352
          ]
        },
        {
          "name": "ret_net_long_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.702467,
            -0.053018,
            -90.130352
          ]
        },
        {
          "name": "ret_net_short_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.442467,
            -0.206982,
            89.870352
          ]
        },
        {
          "name": "win_long_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "pmH_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            13.1,
            577.0
          ]
        },
        {
          "name": "pmL_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            13.1,
            571.0
          ]
        },
        {
          "name": "pos_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.110122,
            null,
            0.333333
          ]
        },
        {
          "name": "range_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.0,
            9.827044
          ]
        },
        {
          "name": "pmH_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            13.1,
            577.0
          ]
        },
        {
          "name": "pmL_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            13.05,
            571.0
          ]
        },
        {
          "name": "pos_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.543415,
            0.0,
            0.25
          ]
        },
        {
          "name": "range_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.379363,
            9.827044
          ]
        },
        {
          "name": "pmH_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            13.1,
            577.0
          ]
        },
        {
          "name": "pmL_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            13.0,
            568.4
          ]
        },
        {
          "name": "pos_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.443826,
            0.0,
            0.0
          ]
        },
        {
          "name": "range_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.758725,
            14.08543
          ]
        },
        {
          "name": "pmH_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            13.1,
            577.0
          ]
        },
        {
          "name": "pmL_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            12.99,
            567.9
          ]
        },
        {
          "name": "pos_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.677419,
            0.0,
            0.0
          ]
        },
        {
          "name": "range_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.834598,
            14.90435
          ]
        },
        {
          "name": "pos_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "MIDL"
          ]
        },
        {
          "name": "range_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng5_10"
          ]
        },
        {
          "name": "pos_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "LOW",
            "LOW"
          ]
        },
        {
          "name": "range_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng5_10"
          ]
        },
        {
          "name": "pos_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDL",
            "LOW",
            "LOW"
          ]
        },
        {
          "name": "range_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng10_20"
          ]
        },
        {
          "name": "pos_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "LOW",
            "LOW"
          ]
        },
        {
          "name": "range_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng10_20"
          ]
        },
        {
          "name": "pm_pos_0800_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            "HIGH",
            "MIDH"
          ]
        },
        {
          "name": "pm_pos_0925_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "MIDL",
            "MIDL"
          ]
        },
        {
          "name": "pm_range_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng5_10",
            "rng2_5",
            "rng>20"
          ]
        },
        {
          "name": "gap_entry_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "gap_up10"
          ]
        },
        {
          "name": "prev_day_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pd_flat",
            "pd_flat",
            "pd_flat"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "p_0815_clean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            216.0,
            13.1,
            574.0
          ]
        },
        {
          "name": "p_0830_clean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.9,
            null,
            571.5
          ]
        },
        {
          "name": "p_0845_clean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.5,
            13.05,
            568.0
          ]
        },
        {
          "name": "p_0900_clean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            568.5
          ]
        },
        {
          "name": "p_0915_clean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.0,
            13.0,
            568.5
          ]
        },
        {
          "name": "p_0924_clean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.9,
            12.9,
            566.99
          ]
        },
        {
          "name": "pm_high_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            223.0,
            null,
            579.28
          ]
        },
        {
          "name": "pm_low_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            212.8,
            null,
            565.0
          ]
        },
        {
          "name": "n_pm_bars_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            38.0,
            null,
            105.0
          ]
        },
        {
          "name": "pm_vol_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            53258.0,
            null,
            184832.0
          ]
        },
        {
          "name": "gap_to_moo_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            0.616092,
            -1.365706,
            -6.990304
          ]
        },
        {
          "name": "ret_gross_0815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.314815,
            -0.763359,
            -90.10662
          ]
        },
        {
          "name": "ret_long_0815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.184815,
            -0.893359,
            -90.23662
          ]
        },
        {
          "name": "ret_short_0815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.444815,
            0.633359,
            89.97662
          ]
        },
        {
          "name": "win_long_0815",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0815",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "ret_gross_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.431391,
            null,
            -90.063342
          ]
        },
        {
          "name": "ret_long_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.301391,
            null,
            -90.193342
          ]
        },
        {
          "name": "ret_short_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.561391,
            null,
            89.933342
          ]
        },
        {
          "name": "win_long_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_0845",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.616092,
            -0.383142,
            -90.002113
          ]
        },
        {
          "name": "ret_long_0845",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.486092,
            -0.513142,
            -90.132113
          ]
        },
        {
          "name": "ret_short_0845",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.746092,
            0.253142,
            89.872113
          ]
        },
        {
          "name": "win_long_0845",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0845",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "ret_gross_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            -90.010906
          ]
        },
        {
          "name": "ret_long_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            -90.140906
          ]
        },
        {
          "name": "ret_short_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            89.880906
          ]
        },
        {
          "name": "win_long_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.385321,
            0.0,
            -90.010906
          ]
        },
        {
          "name": "ret_long_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.255321,
            -0.13,
            -90.140906
          ]
        },
        {
          "name": "ret_short_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.515321,
            -0.13,
            89.880906
          ]
        },
        {
          "name": "win_long_0915",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0915",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_0924",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.02741,
            0.775194,
            -89.984303
          ]
        },
        {
          "name": "ret_long_0924",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.15741,
            0.645194,
            -90.114303
          ]
        },
        {
          "name": "ret_short_0924",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.10259,
            -0.905194,
            89.854303
          ]
        },
        {
          "name": "win_long_0924",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_0924",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "n_stories",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "2",
            "15"
          ]
        },
        {
          "name": "n_guidance",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "11"
          ]
        },
        {
          "name": "n_analyst",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "0",
            "3"
          ]
        },
        {
          "name": "n_call",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "n_earnings",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "10"
          ]
        },
        {
          "name": "sum_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.5,
            3.0,
            25.5
          ]
        },
        {
          "name": "max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.5,
            2.0
          ]
        },
        {
          "name": "last_header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CFO: Not worried about competition from Capital One-Discover deal - post earning",
            "Affirms FY24 NII -2% to +2% y/y (prior: NII -2% to +2% y/y); Provides medium-ter",
            "Wells Fargo Reiterates NFLX with Overweight, price target: $726 from $650"
          ]
        },
        {
          "name": "last_cat",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OTHER",
            "CALL",
            "ANALYST"
          ]
        },
        {
          "name": "n_contracts_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            375.0,
            26.0,
            1093.0
          ]
        },
        {
          "name": "call_oi_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45324.0,
            8517.0,
            536410.0
          ]
        },
        {
          "name": "put_oi_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15698.0,
            5104.0,
            317446.0
          ]
        },
        {
          "name": "pc_ratio_oi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.346351,
            0.599272,
            0.591797
          ]
        },
        {
          "name": "call_vol_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5481.0,
            7650.0,
            547787.0
          ]
        },
        {
          "name": "put_vol_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5025.0,
            1252.0,
            229312.0
          ]
        },
        {
          "name": "pc_ratio_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.916804,
            0.16366,
            0.418615
          ]
        },
        {
          "name": "iv_call_med",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.460088,
            0.555669,
            0.522466
          ]
        },
        {
          "name": "iv_put_med",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.502813,
            0.584965,
            0.344367
          ]
        },
        {
          "name": "iv_skew",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.042724,
            0.029297,
            -0.178099
          ]
        },
        {
          "name": "has_guidance",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "has_analyst",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "has_call",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "ttn_volume_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            "mid",
            "low",
            "high"
          ]
        },
        {
          "name": "rating_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "high",
            "mid",
            "high"
          ]
        },
        {
          "name": "pc_oi_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "call_heavy",
            "call_lean",
            "call_lean"
          ]
        },
        {
          "name": "iv_skew_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "put_skew_mild",
            "put_skew_mild",
            "call_skew_strong"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-2..+2",
            "-2..+2",
            "-10..-5"
          ]
        },
        {
          "name": "mcap_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "<2B",
            "<2B",
            "<2B"
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_combined_nofinra",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_combined_nofinra.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3816327,
      "rep_rows": 3930,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AXP",
            "FITB",
            "HBAN"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "07:00",
            "06:30",
            "BMO"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.7,
            34.28,
            13.19
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.34,
            34.09,
            13.04
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4176672.0,
            6124945.0,
            18832868.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.32,
            -0.98,
            -0.53
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-16",
            "2024-04-16",
            "2024-04-16"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            219.56,
            34.52,
            13.18
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.67,
            34.1,
            13.15
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2256782.0,
            5484634.0,
            16753257.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.56,
            1.26,
            1.07
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17",
            "2024-04-17",
            "2024-04-17"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.26,
            34.17,
            13.18
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.5,
            34.22,
            13.18
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3901454.0,
            6035748.0,
            20297179.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.27,
            0.21,
            0.23
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-18",
            "2024-04-18",
            "2024-04-18"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.84,
            36.42,
            13.0
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            231.04,
            36.25,
            13.28
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7573684.0,
            13812465.0,
            39981446.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.62,
            6.43,
            -1.37
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            232.03,
            36.55,
            13.3
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            233.0,
            36.55,
            13.53
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5151299.0,
            5507647.0,
            22916246.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.43,
            0.83,
            0.15
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22",
            "2024-04-22",
            "2024-04-22"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            234.77,
            36.64,
            13.54
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            238.96,
            37.06,
            13.63
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4684450.0,
            4292996.0,
            17517220.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.76,
            0.25,
            0.07
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-23",
            "2024-04-23",
            "2024-04-23"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            238.27,
            36.58,
            13.59
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            239.12,
            37.23,
            13.76
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4429243.0,
            3634109.0,
            12659507.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.29,
            -1.3,
            -0.29
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-24",
            "2024-04-24",
            "2024-04-24"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            206107.0,
            42484.0,
            32050.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3444969.333333,
            5881775.666667,
            18627768.0
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            215.0,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.5,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            215.83,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            215.0,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.8953,
            34.3,
            13.05
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.0,
            34.3,
            13.0
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.95,
            35.2359,
            13.0
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            220.1,
            36.4,
            12.99
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            223.9499,
            36.75,
            13.18
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            212.06,
            34.2,
            12.8
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            366299.0,
            585844.0,
            2476931.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3646.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            78083.0,
            450.0,
            8973.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            284570.0,
            585394.0,
            2467958.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "37",
            "5",
            "11"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "930",
            "930",
            "930"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "750",
            "800",
            "930"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "BMO"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financial",
            "Financial",
            "Financial"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Credit Services",
            "Banks - Regional",
            "Banks - Regional"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.016015,
            -0.016015,
            -0.016015
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.071352,
            -3.071352,
            -3.071352
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61.84,
            61.84,
            61.84
          ]
        },
        {
          "name": "ARKK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            42.0,
            42.0,
            42.0
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -5.389372,
            -5.389372,
            -5.389372
          ]
        },
        {
          "name": "IWM_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            193.14,
            193.14,
            193.14
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            -27047.0,
            null
          ]
        },
        {
          "name": "imb_aligned",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            -27047.0,
            null
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            6.43,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.0781,
            0.351906,
            0.228137
          ]
        },
        {
          "name": "prev_3d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.384721,
            0.381344,
            1.07362
          ]
        },
        {
          "name": "mcap_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small",
            "small",
            "small"
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p200+",
            "p20_50",
            "p5_20"
          ]
        },
        {
          "name": "p_0800_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.149425,
            -0.058445,
            -0.60698
          ]
        },
        {
          "name": "p_0830_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.641517,
            0.233781,
            -0.986343
          ]
        },
        {
          "name": "p_0900_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.229885,
            0.233781,
            -1.365706
          ]
        },
        {
          "name": "p_0925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.195402,
            6.370544,
            -1.441578
          ]
        },
        {
          "name": "pm_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.965471,
            7.393337,
            0.0
          ]
        },
        {
          "name": "pm_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -2.501149,
            -0.058445,
            -2.883156
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.466621,
            7.451783,
            2.883156
          ]
        },
        {
          "name": "p_0800_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.247269,
            0.0,
            0.789474
          ]
        },
        {
          "name": "p_0830_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.574883,
            0.039216,
            0.657895
          ]
        },
        {
          "name": "p_0900_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.499584,
            0.039216,
            0.526316
          ]
        },
        {
          "name": "p_0925_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.676204,
            0.862745,
            0.5
          ]
        },
        {
          "name": "pm_drift_0400_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "moo_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.616092,
            6.428989,
            -1.365706
          ]
        },
        {
          "name": "pm_vol_log",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.563836,
            5.767782,
            6.393914
          ]
        },
        {
          "name": "date_p0_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19T00:00:00",
            "2024-04-19T00:00:00",
            "2024-04-19T00:00:00"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fri",
            "Fri",
            "Fri"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "spy5d_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dn3",
            "dn3",
            "dn3"
          ]
        },
        {
          "name": "vxx_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61.84,
            61.84,
            61.84
          ]
        },
        {
          "name": "ret_gross_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.786047,
            6.491228,
            -0.763359
          ]
        },
        {
          "name": "ret_net_long_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.656047,
            6.361228,
            -0.893359
          ]
        },
        {
          "name": "ret_net_short_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.916047,
            -6.621228,
            0.633359
          ]
        },
        {
          "name": "win_long_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.025263,
            6.180758,
            -0.383142
          ]
        },
        {
          "name": "ret_net_long_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.155263,
            6.050758,
            -0.513142
          ]
        },
        {
          "name": "ret_net_short_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.104737,
            -6.310758,
            0.253142
          ]
        },
        {
          "name": "win_long_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.385321,
            6.180758,
            0.0
          ]
        },
        {
          "name": "ret_net_long_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.255321,
            6.050758,
            -0.13
          ]
        },
        {
          "name": "ret_net_short_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.515321,
            -6.310758,
            -0.13
          ]
        },
        {
          "name": "win_long_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.572467,
            0.054945,
            0.076982
          ]
        },
        {
          "name": "ret_net_long_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.702467,
            -0.075055,
            -0.053018
          ]
        },
        {
          "name": "ret_net_short_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.442467,
            -0.184945,
            -0.206982
          ]
        },
        {
          "name": "win_long_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "pmH_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            34.2,
            13.1
          ]
        },
        {
          "name": "pmL_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            34.2,
            13.1
          ]
        },
        {
          "name": "pos_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.110122,
            null,
            null
          ]
        },
        {
          "name": "range_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.0,
            0.0
          ]
        },
        {
          "name": "pmH_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            34.3,
            13.1
          ]
        },
        {
          "name": "pmL_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            34.2,
            13.05
          ]
        },
        {
          "name": "pos_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.543415,
            1.0,
            0.0
          ]
        },
        {
          "name": "range_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.292227,
            0.379363
          ]
        },
        {
          "name": "pmH_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            34.3,
            13.1
          ]
        },
        {
          "name": "pmL_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            34.2,
            13.0
          ]
        },
        {
          "name": "pos_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.443826,
            1.0,
            0.0
          ]
        },
        {
          "name": "range_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            0.292227,
            0.758725
          ]
        },
        {
          "name": "pmH_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223.0,
            36.4,
            13.1
          ]
        },
        {
          "name": "pmL_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.01,
            34.2,
            12.99
          ]
        },
        {
          "name": "pos_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.677419,
            1.0,
            0.0
          ]
        },
        {
          "name": "range_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133333,
            6.428989,
            0.834598
          ]
        },
        {
          "name": "pos_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            null
          ]
        },
        {
          "name": "range_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng<2"
          ]
        },
        {
          "name": "pos_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "HIGH",
            "LOW"
          ]
        },
        {
          "name": "range_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng<2"
          ]
        },
        {
          "name": "pos_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDL",
            "HIGH",
            "LOW"
          ]
        },
        {
          "name": "range_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng<2"
          ]
        },
        {
          "name": "pos_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "HIGH",
            "LOW"
          ]
        },
        {
          "name": "range_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng5_10",
            "rng<2"
          ]
        },
        {
          "name": "pm_pos_0800_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            "LOW",
            "HIGH"
          ]
        },
        {
          "name": "pm_pos_0925_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "HIGH",
            "MIDL"
          ]
        },
        {
          "name": "pm_range_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng5_10",
            "rng5_10",
            "rng2_5"
          ]
        },
        {
          "name": "gap_entry_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "flat"
          ]
        },
        {
          "name": "prev_day_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pd_flat",
            "pd_flat",
            "pd_flat"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-19",
            "2024-04-19",
            "2024-04-19"
          ]
        },
        {
          "name": "p_0815_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            216.0,
            34.2,
            13.1
          ]
        },
        {
          "name": "p_0830_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.9,
            null,
            null
          ]
        },
        {
          "name": "p_0845_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.99,
            null,
            12.99
          ]
        },
        {
          "name": "p_0900_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0915_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.99,
            34.3,
            13.0
          ]
        },
        {
          "name": "p_0924_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.9,
            35.2359,
            12.99
          ]
        },
        {
          "name": "pm_high_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            223.0,
            null,
            null
          ]
        },
        {
          "name": "pm_low_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            212.06,
            null,
            null
          ]
        },
        {
          "name": "n_pm_bars_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            51.0,
            null,
            null
          ]
        },
        {
          "name": "pm_vol_pre815",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            55601.0,
            null,
            null
          ]
        },
        {
          "name": "gap_to_moo_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            0.616092,
            6.428989,
            -1.365706
          ]
        },
        {
          "name": "ret_gross_0815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.314815,
            6.491228,
            -0.763359
          ]
        },
        {
          "name": "ret_long_0815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.184815,
            6.361228,
            -0.893359
          ]
        },
        {
          "name": "ret_short_0815",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.444815,
            -6.621228,
            0.633359
          ]
        },
        {
          "name": "win_long_0815",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_0815",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ret_gross_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.431391,
            null,
            null
          ]
        },
        {
          "name": "ret_long_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.301391,
            null,
            null
          ]
        },
        {
          "name": "ret_short_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.561391,
            null,
            null
          ]
        },
        {
          "name": "win_long_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_0845",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.389926,
            null,
            0.076982
          ]
        },
        {
          "name": "ret_long_0845",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.259926,
            null,
            -0.053018
          ]
        },
        {
          "name": "ret_short_0845",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.519926,
            null,
            -0.206982
          ]
        },
        {
          "name": "win_long_0845",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0845",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_long_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_short_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "win_long_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.389926,
            6.180758,
            0.0
          ]
        },
        {
          "name": "ret_long_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.259926,
            6.050758,
            -0.13
          ]
        },
        {
          "name": "ret_short_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.519926,
            -6.310758,
            -0.13
          ]
        },
        {
          "name": "win_long_0915",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_0915",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_0924",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.02741,
            3.360493,
            0.076982
          ]
        },
        {
          "name": "ret_long_0924",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.15741,
            3.230493,
            -0.053018
          ]
        },
        {
          "name": "ret_short_0924",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.10259,
            -3.490493,
            -0.206982
          ]
        },
        {
          "name": "win_long_0924",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "win_short_0924",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_stories",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "2",
            "2"
          ]
        },
        {
          "name": "n_guidance",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "n_analyst",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "0",
            "0"
          ]
        },
        {
          "name": "n_call",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "n_earnings",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "sum_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.5,
            2.75,
            3.0
          ]
        },
        {
          "name": "max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.5,
            1.5
          ]
        },
        {
          "name": "last_header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CFO: Not worried about competition from Capital One-Discover deal - post earning",
            "Affirms FY24 Rev growth -2% to -1% y/y, NII -4% to -2% y/y (prior: growth -2% to",
            "Affirms FY24 NII -2% to +2% y/y (prior: NII -2% to +2% y/y); Provides medium-ter"
          ]
        },
        {
          "name": "last_cat",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OTHER",
            "GUIDANCE",
            "CALL"
          ]
        },
        {
          "name": "n_contracts_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            375.0,
            37.0,
            26.0
          ]
        },
        {
          "name": "call_oi_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45324.0,
            8063.0,
            8517.0
          ]
        },
        {
          "name": "put_oi_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15698.0,
            9648.0,
            5104.0
          ]
        },
        {
          "name": "pc_ratio_oi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.346351,
            1.196577,
            0.599272
          ]
        },
        {
          "name": "call_vol_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5481.0,
            1235.0,
            7650.0
          ]
        },
        {
          "name": "put_vol_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5025.0,
            628.0,
            1252.0
          ]
        },
        {
          "name": "pc_ratio_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.916804,
            0.508502,
            0.16366
          ]
        },
        {
          "name": "iv_call_med",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.460088,
            0.556645,
            0.555669
          ]
        },
        {
          "name": "iv_put_med",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.502813,
            0.492193,
            0.584965
          ]
        },
        {
          "name": "iv_skew",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.042724,
            -0.064452,
            0.029297
          ]
        },
        {
          "name": "has_guidance",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "has_analyst",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "has_call",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "ttn_volume_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            "mid",
            "low",
            "low"
          ]
        },
        {
          "name": "rating_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "high",
            "mid",
            "mid"
          ]
        },
        {
          "name": "pc_oi_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "call_heavy",
            "balanced",
            "call_lean"
          ]
        },
        {
          "name": "iv_skew_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "put_skew_mild",
            "call_skew_strong",
            "put_skew_mild"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-2..+2",
            "+5..+10",
            "-2..+2"
          ]
        },
        {
          "name": "mcap_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "<2B",
            "<2B",
            "<2B"
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_daily",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6456702,
      "rep_rows": 49699,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "INFO_20220225",
            "KBH",
            "SJR"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-13",
            "2021-01-13",
            "2021-01-13"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "06:00",
            "16:10",
            "08:01"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-13",
            "2021-01-12",
            "2021-01-13"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            90.95,
            34.44,
            17.8
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            90.05,
            33.04,
            18.08
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2382448.0,
            1413107.0,
            1839712.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.08,
            0.38,
            0.06
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-08",
            "2021-01-08",
            "2021-01-08"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            89.86,
            32.78,
            18.02
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            87.65,
            33.71,
            17.86
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2835675.0,
            2008236.0,
            1334511.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.21,
            -0.79,
            -0.33
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-11",
            "2021-01-11",
            "2021-01-11"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            87.6,
            34.27,
            17.93
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            86.78,
            34.15,
            17.75
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5339702.0,
            3453639.0,
            881052.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.06,
            1.66,
            0.39
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-12",
            "2021-01-12",
            "2021-01-12"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            86.3,
            36.87,
            17.75
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            85.45,
            35.01,
            17.69
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5132763.0,
            6542356.0,
            1860524.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.55,
            7.96,
            0.0
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-13",
            "2021-01-13",
            "2021-01-13"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            85.72,
            35.24,
            17.7
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            83.9,
            35.29,
            17.71
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3080621.0,
            2377181.0,
            819966.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.32,
            0.66,
            0.5
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-14",
            "2021-01-14",
            "2021-01-14"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            83.34,
            35.19,
            17.6
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            85.51,
            35.76,
            17.66
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4327216.0,
            2795324.0,
            661365.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.67,
            -0.28,
            -0.62
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-15",
            "2021-01-15",
            "2021-01-15"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            85.51,
            36.14,
            17.66
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            87.49,
            37.73,
            17.51
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3383205.0,
            2866673.0,
            668460.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.0,
            1.06,
            0.0
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-19",
            "2021-01-19",
            "2021-01-19"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            3170.0,
            null
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "Consumer Discretionary",
            null
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3519275.0,
            2291660.666667,
            1351758.333333
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_enriched",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_enriched.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5968210,
      "rep_rows": 11224,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CAG",
            "LW",
            "STZ"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "07:30",
            "08:30",
            "07:30"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.4,
            78.38,
            220.0
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.99,
            75.67,
            216.74
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4339753.0,
            1162850.0,
            1202732.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.39,
            -0.46,
            0.43
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-04",
            "2021-01-04",
            "2021-01-04"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.28,
            75.83,
            216.33
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.56,
            75.39,
            216.89
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4993730.0,
            1018860.0,
            1530363.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -1.97,
            0.21,
            -0.19
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-05",
            "2021-01-05",
            "2021-01-05"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.52,
            76.29,
            219.23
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.73,
            76.63,
            223.72
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4167183.0,
            1244356.0,
            1861672.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.11,
            1.19,
            1.08
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-06",
            "2021-01-06",
            "2021-01-06"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.69,
            77.12,
            233.0
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.78,
            75.7,
            228.87
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8903837.0,
            1418343.0,
            2537130.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.11,
            0.64,
            4.15
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.89,
            75.3,
            230.14
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.07,
            76.83,
            230.21
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6455371.0,
            963717.0,
            1595373.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.33,
            -0.53,
            0.55
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-08",
            "2021-01-08",
            "2021-01-08"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.14,
            76.1,
            228.64
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.1,
            76.01,
            226.88
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6966408.0,
            923734.0,
            1099784.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.21,
            -0.95,
            -0.68
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-11",
            "2021-01-11",
            "2021-01-11"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.1,
            75.63,
            227.0
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.91,
            75.08,
            228.09
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6291448.0,
            1260299.0,
            1679055.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.0,
            -0.5,
            0.05
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-12",
            "2021-01-12",
            "2021-01-12"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7521.0,
            5433.0,
            26219.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Staples",
            "Consumer Staples"
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4500222.0,
            1142022.0,
            1531589.0
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.894,
            76.145,
            231.65
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.6,
            76.145,
            231.9962
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.7,
            76.145,
            230.0
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.7,
            76.145,
            231.5
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.63,
            null,
            231.95
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            36.48,
            78.39,
            239.2792
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            35.1,
            76.145,
            224.0
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223250.0,
            11091.0,
            159332.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16621.0,
            0.0,
            9528.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            206629.0,
            11091.0,
            149804.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "19",
            "1",
            "21"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "730",
            "930",
            "930"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "930",
            "930",
            "800"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "BMO"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Defensive",
            "Consumer Defensive",
            "Consumer Defensive"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Packaged Foods",
            "Packaged Foods",
            "Beverages - Brewers"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_aligned",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.478065,
            1.64478,
            3.149062
          ]
        },
        {
          "name": "prev_3d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.722423,
            1.268667,
            3.220448
          ]
        },
        {
          "name": "mcap_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small",
            "small",
            "small"
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p20_50",
            "p50_200",
            "p200+"
          ]
        },
        {
          "name": "p_0800_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.458998,
            -0.632911,
            3.544609
          ]
        },
        {
          "name": "p_0830_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.36384,
            -0.632911,
            3.699356
          ]
        },
        {
          "name": "p_0900_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.083963,
            -0.632911,
            2.80708
          ]
        },
        {
          "name": "p_0925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.279877,
            null,
            3.678706
          ]
        },
        {
          "name": "pm_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.099076,
            2.296751,
            6.954765
          ]
        },
        {
          "name": "pm_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -1.763224,
            -0.632911,
            0.125156
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.862301,
            2.929662,
            6.829608
          ]
        },
        {
          "name": "p_0800_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.575362,
            0.0,
            0.500681
          ]
        },
        {
          "name": "p_0830_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.362319,
            0.0,
            0.523339
          ]
        },
        {
          "name": "p_0900_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.434783,
            0.0,
            0.392691
          ]
        },
        {
          "name": "p_0925_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.384058,
            null,
            0.520315
          ]
        },
        {
          "name": "pm_drift_0400_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.60636,
            0.0,
            2.097933
          ]
        },
        {
          "name": "moo_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.111951,
            0.639436,
            4.148042
          ]
        },
        {
          "name": "pm_vol_log",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.348791,
            4.044971,
            5.202303
          ]
        },
        {
          "name": "date_p0_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07T00:00:00",
            "2021-01-07T00:00:00",
            "2021-01-07T00:00:00"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Thu",
            "Thu",
            "Thu"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "spy5d_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vxx_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_gross_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.56834,
            1.280452,
            0.582776
          ]
        },
        {
          "name": "ret_net_long_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.69834,
            1.150452,
            0.452776
          ]
        },
        {
          "name": "ret_net_short_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.43834,
            -1.410452,
            -0.712776
          ]
        },
        {
          "name": "win_long_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.252809,
            1.280452,
            0.43268
          ]
        },
        {
          "name": "ret_net_long_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.122809,
            1.150452,
            0.30268
          ]
        },
        {
          "name": "ret_net_short_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.382809,
            -1.410452,
            -0.56268
          ]
        },
        {
          "name": "win_long_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.028011,
            1.280452,
            1.304348
          ]
        },
        {
          "name": "ret_net_long_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.158011,
            1.150452,
            1.174348
          ]
        },
        {
          "name": "ret_net_short_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.101989,
            -1.410452,
            -1.434348
          ]
        },
        {
          "name": "win_long_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.168397,
            null,
            0.452684
          ]
        },
        {
          "name": "ret_net_long_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.038397,
            null,
            0.322684
          ]
        },
        {
          "name": "ret_net_short_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.298397,
            null,
            -0.582684
          ]
        },
        {
          "name": "win_long_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "win_short_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_enriched_v2",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_enriched_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7056461,
      "rep_rows": 11224,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CAG",
            "LW",
            "STZ"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "07:30",
            "08:30",
            "07:30"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.4,
            78.38,
            220.0
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.99,
            75.67,
            216.74
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4339753.0,
            1162850.0,
            1202732.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.39,
            -0.46,
            0.43
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-04",
            "2021-01-04",
            "2021-01-04"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.28,
            75.83,
            216.33
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.56,
            75.39,
            216.89
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4993730.0,
            1018860.0,
            1530363.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -1.97,
            0.21,
            -0.19
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-05",
            "2021-01-05",
            "2021-01-05"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.52,
            76.29,
            219.23
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.73,
            76.63,
            223.72
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4167183.0,
            1244356.0,
            1861672.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.11,
            1.19,
            1.08
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-06",
            "2021-01-06",
            "2021-01-06"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.69,
            77.12,
            233.0
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.78,
            75.7,
            228.87
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8903837.0,
            1418343.0,
            2537130.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.11,
            0.64,
            4.15
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.89,
            75.3,
            230.14
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.07,
            76.83,
            230.21
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6455371.0,
            963717.0,
            1595373.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.33,
            -0.53,
            0.55
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-08",
            "2021-01-08",
            "2021-01-08"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.14,
            76.1,
            228.64
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.1,
            76.01,
            226.88
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6966408.0,
            923734.0,
            1099784.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.21,
            -0.95,
            -0.68
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-11",
            "2021-01-11",
            "2021-01-11"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.1,
            75.63,
            227.0
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.91,
            75.08,
            228.09
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6291448.0,
            1260299.0,
            1679055.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.0,
            -0.5,
            0.05
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-12",
            "2021-01-12",
            "2021-01-12"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7521.0,
            5433.0,
            26219.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Staples",
            "Consumer Staples"
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4500222.0,
            1142022.0,
            1531589.0
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.894,
            76.145,
            231.65
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.6,
            76.145,
            231.9962
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.7,
            76.145,
            230.0
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.7,
            76.145,
            231.5
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.63,
            null,
            231.95
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            36.48,
            78.39,
            239.2792
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            35.1,
            76.145,
            224.0
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223250.0,
            11091.0,
            159332.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16621.0,
            0.0,
            9528.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            206629.0,
            11091.0,
            149804.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "19",
            "1",
            "21"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "730",
            "930",
            "930"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "930",
            "930",
            "800"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "BMO"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Defensive",
            "Consumer Defensive",
            "Consumer Defensive"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Packaged Foods",
            "Packaged Foods",
            "Beverages - Brewers"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_aligned",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.478065,
            1.64478,
            3.149062
          ]
        },
        {
          "name": "prev_3d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.722423,
            1.268667,
            3.220448
          ]
        },
        {
          "name": "mcap_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small",
            "small",
            "small"
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p20_50",
            "p50_200",
            "p200+"
          ]
        },
        {
          "name": "p_0800_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.458998,
            -0.632911,
            3.544609
          ]
        },
        {
          "name": "p_0830_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.36384,
            -0.632911,
            3.699356
          ]
        },
        {
          "name": "p_0900_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.083963,
            -0.632911,
            2.80708
          ]
        },
        {
          "name": "p_0925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.279877,
            null,
            3.678706
          ]
        },
        {
          "name": "pm_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.099076,
            2.296751,
            6.954765
          ]
        },
        {
          "name": "pm_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -1.763224,
            -0.632911,
            0.125156
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.862301,
            2.929662,
            6.829608
          ]
        },
        {
          "name": "p_0800_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.575362,
            0.0,
            0.500681
          ]
        },
        {
          "name": "p_0830_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.362319,
            0.0,
            0.523339
          ]
        },
        {
          "name": "p_0900_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.434783,
            0.0,
            0.392691
          ]
        },
        {
          "name": "p_0925_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.384058,
            null,
            0.520315
          ]
        },
        {
          "name": "pm_drift_0400_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.60636,
            0.0,
            2.097933
          ]
        },
        {
          "name": "moo_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.111951,
            0.639436,
            4.148042
          ]
        },
        {
          "name": "pm_vol_log",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.348791,
            4.044971,
            5.202303
          ]
        },
        {
          "name": "date_p0_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07T00:00:00",
            "2021-01-07T00:00:00",
            "2021-01-07T00:00:00"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Thu",
            "Thu",
            "Thu"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "spy5d_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vxx_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_gross_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.56834,
            1.280452,
            0.582776
          ]
        },
        {
          "name": "ret_net_long_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.69834,
            1.150452,
            0.452776
          ]
        },
        {
          "name": "ret_net_short_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.43834,
            -1.410452,
            -0.712776
          ]
        },
        {
          "name": "win_long_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.252809,
            1.280452,
            0.43268
          ]
        },
        {
          "name": "ret_net_long_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.122809,
            1.150452,
            0.30268
          ]
        },
        {
          "name": "ret_net_short_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.382809,
            -1.410452,
            -0.56268
          ]
        },
        {
          "name": "win_long_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.028011,
            1.280452,
            1.304348
          ]
        },
        {
          "name": "ret_net_long_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.158011,
            1.150452,
            1.174348
          ]
        },
        {
          "name": "ret_net_short_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.101989,
            -1.410452,
            -1.434348
          ]
        },
        {
          "name": "win_long_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.168397,
            null,
            0.452684
          ]
        },
        {
          "name": "ret_net_long_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.038397,
            null,
            0.322684
          ]
        },
        {
          "name": "ret_net_short_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.298397,
            null,
            -0.582684
          ]
        },
        {
          "name": "win_long_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "win_short_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "pmH_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            231.65
          ]
        },
        {
          "name": "pmL_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.894,
            76.145,
            226.89
          ]
        },
        {
          "name": "pos_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            1.0
          ]
        },
        {
          "name": "range_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.640078,
            0.0,
            2.12766
          ]
        },
        {
          "name": "pmH_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            231.9962
          ]
        },
        {
          "name": "pmL_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.6,
            76.145,
            226.89
          ]
        },
        {
          "name": "pos_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            1.0
          ]
        },
        {
          "name": "range_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.462916,
            0.0,
            2.282407
          ]
        },
        {
          "name": "pmH_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            231.9962
          ]
        },
        {
          "name": "pmL_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.6,
            76.145,
            226.89
          ]
        },
        {
          "name": "pos_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.113636,
            null,
            0.609063
          ]
        },
        {
          "name": "range_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.462916,
            0.0,
            2.282407
          ]
        },
        {
          "name": "pmH_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            231.9962
          ]
        },
        {
          "name": "pmL_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.6,
            76.145,
            226.89
          ]
        },
        {
          "name": "pos_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.034091,
            null,
            0.990952
          ]
        },
        {
          "name": "range_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.462916,
            0.0,
            2.282407
          ]
        },
        {
          "name": "pos_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "HIGH"
          ]
        },
        {
          "name": "range_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng<2",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "HIGH"
          ]
        },
        {
          "name": "range_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "MIDH"
          ]
        },
        {
          "name": "range_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "HIGH"
          ]
        },
        {
          "name": "range_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pm_pos_0800_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "LOW",
            "MIDH"
          ]
        },
        {
          "name": "pm_pos_0925_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDL",
            null,
            "MIDH"
          ]
        },
        {
          "name": "pm_range_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng2_5",
            "rng5_10"
          ]
        },
        {
          "name": "gap_entry_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "gap_up2"
          ]
        },
        {
          "name": "prev_day_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pd_flat",
            "pd_flat",
            "pd_up2"
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_extended_times",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_extended_times.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7473551,
      "rep_rows": 11224,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CAG",
            "LW",
            "STZ"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "07:30",
            "08:30",
            "07:30"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.4,
            78.38,
            220.0
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.99,
            75.67,
            216.74
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4339753.0,
            1162850.0,
            1202732.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.39,
            -0.46,
            0.43
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-04",
            "2021-01-04",
            "2021-01-04"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.28,
            75.83,
            216.33
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.56,
            75.39,
            216.89
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4993730.0,
            1018860.0,
            1530363.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -1.97,
            0.21,
            -0.19
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-05",
            "2021-01-05",
            "2021-01-05"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.52,
            76.29,
            219.23
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.73,
            76.63,
            223.72
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4167183.0,
            1244356.0,
            1861672.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.11,
            1.19,
            1.08
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-06",
            "2021-01-06",
            "2021-01-06"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.69,
            77.12,
            233.0
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.78,
            75.7,
            228.87
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8903837.0,
            1418343.0,
            2537130.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.11,
            0.64,
            4.15
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.89,
            75.3,
            230.14
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.07,
            76.83,
            230.21
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6455371.0,
            963717.0,
            1595373.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.33,
            -0.53,
            0.55
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-08",
            "2021-01-08",
            "2021-01-08"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.14,
            76.1,
            228.64
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.1,
            76.01,
            226.88
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6966408.0,
            923734.0,
            1099784.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.21,
            -0.95,
            -0.68
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-11",
            "2021-01-11",
            "2021-01-11"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.1,
            75.63,
            227.0
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.91,
            75.08,
            228.09
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6291448.0,
            1260299.0,
            1679055.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.0,
            -0.5,
            0.05
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-12",
            "2021-01-12",
            "2021-01-12"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7521.0,
            5433.0,
            26219.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Staples",
            "Consumer Staples"
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4500222.0,
            1142022.0,
            1531589.0
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.894,
            76.145,
            231.65
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.6,
            76.145,
            231.9962
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.7,
            76.145,
            230.0
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.7,
            76.145,
            231.5
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.63,
            null,
            231.95
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            36.48,
            78.39,
            239.2792
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            35.1,
            76.145,
            224.0
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223250.0,
            11091.0,
            159332.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16621.0,
            0.0,
            9528.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            206629.0,
            11091.0,
            149804.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "19",
            "1",
            "21"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "730",
            "930",
            "930"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "930",
            "930",
            "800"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "BMO"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Defensive",
            "Consumer Defensive",
            "Consumer Defensive"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Packaged Foods",
            "Packaged Foods",
            "Beverages - Brewers"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_aligned",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.478065,
            1.64478,
            3.149062
          ]
        },
        {
          "name": "prev_3d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.722423,
            1.268667,
            3.220448
          ]
        },
        {
          "name": "mcap_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small",
            "small",
            "small"
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p20_50",
            "p50_200",
            "p200+"
          ]
        },
        {
          "name": "p_0800_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.458998,
            -0.632911,
            3.544609
          ]
        },
        {
          "name": "p_0830_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.36384,
            -0.632911,
            3.699356
          ]
        },
        {
          "name": "p_0900_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.083963,
            -0.632911,
            2.80708
          ]
        },
        {
          "name": "p_0925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.279877,
            null,
            3.678706
          ]
        },
        {
          "name": "pm_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.099076,
            2.296751,
            6.954765
          ]
        },
        {
          "name": "pm_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -1.763224,
            -0.632911,
            0.125156
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.862301,
            2.929662,
            6.829608
          ]
        },
        {
          "name": "p_0800_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.575362,
            0.0,
            0.500681
          ]
        },
        {
          "name": "p_0830_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.362319,
            0.0,
            0.523339
          ]
        },
        {
          "name": "p_0900_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.434783,
            0.0,
            0.392691
          ]
        },
        {
          "name": "p_0925_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.384058,
            null,
            0.520315
          ]
        },
        {
          "name": "pm_drift_0400_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.60636,
            0.0,
            2.097933
          ]
        },
        {
          "name": "moo_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.111951,
            0.639436,
            4.148042
          ]
        },
        {
          "name": "pm_vol_log",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.348791,
            4.044971,
            5.202303
          ]
        },
        {
          "name": "date_p0_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07T00:00:00",
            "2021-01-07T00:00:00",
            "2021-01-07T00:00:00"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Thu",
            "Thu",
            "Thu"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "spy5d_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vxx_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_gross_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.56834,
            1.280452,
            0.582776
          ]
        },
        {
          "name": "ret_net_long_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.69834,
            1.150452,
            0.452776
          ]
        },
        {
          "name": "ret_net_short_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.43834,
            -1.410452,
            -0.712776
          ]
        },
        {
          "name": "win_long_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.252809,
            1.280452,
            0.43268
          ]
        },
        {
          "name": "ret_net_long_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.122809,
            1.150452,
            0.30268
          ]
        },
        {
          "name": "ret_net_short_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.382809,
            -1.410452,
            -0.56268
          ]
        },
        {
          "name": "win_long_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.028011,
            1.280452,
            1.304348
          ]
        },
        {
          "name": "ret_net_long_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.158011,
            1.150452,
            1.174348
          ]
        },
        {
          "name": "ret_net_short_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.101989,
            -1.410452,
            -1.434348
          ]
        },
        {
          "name": "win_long_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.168397,
            null,
            0.452684
          ]
        },
        {
          "name": "ret_net_long_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.038397,
            null,
            0.322684
          ]
        },
        {
          "name": "ret_net_short_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.298397,
            null,
            -0.582684
          ]
        },
        {
          "name": "win_long_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "win_short_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "pmH_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            231.65
          ]
        },
        {
          "name": "pmL_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.894,
            76.145,
            226.89
          ]
        },
        {
          "name": "pos_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            1.0
          ]
        },
        {
          "name": "range_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.640078,
            0.0,
            2.12766
          ]
        },
        {
          "name": "pmH_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            231.9962
          ]
        },
        {
          "name": "pmL_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.6,
            76.145,
            226.89
          ]
        },
        {
          "name": "pos_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            1.0
          ]
        },
        {
          "name": "range_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.462916,
            0.0,
            2.282407
          ]
        },
        {
          "name": "pmH_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            231.9962
          ]
        },
        {
          "name": "pmL_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.6,
            76.145,
            226.89
          ]
        },
        {
          "name": "pos_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.113636,
            null,
            0.609063
          ]
        },
        {
          "name": "range_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.462916,
            0.0,
            2.282407
          ]
        },
        {
          "name": "pmH_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            231.9962
          ]
        },
        {
          "name": "pmL_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.6,
            76.145,
            226.89
          ]
        },
        {
          "name": "pos_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.034091,
            null,
            0.990952
          ]
        },
        {
          "name": "range_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.462916,
            0.0,
            2.282407
          ]
        },
        {
          "name": "pos_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "HIGH"
          ]
        },
        {
          "name": "range_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng<2",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "HIGH"
          ]
        },
        {
          "name": "range_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "MIDH"
          ]
        },
        {
          "name": "range_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "HIGH"
          ]
        },
        {
          "name": "range_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pm_pos_0800_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "LOW",
            "MIDH"
          ]
        },
        {
          "name": "pm_pos_0925_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDL",
            null,
            "MIDH"
          ]
        },
        {
          "name": "pm_range_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng2_5",
            "rng5_10"
          ]
        },
        {
          "name": "gap_entry_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "gap_up2"
          ]
        },
        {
          "name": "prev_day_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pd_flat",
            "pd_flat",
            "pd_up2"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "p_0500_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0515_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0530_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0545_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0600_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0615_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0630_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0645_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0700_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0715_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0730_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0745_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0800_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0815_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0830_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0845_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0900_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0915_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0924_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_to_moo_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_volume_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pc_oi_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "iv_skew_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "n_guidance",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "n_analyst",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "n_call",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pc_ratio_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "market_cap_c",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pc_vol_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_pm_stretch",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_pm_stretch.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3279540,
      "rep_rows": 49056,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RDUS",
            "LW",
            "SJR"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-13"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.4522,
            76.145,
            17.95
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.4522,
            76.145,
            17.97
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.4522,
            76.145,
            17.97
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            null,
            17.8
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            40.02,
            78.39,
            18.0
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            39.01,
            76.145,
            17.45
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            21118.0,
            11091.0,
            144750.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            140.0,
            0.0,
            12027.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20978.0,
            11091.0,
            132723.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "16"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "930",
            "930",
            "855"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "800",
            "930",
            "930"
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_ttn_enriched",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_ttn_enriched.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7497379,
      "rep_rows": 11224,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CAG",
            "LW",
            "STZ"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "07:30",
            "08:30",
            "07:30"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.4,
            78.38,
            220.0
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.99,
            75.67,
            216.74
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4339753.0,
            1162850.0,
            1202732.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.39,
            -0.46,
            0.43
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-04",
            "2021-01-04",
            "2021-01-04"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.28,
            75.83,
            216.33
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.56,
            75.39,
            216.89
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4993730.0,
            1018860.0,
            1530363.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -1.97,
            0.21,
            -0.19
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-05",
            "2021-01-05",
            "2021-01-05"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.52,
            76.29,
            219.23
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.73,
            76.63,
            223.72
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4167183.0,
            1244356.0,
            1861672.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.11,
            1.19,
            1.08
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-06",
            "2021-01-06",
            "2021-01-06"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.69,
            77.12,
            233.0
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.78,
            75.7,
            228.87
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8903837.0,
            1418343.0,
            2537130.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.11,
            0.64,
            4.15
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.89,
            75.3,
            230.14
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.07,
            76.83,
            230.21
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6455371.0,
            963717.0,
            1595373.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.33,
            -0.53,
            0.55
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-08",
            "2021-01-08",
            "2021-01-08"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.14,
            76.1,
            228.64
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.1,
            76.01,
            226.88
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6966408.0,
            923734.0,
            1099784.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.21,
            -0.95,
            -0.68
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-11",
            "2021-01-11",
            "2021-01-11"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.1,
            75.63,
            227.0
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.91,
            75.08,
            228.09
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6291448.0,
            1260299.0,
            1679055.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.0,
            -0.5,
            0.05
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-12",
            "2021-01-12",
            "2021-01-12"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7521.0,
            5433.0,
            26219.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Staples",
            "Consumer Staples"
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4500222.0,
            1142022.0,
            1531589.0
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            226.89
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.894,
            76.145,
            231.65
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.6,
            76.145,
            231.9962
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.7,
            76.145,
            230.0
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.7,
            76.145,
            231.5
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.63,
            null,
            231.95
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            36.48,
            78.39,
            239.2792
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            35.1,
            76.145,
            224.0
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            223250.0,
            11091.0,
            159332.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16621.0,
            0.0,
            9528.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            206629.0,
            11091.0,
            149804.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "19",
            "1",
            "21"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "730",
            "930",
            "930"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "930",
            "930",
            "800"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "BMO"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Defensive",
            "Consumer Defensive",
            "Consumer Defensive"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Packaged Foods",
            "Packaged Foods",
            "Beverages - Brewers"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_aligned",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.478065,
            1.64478,
            3.149062
          ]
        },
        {
          "name": "prev_3d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.722423,
            1.268667,
            3.220448
          ]
        },
        {
          "name": "mcap_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small",
            "small",
            "small"
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p20_50",
            "p50_200",
            "p200+"
          ]
        },
        {
          "name": "p_0800_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.458998,
            -0.632911,
            3.544609
          ]
        },
        {
          "name": "p_0830_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.36384,
            -0.632911,
            3.699356
          ]
        },
        {
          "name": "p_0900_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.083963,
            -0.632911,
            2.80708
          ]
        },
        {
          "name": "p_0925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.279877,
            null,
            3.678706
          ]
        },
        {
          "name": "pm_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.099076,
            2.296751,
            6.954765
          ]
        },
        {
          "name": "pm_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -1.763224,
            -0.632911,
            0.125156
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.862301,
            2.929662,
            6.829608
          ]
        },
        {
          "name": "p_0800_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.575362,
            0.0,
            0.500681
          ]
        },
        {
          "name": "p_0830_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.362319,
            0.0,
            0.523339
          ]
        },
        {
          "name": "p_0900_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.434783,
            0.0,
            0.392691
          ]
        },
        {
          "name": "p_0925_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.384058,
            null,
            0.520315
          ]
        },
        {
          "name": "pm_drift_0400_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.60636,
            0.0,
            2.097933
          ]
        },
        {
          "name": "moo_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.111951,
            0.639436,
            4.148042
          ]
        },
        {
          "name": "pm_vol_log",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.348791,
            4.044971,
            5.202303
          ]
        },
        {
          "name": "date_p0_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07T00:00:00",
            "2021-01-07T00:00:00",
            "2021-01-07T00:00:00"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Thu",
            "Thu",
            "Thu"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "spy5d_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vxx_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_gross_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.56834,
            1.280452,
            0.582776
          ]
        },
        {
          "name": "ret_net_long_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.69834,
            1.150452,
            0.452776
          ]
        },
        {
          "name": "ret_net_short_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.43834,
            -1.410452,
            -0.712776
          ]
        },
        {
          "name": "win_long_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.252809,
            1.280452,
            0.43268
          ]
        },
        {
          "name": "ret_net_long_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.122809,
            1.150452,
            0.30268
          ]
        },
        {
          "name": "ret_net_short_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.382809,
            -1.410452,
            -0.56268
          ]
        },
        {
          "name": "win_long_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.028011,
            1.280452,
            1.304348
          ]
        },
        {
          "name": "ret_net_long_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.158011,
            1.150452,
            1.174348
          ]
        },
        {
          "name": "ret_net_short_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.101989,
            -1.410452,
            -1.434348
          ]
        },
        {
          "name": "win_long_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.168397,
            null,
            0.452684
          ]
        },
        {
          "name": "ret_net_long_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.038397,
            null,
            0.322684
          ]
        },
        {
          "name": "ret_net_short_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.298397,
            null,
            -0.582684
          ]
        },
        {
          "name": "win_long_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "win_short_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "pmH_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            231.65
          ]
        },
        {
          "name": "pmL_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.894,
            76.145,
            226.89
          ]
        },
        {
          "name": "pos_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            1.0
          ]
        },
        {
          "name": "range_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.640078,
            0.0,
            2.12766
          ]
        },
        {
          "name": "pmH_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            231.9962
          ]
        },
        {
          "name": "pmL_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.6,
            76.145,
            226.89
          ]
        },
        {
          "name": "pos_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            1.0
          ]
        },
        {
          "name": "range_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.462916,
            0.0,
            2.282407
          ]
        },
        {
          "name": "pmH_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            231.9962
          ]
        },
        {
          "name": "pmL_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.6,
            76.145,
            226.89
          ]
        },
        {
          "name": "pos_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.113636,
            null,
            0.609063
          ]
        },
        {
          "name": "range_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.462916,
            0.0,
            2.282407
          ]
        },
        {
          "name": "pmH_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.48,
            76.145,
            231.9962
          ]
        },
        {
          "name": "pmL_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.6,
            76.145,
            226.89
          ]
        },
        {
          "name": "pos_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.034091,
            null,
            0.990952
          ]
        },
        {
          "name": "range_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.462916,
            0.0,
            2.282407
          ]
        },
        {
          "name": "pos_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "HIGH"
          ]
        },
        {
          "name": "range_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng<2",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "HIGH"
          ]
        },
        {
          "name": "range_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "MIDH"
          ]
        },
        {
          "name": "range_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            null,
            "HIGH"
          ]
        },
        {
          "name": "range_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pm_pos_0800_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "LOW",
            "MIDH"
          ]
        },
        {
          "name": "pm_pos_0925_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDL",
            null,
            "MIDH"
          ]
        },
        {
          "name": "pm_range_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng2_5",
            "rng5_10"
          ]
        },
        {
          "name": "gap_entry_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "gap_up2"
          ]
        },
        {
          "name": "prev_day_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pd_flat",
            "pd_flat",
            "pd_up2"
          ]
        },
        {
          "name": "date_m1_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-06T00:00:00",
            "2021-01-06T00:00:00",
            "2021-01-06T00:00:00"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "n_stories",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "2"
          ]
        },
        {
          "name": "n_guidance",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "2"
          ]
        },
        {
          "name": "n_analyst",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_call",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_earnings",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "2"
          ]
        },
        {
          "name": "sum_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.0,
            1.0,
            3.0
          ]
        },
        {
          "name": "max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.5
          ]
        },
        {
          "name": "last_header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Margin expansion tracking ahead of schedule - earnings slides",
            "Reports Q2 $0.66 v $0.62e, Rev $896M v $878Me",
            "Reports Q3 $3.09 v $2.41e, Rev $2.44B v $2.27Be; Authorizes new $2B share repurc"
          ]
        },
        {
          "name": "last_cat",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OTHER",
            "GUIDANCE,EARNINGS",
            "GUIDANCE,EARNINGS"
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_wf_patterns",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_wf_patterns.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 51292,
      "rep_rows": 11193,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-21",
            "2021-04-16",
            "2021-07-16"
          ]
        },
        {
          "name": "wf_pattern",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "unknown",
            "unknown",
            "unknown"
          ]
        },
        {
          "name": "wf_long_wr_prior",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "wf_short_wr_prior",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "wf_n_prior",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_with_imbalance",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_with_imbalance.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2168992,
      "rep_rows": 11154,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ANGO",
            "AYI",
            "CALM"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-10-04",
            "2023-10-04",
            "2023-10-04"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "07:00",
            "06:00",
            "16:00"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-10-04",
            "2023-10-04",
            "2023-10-03"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.34,
            170.7,
            49.26
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.31,
            170.31,
            48.42
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            427562.0,
            317495.0,
            536294.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.27,
            0.34,
            0.33
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-09-29",
            "2023-09-29",
            "2023-09-29"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.31,
            169.61,
            48.42
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.44,
            167.17,
            47.52
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            469595.0,
            439971.0,
            1037784.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.0,
            -0.41,
            0.0
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-10-02",
            "2023-10-02",
            "2023-10-02"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.38,
            166.78,
            47.24
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.6,
            167.38,
            47.5
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            459183.0,
            763417.0,
            1472994.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.81,
            -0.23,
            -0.59
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-10-03",
            "2023-10-03",
            "2023-10-03"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.01,
            177.8,
            42.39
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.4,
            179.0,
            44.04
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1101611.0,
            1334917.0,
            4616560.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            5.39,
            6.23,
            -10.76
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-10-04",
            "2023-10-04",
            "2023-10-04"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.64,
            179.27,
            44.43
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.15,
            179.0,
            44.07
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1076832.0,
            581342.0,
            1337856.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            3.24,
            0.15,
            0.89
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-10-05",
            "2023-10-05",
            "2023-10-05"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.11,
            177.73,
            44.15
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.07,
            181.66,
            46.0
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            629357.0,
            345067.0,
            1232816.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.56,
            -0.71,
            0.18
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-10-06",
            "2023-10-06",
            "2023-10-06"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            180.82,
            45.87
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.05,
            180.75,
            46.68
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            555408.0,
            297802.0,
            1074460.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.99,
            -0.46,
            -0.28
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-10-09",
            "2023-10-09",
            "2023-10-09"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            424.0,
            8137.0,
            3700.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Industrials",
            "Consumer Staples"
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            452113.333333,
            506961.0,
            1015690.666667
          ]
        },
        {
          "name": "ret_d0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -7.615481,
            0.674916,
            3.892427
          ]
        },
        {
          "name": "ret_d1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -6.413613,
            -0.150611,
            -0.810263
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-10-04",
            "2023-10-04",
            "2023-10-04"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            8.01,
            177.8,
            42.39
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            -1.0
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.39,
            6.23,
            10.76
          ]
        },
        {
          "name": "join_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-10-04",
            "2023-10-04",
            "2023-10-04"
          ]
        },
        {
          "name": "date_str_imb",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-10-04",
            "2023-10-04",
            "2023-10-04"
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            0.0,
            3690.0,
            45698.0
          ]
        },
        {
          "name": "imb_aligned",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            0.0,
            3690.0,
            -45698.0
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "<2B",
            "2-10B",
            "2-10B"
          ]
        }
      ]
    },
    {
      "table": "./earnings_5y_with_surprise",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_with_surprise.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 114383,
      "rep_rows": 11225,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CAG",
            "LW",
            "STZ"
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-07"
          ]
        },
        {
          "name": "eps_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.958904,
            6.451613,
            28.215768
          ]
        },
        {
          "name": "eps_actual",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.81,
            0.66,
            3.09
          ]
        },
        {
          "name": "eps_estimate",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.73,
            0.62,
            2.41
          ]
        },
        {
          "name": "rev_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.334448,
            2.050114,
            7.488987
          ]
        }
      ]
    },
    {
      "table": "./earnings_delta_apr17",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_delta_apr17.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6059,
      "rep_rows": 313,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "APLD",
            "ARTW",
            "BB"
          ]
        },
        {
          "name": "announcement_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-08",
            "2026-04-09",
            "2026-04-09"
          ]
        },
        {
          "name": "announcement_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16:05",
            "11:00",
            "BMO"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-09",
            "2026-04-09",
            "2026-04-09"
          ]
        }
      ]
    },
    {
      "table": "./earnings_upcoming_apr17_may01",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_upcoming_apr17_may01.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20790,
      "rep_rows": 2066,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "ALIV",
            "ALLY"
          ]
        },
        {
          "name": "announcement_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-16",
            "2026-04-17",
            "2026-04-17"
          ]
        },
        {
          "name": "announcement_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            "06:00",
            "07:30"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-17",
            "2026-04-17",
            "2026-04-17"
          ]
        }
      ]
    },
    {
      "table": "./eps_surprise_parsed",
      "description": "",
      "representative_file": "eps_surprise_parsed.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 528367,
      "rep_rows": 17229,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "period",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q3",
            "Q4",
            "Q4"
          ]
        },
        {
          "name": "eps_actual",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.56,
            1.26,
            1.25
          ]
        },
        {
          "name": "eps_estimate",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.79,
            0.84,
            1.25
          ]
        },
        {
          "name": "eps_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -29.113924,
            50.0,
            0.0
          ]
        },
        {
          "name": "rev_actual",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            632200000.0,
            3450000000.0,
            633700000.0
          ]
        },
        {
          "name": "rev_estimate",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            664000000.0,
            3330000000.0,
            738000000.0
          ]
        },
        {
          "name": "rev_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.789157,
            3.603604,
            -14.132791
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CENX",
            "AA",
            "CENX"
          ]
        },
        {
          "name": "insert_time",
          "arrow_type": "timestamp[ns, tz=UTC]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-06T21:12:23.527000+00:00",
            "2026-01-22T21:10:37.373000+00:00",
            "2026-02-19T21:08:55.407000+00:00"
          ]
        },
        {
          "name": "rt_et",
          "arrow_type": "timestamp[ns, tz=US/Eastern]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-06T16:12:23.527000-05:00",
            "2026-01-22T16:10:37.373000-05:00",
            "2026-02-19T16:08:55.407000-05:00"
          ]
        },
        {
          "name": "report_date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-11-06",
            "2026-01-22",
            "2026-02-19"
          ]
        }
      ]
    },
    {
      "table": "./etf_pm_rotation",
      "description": "",
      "representative_file": "etf_pm_rotation.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 85571,
      "rep_rows": 2892,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IGV",
            "IGV",
            "IGV"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-15",
            "2025-04-16",
            "2025-04-17"
          ]
        },
        {
          "name": "group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Software",
            "Software",
            "Software"
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            87.77,
            88.28,
            88.11
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0929",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            88.22,
            87.65,
            87.48
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "39140",
            "51946",
            "10905"
          ]
        },
        {
          "name": "n_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12",
            "14",
            "7"
          ]
        },
        {
          "name": "drift_8_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "drift_9_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "drift_8_9",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "./features_pm_v2",
      "description": "",
      "representative_file": "features_pm_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 668612221,
      "rep_rows": 6072820,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17",
            "2024-04-17",
            "2024-04-17"
          ]
        },
        {
          "name": "bar_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "04:05",
            "04:10",
            "04:40"
          ]
        },
        {
          "name": "bar_min",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "245",
            "250",
            "280"
          ]
        },
        {
          "name": "o",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            36.459999,
            36.389999,
            36.549999
          ]
        },
        {
          "name": "h",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            36.470001,
            36.5,
            36.560001
          ]
        },
        {
          "name": "l",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            36.459999,
            36.389999,
            36.549999
          ]
        },
        {
          "name": "c",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            36.459999,
            36.5,
            36.560001
          ]
        },
        {
          "name": "v",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "724",
            "500",
            "300"
          ]
        },
        {
          "name": "vwap",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.463333,
            36.463333,
            36.556667
          ]
        },
        {
          "name": "stock_ret_cumul",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.109709,
            0.274273
          ]
        },
        {
          "name": "ref_ret_cumul",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            0.0,
            null
          ]
        },
        {
          "name": "pm_beta",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.193926,
            1.193926,
            1.193926
          ]
        },
        {
          "name": "pm_r2",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.191935,
            0.191935,
            0.191935
          ]
        },
        {
          "name": "pm_sigma_resid",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.189077,
            1.189077,
            1.189077
          ]
        },
        {
          "name": "beta_expected_ret",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "beta_excess",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.109709,
            0.274273
          ]
        },
        {
          "name": "beta_excess_sigma",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.092264,
            0.230661
          ]
        },
        {
          "name": "beta_category",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "IDIO",
            "IDIO",
            "IDIO"
          ]
        },
        {
          "name": "raw_bb_signal_p5_s10",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "SELL"
          ]
        },
        {
          "name": "bex_bb_signal_p5_s10",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "SELL"
          ]
        },
        {
          "name": "bex_bb_width_p5_s10",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.155152,
            0.276096
          ]
        },
        {
          "name": "raw_bb_signal_p5_s15",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p5_s15",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p5_s15",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.232729,
            0.414143
          ]
        },
        {
          "name": "raw_bb_signal_p5_s20",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p5_s20",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p5_s20",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.310305,
            0.552191
          ]
        },
        {
          "name": "raw_bb_signal_p5_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p5_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p5_s25",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.387881,
            0.690239
          ]
        },
        {
          "name": "raw_bb_signal_p10_s10",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p10_s10",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p10_s10",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "raw_bb_signal_p10_s15",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p10_s15",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p10_s15",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "raw_bb_signal_p10_s20",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p10_s20",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p10_s20",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "raw_bb_signal_p10_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p10_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p10_s25",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "raw_bb_signal_p15_s10",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p15_s10",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p15_s10",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "raw_bb_signal_p15_s15",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p15_s15",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p15_s15",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "raw_bb_signal_p15_s20",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p15_s20",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p15_s20",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "raw_bb_signal_p15_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p15_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p15_s25",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "raw_bb_signal_p20_s10",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p20_s10",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p20_s10",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "raw_bb_signal_p20_s15",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p20_s15",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p20_s15",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "raw_bb_signal_p20_s20",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p20_s20",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p20_s20",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "raw_bb_signal_p20_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_signal_p20_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bex_bb_width_p20_s25",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pm_vol_cumul",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "724",
            "1224",
            "1524"
          ]
        },
        {
          "name": "pm_vol_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HARD_SKIP",
            "HARD_SKIP",
            "HARD_SKIP"
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "float",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            37.16,
            37.16,
            37.16
          ]
        },
        {
          "name": "ret_to_moo",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.919912,
            1.808219,
            1.641138
          ]
        },
        {
          "name": "ret_to_755",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_ret",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.011901,
            0.071407,
            0.238024
          ]
        },
        {
          "name": "spy_regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "NEUTRAL",
            "NEUTRAL",
            "NEUTRAL"
          ]
        }
      ]
    },
    {
      "table": "./finviz_themes",
      "description": "Finviz screener bundle (fundamentals, technicals, ownership).",
      "representative_file": "finviz_themes.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 374094,
      "rep_rows": 9801,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Agilent Technologies Inc",
            "Alcoa Corp",
            "Alternative Access First Priority CLO Bond ETF"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Healthcare",
            "Basic Materials",
            "Financial"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Diagnostics & Research",
            "Aluminum",
            "Exchange Traded Fund"
          ]
        },
        {
          "name": "country",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "USA",
            "USA",
            "USA"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32674.48,
            16672.56,
            null
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            115.62,
            63.18,
            24.94
          ]
        },
        {
          "name": "52-Week High",
          "arrow_type": "string",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "-27.86%",
            "-16.54%",
            "-0.78%"
          ]
        },
        {
          "name": "theme",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Healthcare",
            "Other",
            "Other"
          ]
        },
        {
          "name": "sub_theme",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "./historical_patterns",
      "description": "",
      "representative_file": "historical_patterns.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 199186924,
      "rep_rows": 3733518,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-08",
            "2025-04-09",
            "2025-04-10"
          ]
        },
        {
          "name": "high_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "low_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dist_52w_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dist_52w_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "near_52w_high",
          "arrow_type": "bool",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "near_52w_low",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "new_52w_high",
          "arrow_type": "bool",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "new_52w_low",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "slope_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "r2_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "range_contraction",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dist_ma20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dist_ma50",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "above_ma20",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "above_ma50",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ma20_cross_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ma20_cross_down",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "trend_20d",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "flat"
          ]
        },
        {
          "name": "consec_up",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            1.0,
            0.0
          ]
        },
        {
          "name": "consec_down",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            1.0
          ]
        },
        {
          "name": "near_local_max",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "near_local_min",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "double_top_signal",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "double_bottom_signal",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "./imbalance_5y_earnings",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "imbalance_5y_earnings.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16497106,
      "rep_rows": 4479929,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAC"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-10-03",
            "2023-10-03",
            "2023-10-03"
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "62",
            "-26644",
            "12"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-10-03",
            "2023-10-03",
            "2023-10-03"
          ]
        }
      ]
    },
    {
      "table": "./intraday_1m_apr3_apr16",
      "description": "Per-minute intraday bars (1-minute OHLCV) cache.",
      "representative_file": "intraday_1m_apr3_apr16.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 65806677,
      "rep_rows": 4413907,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAPU",
            "AAPU",
            "AAPU"
          ]
        },
        {
          "name": "dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-06T09:30:00",
            "2026-04-06T09:31:00",
            "2026-04-06T09:32:00"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-06",
            "2026-04-06",
            "2026-04-06"
          ]
        },
        {
          "name": "minute",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "6",
            "7"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            28.64,
            28.65,
            28.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            28.65,
            28.72,
            28.83
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            28.84,
            28.73,
            28.83
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            28.63,
            28.64,
            28.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "18549",
            "2393",
            "16783"
          ]
        }
      ]
    },
    {
      "table": "./intraday_1m_backfill_3y",
      "description": "Per-minute intraday bars (1-minute OHLCV) cache.",
      "representative_file": "intraday_1m_backfill_3y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12176548,
      "rep_rows": 664994,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-05-09T09:30:00",
            "2023-05-09T09:55:00",
            "2023-06-02T09:30:00"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-05-09",
            "2023-05-09",
            "2023-06-02"
          ]
        },
        {
          "name": "minute",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "30",
            "5"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            128.5,
            127.47,
            117.77
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            125.79,
            127.51,
            117.19
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            128.5,
            127.66,
            117.77
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            125.36,
            127.47,
            117.19
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "68930",
            "2784",
            "31605"
          ]
        }
      ]
    },
    {
      "table": "./intraday_1m_gap_days",
      "description": "Per-minute intraday bars (1-minute OHLCV) cache.",
      "representative_file": "intraday_1m_gap_days.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1806484351,
      "rep_rows": 94413651,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AACT",
            "AACT",
            "AACT"
          ]
        },
        {
          "name": "dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16T08:54:00",
            "2025-04-16T08:58:00",
            "2025-04-16T09:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.2,
            11.2,
            11.21
          ]
        },
        {
          "name": "h",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.2,
            11.2,
            11.21
          ]
        },
        {
          "name": "l",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.2,
            11.2,
            11.21
          ]
        },
        {
          "name": "c",
          "arrow_type": "float",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.2,
            11.2,
            11.21
          ]
        },
        {
          "name": "v",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "500000",
            "39427"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-16",
            "2025-04-16",
            "2025-04-16"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "g",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.54,
            0.54,
            0.54
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            11.16,
            11.16,
            11.16
          ]
        },
        {
          "name": "avg_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1745299.166667,
            1745299.166667,
            1745299.166667
          ]
        },
        {
          "name": "pre_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2142017.0,
            2142017.0,
            2142017.0
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "minute",
          "arrow_type": "int8",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-31",
            "-27",
            "-25"
          ]
        },
        {
          "name": "first_candle_green",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "first_candle_confirms",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "float",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.22,
            11.22,
            11.22
          ]
        },
        {
          "name": "ret_vs_930",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.178257,
            -0.178257,
            -0.089129
          ]
        },
        {
          "name": "gap_filled",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "./intraday_1m_gap_days_v2",
      "description": "Per-minute intraday bars (1-minute OHLCV) cache.",
      "representative_file": "intraday_1m_gap_days_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1433615285,
      "rep_rows": 84868272,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AACT",
            "AACT",
            "AACT"
          ]
        },
        {
          "name": "dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16T09:00:00",
            "2025-04-16T09:01:00",
            "2025-04-16T09:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.21,
            11.21,
            11.21
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.21,
            11.21,
            11.21
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.21,
            11.21,
            11.21
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.21,
            11.21,
            11.21
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "39427",
            "250000",
            "400000"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-16",
            "2025-04-16",
            "2025-04-16"
          ]
        },
        {
          "name": "minute",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-25",
            "-24",
            "-23"
          ]
        }
      ]
    },
    {
      "table": "./moo_imbalances_12m",
      "description": "",
      "representative_file": "moo_imbalances_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6631471,
      "rep_rows": 1766650,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AACB"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-25",
            "2025-04-25",
            "2025-04-25"
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "-19239",
            "-26613",
            "0"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-25",
            "2025-04-25",
            "2025-04-25"
          ]
        }
      ]
    },
    {
      "table": "./moo_options_data",
      "description": "",
      "representative_file": "moo_options_data.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9240,
      "rep_rows": 32,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "contract",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "O:MOO260417C00085000",
            "O:MOO260417C00085000",
            "O:MOO260417C00085000"
          ]
        },
        {
          "name": "type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "call",
            "call",
            "call"
          ]
        },
        {
          "name": "strike",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "85",
            "85",
            "85"
          ]
        },
        {
          "name": "expiry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17",
            "2026-04-17",
            "2026-04-17"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-12",
            "2026-03-16",
            "2026-03-18"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            2.55,
            2.0,
            1.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.55,
            2.05,
            1.7
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            2.55,
            2.0,
            1.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            2.55,
            2.05,
            1.7
          ]
        },
        {
          "name": "volume",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            "2",
            "3",
            "4"
          ]
        },
        {
          "name": "vwap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.55,
            2.0167,
            1.6125
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "4"
          ]
        }
      ]
    },
    {
      "table": "./news_classified",
      "description": "",
      "representative_file": "news_classified.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 71715,
      "rep_rows": 5610,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-19",
            "2026-01-08",
            "2025-10-23"
          ]
        },
        {
          "name": "news_type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "no_news",
            "no_news",
            "no_news"
          ]
        },
        {
          "name": "n_articles",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "sentiment_score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "top_headline",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "all_types",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "./news_sentiment",
      "description": "",
      "representative_file": "news_sentiment.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 70177,
      "rep_rows": 5610,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-19",
            "2026-01-08",
            "2025-10-23"
          ]
        },
        {
          "name": "n_articles",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "sentiment_score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "has_positive",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "has_negative",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sentiment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "no_news",
            "no_news",
            "no_news"
          ]
        },
        {
          "name": "top_headline",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "./normal_days_filter",
      "description": "",
      "representative_file": "normal_days_filter.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 157879,
      "rep_rows": 375923,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 375946,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-04",
            "2023-01-05"
          ]
        },
        {
          "name": "is_normal",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "normal",
            "normal",
            "normal"
          ]
        }
      ]
    },
    {
      "table": "./options_5y_features",
      "description": "",
      "representative_file": "options_5y_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1132920,
      "rep_rows": 104840,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NVDA",
            "NVDA",
            "NVDA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-05-29",
            "2025-04-16",
            "2025-04-23"
          ]
        },
        {
          "name": "n_calls",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "70",
            "64",
            "64"
          ]
        },
        {
          "name": "n_puts",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "70",
            "64",
            "64"
          ]
        },
        {
          "name": "n_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "140",
            "128",
            "128"
          ]
        },
        {
          "name": "contract_pc_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "atm_calls",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "18",
            "12",
            "12"
          ]
        },
        {
          "name": "atm_puts",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "18",
            "12",
            "12"
          ]
        },
        {
          "name": "otm_calls",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "18",
            "26",
            "26"
          ]
        },
        {
          "name": "otm_puts",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "34",
            "26",
            "26"
          ]
        },
        {
          "name": "otm_skew",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.307692,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_strikes",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "35",
            "32",
            "32"
          ]
        },
        {
          "name": "n_atm_strikes",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "6",
            "6"
          ]
        },
        {
          "name": "n_expirations",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "2"
          ]
        },
        {
          "name": "nearest_expiry_days",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "atm_call_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "atm_put_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "total_opt_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vol_pc_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "strike_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "./options_features",
      "description": "",
      "representative_file": "options_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 961105,
      "rep_rows": 95637,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NVDA",
            "NVDA",
            "NVDA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-05-29",
            "2025-04-16",
            "2025-04-23"
          ]
        },
        {
          "name": "n_calls",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "70",
            "64",
            "64"
          ]
        },
        {
          "name": "n_puts",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "70",
            "64",
            "64"
          ]
        },
        {
          "name": "n_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "140",
            "128",
            "128"
          ]
        },
        {
          "name": "contract_pc_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "atm_calls",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "18",
            "12",
            "12"
          ]
        },
        {
          "name": "atm_puts",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "18",
            "12",
            "12"
          ]
        },
        {
          "name": "otm_calls",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "18",
            "26",
            "26"
          ]
        },
        {
          "name": "otm_puts",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "34",
            "26",
            "26"
          ]
        },
        {
          "name": "otm_skew",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.307692,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_strikes",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "35",
            "32",
            "32"
          ]
        },
        {
          "name": "n_atm_strikes",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "6",
            "6"
          ]
        },
        {
          "name": "n_expirations",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "2"
          ]
        },
        {
          "name": "nearest_expiry_days",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "atm_call_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "atm_put_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "total_opt_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vol_pc_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "./options_features_expanded",
      "description": "",
      "representative_file": "options_features_expanded.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1164270,
      "rep_rows": 117545,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NVDA",
            "NVDA",
            "NVDA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-05-29",
            "2025-04-16",
            "2025-04-23"
          ]
        },
        {
          "name": "n_calls",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "70",
            "64",
            "64"
          ]
        },
        {
          "name": "n_puts",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "70",
            "64",
            "64"
          ]
        },
        {
          "name": "n_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "140",
            "128",
            "128"
          ]
        },
        {
          "name": "contract_pc_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "atm_calls",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "18",
            "12",
            "12"
          ]
        },
        {
          "name": "atm_puts",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "18",
            "12",
            "12"
          ]
        },
        {
          "name": "otm_calls",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "18",
            "26",
            "26"
          ]
        },
        {
          "name": "otm_puts",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "34",
            "26",
            "26"
          ]
        },
        {
          "name": "otm_skew",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.307692,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_strikes",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "35",
            "32",
            "32"
          ]
        },
        {
          "name": "n_atm_strikes",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.0,
            6.0,
            6.0
          ]
        },
        {
          "name": "n_expirations",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "2"
          ]
        },
        {
          "name": "nearest_expiry_days",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "atm_call_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "atm_put_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "total_opt_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vol_pc_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "./pm_1m_backfill",
      "description": "",
      "representative_file": "pm_1m_backfill.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1502342,
      "rep_rows": 74545,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-11-25T00:00:00",
            "2025-11-25T00:00:00",
            "2025-11-25T00:00:00"
          ]
        },
        {
          "name": "dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-25T05:14:00",
            "2025-11-25T07:03:00",
            "2025-11-25T07:37:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            150.99,
            150.02,
            150.02
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            150.99,
            150.02,
            150.02
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            150.99,
            150.02,
            150.02
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            150.99,
            150.02,
            150.02
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "./pm_1m_exhaustive",
      "description": "",
      "representative_file": "pm_1m_exhaustive.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 32833185,
      "rep_rows": 2738899,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "JEF",
            "JEF",
            "JEF"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-05",
            "2021-01-05",
            "2021-01-05"
          ]
        },
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.78,
            25.78,
            25.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.78,
            25.78,
            25.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.78,
            25.78,
            25.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.78,
            25.78,
            25.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "./pm_1m_v2",
      "description": "Per-minute pre-market bars (1-minute OHLCV) cache, ET aligned.",
      "representative_file": "pm_1m_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 211494512,
      "rep_rows": 14270049,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17",
            "2024-04-17",
            "2024-04-17"
          ]
        },
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-04-17 04:07:00",
            "2024-04-17 04:08:00",
            "2024-04-17 04:09:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            36.46,
            36.47,
            36.46
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            36.46,
            36.47,
            36.46
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            36.46,
            36.47,
            36.46
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            36.46,
            36.47,
            36.46
          ]
        },
        {
          "name": "v",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "500",
            "124"
          ]
        }
      ]
    },
    {
      "table": "./pm_1m_v3",
      "description": "Per-minute pre-market bars (1-minute OHLCV) cache, ET aligned.",
      "representative_file": "pm_1m_v3.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 280730681,
      "rep_rows": 14339842,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-11-25T00:00:00",
            "2025-11-25T00:00:00",
            "2025-11-25T00:00:00"
          ]
        },
        {
          "name": "dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-25T05:14:00",
            "2025-11-25T07:03:00",
            "2025-11-25T07:37:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            150.99,
            150.02,
            150.02
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            150.99,
            150.02,
            150.02
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            150.99,
            150.02,
            150.02
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            150.99,
            150.02,
            150.02
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "./pm_5min_bars",
      "description": "",
      "representative_file": "pm_5min_bars.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 116922580,
      "rep_rows": 6072820,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17",
            "2024-04-17",
            "2024-04-17"
          ]
        },
        {
          "name": "bar_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "04:05",
            "04:10",
            "04:40"
          ]
        },
        {
          "name": "bar_min",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "245",
            "250",
            "280"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            36.46,
            36.39,
            36.55
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            36.47,
            36.5,
            36.56
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            36.46,
            36.39,
            36.55
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            36.46,
            36.5,
            36.56
          ]
        },
        {
          "name": "v",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "724",
            "500",
            "300"
          ]
        },
        {
          "name": "vwap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.463333,
            36.463333,
            36.556667
          ]
        }
      ]
    },
    {
      "table": "./pm_slope_features",
      "description": "",
      "representative_file": "pm_slope_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4649089,
      "rep_rows": 207074,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-17",
            "2025-04-21",
            "2025-04-23"
          ]
        },
        {
          "name": "pm_slope",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.474739,
            -0.027709,
            -0.098887
          ]
        },
        {
          "name": "pm_ret_915_929",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.292683,
            -0.344976,
            0.155002
          ]
        },
        {
          "name": "pm_vol_915_929",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13866.0,
            2431.0,
            31590.0
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            6.0,
            12.0
          ]
        }
      ]
    },
    {
      "table": "./pm_snapshots_by_ref",
      "description": "",
      "representative_file": "pm_snapshots_by_ref.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1374066,
      "rep_rows": 37706,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 40178,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-04",
            "2023-01-05"
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            14.51,
            14.42,
            14.8
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            14.3,
            14.0015,
            14.46
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7600.0,
            800.0,
            15879.0
          ]
        },
        {
          "name": "c_400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            14.42,
            14.8
          ]
        },
        {
          "name": "c_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.32,
            14.0015,
            null
          ]
        },
        {
          "name": "c_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_924",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_929",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ARKF",
            "ARKF",
            "ARKF"
          ]
        }
      ]
    },
    {
      "table": "./pm_snapshots_by_ticker",
      "description": "",
      "representative_file": "pm_snapshots_by_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6059660,
      "rep_rows": 302468,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 302490,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-10",
            "2023-01-12"
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            152.36,
            150.45,
            158.5
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            151.55,
            148.44,
            158.5
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1297.0,
            1625.0,
            102.0
          ]
        },
        {
          "name": "c_400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_924",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "c_929",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            152.36,
            150.45,
            null
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "./pm_stretch_delta_apr17",
      "description": "",
      "representative_file": "pm_stretch_delta_apr17.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 27524,
      "rep_rows": 184,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LFS",
            "NTIC",
            "BYRN"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-09",
            "2026-04-09",
            "2026-04-09"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            9.65
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            9.65
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            9.65
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            9.75
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            9.6
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            9.0
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            8.1
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            7.75
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            7.61
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            7.4565
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            2.48,
            8.04,
            9.8
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            2.21,
            8.04,
            7.28
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "44420",
            "129",
            "128619"
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1203"
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "63387"
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "44420",
            "129",
            "64029"
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "61"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "928",
            "930",
            "400"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "930",
            "930",
            "930"
          ]
        }
      ]
    },
    {
      "table": "./pm_vs_datum_beta_divergence",
      "description": "",
      "representative_file": "pm_vs_datum_beta_divergence.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 193115,
      "rep_rows": 13698,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 13698,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "benchmark",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARKG",
            "ARKK",
            "DIA"
          ]
        },
        {
          "name": "our_pm_beta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.35,
            0.371,
            1.331
          ]
        },
        {
          "name": "our_pm_r2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.083,
            0.093,
            0.107
          ]
        },
        {
          "name": "datum_daily_beta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.7,
            0.47,
            1.17
          ]
        },
        {
          "name": "datum_daily_corr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.86,
            0.74,
            0.88
          ]
        },
        {
          "name": "datum_daily_r2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.74,
            0.548,
            0.774
          ]
        },
        {
          "name": "best_idx_ours",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "XLY",
            "XLY",
            "XLY"
          ]
        },
        {
          "name": "beta_delta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.35,
            -0.099,
            0.161
          ]
        },
        {
          "name": "r2_delta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.657,
            -0.455,
            -0.667
          ]
        }
      ]
    },
    {
      "table": "./polygon_delisted_tickers",
      "description": "",
      "representative_file": "polygon_delisted_tickers.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 196658,
      "rep_rows": 3009,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PSTG",
            "MRCC",
            "ZGM"
          ]
        },
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Everpure, Inc.",
            "Monroe Capital Corporation",
            "Zenta Group Company Limited Class A Ordinary Shares"
          ]
        },
        {
          "name": "market",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "stocks",
            "stocks",
            "stocks"
          ]
        },
        {
          "name": "locale",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "us",
            "us",
            "us"
          ]
        },
        {
          "name": "primary_exchange",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "XNYS",
            "XNAS",
            "XNAS"
          ]
        },
        {
          "name": "type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CS",
            "CS",
            "CS"
          ]
        },
        {
          "name": "active",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "currency_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "usd",
            "usd",
            "usd"
          ]
        },
        {
          "name": "cik",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0001474432",
            "0001512931",
            "0002011458"
          ]
        },
        {
          "name": "composite_figi",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BBG00212PVZ5",
            "BBG001KFNK01",
            null
          ]
        },
        {
          "name": "share_class_figi",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BBG00212PW10",
            "BBG001V0NY75",
            null
          ]
        },
        {
          "name": "last_updated_utc",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-18T06:09:33.193851Z",
            "2026-04-16T06:08:33.395318915Z",
            "2026-04-15T06:09:06.909339255Z"
          ]
        },
        {
          "name": "delisted_utc",
          "arrow_type": "timestamp[ns, tz=UTC]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T00:00:00+00:00",
            "2026-04-15T00:00:00+00:00",
            "2026-04-14T00:00:00+00:00"
          ]
        }
      ]
    },
    {
      "table": "./pre_volume_12m",
      "description": "",
      "representative_file": "pre_volume_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 18283909,
      "rep_rows": 1081767,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-16",
            "2025-04-17",
            "2025-04-23"
          ]
        },
        {
          "name": "pre_v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2056",
            "556",
            "1167"
          ]
        },
        {
          "name": "pre_v_avg20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rel_pre_v",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "./qqq_bigday_1m",
      "description": "",
      "representative_file": "qqq_bigday_1m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 271380,
      "rep_rows": 10144,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-01-26 09:25:00",
            "2022-01-26 09:26:00",
            "2022-01-26 09:27:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            351.85,
            352.39,
            352.42
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            352.48,
            352.5,
            352.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            351.85,
            352.33,
            352.41
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            352.35,
            352.4,
            352.56
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "66673",
            "24691",
            "10158"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "QQQ",
            "QQQ",
            "QQQ"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2022-01-26",
            "2022-01-26",
            "2022-01-26"
          ]
        }
      ]
    },
    {
      "table": "./qqq_bigday_gaps",
      "description": "",
      "representative_file": "qqq_bigday_gaps.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1213029,
      "rep_rows": 293094,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "2022-01-26",
            "2022-01-26",
            "2022-01-26"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "string",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            "A",
            "AA",
            "AAA_20221014"
          ]
        },
        {
          "name": "date",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            0.72,
            0.54,
            0.02
          ]
        }
      ]
    },
    {
      "table": "./recent_events_enriched",
      "description": "",
      "representative_file": "recent_events_enriched.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 923219,
      "rep_rows": 11557,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 11559,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAOI",
            "AAP"
          ]
        },
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-06",
            "2026-04-06",
            "2026-04-06"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.545226,
            5.904148,
            -1.311981
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            71.53,
            103.91,
            51.83
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            71.92,
            110.045,
            51.15
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            72.24,
            117.23,
            53.26
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            68.92,
            105.1,
            50.97
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            71.01,
            107.45,
            53.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4149902.222136,
            16994199.932943,
            856443.630788
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            72.9654,
            115.0,
            52.0
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            71.5285,
            108.46,
            52.0
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "27588",
            "714027",
            "125"
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "42",
            "276",
            "1"
          ]
        },
        {
          "name": "entry_8am",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            71.8,
            110.3854,
            52.0
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            71.92,
            110.045,
            51.15
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.00885,
            6.029873,
            0.0
          ]
        },
        {
          "name": "date_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-06T00:00:00",
            "2026-04-06T00:00:00",
            "2026-04-06T00:00:00"
          ]
        }
      ]
    },
    {
      "table": "./recent_gap_candidates",
      "description": "",
      "representative_file": "recent_gap_candidates.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 705440,
      "rep_rows": 15415,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 15417,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAOI",
            "AAP"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-06T00:00:00",
            "2026-04-06T00:00:00",
            "2026-04-06T00:00:00"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.545226,
            5.904148,
            -1.311981
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            71.53,
            103.91,
            51.83
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            71.92,
            110.045,
            51.15
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            72.24,
            117.23,
            53.26
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            68.92,
            105.1,
            50.97
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            71.01,
            107.45,
            53.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4149902.222136,
            16994199.932943,
            856443.630788
          ]
        }
      ]
    },
    {
      "table": "./research_900_moo_scored_trades",
      "description": "",
      "representative_file": "research_900_moo_scored_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 677844,
      "rep_rows": 3583,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-11-18",
            "2026-01-08",
            "2026-01-15"
          ]
        },
        {
          "name": "bar_min",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "540",
            "540",
            "540"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            35.34,
            59.84,
            63.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            35.34,
            59.880001,
            63.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            35.34,
            59.757,
            63.450001
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            35.34,
            59.849998,
            63.450001
          ]
        },
        {
          "name": "v",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "248",
            "3130",
            "1100"
          ]
        },
        {
          "name": "stock_ret_cumul",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.146853,
            -1.675702,
            -1.444548
          ]
        },
        {
          "name": "beta_excess",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.146853,
            -1.675702,
            -1.421178
          ]
        },
        {
          "name": "beta_excess_sigma",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.964491,
            -1.409247,
            -1.195195
          ]
        },
        {
          "name": "beta_category",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "IDIO",
            "IDIO",
            "IDIO"
          ]
        },
        {
          "name": "pm_vol_cumul",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "38511",
            "189089",
            "40508"
          ]
        },
        {
          "name": "bex_bb_signal_p10_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "raw_bb_signal_p10_s25",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "ret_to_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.254669,
            -0.167084,
            1.591805
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            35.43,
            59.75,
            64.459999
          ]
        },
        {
          "name": "pm_rsi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            23.165935,
            27.534761,
            15.29498
          ]
        },
        {
          "name": "mom_5m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.167832,
            0.082142,
            -0.042871
          ]
        },
        {
          "name": "mom_30m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.027972,
            -0.624281,
            0.062131
          ]
        },
        {
          "name": "tp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.34,
            59.829,
            63.466667
          ]
        },
        {
          "name": "tpv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8764.320038,
            187264.769491,
            69813.333893
          ]
        },
        {
          "name": "tpv_cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1368621.573124,
            11438714.493792,
            2593450.865122
          ]
        },
        {
          "name": "v_cum_vwap",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "38511",
            "189089",
            "40508"
          ]
        },
        {
          "name": "pm_vwap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market VWAP",
          "sample_values": [
            35.538458,
            60.493812,
            64.023177
          ]
        },
        {
          "name": "vwap_dev",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.558432,
            -1.064264,
            -0.895264
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BUY",
            "BUY",
            "BUY"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B",
            "A+",
            "B"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.154,
            0.608,
            0.154
          ]
        },
        {
          "name": "sell_weight",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "buy_weight",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.58,
            6.22,
            1.58
          ]
        },
        {
          "name": "size_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            3.0,
            1.0
          ]
        },
        {
          "name": "reasons",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "RSI23→BUY",
            "VWAP-1.06%→BUY;RSI28→BUY",
            "RSI15→BUY"
          ]
        },
        {
          "name": "direction_sign",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "qqq_ret_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            0.69287
          ]
        },
        {
          "name": "vs_qqq",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.146853,
            -1.675702,
            -2.137418
          ]
        },
        {
          "name": "qqq_ret_to_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.055878
          ]
        },
        {
          "name": "signed_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.254669,
            -0.167084,
            1.591805
          ]
        },
        {
          "name": "hedged_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.254669,
            -0.167084,
            1.535926
          ]
        }
      ]
    },
    {
      "table": "./research_priced_in_events",
      "description": "",
      "representative_file": "research_priced_in_events.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 363065,
      "rep_rows": 1575,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAL",
            "AAPL",
            "AAPL"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-17T00:00:00",
            "2025-04-25T00:00:00",
            "2025-04-28T00:00:00"
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_news",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Trims Q1 near lower end of -$0.50 to +$0.10 v -$0.32e; ASMs +3-4% (prior +3-5%),",
            "(US) Friday Morning Papers Summary",
            "(US) Monday Morning Papers Summary"
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "float",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            10.9599,
            205.600006,
            210.080002
          ]
        },
        {
          "name": "moo_vol",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            "21937",
            "17674",
            "18556"
          ]
        },
        {
          "name": "p_955",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.96,
            208.630005,
            210.629303
          ]
        },
        {
          "name": "ret_moo_955",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            9e-06,
            0.014737,
            0.002615
          ]
        },
        {
          "name": "ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.018447,
            0.018426,
            0.004367
          ]
        },
        {
          "name": "ret_3d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.049819,
            0.078743,
            0.047762
          ]
        },
        {
          "name": "ret_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.083042,
            0.072579,
            0.062443
          ]
        },
        {
          "name": "ret_10d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.162141,
            0.047875,
            0.099044
          ]
        },
        {
          "name": "ret_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.244236,
            null,
            null
          ]
        },
        {
          "name": "vol_ratio_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.202028,
            0.963853,
            0.87692
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            24.124514,
            73.359324,
            73.670691
          ]
        },
        {
          "name": "dist_52w_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            -0.354859,
            null,
            null
          ]
        },
        {
          "name": "pc_t1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "pc_delta_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "opt_vol_z",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.050279,
            0.83871,
            0.727273
          ]
        },
        {
          "name": "insider_own_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            1.79,
            0.11,
            0.11
          ]
        },
        {
          "name": "inst_own_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            70.93,
            65.49,
            65.49
          ]
        },
        {
          "name": "short_float_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.49,
            0.86,
            0.86
          ]
        },
        {
          "name": "short_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.15,
            2.71,
            2.71
          ]
        },
        {
          "name": "insider_buying",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "insider_selling",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "inst_buying",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "inst_selling",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "shares_outstanding",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            660304573.0,
            14681140000.0,
            14681140000.0
          ]
        },
        {
          "name": "market_cap_poly",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7507662995.009999,
            3824290158600.0,
            3824290158600.0
          ]
        },
        {
          "name": "mcap_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            7.507663,
            3824.290159,
            3824.290159
          ]
        },
        {
          "name": "upside_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rec_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "n_analysts",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "insider_signed_30d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "insider_buy_n_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "insider_sale_n_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.0
          ]
        },
        {
          "name": "n_stories",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            1.0
          ]
        },
        {
          "name": "n_rumor_press",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_contract_deal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_ceo_change",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_drug_trial_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_drug_trial_neg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_product_launch",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_lawsuit_legal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_short_report",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_insider_13d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.0,
            0.0,
            1.0
          ]
        },
        {
          "name": "n_index_add",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            1.0
          ]
        },
        {
          "name": "n_supply_recall",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            1.0
          ]
        },
        {
          "name": "n_restructuring",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_tariff_trade",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_ai_mention",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            1.0
          ]
        },
        {
          "name": "n_conf_call_summary",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_ttn_research_alert",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_preliminary",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_news_days_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "n_news_total_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "fresh_news",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            10.49,
            208.37,
            209.28
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.044795,
            -0.013294,
            0.003823
          ]
        },
        {
          "name": "news_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "news_neg",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "news_score",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "news_dir",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "./research_priced_in_events_v2",
      "description": "",
      "representative_file": "research_priced_in_events_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 683396,
      "rep_rows": 3284,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAL",
            "AAL"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-19T00:00:00",
            "2024-10-24T00:00:00",
            "2026-03-17T00:00:00"
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_news",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Thursday Morning Papers Summary",
            "Reports Q3 $0.30 v $0.13e, Rev $13.6B v $13.5Be; Raises outlook",
            "Trims Q1 near lower end of -$0.50 to +$0.10 v -$0.32e; ASMs +3-4% (prior +3-5%),"
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            51.14,
            13.18,
            10.9599
          ]
        },
        {
          "name": "moo_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            "180010",
            "1779795",
            "21937"
          ]
        },
        {
          "name": "p_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            52.065,
            13.1469,
            10.96
          ]
        },
        {
          "name": "source",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "earn5y",
            "earn5y",
            "gap_v2"
          ]
        },
        {
          "name": "ret_moo_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.018088,
            -0.002511,
            9e-06
          ]
        },
        {
          "name": "ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.025702,
            -0.010031,
            0.018447
          ]
        },
        {
          "name": "ret_3d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002438,
            -0.019862,
            -0.049819
          ]
        },
        {
          "name": "ret_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.008871,
            -0.004655,
            -0.083042
          ]
        },
        {
          "name": "ret_10d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.198968,
            0.07544,
            -0.162141
          ]
        },
        {
          "name": "ret_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.25117,
            0.166364,
            -0.244236
          ]
        },
        {
          "name": "vol_ratio_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.359653,
            0.87439,
            1.202028
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            71.969309,
            83.168317,
            24.124514
          ]
        },
        {
          "name": "dist_52w_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            -0.437724,
            -0.18176,
            -0.354859
          ]
        },
        {
          "name": "c_t1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            53.45,
            12.83,
            10.49
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.043218,
            0.02728,
            0.044795
          ]
        },
        {
          "name": "pc_t1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            null,
            1.0
          ]
        },
        {
          "name": "pc_delta_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            0.0
          ]
        },
        {
          "name": "max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            1.5
          ]
        },
        {
          "name": "n_stories",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            1.0
          ]
        },
        {
          "name": "n_rumor_press",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_contract_deal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            1.0
          ]
        },
        {
          "name": "n_ceo_change",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_drug_trial_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_drug_trial_neg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_product_launch",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_lawsuit_legal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_short_report",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_insider_13d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_index_add",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_supply_recall",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_restructuring",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_tariff_trade",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_ai_mention",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_conf_call_summary",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_ttn_research_alert",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_preliminary",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "insider_own_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.45,
            1.79,
            1.79
          ]
        },
        {
          "name": "inst_own_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            81.65,
            70.93,
            70.93
          ]
        },
        {
          "name": "short_float_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.64,
            11.49,
            11.49
          ]
        },
        {
          "name": "short_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.15,
            1.15
          ]
        },
        {
          "name": "insider_buying",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "insider_selling",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "inst_buying",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "inst_selling",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "shares_outstanding",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            263862492.0,
            660304573.0,
            660304573.0
          ]
        },
        {
          "name": "market_cap_poly",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            19333212115.84,
            7507662995.009999,
            7507662995.009999
          ]
        },
        {
          "name": "mcap_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            19.333212,
            7.507663,
            7.507663
          ]
        },
        {
          "name": "upside_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            10.566672,
            null,
            null
          ]
        },
        {
          "name": "rec_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.07143,
            null,
            null
          ]
        },
        {
          "name": "n_analysts",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.0,
            null,
            null
          ]
        },
        {
          "name": "insider_signed_30d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_news_days_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "fresh_news",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "news_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "news_neg",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "news_score",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "news_dir",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        }
      ]
    },
    {
      "table": "./research_priced_in_scored",
      "description": "",
      "representative_file": "research_priced_in_scored.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 369508,
      "rep_rows": 1575,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAL",
            "AAPL",
            "AAPL"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-17T00:00:00",
            "2025-04-25T00:00:00",
            "2025-04-28T00:00:00"
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_news",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Trims Q1 near lower end of -$0.50 to +$0.10 v -$0.32e; ASMs +3-4% (prior +3-5%),",
            "(US) Friday Morning Papers Summary",
            "(US) Monday Morning Papers Summary"
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "float",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            10.9599,
            205.600006,
            210.080002
          ]
        },
        {
          "name": "moo_vol",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            "21937",
            "17674",
            "18556"
          ]
        },
        {
          "name": "p_955",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.96,
            208.630005,
            210.629303
          ]
        },
        {
          "name": "ret_moo_955",
          "arrow_type": "float",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            9e-06,
            0.014737,
            0.002615
          ]
        },
        {
          "name": "ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.018447,
            0.018426,
            0.004367
          ]
        },
        {
          "name": "ret_3d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.049819,
            0.078743,
            0.047762
          ]
        },
        {
          "name": "ret_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.083042,
            0.072579,
            0.062443
          ]
        },
        {
          "name": "ret_10d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.162141,
            0.047875,
            0.099044
          ]
        },
        {
          "name": "ret_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.244236,
            null,
            null
          ]
        },
        {
          "name": "vol_ratio_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.202028,
            0.963853,
            0.87692
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            24.124514,
            73.359324,
            73.670691
          ]
        },
        {
          "name": "dist_52w_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            -0.354859,
            null,
            null
          ]
        },
        {
          "name": "pc_t1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "pc_delta_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "opt_vol_z",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.050279,
            0.83871,
            0.727273
          ]
        },
        {
          "name": "insider_own_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            1.79,
            0.11,
            0.11
          ]
        },
        {
          "name": "inst_own_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            70.93,
            65.49,
            65.49
          ]
        },
        {
          "name": "short_float_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.49,
            0.86,
            0.86
          ]
        },
        {
          "name": "short_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.15,
            2.71,
            2.71
          ]
        },
        {
          "name": "insider_buying",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "insider_selling",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "inst_buying",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "inst_selling",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "shares_outstanding",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            660304573.0,
            14681140000.0,
            14681140000.0
          ]
        },
        {
          "name": "market_cap_poly",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7507662995.009999,
            3824290158600.0,
            3824290158600.0
          ]
        },
        {
          "name": "mcap_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            7.507663,
            3824.290159,
            3824.290159
          ]
        },
        {
          "name": "upside_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rec_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "n_analysts",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "insider_signed_30d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "insider_buy_n_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "insider_sale_n_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.0
          ]
        },
        {
          "name": "n_stories",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            1.0
          ]
        },
        {
          "name": "n_rumor_press",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_contract_deal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_ceo_change",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_drug_trial_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_drug_trial_neg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_product_launch",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_lawsuit_legal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_short_report",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_insider_13d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.0,
            0.0,
            1.0
          ]
        },
        {
          "name": "n_index_add",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            1.0
          ]
        },
        {
          "name": "n_supply_recall",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            1.0
          ]
        },
        {
          "name": "n_restructuring",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_tariff_trade",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_ai_mention",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            1.0
          ]
        },
        {
          "name": "n_conf_call_summary",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_ttn_research_alert",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_preliminary",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_news_days_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "n_news_total_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "fresh_news",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            10.49,
            208.37,
            209.28
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.044795,
            -0.013294,
            0.003823
          ]
        },
        {
          "name": "news_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "news_neg",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "news_score",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "news_dir",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "m4_score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.0,
            -1.5,
            -1.5
          ]
        },
        {
          "name": "gap_b",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "2",
            "2"
          ]
        },
        {
          "name": "drift_b",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "4",
            "4"
          ]
        },
        {
          "name": "news_b",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026Q1",
            "2025Q2",
            "2025Q2"
          ]
        }
      ]
    },
    {
      "table": "./research_priced_in_scored_v2",
      "description": "",
      "representative_file": "research_priced_in_scored_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 690301,
      "rep_rows": 3284,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAL",
            "AAL"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-19T00:00:00",
            "2024-10-24T00:00:00",
            "2026-03-17T00:00:00"
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_news",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Thursday Morning Papers Summary",
            "Reports Q3 $0.30 v $0.13e, Rev $13.6B v $13.5Be; Raises outlook",
            "Trims Q1 near lower end of -$0.50 to +$0.10 v -$0.32e; ASMs +3-4% (prior +3-5%),"
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            51.14,
            13.18,
            10.9599
          ]
        },
        {
          "name": "moo_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            "180010",
            "1779795",
            "21937"
          ]
        },
        {
          "name": "p_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            52.065,
            13.1469,
            10.96
          ]
        },
        {
          "name": "source",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "earn5y",
            "earn5y",
            "gap_v2"
          ]
        },
        {
          "name": "ret_moo_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.018088,
            -0.002511,
            9e-06
          ]
        },
        {
          "name": "ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.025702,
            -0.010031,
            0.018447
          ]
        },
        {
          "name": "ret_3d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002438,
            -0.019862,
            -0.049819
          ]
        },
        {
          "name": "ret_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.008871,
            -0.004655,
            -0.083042
          ]
        },
        {
          "name": "ret_10d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.198968,
            0.07544,
            -0.162141
          ]
        },
        {
          "name": "ret_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.25117,
            0.166364,
            -0.244236
          ]
        },
        {
          "name": "vol_ratio_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.359653,
            0.87439,
            1.202028
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            71.969309,
            83.168317,
            24.124514
          ]
        },
        {
          "name": "dist_52w_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            -0.437724,
            -0.18176,
            -0.354859
          ]
        },
        {
          "name": "c_t1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            53.45,
            12.83,
            10.49
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.043218,
            0.02728,
            0.044795
          ]
        },
        {
          "name": "pc_t1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            null,
            1.0
          ]
        },
        {
          "name": "pc_delta_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            0.0
          ]
        },
        {
          "name": "max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            1.5
          ]
        },
        {
          "name": "n_stories",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            1.0
          ]
        },
        {
          "name": "n_rumor_press",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_contract_deal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            1.0
          ]
        },
        {
          "name": "n_ceo_change",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_drug_trial_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_drug_trial_neg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_product_launch",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_lawsuit_legal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_short_report",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_insider_13d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_index_add",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_supply_recall",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_restructuring",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_tariff_trade",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_ai_mention",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_conf_call_summary",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_ttn_research_alert",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_preliminary",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "insider_own_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.45,
            1.79,
            1.79
          ]
        },
        {
          "name": "inst_own_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            81.65,
            70.93,
            70.93
          ]
        },
        {
          "name": "short_float_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.64,
            11.49,
            11.49
          ]
        },
        {
          "name": "short_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.15,
            1.15
          ]
        },
        {
          "name": "insider_buying",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "insider_selling",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "inst_buying",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "inst_selling",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "shares_outstanding",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            263862492.0,
            660304573.0,
            660304573.0
          ]
        },
        {
          "name": "market_cap_poly",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            19333212115.84,
            7507662995.009999,
            7507662995.009999
          ]
        },
        {
          "name": "mcap_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            19.333212,
            7.507663,
            7.507663
          ]
        },
        {
          "name": "upside_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            10.566672,
            null,
            null
          ]
        },
        {
          "name": "rec_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.07143,
            null,
            null
          ]
        },
        {
          "name": "n_analysts",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.0,
            null,
            null
          ]
        },
        {
          "name": "insider_signed_30d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_news_days_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "fresh_news",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "news_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "news_neg",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "news_score",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "news_dir",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "gap_b",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "3"
          ]
        },
        {
          "name": "drift_b",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "0"
          ]
        },
        {
          "name": "news_b",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2024",
            "2026"
          ]
        }
      ]
    },
    {
      "table": "./yahoo_options_chains",
      "description": "",
      "representative_file": "yahoo_options_chains.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 46107,
      "rep_rows": 493,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ARCC",
            "ARE",
            "ARES"
          ]
        },
        {
          "name": "n_contracts_45d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "26",
            "24",
            "224"
          ]
        },
        {
          "name": "call_oi_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6882.0,
            2429.0,
            11736.0
          ]
        },
        {
          "name": "put_oi_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5604.0,
            3429.0,
            9742.0
          ]
        },
        {
          "name": "pc_ratio_oi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.814298,
            1.411692,
            0.830095
          ]
        },
        {
          "name": "call_vol_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1204.0,
            323.0,
            910.0
          ]
        },
        {
          "name": "put_vol_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            628.0,
            346.0,
            1907.0
          ]
        },
        {
          "name": "pc_ratio_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.521595,
            1.071207,
            2.095604
          ]
        },
        {
          "name": "iv_call_med",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.528325,
            0.533696,
            0.601322
          ]
        },
        {
          "name": "iv_put_med",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.571293,
            0.559575,
            0.668827
          ]
        },
        {
          "name": "iv_skew",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.042968,
            0.025879,
            0.067504
          ]
        }
      ]
    },
    {
      "table": "./zapas_87k_scored",
      "description": "",
      "representative_file": "zapas_87k_scored.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12163982,
      "rep_rows": 87518,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-16",
            "2025-04-16",
            "2025-04-16"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAL",
            "AAOI"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Industrials",
            "Technology"
          ]
        },
        {
          "name": "mcap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            18872.0,
            7157.0,
            7813.0
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "10-50B",
            "2-10B",
            "2-10B"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            24.68,
            9.85,
            11.45
          ]
        },
        {
          "name": "entry_min",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "24",
            "24",
            "24"
          ]
        },
        {
          "name": "entry_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.7699,
            1.1168,
            -4.7162
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            24.17,
            9.92,
            10.83
          ]
        },
        {
          "name": "moo_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.0665,
            0.7107,
            -5.4148
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -2.07,
            0.71,
            -5.5
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2066.0,
            56381.0,
            10834.0
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "25",
            "11"
          ]
        },
        {
          "name": "pm_hl_spread",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.4236,
            0.1466,
            0.1939
          ]
        },
        {
          "name": "pm_ret_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            -3.930131
          ]
        },
        {
          "name": "pm_ret_910",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            1.015228,
            -4.366812
          ]
        },
        {
          "name": "pm_ret_915",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.28363,
            1.116751,
            -4.366812
          ]
        },
        {
          "name": "pm_ret_920",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.769854,
            1.116751,
            -4.401747
          ]
        },
        {
          "name": "etf_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "XLB",
            "XLI",
            "XLK"
          ]
        },
        {
          "name": "etf_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.087,
            -0.483,
            -2.683
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.1,
            -1.1,
            -1.1
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.26,
            -2.26,
            -2.26
          ]
        },
        {
          "name": "is_econ_day",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_monthly_opex",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_quad_witching",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_witching_week",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_holiday_adjacent",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_early_close",
          "arrow_type": "null",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_season",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_tax_loss_season",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_santa_rally",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_rebalance_day",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_month_end",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_friday",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.421,
            0.421,
            0.421
          ]
        },
        {
          "name": "nq_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "nq_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vix_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            174.95,
            174.95,
            174.95
          ]
        },
        {
          "name": "ARKK_vs_QQQ",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.53,
            0.53,
            0.53
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "stretch_925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_zscore",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_sector_outlier",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spread_vs_etf",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.8569,
            1.5998,
            -2.0332
          ]
        },
        {
          "name": "spread_vs_qqq",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "primary_spread",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.8569,
            1.5998,
            -2.0332
          ]
        },
        {
          "name": "abs_spread",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.8569,
            1.5998,
            2.0332
          ]
        },
        {
          "name": "cse_direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "convergence_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.2966,
            0.4061,
            0.6986
          ]
        },
        {
          "name": "convergence_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.2966,
            0.4061,
            -0.6986
          ]
        },
        {
          "name": "win",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "2"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "dow_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wednesday",
            "Wednesday",
            "Wednesday"
          ]
        },
        {
          "name": "early_move_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.403,
            -0.101,
            2.825
          ]
        },
        {
          "name": "early_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16147.0,
            155134.0,
            31072.0
          ]
        },
        {
          "name": "mid_move_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.284,
            0.602,
            -0.45
          ]
        },
        {
          "name": "mid_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2450.0,
            293050.0,
            33022.0
          ]
        },
        {
          "name": "econ_move_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            -0.792,
            0.0
          ]
        },
        {
          "name": "econ_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            680.0,
            71342.0,
            15543.0
          ]
        },
        {
          "name": "entry_move_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            -0.196,
            -0.456
          ]
        },
        {
          "name": "entry_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            665.0,
            17029.0,
            935.0
          ]
        },
        {
          "name": "beta_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "beta_60d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "beta_surprise",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "beta_change",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Aluminum",
            "Airlines",
            "Communication Equipment"
          ]
        },
        {
          "name": "ind_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.7699,
            2.80575,
            -2.39118
          ]
        },
        {
          "name": "ind_std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            2.290418,
            1.52907
          ]
        },
        {
          "name": "ind_count",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            4.0,
            5.0
          ]
        },
        {
          "name": "ind_z",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.737398,
            -1.520546
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.713,
            -0.713,
            -0.713
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.899,
            -1.899,
            -1.899
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.539,
            -2.539,
            -2.539
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.523,
            -0.523,
            -0.523
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.356,
            -0.356,
            -0.356
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119,
            0.119,
            0.119
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.598,
            -0.598,
            -0.598
          ]
        },
        {
          "name": "_dm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.549707,
            1.549707,
            1.549707
          ]
        },
        {
          "name": "_ds",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            51.802951,
            51.802951,
            51.802951
          ]
        },
        {
          "name": "_z",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.046457,
            0.000967,
            -0.069164
          ]
        },
        {
          "name": "_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            -0.786069
          ]
        },
        {
          "name": "_ea",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ba_cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2118,
            0.0733,
            0.09695
          ]
        },
        {
          "name": "conv_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.5084,
            0.3328,
            -0.79555
          ]
        },
        {
          "name": "win_net",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "score_v3",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "7"
          ]
        },
        {
          "name": "grade_v3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "D",
            "D",
            "B"
          ]
        },
        {
          "name": "vxx_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.43,
            3.43,
            3.43
          ]
        }
      ]
    },
    {
      "table": "./zapas_directional_full",
      "description": "",
      "representative_file": "zapas_directional_full.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8813333,
      "rep_rows": 75645,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RDUS",
            "LW",
            "SJR"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-13"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ok",
            "ok",
            "ok"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.4522,
            76.145,
            17.95
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.4522,
            76.145,
            17.97
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.4522,
            76.145,
            17.97
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            null,
            17.8
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            40.02,
            78.39,
            18.0
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            39.01,
            76.145,
            17.45
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            21118.0,
            11091.0,
            144750.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            140.0,
            0.0,
            12027.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20978.0,
            11091.0,
            132723.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "16"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "930",
            "930",
            "855"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "800",
            "930",
            "930"
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            40.0,
            77.12,
            17.75
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-13"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            3.09,
            0.64,
            0.0
          ]
        },
        {
          "name": "date_str_gap",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-13"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_close_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vxx_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vix_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rel_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "market_breadth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_season",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "date_str_enr",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "entry_8am",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "pm_high_pre8",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "pm_low_pre8",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.58908,
            2.948322,
            3.151862
          ]
        },
        {
          "name": "at_high",
          "arrow_type": "bool",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "at_low",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "zapas_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BUY",
            "BUY",
            "BUY"
          ]
        },
        {
          "name": "zapas_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.537811,
            1.280452,
            -0.837989
          ]
        },
        {
          "name": "zapas_win",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "16"
          ]
        }
      ]
    },
    {
      "table": "./zapas_pm_5min_extracted",
      "description": "",
      "representative_file": "zapas_pm_5min_extracted.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5395687,
      "rep_rows": 208937,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AACT",
            "AACT",
            "AACT"
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.21,
            11.2299,
            11.27
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-16",
            "2025-04-23",
            "2025-04-29"
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            11.27
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            11.23,
            null
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            11.21,
            11.23,
            11.29
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            11.2,
            11.2297,
            11.27
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2142017.0,
            3436.0,
            36439.0
          ]
        },
        {
          "name": "pm_bar_count",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6",
            "3",
            "6"
          ]
        }
      ]
    },
    {
      "table": "./zapas_pm_intraday",
      "description": "",
      "representative_file": "zapas_pm_intraday.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 462744,
      "rep_rows": 4202031,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AXTA",
            "AXTA",
            "AXTA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-15",
            "2025-04-15",
            "2025-04-15"
          ]
        },
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "open",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "high",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "low",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "close",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "volume",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "./zapas_v2",
      "description": "",
      "representative_file": "zapas_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 22129561,
      "rep_rows": 274759,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RDUS",
            "LW",
            "SJR"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-13"
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            40.02,
            78.39,
            18.0
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            39.01,
            76.145,
            17.45
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            21118.0,
            11091.0,
            144750.0
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "16"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "930",
            "930",
            "855"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "800",
            "930",
            "930"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.01,
            76.145,
            17.9
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            140.0,
            0.0,
            12027.0
          ]
        },
        {
          "name": "moo_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            40.0,
            77.12,
            17.75
          ]
        },
        {
          "name": "d",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-13"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            3.09,
            0.64,
            0.0
          ]
        },
        {
          "name": "d_g",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-01-07",
            "2021-01-07",
            "2021-01-13"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_close_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vxx_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vix_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rel_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "market_breadth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_season",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "d_e",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.58908,
            2.948322,
            3.151862
          ]
        },
        {
          "name": "at_high",
          "arrow_type": "bool",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "at_low",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "zapas_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BUY",
            "SKIP",
            "SKIP"
          ]
        },
        {
          "name": "zapas_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.049975,
            0.0,
            0.0
          ]
        },
        {
          "name": "zapas_win",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "./zapas_wf_trades_full",
      "description": "",
      "representative_file": "zapas_wf_trades_full.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 518053,
      "rep_rows": 9288,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 9288,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-13",
            "2021-01-13",
            "2021-01-06"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "INFO_20220225",
            "KBH",
            "GBX"
          ]
        },
        {
          "name": "dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SELL",
            "BUY",
            "SELL"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            7.0,
            7.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "C",
            "B+",
            "B+"
          ]
        },
        {
          "name": "sizing_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            1.5,
            1.5
          ]
        },
        {
          "name": "entry",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            86.89,
            35.9,
            34.48
          ]
        },
        {
          "name": "moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            86.3,
            36.87,
            34.53
          ]
        },
        {
          "name": "gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.55,
            7.96,
            -3.98
          ]
        },
        {
          "name": "mcap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            null,
            3170.0,
            1628.936237
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "30",
            "11"
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76845",
            "967376",
            "33233"
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.679,
            2.702,
            -0.145
          ]
        },
        {
          "name": "win",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_vs_QQQ",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_20d_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vxx_spike",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "market_breadth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "unknown",
            "unknown",
            "unknown"
          ]
        },
        {
          "name": "spy_5d_crash",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vix_regime",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "backfill_checkpoints/daily_raw",
      "description": "Datum API backfill progress checkpoints.",
      "representative_file": "daily_raw.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 120036164,
      "rep_rows": 7534963,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 7545177,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-04-17",
            "2023-04-17",
            "2023-04-17"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            139.62,
            40.31,
            24.52
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            140.19,
            40.8,
            24.52
          ]
        },
        {
          "name": "v",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            1115522.0,
            2841151.0,
            103.0
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-04-17",
            "2023-04-17",
            "2023-04-17"
          ]
        },
        {
          "name": "g",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.3,
            -0.22,
            0.02
          ]
        }
      ]
    },
    {
      "table": "backfill_checkpoints/prevol_raw",
      "description": "Datum API backfill progress checkpoints.",
      "representative_file": "prevol_raw.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8332694,
      "rep_rows": 1839567,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 1849694,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAAU",
            "AAL"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-04-17",
            "2023-04-17",
            "2023-04-17"
          ]
        },
        {
          "name": "pre_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10305",
            "11783",
            "322963"
          ]
        }
      ]
    },
    {
      "table": "bigday_chunks",
      "description": "",
      "representative_file": "2024-09-19.parquet",
      "file_count": 19,
      "is_sharded": true,
      "total_size_bytes": 373541,
      "rep_rows": 236,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-09-19 09:25:00",
            "2024-09-19 09:26:00",
            "2024-09-19 09:27:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            482.25,
            482.26,
            482.37
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            482.31,
            482.42,
            482.53
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            482.07,
            482.24,
            482.37
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            482.27,
            482.36,
            482.42
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "26993",
            "18089",
            "14099"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "QQQ",
            "QQQ",
            "QQQ"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-09-19",
            "2024-09-19",
            "2024-09-19"
          ]
        }
      ]
    },
    {
      "table": "broker/data/pm_bars",
      "description": "",
      "representative_file": "2026-05-06.parquet",
      "file_count": 6,
      "is_sharded": true,
      "total_size_bytes": 1400268,
      "rep_rows": 11122,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 11122,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-05-06T09:21:14.065693-04:00",
            "2026-05-06T09:22:14.095346-04:00",
            "2026-05-06T09:23:14.117380-04:00"
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            63.29,
            63.29,
            63.42
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2090.0,
            1.0,
            0.0
          ]
        }
      ]
    },
    {
      "table": "cache_blue_ocean_2y",
      "description": "",
      "representative_file": "DFAR.parquet",
      "file_count": 1609,
      "is_sharded": true,
      "total_size_bytes": 333696640,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-25 02:37:00",
            "2025-10-06 22:57:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            24.71,
            24.81
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            24.71,
            24.81
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            24.71,
            24.81
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            24.71,
            24.81
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "3"
          ]
        }
      ]
    },
    {
      "table": "cache_daily/daily_bars_cache",
      "description": "",
      "representative_file": "daily_bars_cache.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 190760547,
      "rep_rows": 4482231,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-04-19T00:00:00",
            "2021-04-20T00:00:00",
            "2021-04-21T00:00:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            134.38,
            133.0,
            132.88
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            134.65,
            133.55,
            133.95
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            133.07,
            131.815,
            132.02
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            133.5,
            132.46,
            133.83
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1092703.0,
            1278766.0,
            1189523.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            -0.779026
          ]
        }
      ]
    },
    {
      "table": "cache_imbalance_2y",
      "description": "",
      "representative_file": "2024-08-29.parquet",
      "file_count": 264,
      "is_sharded": true,
      "total_size_bytes": 19985138,
      "rep_rows": 7495,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AACG"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-08-29",
            "2024-08-29",
            "2024-08-29"
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "1319",
            "-1223",
            "20"
          ]
        }
      ]
    },
    {
      "table": "cache_index_1m",
      "description": "",
      "representative_file": "VX_F.parquet",
      "file_count": 53,
      "is_sharded": true,
      "total_size_bytes": 396558811,
      "rep_rows": 1997,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 1997,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-20",
            "2026-02-20",
            "2026-02-20"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "405",
            "410"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-20T04:00:00-05:00",
            "2026-02-20T04:05:00-05:00",
            "2026-02-20T04:10:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            21.08,
            21.05,
            21.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            21.1,
            21.08,
            21.05
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            21.08,
            21.05,
            21.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            21.09,
            21.05,
            21.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.0,
            32.0,
            59.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VX_F",
            "VX_F",
            "VX_F"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/A",
      "description": "",
      "representative_file": "A.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6099190,
      "rep_rows": 309023,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 309023,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0929",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            151.55,
            151.96,
            152.54
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            152.36,
            152.64,
            152.57
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            151.55,
            151.599,
            152.29
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            152.36,
            152.64,
            152.29
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1297.0,
            28324.0,
            860.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AA",
      "description": "",
      "representative_file": "AA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7798009,
      "rep_rows": 367157,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 367157,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "428",
            "518",
            "519"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:28:00-05:00",
            "2023-01-03T05:18:00-05:00",
            "2023-01-03T05:19:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.87,
            45.9,
            45.9
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.87,
            45.9,
            45.9
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.87,
            45.9,
            45.9
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.87,
            45.9,
            45.9
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            320.0,
            748.0,
            506.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AAOI",
      "description": "",
      "representative_file": "AAOI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7464302,
      "rep_rows": 333412,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 333412,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0933",
            "0939"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:33:00-05:00",
            "2023-01-03T09:39:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.94,
            1.93,
            1.99
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            1.94,
            1.95,
            1.99
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            1.881,
            1.93,
            1.99
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.881,
            1.95,
            1.99
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1817.0,
            2260.0,
            106.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAOI",
            "AAOI",
            "AAOI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AAPL",
      "description": "",
      "representative_file": "AAPL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 14938232,
      "rep_rows": 615609,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 615609,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            130.28,
            130.87,
            131.18
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            131.0,
            131.17,
            131.24
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            130.28,
            130.87,
            131.17
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            131.0,
            131.1,
            131.17
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8174.0,
            8820.0,
            2112.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAPL",
            "AAPL",
            "AAPL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ABBV",
      "description": "",
      "representative_file": "ABBV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7395645,
      "rep_rows": 334151,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 334151,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "624",
            "801",
            "927"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:24:00-05:00",
            "2023-01-03T08:01:00-05:00",
            "2023-01-03T09:27:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            162.18,
            161.5,
            162.42
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            162.18,
            161.5,
            162.45
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            162.18,
            161.5,
            162.42
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            162.18,
            161.5,
            162.45
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            219.0,
            797.0,
            1617.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ABBV",
            "ABBV",
            "ABBV"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ABNB",
      "description": "",
      "representative_file": "ABNB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7573972,
      "rep_rows": 355234,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 355234,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "420",
            "423"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:20:00-05:00",
            "2023-01-03T04:23:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            86.45,
            87.0,
            87.42
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            86.45,
            87.63,
            87.66
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            86.45,
            87.0,
            87.42
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            86.45,
            87.63,
            87.66
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            277.0,
            434.0,
            1102.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ABNB",
            "ABNB",
            "ABNB"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ABR",
      "description": "",
      "representative_file": "ABR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6752515,
      "rep_rows": 333693,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 333693,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0605",
            "0643",
            "0700"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:05:00-05:00",
            "2023-01-03T06:43:00-05:00",
            "2023-01-03T07:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            13.85,
            13.36,
            13.16
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            13.85,
            13.36,
            13.16
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            13.85,
            13.36,
            13.16
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            13.85,
            13.36,
            13.16
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            2426.0,
            241.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ABR",
            "ABR",
            "ABR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ACAD",
      "description": "",
      "representative_file": "ACAD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5659380,
      "rep_rows": 302681,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 302681,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0658",
            "0700"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T06:58:00-05:00",
            "2023-01-03T07:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            16.43,
            16.15,
            16.18
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            16.44,
            16.15,
            16.18
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            16.43,
            16.15,
            16.18
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            16.44,
            16.15,
            16.18
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            360.0,
            2254.0,
            280.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ACAD",
            "ACAD",
            "ACAD"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ADBE",
      "description": "",
      "representative_file": "ADBE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8779296,
      "rep_rows": 357451,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 357451,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "404",
            "703",
            "801"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:04:00-05:00",
            "2023-01-03T07:03:00-05:00",
            "2023-01-03T08:01:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            340.87,
            338.5,
            335.55
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            340.87,
            338.5,
            336.22
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            340.87,
            338.5,
            335.55
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            340.87,
            338.5,
            336.22
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            189.0,
            308.0,
            553.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ADBE",
            "ADBE",
            "ADBE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ADP",
      "description": "",
      "representative_file": "ADP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6609568,
      "rep_rows": 306956,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 306956,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0927",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:27:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            242.69,
            240.79,
            241.1618
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            242.69,
            241.28,
            241.51
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            242.69,
            240.51,
            240.375
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            242.69,
            240.9,
            240.38
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1057.0,
            50992.0,
            8405.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ADP",
            "ADP",
            "ADP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ADT",
      "description": "",
      "representative_file": "ADT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5358977,
      "rep_rows": 319469,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 319469,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            9.2397,
            9.16,
            9.13
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            9.2397,
            9.16,
            9.13
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.2397,
            9.0938,
            9.09
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            9.2397,
            9.135,
            9.11
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            302.0,
            14416.0,
            11091.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ADT",
            "ADT",
            "ADT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AEG",
      "description": "",
      "representative_file": "AEG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4869007,
      "rep_rows": 276660,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 276660,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "403",
            "453",
            "700"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T04:53:00-05:00",
            "2023-01-03T07:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            5.1,
            5.1,
            5.06
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            5.1,
            5.1,
            5.06
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            5.1,
            5.1,
            5.06
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            5.1,
            5.1,
            5.06
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            100.0,
            2000.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AEG",
            "AEG",
            "AEG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AEM",
      "description": "",
      "representative_file": "AEM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7474062,
      "rep_rows": 339679,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 339679,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0419",
            "0517",
            "0532"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:19:00-05:00",
            "2023-01-03T05:17:00-05:00",
            "2023-01-03T05:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            52.7,
            53.2,
            53.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            52.7,
            53.2,
            53.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            52.7,
            53.2,
            53.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            52.7,
            53.2,
            53.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            456.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AEM",
            "AEM",
            "AEM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AFL",
      "description": "",
      "representative_file": "AFL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6271959,
      "rep_rows": 320830,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 320830,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "802",
            "803",
            "930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:02:00-05:00",
            "2023-01-03T08:03:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            72.23,
            72.24,
            71.98
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            72.24,
            72.24,
            72.13
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            72.23,
            72.24,
            71.87
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            72.24,
            72.24,
            72.13
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            416.0,
            130.0,
            56612.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AFL",
            "AFL",
            "AFL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AFRM",
      "description": "",
      "representative_file": "AFRM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9748297,
      "rep_rows": 427221,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 427221,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0423",
            "0431",
            "0450"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:23:00-05:00",
            "2023-01-03T04:31:00-05:00",
            "2023-01-03T04:50:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            9.91,
            9.9,
            9.95
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            9.91,
            9.9,
            9.97
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.91,
            9.9,
            9.95
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            9.91,
            9.9,
            9.96
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            600.0,
            2343.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AFRM",
            "AFRM",
            "AFRM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AGCO",
      "description": "",
      "representative_file": "AGCO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5226132,
      "rep_rows": 258472,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 258472,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            139.3,
            139.275,
            139.305
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            139.98,
            139.84,
            139.8
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            139.265,
            139.275,
            138.82
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            139.265,
            139.28,
            139.8
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9145.0,
            3870.0,
            808.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AGCO",
            "AGCO",
            "AGCO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AI",
      "description": "",
      "representative_file": "AI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10428731,
      "rep_rows": 459382,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 459382,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "644",
            "700",
            "758"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:44:00-05:00",
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:58:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.25,
            11.58,
            11.31
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.25,
            11.6,
            11.31
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.25,
            11.58,
            11.31
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.25,
            11.6,
            11.31
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            6221.0,
            700.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AI",
            "AI",
            "AI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AIG",
      "description": "",
      "representative_file": "AIG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6347085,
      "rep_rows": 324472,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 324472,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0427",
            "0801",
            "0823"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:27:00-05:00",
            "2023-01-03T08:01:00-05:00",
            "2023-01-03T08:23:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            63.9,
            63.61,
            63.6
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            63.9,
            63.61,
            63.6
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            63.9,
            63.61,
            63.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            63.9,
            63.61,
            63.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            100.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AIG",
            "AIG",
            "AIG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AKAM",
      "description": "",
      "representative_file": "AKAM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6254562,
      "rep_rows": 310355,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 310355,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            85.0,
            85.0,
            84.98
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            85.0,
            85.0,
            85.1
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            84.87,
            85.0,
            84.96
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            85.0,
            85.0,
            85.1
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            30769.0,
            2436.0,
            14748.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AKAM",
            "AKAM",
            "AKAM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ALB",
      "description": "",
      "representative_file": "ALB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8092165,
      "rep_rows": 345026,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 345026,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "408",
            "411",
            "421"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:08:00-05:00",
            "2023-01-03T04:11:00-05:00",
            "2023-01-03T04:21:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            219.01,
            217.95,
            217.94
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            219.01,
            217.95,
            217.94
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            216.54,
            217.95,
            217.94
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            216.54,
            217.95,
            217.94
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1090.0,
            343.0,
            102.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ALB",
            "ALB",
            "ALB"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ALC",
      "description": "",
      "representative_file": "ALC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5913299,
      "rep_rows": 302578,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 302578,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "541",
            "545",
            "547"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:41:00-05:00",
            "2023-01-03T05:45:00-05:00",
            "2023-01-03T05:47:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            68.5,
            68.49,
            68.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            68.5,
            68.49,
            68.5
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            68.5,
            68.49,
            68.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            68.5,
            68.49,
            68.5
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            114.0,
            218.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ALC",
            "ALC",
            "ALC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ALGN",
      "description": "",
      "representative_file": "ALGN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6236930,
      "rep_rows": 271716,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 271716,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0932",
            "0933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            215.46,
            216.35,
            217.78
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            216.21,
            217.3,
            219.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            214.2601,
            216.31,
            217.06
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            216.21,
            216.97,
            219.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13447.0,
            3011.0,
            4755.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ALGN",
            "ALGN",
            "ALGN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ALKS",
      "description": "",
      "representative_file": "ALKS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5522852,
      "rep_rows": 300810,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 300810,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            26.13,
            26.15,
            26.015
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            26.13,
            26.15,
            26.015
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            26.13,
            26.13,
            26.015
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            26.13,
            26.13,
            26.015
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10685.0,
            942.0,
            206.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ALKS",
            "ALKS",
            "ALKS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ALT",
      "description": "",
      "representative_file": "ALT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6903536,
      "rep_rows": 347075,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 347075,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "443",
            "704",
            "705"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:43:00-05:00",
            "2023-01-03T07:04:00-05:00",
            "2023-01-03T07:05:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            17.11,
            16.59,
            16.6
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            17.11,
            16.59,
            16.6
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            17.11,
            16.59,
            16.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.11,
            16.59,
            16.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            215.0,
            100.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ALT",
            "ALT",
            "ALT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AM",
      "description": "",
      "representative_file": "AM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5906878,
      "rep_rows": 315165,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 315165,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "520",
            "700",
            "800"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:20:00-05:00",
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T08:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.17,
            10.84,
            10.79
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.17,
            10.84,
            10.79
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.17,
            10.84,
            10.79
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.17,
            10.84,
            10.79
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            517.0,
            105.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AM",
            "AM",
            "AM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AMAT",
      "description": "",
      "representative_file": "AMAT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8500006,
      "rep_rows": 365140,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 365140,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "411",
            "451",
            "612"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:11:00-05:00",
            "2023-01-03T04:51:00-05:00",
            "2023-01-03T06:12:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            98.88,
            99.35,
            99.16
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            98.88,
            99.35,
            99.16
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            98.88,
            99.35,
            99.16
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            98.88,
            99.35,
            99.16
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            237.0,
            211.0,
            259.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMAT",
            "AMAT",
            "AMAT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AMBA",
      "description": "",
      "representative_file": "AMBA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5230637,
      "rep_rows": 246975,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 246975,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            84.17,
            83.0,
            83.78
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            84.17,
            83.565,
            84.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            83.01,
            82.7,
            83.65
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            83.01,
            83.565,
            84.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7971.0,
            10019.0,
            3223.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMBA",
            "AMBA",
            "AMBA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AMC",
      "description": "",
      "representative_file": "AMC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10603877,
      "rep_rows": 538206,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 538982,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "401",
            "402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            40.3,
            40.3,
            40.3
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            40.8,
            40.6,
            40.3
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            40.3,
            40.3,
            40.2
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            40.3,
            40.3,
            40.2
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            510.2,
            115.5,
            755.2
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMC",
            "AMC",
            "AMC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AMCR",
      "description": "",
      "representative_file": "AMCR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5880499,
      "rep_rows": 330458,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 330848,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0929",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            59.4,
            59.55,
            59.425
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            59.4,
            59.55,
            59.7
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            59.2,
            59.4,
            59.4
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            59.2,
            59.425,
            59.65
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            295.2,
            20548.2,
            3558.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMCR",
            "AMCR",
            "AMCR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AMCX",
      "description": "",
      "representative_file": "AMCX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4335230,
      "rep_rows": 219894,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 219894,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "432",
            "711"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:32:00-05:00",
            "2023-01-03T07:11:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            15.69,
            15.84,
            15.7
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            15.69,
            15.84,
            15.7
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            15.69,
            15.84,
            15.7
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            15.69,
            15.84,
            15.7
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            185.0,
            200.0,
            300.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMCX",
            "AMCX",
            "AMCX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AMD",
      "description": "",
      "representative_file": "AMD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16323085,
      "rep_rows": 643484,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 643484,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "401",
            "402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            66.01,
            65.5,
            65.63
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            66.01,
            65.5,
            65.7
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            65.95,
            65.5,
            65.63
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            65.95,
            65.5,
            65.7
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1325.0,
            1117.0,
            331.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMD",
            "AMD",
            "AMD"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AMGN",
      "description": "",
      "representative_file": "AMGN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7258915,
      "rep_rows": 324732,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 324732,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0402",
            "0759",
            "0800"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T07:59:00-05:00",
            "2023-01-03T08:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            264.3,
            262.64,
            262.33
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            264.35,
            262.64,
            262.33
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            264.3,
            262.64,
            262.33
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            264.35,
            262.64,
            262.33
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            410.0,
            618.0,
            1999.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMGN",
            "AMGN",
            "AMGN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AMKR",
      "description": "",
      "representative_file": "AMKR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6432812,
      "rep_rows": 314059,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 314059,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0405",
            "0406",
            "0427"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:05:00-05:00",
            "2023-01-03T04:06:00-05:00",
            "2023-01-03T04:27:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24.77,
            24.77,
            24.77
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            24.77,
            24.77,
            24.77
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            24.77,
            24.77,
            24.77
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24.77,
            24.77,
            24.77
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300.0,
            335.0,
            368.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMKR",
            "AMKR",
            "AMKR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AMN",
      "description": "",
      "representative_file": "AMN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5236925,
      "rep_rows": 252047,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 252047,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            102.66,
            102.14,
            102.18
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            102.66,
            103.2346,
            102.695
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            102.14,
            102.14,
            102.14
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            102.14,
            102.735,
            102.695
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6526.0,
            482.0,
            456.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMN",
            "AMN",
            "AMN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AMRX",
      "description": "",
      "representative_file": "AMRX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5042525,
      "rep_rows": 275503,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 275503,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0800",
            "0842",
            "0851"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:42:00-05:00",
            "2023-01-03T08:51:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            2.02,
            2.04,
            2.02
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.02,
            2.04,
            2.02
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            2.02,
            2.04,
            2.02
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            2.02,
            2.04,
            2.02
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1345.0,
            140.0,
            500.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMRX",
            "AMRX",
            "AMRX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AMT",
      "description": "",
      "representative_file": "AMT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6798635,
      "rep_rows": 319065,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 319065,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "911",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:11:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            211.86,
            214.0,
            213.56
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            211.86,
            214.66,
            213.56
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            211.86,
            213.47,
            212.72
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            211.86,
            214.065,
            213.08
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1208.0,
            25737.0,
            4094.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMT",
            "AMT",
            "AMT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AMZN",
      "description": "",
      "representative_file": "AMZN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15166134,
      "rep_rows": 619669,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 619669,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "401",
            "402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            85.01,
            85.11,
            85.19
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            85.15,
            85.11,
            85.27
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            84.65,
            85.11,
            85.16
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            85.15,
            85.11,
            85.27
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6636.0,
            494.0,
            4897.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMZN",
            "AMZN",
            "AMZN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ANET",
      "description": "",
      "representative_file": "ANET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8520004,
      "rep_rows": 359988,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 360466,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0723",
            "0813",
            "0922"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:23:00-05:00",
            "2023-01-03T08:13:00-05:00",
            "2023-01-03T09:22:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            30.515,
            30.5,
            30.6275
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            30.515,
            30.5,
            30.6275
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            30.515,
            30.5,
            30.6275
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.515,
            30.5,
            30.6275
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2000.0,
            800.0,
            1000.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ANET",
            "ANET",
            "ANET"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/APA",
      "description": "",
      "representative_file": "APA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7073879,
      "rep_rows": 346074,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 346074,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0655",
            "0700",
            "0701"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:55:00-05:00",
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:01:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            46.8,
            46.73,
            46.54
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.8,
            46.73,
            46.54
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            46.8,
            46.73,
            46.49
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            46.8,
            46.73,
            46.49
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            586.0,
            954.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "APA",
            "APA",
            "APA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/APH",
      "description": "",
      "representative_file": "APH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6829662,
      "rep_rows": 331147,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 331562,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            38.355,
            38.26,
            38.17
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            38.355,
            38.28,
            38.21
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            38.235,
            38.165,
            38.1075
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            38.235,
            38.165,
            38.2025
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            56624.0,
            11354.0,
            11706.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "APH",
            "APH",
            "APH"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/APO",
      "description": "",
      "representative_file": "APO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6894411,
      "rep_rows": 324268,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 324268,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            63.58,
            63.22,
            64.22
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            63.58,
            64.22,
            64.22
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            63.58,
            63.22,
            64.22
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            63.58,
            64.22,
            64.22
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            14928.0,
            775.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "APO",
            "APO",
            "APO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/APP",
      "description": "",
      "representative_file": "APP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9676575,
      "rep_rows": 380228,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 380228,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0729",
            "0857",
            "0911"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:29:00-05:00",
            "2023-01-03T08:57:00-05:00",
            "2023-01-03T09:11:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            10.99,
            10.92,
            10.53
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            10.99,
            10.92,
            10.53
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            10.99,
            10.9199,
            10.53
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            10.99,
            10.9199,
            10.53
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            1615.0,
            32285.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "APP",
            "APP",
            "APP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/APTV",
      "description": "",
      "representative_file": "APTV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6336058,
      "rep_rows": 317989,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 317989,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            94.81,
            94.44,
            94.58
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            94.97,
            94.775,
            94.79
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            94.42,
            94.39,
            94.46
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            94.61,
            94.45,
            94.79
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29815.0,
            3588.0,
            1835.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "APTV",
            "APTV",
            "APTV"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AR",
      "description": "",
      "representative_file": "AR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6556084,
      "rep_rows": 333003,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 333003,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "403",
            "521",
            "558"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T05:21:00-05:00",
            "2023-01-03T05:58:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            30.65,
            30.38,
            30.16
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            30.65,
            30.38,
            30.16
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            30.65,
            30.38,
            30.16
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.65,
            30.38,
            30.16
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            100.0,
            120.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AR",
            "AR",
            "AR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ARCC",
      "description": "",
      "representative_file": "ARCC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6978134,
      "rep_rows": 340835,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 340835,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0407",
            "0425"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:07:00-05:00",
            "2023-01-03T04:25:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            19.02,
            18.67,
            18.75
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            19.02,
            18.67,
            18.75
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            19.02,
            18.67,
            18.75
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            19.02,
            18.67,
            18.75
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            160.0,
            275.0,
            500.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ARCC",
            "ARCC",
            "ARCC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ARCT",
      "description": "",
      "representative_file": "ARCT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4642180,
      "rep_rows": 219627,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 219627,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            17.2,
            17.2,
            17.155
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            17.33,
            17.37,
            17.22
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            17.2,
            17.19,
            17.1
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.33,
            17.32,
            17.14
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5174.0,
            2547.0,
            2590.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ARCT",
            "ARCT",
            "ARCT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ARI",
      "description": "",
      "representative_file": "ARI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4893579,
      "rep_rows": 269695,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 269695,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "839",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:39:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            10.8,
            10.92,
            10.985
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            10.8,
            11.0,
            10.985
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            10.8,
            10.92,
            10.985
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            10.8,
            10.985,
            10.985
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            225.0,
            37893.0,
            491.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ARI",
            "ARI",
            "ARI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ARLO",
      "description": "",
      "representative_file": "ARLO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4989876,
      "rep_rows": 262161,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 262161,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            3.58,
            3.57,
            3.58
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            3.59,
            3.6,
            3.63
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            3.57,
            3.57,
            3.58
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            3.57,
            3.59,
            3.63
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3888.0,
            2221.0,
            2390.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ARLO",
            "ARLO",
            "ARLO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ARLP",
      "description": "",
      "representative_file": "ARLP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4427386,
      "rep_rows": 197038,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 197038,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0503",
            "0518",
            "0818"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:03:00-05:00",
            "2023-01-03T05:18:00-05:00",
            "2023-01-03T08:18:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            20.68,
            20.68,
            20.53
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            20.68,
            20.68,
            20.53
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            20.68,
            20.68,
            20.53
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            20.68,
            20.68,
            20.53
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            125.0,
            295.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ARLP",
            "ARLP",
            "ARLP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ARM",
      "description": "",
      "representative_file": "ARM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8576097,
      "rep_rows": 355322,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 355322,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-09-14",
            "2023-09-14",
            "2023-09-14"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1208",
            "1209",
            "1210"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-09-14T12:08:00-04:00",
            "2023-09-14T12:09:00-04:00",
            "2023-09-14T12:10:00-04:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            56.1,
            56.68,
            55.68
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            58.0,
            57.0,
            56.79
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            56.0,
            55.54,
            55.62
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            56.65,
            55.735,
            55.94
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13926962.0,
            2656588.0,
            1979560.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ARM",
            "ARM",
            "ARM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ARR",
      "description": "",
      "representative_file": "ARR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6651573,
      "rep_rows": 332766,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 333201,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "402",
            "407"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T04:07:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            28.3,
            28.3,
            28.3
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            28.3,
            28.3,
            28.3
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            28.3,
            28.3,
            28.3
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            28.3,
            28.3,
            28.3
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1255.2,
            284.4,
            600.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ARR",
            "ARR",
            "ARR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ARWR",
      "description": "",
      "representative_file": "ARWR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5992390,
      "rep_rows": 296625,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 296625,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "813",
            "900",
            "911"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:13:00-05:00",
            "2023-01-03T09:00:00-05:00",
            "2023-01-03T09:11:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            40.75,
            40.41,
            41.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            40.75,
            40.41,
            41.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            40.75,
            40.41,
            41.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            40.75,
            40.41,
            41.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            500.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ARWR",
            "ARWR",
            "ARWR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ASC",
      "description": "",
      "representative_file": "ASC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5131784,
      "rep_rows": 247331,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 247331,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "700",
            "730",
            "800"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:30:00-05:00",
            "2023-01-03T08:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            14.8,
            14.8,
            14.92
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            14.8,
            14.8,
            14.92
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            14.8,
            14.8,
            14.92
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            14.8,
            14.8,
            14.92
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            320.0,
            235.0,
            140.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ASC",
            "ASC",
            "ASC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ASML",
      "description": "",
      "representative_file": "ASML.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8939719,
      "rep_rows": 339155,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 339155,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0401",
            "0406",
            "0415"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:06:00-05:00",
            "2023-01-03T04:15:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            560.4,
            560.41,
            562.05
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            560.4,
            560.41,
            562.05
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            560.4,
            560.4,
            562.05
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            560.4,
            560.4,
            562.05
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            106.0,
            202.0,
            101.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ASML",
            "ASML",
            "ASML"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ASO",
      "description": "",
      "representative_file": "ASO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6026229,
      "rep_rows": 310156,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 310156,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "840",
            "908",
            "930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:40:00-05:00",
            "2023-01-03T09:08:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            52.045,
            53.26,
            53.21
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            52.045,
            53.26,
            53.41
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            52.045,
            53.26,
            52.98
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            52.045,
            53.26,
            53.41
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            200.0,
            43052.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ASO",
            "ASO",
            "ASO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ASPN",
      "description": "",
      "representative_file": "ASPN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6130895,
      "rep_rows": 300590,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 300590,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.06,
            12.235,
            12.34
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            12.21,
            12.235,
            12.34
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            12.06,
            12.235,
            12.235
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            12.21,
            12.235,
            12.245
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8680.0,
            143.0,
            993.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ASPN",
            "ASPN",
            "ASPN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ASTS",
      "description": "",
      "representative_file": "ASTS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10383723,
      "rep_rows": 438685,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 438685,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "401",
            "408",
            "603"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:08:00-05:00",
            "2023-01-03T06:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            4.85,
            4.85,
            4.87
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            4.85,
            4.85,
            4.87
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            4.85,
            4.8,
            4.87
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            4.85,
            4.8,
            4.87
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            112.0,
            660.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ASTS",
            "ASTS",
            "ASTS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AVDL",
      "description": "",
      "representative_file": "AVDL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4636456,
      "rep_rows": 243059,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 243059,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "925",
            "930",
            "937"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:25:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:37:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            6.94,
            6.91,
            7.13
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            6.94,
            6.91,
            7.13
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            6.94,
            6.88,
            7.075
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            6.94,
            6.88,
            7.075
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            362.0,
            21536.0,
            3634.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AVDL",
            "AVDL",
            "AVDL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AVGO",
      "description": "",
      "representative_file": "AVGO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12578700,
      "rep_rows": 465038,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 465800,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0629",
            "0802",
            "0839"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:29:00-05:00",
            "2023-01-03T08:02:00-05:00",
            "2023-01-03T08:39:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            56.547,
            56.446,
            56.43
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            56.547,
            56.446,
            56.43
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            56.547,
            56.446,
            56.43
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            56.547,
            56.446,
            56.43
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2020.0,
            3390.0,
            2050.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AVGO",
            "AVGO",
            "AVGO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AVO",
      "description": "",
      "representative_file": "AVO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2893173,
      "rep_rows": 143084,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 143084,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "932",
            "936"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00",
            "2023-01-03T09:36:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.74,
            11.59,
            11.61
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.74,
            11.59,
            11.61
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.56,
            11.59,
            11.59
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.57,
            11.59,
            11.59
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1933.0,
            267.0,
            513.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AVO",
            "AVO",
            "AVO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AVPT",
      "description": "",
      "representative_file": "AVPT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5061357,
      "rep_rows": 263084,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 263084,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "802",
            "930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:02:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            4.1,
            4.15,
            4.16
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            4.1,
            4.15,
            4.27
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            4.1,
            4.15,
            4.16
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            4.1,
            4.15,
            4.27
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            115.0,
            100.0,
            6666.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AVPT",
            "AVPT",
            "AVPT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AVTR",
      "description": "",
      "representative_file": "AVTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6117689,
      "rep_rows": 323734,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 323734,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            21.37,
            21.47,
            21.5266
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            21.5,
            21.58,
            21.59
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            21.37,
            21.47,
            21.5266
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            21.5,
            21.535,
            21.57
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39629.0,
            15762.0,
            2594.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AVTR",
            "AVTR",
            "AVTR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AVXL",
      "description": "",
      "representative_file": "AVXL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5772550,
      "rep_rows": 280948,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 280948,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0703",
            "0716",
            "0717"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:03:00-05:00",
            "2023-01-03T07:16:00-05:00",
            "2023-01-03T07:17:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            9.35,
            9.74,
            9.74
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            9.65,
            9.74,
            9.75
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.35,
            9.74,
            9.74
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            9.65,
            9.74,
            9.75
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16622.0,
            500.0,
            406.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AVXL",
            "AVXL",
            "AVXL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AXL",
      "description": "",
      "representative_file": "AXL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4739532,
      "rep_rows": 272262,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 272262,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0932",
            "0933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            7.98,
            7.94,
            7.95
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            7.98,
            7.95,
            7.95
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            7.98,
            7.91,
            7.931
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            7.98,
            7.95,
            7.95
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11914.0,
            1663.0,
            4337.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AXL",
            "AXL",
            "AXL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AXON",
      "description": "",
      "representative_file": "AXON.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6599499,
      "rep_rows": 241180,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 241180,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "936"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:36:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            167.88,
            167.495,
            168.74
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            167.88,
            167.79,
            168.74
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            167.6003,
            167.495,
            168.74
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            167.6003,
            167.79,
            168.74
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3872.0,
            391.0,
            258.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AXON",
            "AXON",
            "AXON"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AZEK",
      "description": "",
      "representative_file": "AZEK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4451945,
      "rep_rows": 234003,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 234003,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            20.92,
            20.8,
            20.82
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            20.92,
            20.87,
            20.93
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            20.755,
            20.8,
            20.82
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            20.755,
            20.87,
            20.89
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7509.0,
            1711.0,
            1535.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AZEK",
            "AZEK",
            "AZEK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AZUL",
      "description": "",
      "representative_file": "AZUL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4375107,
      "rep_rows": 212418,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 212418,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0427",
            "0622",
            "0645"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:27:00-05:00",
            "2023-01-03T06:22:00-05:00",
            "2023-01-03T06:45:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            6.01,
            6.1,
            6.09
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            6.01,
            6.1,
            6.09
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            6.0,
            6.1,
            6.09
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            6.0,
            6.1,
            6.09
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1350.0,
            910.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AZUL",
            "AZUL",
            "AZUL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/AZULQ",
      "description": "",
      "representative_file": "AZULQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 196810,
      "rep_rows": 8767,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 8767,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-05-30",
            "2025-05-30",
            "2025-05-30"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1144",
            "1154",
            "1158"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-05-30T11:44:00-04:00",
            "2025-05-30T11:54:00-04:00",
            "2025-05-30T11:58:00-04:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            166.6667,
            3333.3333,
            5833.3333
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            166.6667,
            3333.3333,
            5833.3333
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            166.6667,
            3333.3333,
            5833.3333
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            166.6667,
            3333.3333,
            5833.3333
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2097,
            0.03306,
            0.3
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AZULQ",
            "AZULQ",
            "AZULQ"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BA",
      "description": "",
      "representative_file": "BA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9866355,
      "rep_rows": 415968,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 415968,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "403",
            "421"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T04:21:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            192.82,
            192.06,
            192.71
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            192.82,
            192.06,
            192.71
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            192.82,
            192.01,
            192.69
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            192.82,
            192.06,
            192.69
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            271.0,
            362.0,
            411.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BA",
            "BA",
            "BA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BAC",
      "description": "",
      "representative_file": "BAC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9723887,
      "rep_rows": 443731,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 443731,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "402",
            "404",
            "410"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T04:04:00-05:00",
            "2023-01-03T04:10:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            33.49,
            33.45,
            33.44
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            33.49,
            33.45,
            33.44
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            33.49,
            33.45,
            33.44
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            33.49,
            33.45,
            33.44
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            451.0,
            540.0,
            101.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BAC",
            "BAC",
            "BAC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BAM",
      "description": "",
      "representative_file": "BAM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6031907,
      "rep_rows": 309482,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 309482,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            29.0,
            28.985,
            28.8706
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            29.001,
            28.985,
            28.97
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            28.9,
            28.89,
            28.8706
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            28.99,
            28.93,
            28.97
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14960.0,
            538.0,
            2653.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BAM",
            "BAM",
            "BAM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BAX",
      "description": "",
      "representative_file": "BAX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6512834,
      "rep_rows": 325602,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 325602,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "644",
            "649",
            "651"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:44:00-05:00",
            "2023-01-03T06:49:00-05:00",
            "2023-01-03T06:51:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            51.33,
            50.81,
            50.8
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            51.33,
            50.81,
            50.8
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            51.3,
            50.8,
            50.8
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            51.3,
            50.8,
            50.8
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            261.0,
            1692.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BAX",
            "BAX",
            "BAX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BBBY",
      "description": "",
      "representative_file": "BBBY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3203421,
      "rep_rows": 134329,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 134329,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            2.3,
            2.3636,
            2.4091
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.3727,
            2.4455,
            2.4636
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            2.2545,
            2.3636,
            2.4091
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            2.3636,
            2.4455,
            2.4545
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3140.5,
            1345.3,
            3931.4
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BBBY",
            "BBBY",
            "BBBY"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BCS",
      "description": "",
      "representative_file": "BCS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7004140,
      "rep_rows": 348134,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 348134,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "401",
            "402",
            "403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            7.9,
            7.9,
            7.91
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            7.9,
            7.9,
            7.91
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            7.89,
            7.9,
            7.91
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            7.89,
            7.9,
            7.91
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3300.0,
            2000.0,
            1300.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BCS",
            "BCS",
            "BCS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BE",
      "description": "",
      "representative_file": "BE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8505338,
      "rep_rows": 386487,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 386487,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "417",
            "418",
            "509"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:17:00-05:00",
            "2023-01-03T04:18:00-05:00",
            "2023-01-03T05:09:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            19.3,
            19.33,
            19.49
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            19.33,
            19.33,
            19.49
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            19.3,
            19.33,
            19.48
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            19.33,
            19.33,
            19.48
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            301.0,
            200.0,
            300.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BE",
            "BE",
            "BE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BEN",
      "description": "",
      "representative_file": "BEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6191026,
      "rep_rows": 322407,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 322407,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "657",
            "736",
            "749"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:57:00-05:00",
            "2023-01-03T07:36:00-05:00",
            "2023-01-03T07:49:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            26.6,
            26.49,
            26.49
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            26.6,
            26.49,
            26.49
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            26.6,
            26.49,
            26.49
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            26.6,
            26.49,
            26.49
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            285.0,
            100.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BEN",
            "BEN",
            "BEN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BF.B",
      "description": "",
      "representative_file": "BF.B.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6240514,
      "rep_rows": 314719,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 314719,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            66.19,
            65.855,
            65.89
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            66.19,
            66.08,
            65.89
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            65.61,
            65.66,
            65.82
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            65.86,
            65.815,
            65.82
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8716.0,
            1283.0,
            842.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BF.B",
            "BF.B",
            "BF.B"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BGFV",
      "description": "",
      "representative_file": "BGFV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2910272,
      "rep_rows": 127365,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 127365,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0702",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:02:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.92,
            8.99,
            8.957
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.92,
            8.99,
            8.957
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.92,
            8.99,
            8.911
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.92,
            8.99,
            8.911
          ]
        },
        {
          "name": "vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "150",
            "5127",
            "1704"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BGFV",
            "BGFV",
            "BGFV"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BGS",
      "description": "",
      "representative_file": "BGS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5814251,
      "rep_rows": 293338,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 293338,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "738",
            "800",
            "802"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:38:00-05:00",
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.08,
            11.04,
            11.0745
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.08,
            11.04,
            11.0745
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.08,
            11.04,
            11.0745
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.08,
            11.04,
            11.0745
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            244.0,
            234.0,
            135.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BGS",
            "BGS",
            "BGS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BIGC",
      "description": "",
      "representative_file": "BIGC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3831436,
      "rep_rows": 201270,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 201270,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "821",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:21:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.81,
            8.81,
            8.98
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.81,
            9.0,
            9.07
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.81,
            8.81,
            8.98
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.81,
            8.89,
            9.07
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            15581.0,
            2288.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BIGC",
            "BIGC",
            "BIGC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BIIB",
      "description": "",
      "representative_file": "BIIB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6500025,
      "rep_rows": 289576,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 289576,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0928",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:28:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            277.44,
            276.73,
            275.43
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            277.52,
            277.19,
            275.55
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            277.44,
            275.22,
            274.11
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            277.5,
            276.18,
            274.11
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            950.0,
            23524.0,
            2886.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BIIB",
            "BIIB",
            "BIIB"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BILL",
      "description": "",
      "representative_file": "BILL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6817834,
      "rep_rows": 325496,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 325496,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0727",
            "0739",
            "0740"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:27:00-05:00",
            "2023-01-03T07:39:00-05:00",
            "2023-01-03T07:40:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            110.0,
            110.0,
            110.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            110.0,
            110.0,
            110.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            110.0,
            110.0,
            110.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            110.0,
            110.0,
            110.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            450.0,
            4550.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BILL",
            "BILL",
            "BILL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BK",
      "description": "",
      "representative_file": "BK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6628585,
      "rep_rows": 325224,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 325224,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0842",
            "0843",
            "0844"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:42:00-05:00",
            "2023-01-03T08:43:00-05:00",
            "2023-01-03T08:44:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.83,
            45.87,
            45.83
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.83,
            45.87,
            45.83
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.83,
            45.83,
            45.83
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.83,
            45.83,
            45.83
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            195.0,
            645.0,
            195.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BK",
            "BK",
            "BK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BKE",
      "description": "",
      "representative_file": "BKE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4045674,
      "rep_rows": 205266,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 205266,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "933",
            "934"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:33:00-05:00",
            "2023-01-03T09:34:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.66,
            45.6465,
            45.69
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.66,
            45.6465,
            45.7
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.66,
            45.6465,
            45.65
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.66,
            45.6465,
            45.65
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5638.0,
            414.0,
            2087.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BKE",
            "BKE",
            "BKE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BKR",
      "description": "",
      "representative_file": "BKR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6683319,
      "rep_rows": 334966,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 334966,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0401",
            "0409",
            "0410"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:09:00-05:00",
            "2023-01-03T04:10:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            29.6,
            29.53,
            29.59
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            29.6,
            29.53,
            29.59
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            29.6,
            29.53,
            29.59
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            29.6,
            29.53,
            29.59
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            100.0,
            861.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BKR",
            "BKR",
            "BKR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BLK",
      "description": "",
      "representative_file": "BLK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6845401,
      "rep_rows": 250653,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 250653,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            720.0,
            717.547,
            718.3633
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            720.8,
            717.547,
            718.3633
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            717.7,
            716.9324,
            718.3633
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            720.17,
            716.9324,
            718.3633
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13998.0,
            1056.0,
            863.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BLK",
            "BLK",
            "BLK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BN",
      "description": "",
      "representative_file": "BN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6339561,
      "rep_rows": 323077,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 323485,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            21.1733,
            21.0527,
            21.0333
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            21.1733,
            21.06,
            21.1467
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            21.0,
            21.0,
            21.0333
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            21.06,
            21.0592,
            21.1267
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24925.5,
            8872.5,
            8902.5
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BN",
            "BN",
            "BN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BNS",
      "description": "",
      "representative_file": "BNS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6082964,
      "rep_rows": 313170,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 313170,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "408",
            "425",
            "737"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:08:00-05:00",
            "2023-01-03T04:25:00-05:00",
            "2023-01-03T07:37:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            48.77,
            48.55,
            48.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            49.35,
            48.55,
            48.5
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            48.77,
            48.55,
            48.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            49.35,
            48.55,
            48.5
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            600.0,
            502.0,
            204.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BNS",
            "BNS",
            "BNS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BOX",
      "description": "",
      "representative_file": "BOX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5768204,
      "rep_rows": 307169,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 307169,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0845",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:45:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            31.26,
            31.47,
            31.84
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            31.26,
            31.84,
            31.88
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            31.26,
            31.37,
            31.74
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            31.26,
            31.84,
            31.84
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            53406.0,
            6973.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BOX",
            "BOX",
            "BOX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BRO",
      "description": "",
      "representative_file": "BRO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6123475,
      "rep_rows": 304716,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 304716,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            57.06,
            56.84,
            57.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            57.06,
            56.86,
            57.07
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            56.88,
            56.84,
            56.98
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            56.88,
            56.86,
            56.98
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8642.0,
            262.0,
            1286.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BRO",
            "BRO",
            "BRO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BRZE",
      "description": "",
      "representative_file": "BRZE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5666900,
      "rep_rows": 283346,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 283346,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0932",
            "0933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            27.53,
            27.8,
            27.795
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            27.65,
            27.85,
            28.05
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            27.36,
            27.68,
            27.65
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            27.42,
            27.68,
            28.05
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18313.0,
            546.0,
            2511.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BRZE",
            "BRZE",
            "BRZE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BSX",
      "description": "",
      "representative_file": "BSX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6733404,
      "rep_rows": 329806,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 329806,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0800",
            "0827",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:27:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            46.7,
            46.45,
            46.48
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.7,
            46.45,
            46.6
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            46.7,
            46.45,
            46.35
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            46.7,
            46.45,
            46.515
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            111.0,
            109.0,
            104982.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BSX",
            "BSX",
            "BSX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BTI",
      "description": "",
      "representative_file": "BTI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7448457,
      "rep_rows": 375203,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 375203,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "410",
            "418",
            "449"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:10:00-05:00",
            "2023-01-03T04:18:00-05:00",
            "2023-01-03T04:49:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            40.1,
            40.07,
            40.32
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            40.1,
            40.07,
            40.32
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            40.1,
            40.07,
            40.32
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            40.1,
            40.07,
            40.32
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            1100.0,
            300.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BTI",
            "BTI",
            "BTI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BWA",
      "description": "",
      "representative_file": "BWA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6154933,
      "rep_rows": 317437,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 317437,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            40.8,
            40.81,
            40.761
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            40.92,
            40.85,
            40.85
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            40.8,
            40.8,
            40.761
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            40.9,
            40.8,
            40.83
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20402.0,
            1692.0,
            6286.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BWA",
            "BWA",
            "BWA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BX",
      "description": "",
      "representative_file": "BX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7427667,
      "rep_rows": 334887,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 334887,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "401",
            "405"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:05:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            74.8,
            74.65,
            75.09
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            74.9,
            74.65,
            75.09
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            74.8,
            74.64,
            75.09
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            74.9,
            74.64,
            75.09
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1500.0,
            800.0,
            1000.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BX",
            "BX",
            "BX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BXSL",
      "description": "",
      "representative_file": "BXSL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5963984,
      "rep_rows": 288842,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 288842,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "733",
            "835",
            "929"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:33:00-05:00",
            "2023-01-03T08:35:00-05:00",
            "2023-01-03T09:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            22.35,
            22.5,
            22.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            22.35,
            22.5,
            22.5
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            22.35,
            22.5,
            22.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            22.35,
            22.5,
            22.5
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            1020.0,
            3100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BXSL",
            "BXSL",
            "BXSL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BYON",
      "description": "",
      "representative_file": "BYON.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3947794,
      "rep_rows": 181924,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 181924,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-11-06",
            "2023-11-06",
            "2023-11-06"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "702",
            "720",
            "747"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-11-06T07:02:00-05:00",
            "2023-11-06T07:20:00-05:00",
            "2023-11-06T07:47:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            17.25,
            17.25,
            17.25
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            17.25,
            17.25,
            17.25
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            17.25,
            17.25,
            17.25
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.25,
            17.25,
            17.25
          ]
        },
        {
          "name": "vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "500",
            "500",
            "250"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BYON",
            "BYON",
            "BYON"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/BZH",
      "description": "",
      "representative_file": "BZH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3946824,
      "rep_rows": 193836,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 193836,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "648",
            "923",
            "930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:48:00-05:00",
            "2023-01-03T09:23:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.9,
            13.14,
            13.12
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            12.9,
            13.14,
            13.15
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            12.9,
            13.14,
            13.12
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            12.9,
            13.14,
            13.15
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300.0,
            2013.0,
            5698.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BZH",
            "BZH",
            "BZH"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/C",
      "description": "",
      "representative_file": "C.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8343572,
      "rep_rows": 379196,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 379196,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "415",
            "418"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:15:00-05:00",
            "2023-01-03T04:18:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.24,
            45.7,
            45.71
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.24,
            45.7,
            45.71
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.24,
            45.7,
            45.7
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.24,
            45.7,
            45.7
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            311.0,
            320.0,
            336.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "C",
            "C",
            "C"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CAH",
      "description": "",
      "representative_file": "CAH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6611420,
      "rep_rows": 314136,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 314136,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            76.46,
            76.505,
            76.235
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            76.75,
            76.505,
            76.31
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            76.28,
            76.215,
            76.125
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            76.5,
            76.22,
            76.155
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            58559.0,
            2026.0,
            2089.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CAH",
            "CAH",
            "CAH"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CAKE",
      "description": "",
      "representative_file": "CAKE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5879884,
      "rep_rows": 297127,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 297127,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "929",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            32.24,
            32.3,
            32.37
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            32.24,
            32.43,
            32.42
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            32.24,
            32.3,
            32.31
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            32.24,
            32.43,
            32.37
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            7126.0,
            1775.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CAKE",
            "CAKE",
            "CAKE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CALM",
      "description": "",
      "representative_file": "CALM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5709207,
      "rep_rows": 263476,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 263476,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0819",
            "0906",
            "0925"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:19:00-05:00",
            "2023-01-03T09:06:00-05:00",
            "2023-01-03T09:25:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            55.0,
            54.5601,
            54.74
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            55.0,
            54.5601,
            54.79
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            55.0,
            54.56,
            54.74
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            55.0,
            54.56,
            54.79
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            104.0,
            300.0,
            1666.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CALM",
            "CALM",
            "CALM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CALX",
      "description": "",
      "representative_file": "CALX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4752884,
      "rep_rows": 236279,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 236279,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0933",
            "0934"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:33:00-05:00",
            "2023-01-03T09:34:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            69.48,
            69.73,
            69.77
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            69.84,
            69.73,
            69.88
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            69.48,
            69.465,
            69.34
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            69.84,
            69.49,
            69.71
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2901.0,
            321.0,
            5058.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CALX",
            "CALX",
            "CALX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CALY",
      "description": "",
      "representative_file": "CALY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 544236,
      "rep_rows": 24778,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 24778,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-07-14",
            "2023-07-18",
            "2023-07-20"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "1538",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-07-14T09:30:00-04:00",
            "2023-07-18T15:38:00-04:00",
            "2023-07-20T09:30:00-04:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            50.06,
            50.049,
            50.09
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            50.06,
            50.05,
            50.09
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            50.06,
            50.049,
            50.09
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            50.06,
            50.05,
            50.09
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            1318.0,
            300.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CALY",
            "CALY",
            "CALY"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CAR",
      "description": "",
      "representative_file": "CAR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5426750,
      "rep_rows": 234969,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 234969,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0927",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:27:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            169.45,
            165.81,
            165.33
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            169.45,
            167.489,
            165.33
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            169.45,
            165.33,
            162.94
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            169.45,
            165.33,
            162.94
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            140.0,
            3952.0,
            1282.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CAR",
            "CAR",
            "CAR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CAT",
      "description": "",
      "representative_file": "CAT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8349124,
      "rep_rows": 336632,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 336632,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "651",
            "700"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T06:51:00-05:00",
            "2023-01-03T07:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            240.0,
            241.1,
            240.03
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            240.0,
            241.1,
            240.03
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            240.0,
            241.0,
            240.03
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            240.0,
            241.0,
            240.03
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            164.0,
            714.0,
            440.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CAT",
            "CAT",
            "CAT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CAVA",
      "description": "",
      "representative_file": "CAVA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7027635,
      "rep_rows": 303376,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 303376,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-06-15",
            "2023-06-15",
            "2023-06-15"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1143",
            "1144",
            "1145"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-06-15T11:43:00-04:00",
            "2023-06-15T11:44:00-04:00",
            "2023-06-15T11:45:00-04:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            42.0,
            41.44,
            43.43
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            42.84,
            43.43,
            45.78
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            40.5,
            41.0,
            43.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            41.295,
            43.4299,
            45.4238
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1644889.0,
            450953.0,
            587931.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CAVA",
            "CAVA",
            "CAVA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CB",
      "description": "",
      "representative_file": "CB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6764030,
      "rep_rows": 309653,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 309653,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            220.0,
            219.955,
            219.925
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            221.24,
            219.955,
            219.99
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            219.85,
            219.955,
            219.49
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            220.22,
            219.955,
            219.6648
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36171.0,
            539.0,
            4040.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CB",
            "CB",
            "CB"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CBRL",
      "description": "",
      "representative_file": "CBRL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5904336,
      "rep_rows": 270900,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 270900,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            95.74,
            95.94,
            95.2232
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            95.74,
            95.94,
            95.2232
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            95.45,
            95.18,
            95.2232
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            95.45,
            95.18,
            95.2232
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4201.0,
            2639.0,
            328.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CBRL",
            "CBRL",
            "CBRL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CC",
      "description": "",
      "representative_file": "CC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6097306,
      "rep_rows": 309447,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 309447,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0507",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:07:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            30.62,
            30.64,
            30.67
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            30.62,
            30.68,
            30.67
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            30.62,
            30.63,
            30.67
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.62,
            30.68,
            30.67
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            909.0,
            11570.0,
            127.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CC",
            "CC",
            "CC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CCI",
      "description": "",
      "representative_file": "CCI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6835656,
      "rep_rows": 322755,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 322755,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "909",
            "911",
            "924"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:09:00-05:00",
            "2023-01-03T09:11:00-05:00",
            "2023-01-03T09:24:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            137.0,
            135.64,
            136.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            137.0,
            135.64,
            136.5
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            137.0,
            135.64,
            136.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            137.0,
            135.64,
            136.5
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            250.0,
            668.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CCI",
            "CCI",
            "CCI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CCL",
      "description": "",
      "representative_file": "CCL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10017996,
      "rep_rows": 484486,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 484486,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "401",
            "402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            7.99,
            8.27,
            8.33
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.25,
            8.31,
            8.33
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            7.99,
            8.27,
            8.32
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.25,
            8.31,
            8.32
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15912.0,
            1749.0,
            28414.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CCL",
            "CCL",
            "CCL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CDNS",
      "description": "",
      "representative_file": "CDNS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6967496,
      "rep_rows": 316063,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 316063,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "927",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:27:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            163.31,
            162.83,
            162.49
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            163.32,
            163.02,
            162.79
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            163.31,
            162.5992,
            162.27
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            163.32,
            162.6,
            162.4325
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            624.0,
            15431.0,
            1702.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CDNS",
            "CDNS",
            "CDNS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CELH",
      "description": "",
      "representative_file": "CELH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8291884,
      "rep_rows": 367365,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 367869,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "916",
            "930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T09:16:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            34.8367,
            35.25,
            35.1733
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            34.8367,
            35.25,
            35.5033
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            34.8367,
            35.25,
            35.0033
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            34.8367,
            35.25,
            35.0033
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            993.0,
            1500.0,
            29334.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CELH",
            "CELH",
            "CELH"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CF",
      "description": "",
      "representative_file": "CF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6422889,
      "rep_rows": 319932,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 319932,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "836",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:36:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            86.1,
            84.69,
            83.04
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            86.1,
            84.69,
            83.3
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            86.1,
            82.97,
            82.68
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            86.1,
            82.99,
            83.105
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1128.0,
            61045.0,
            50977.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CF",
            "CF",
            "CF"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CFG",
      "description": "",
      "representative_file": "CFG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6477147,
      "rep_rows": 327392,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 327392,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "633",
            "744",
            "802"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:33:00-05:00",
            "2023-01-03T07:44:00-05:00",
            "2023-01-03T08:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            39.47,
            39.13,
            39.13
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            39.47,
            39.13,
            39.13
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            39.47,
            39.13,
            39.13
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            39.47,
            39.13,
            39.13
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            100.0,
            495.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CFG",
            "CFG",
            "CFG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CFLT",
      "description": "",
      "representative_file": "CFLT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6545812,
      "rep_rows": 332936,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 332936,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0401",
            "0522",
            "0644"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T05:22:00-05:00",
            "2023-01-03T06:44:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            22.5,
            22.6,
            22.6
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            22.5,
            22.6,
            22.6
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            22.5,
            22.6,
            22.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            22.5,
            22.6,
            22.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            222.0,
            5958.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CFLT",
            "CFLT",
            "CFLT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CG",
      "description": "",
      "representative_file": "CG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6180148,
      "rep_rows": 318417,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 318417,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "408",
            "707",
            "801"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:08:00-05:00",
            "2023-01-03T07:07:00-05:00",
            "2023-01-03T08:01:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            29.69,
            29.64,
            29.64
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            29.69,
            29.64,
            29.64
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            29.69,
            29.64,
            29.64
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            29.69,
            29.64,
            29.64
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            673.0,
            100.0,
            201.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CG",
            "CG",
            "CG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CHGG",
      "description": "",
      "representative_file": "CHGG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6214918,
      "rep_rows": 318038,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 318038,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            25.73,
            25.56,
            25.28
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            25.73,
            25.56,
            25.28
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            25.56,
            25.24,
            25.28
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            25.56,
            25.335,
            25.28
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9994.0,
            9192.0,
            441.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CHGG",
            "CHGG",
            "CHGG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CHK",
      "description": "",
      "representative_file": "CHK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3360269,
      "rep_rows": 168271,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 168271,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "659",
            "700",
            "751"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:59:00-05:00",
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:51:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            92.95,
            93.75,
            94.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            92.95,
            93.75,
            94.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            92.95,
            93.7,
            94.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            92.95,
            93.7,
            94.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            530.0,
            576.0,
            103.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CHK",
            "CHK",
            "CHK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CI",
      "description": "",
      "representative_file": "CI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6563399,
      "rep_rows": 305859,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 305859,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "604",
            "605",
            "650"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:04:00-05:00",
            "2023-01-03T06:05:00-05:00",
            "2023-01-03T06:50:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            330.0,
            330.0,
            329.04
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            330.0,
            330.0,
            329.04
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            330.0,
            330.0,
            329.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            330.0,
            330.0,
            329.04
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            394.0,
            215.0,
            309.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CI",
            "CI",
            "CI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CIEN",
      "description": "",
      "representative_file": "CIEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7027519,
      "rep_rows": 321249,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 321249,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "706",
            "930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T07:06:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            51.2,
            50.75,
            51.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            51.2,
            50.75,
            51.69
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            51.2,
            50.75,
            51.2
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            51.2,
            50.75,
            51.69
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            102.0,
            1000.0,
            18917.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CIEN",
            "CIEN",
            "CIEN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CIM",
      "description": "",
      "representative_file": "CIM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5217299,
      "rep_rows": 266760,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 266760,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "525",
            "700",
            "835"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:25:00-05:00",
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T08:35:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            17.01,
            16.44,
            16.62
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            17.01,
            16.44,
            16.62
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            17.01,
            16.44,
            16.62
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.01,
            16.44,
            16.62
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.333333,
            967.0,
            35.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CIM",
            "CIM",
            "CIM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CLSK",
      "description": "",
      "representative_file": "CLSK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11392169,
      "rep_rows": 542396,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 542396,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "425",
            "446",
            "700"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:25:00-05:00",
            "2023-01-03T04:46:00-05:00",
            "2023-01-03T07:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            2.04,
            2.05,
            2.06
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.04,
            2.05,
            2.07
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            2.04,
            2.05,
            2.06
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            2.04,
            2.05,
            2.07
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            150.0,
            461.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CLSK",
            "CLSK",
            "CLSK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CLX",
      "description": "",
      "representative_file": "CLX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6486048,
      "rep_rows": 306823,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 306823,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0800",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            144.0317,
            140.33,
            140.12
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            144.0317,
            140.62,
            140.12
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            144.0317,
            139.76,
            140.015
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            144.0317,
            140.005,
            140.015
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            101.0,
            25170.0,
            471.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CLX",
            "CLX",
            "CLX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CMBT",
      "description": "",
      "representative_file": "CMBT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2181950,
      "rep_rows": 98683,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 98683,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-07-15",
            "2024-07-15",
            "2024-07-15"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "935",
            "938"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2024-07-15T09:30:00-04:00",
            "2024-07-15T09:35:00-04:00",
            "2024-07-15T09:38:00-04:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            16.46,
            16.31,
            16.3706
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            16.46,
            16.31,
            16.3706
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            16.26,
            16.31,
            16.3706
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            16.26,
            16.31,
            16.3706
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5884.0,
            110.0,
            243.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CMBT",
            "CMBT",
            "CMBT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CMG",
      "description": "",
      "representative_file": "CMG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7381272,
      "rep_rows": 283349,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 284087,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "932",
            "935"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00",
            "2023-01-03T09:35:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            28.006,
            28.0286,
            27.9688
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            28.006,
            28.0286,
            28.0682
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            27.7618,
            28.0286,
            27.9688
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            27.9571,
            28.0286,
            28.0682
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            149650.0,
            19900.0,
            39000.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CMG",
            "CMG",
            "CMG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CMRE",
      "description": "",
      "representative_file": "CMRE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4181847,
      "rep_rows": 215024,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 215024,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0812",
            "0841",
            "0845"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:12:00-05:00",
            "2023-01-03T08:41:00-05:00",
            "2023-01-03T08:45:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            9.31,
            9.3,
            9.24
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            9.31,
            9.3,
            9.24
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.31,
            9.3,
            9.24
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            9.31,
            9.3,
            9.24
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            100.0,
            133.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CMRE",
            "CMRE",
            "CMRE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CNC",
      "description": "",
      "representative_file": "CNC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6838563,
      "rep_rows": 340108,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 340108,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0902",
            "0905",
            "0910"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:02:00-05:00",
            "2023-01-03T09:05:00-05:00",
            "2023-01-03T09:10:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            82.25,
            82.25,
            82.2
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            82.25,
            82.25,
            82.2
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            82.25,
            82.25,
            82.2
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            82.25,
            82.25,
            82.2
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            500.0,
            429.0,
            400.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CNC",
            "CNC",
            "CNC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CNK",
      "description": "",
      "representative_file": "CNK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5899006,
      "rep_rows": 316194,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 316194,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "651",
            "705",
            "742"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:51:00-05:00",
            "2023-01-03T07:05:00-05:00",
            "2023-01-03T07:42:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.74,
            8.66,
            8.71
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.74,
            8.66,
            8.71
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.74,
            8.66,
            8.71
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.74,
            8.66,
            8.71
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            102.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CNK",
            "CNK",
            "CNK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/COF",
      "description": "",
      "representative_file": "COF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7185980,
      "rep_rows": 329992,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 329992,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0412",
            "0415",
            "0646"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:12:00-05:00",
            "2023-01-03T04:15:00-05:00",
            "2023-01-03T06:46:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            93.66,
            92.7,
            92.96
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            93.66,
            92.7,
            92.96
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            93.66,
            92.5,
            92.96
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            93.66,
            92.5,
            92.96
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            355.0,
            216.0,
            215.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "COF",
            "COF",
            "COF"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/COIN",
      "description": "",
      "representative_file": "COIN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13735441,
      "rep_rows": 555872,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 555872,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "402",
            "403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            35.69,
            35.86,
            35.96
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            36.43,
            35.97,
            35.97
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            35.5,
            35.86,
            35.96
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            36.0,
            35.97,
            35.97
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3706.0,
            712.0,
            820.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "COIN",
            "COIN",
            "COIN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/COLM",
      "description": "",
      "representative_file": "COLM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4354266,
      "rep_rows": 223469,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 223469,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "938",
            "939"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:38:00-05:00",
            "2023-01-03T09:39:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            88.67,
            88.36,
            88.97
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            88.67,
            89.23,
            89.32
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            88.67,
            88.36,
            88.97
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            88.67,
            88.95,
            89.24
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1120.0,
            1610.0,
            3342.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "COLM",
            "COLM",
            "COLM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/COP",
      "description": "",
      "representative_file": "COP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7078949,
      "rep_rows": 340548,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 340548,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "457",
            "458",
            "522"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:57:00-05:00",
            "2023-01-03T04:58:00-05:00",
            "2023-01-03T05:22:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            119.0,
            119.0,
            118.52
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            119.0,
            119.0,
            118.52
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            119.0,
            119.0,
            118.52
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            119.0,
            119.0,
            118.52
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            282.0,
            350.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "COP",
            "COP",
            "COP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/COST",
      "description": "",
      "representative_file": "COST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8761377,
      "rep_rows": 331744,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 331744,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0742",
            "0801",
            "0817"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:42:00-05:00",
            "2023-01-03T08:01:00-05:00",
            "2023-01-03T08:17:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            459.25,
            458.38,
            458.6
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            459.25,
            458.38,
            458.6
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            459.25,
            458.38,
            458.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            459.25,
            458.38,
            458.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            237.0,
            230.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "COST",
            "COST",
            "COST"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CPRX",
      "description": "",
      "representative_file": "CPRX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5925232,
      "rep_rows": 294524,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 294524,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0427",
            "0710",
            "0711"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:27:00-05:00",
            "2023-01-03T07:10:00-05:00",
            "2023-01-03T07:11:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            18.41,
            18.6,
            18.65
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            18.41,
            18.6,
            18.65
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            18.41,
            18.6,
            18.65
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            18.41,
            18.6,
            18.65
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            108.0,
            196.0,
            500.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CPRX",
            "CPRX",
            "CPRX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CRDO",
      "description": "",
      "representative_file": "CRDO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7882563,
      "rep_rows": 357078,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 357078,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0929",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            13.6,
            13.61,
            13.615
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            13.6,
            13.77,
            13.615
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            13.6,
            13.43,
            13.475
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            13.6,
            13.45,
            13.615
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            10799.0,
            347.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CRDO",
            "CRDO",
            "CRDO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CRK",
      "description": "",
      "representative_file": "CRK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6348191,
      "rep_rows": 323860,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 323860,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0402",
            "0707",
            "0717"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T07:07:00-05:00",
            "2023-01-03T07:17:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            13.71,
            13.47,
            13.41
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            13.71,
            13.47,
            13.41
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            13.71,
            13.47,
            13.41
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            13.71,
            13.47,
            13.41
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3000.0,
            1915.0,
            212.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CRK",
            "CRK",
            "CRK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CRM",
      "description": "",
      "representative_file": "CRM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8739189,
      "rep_rows": 371615,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 371615,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "402",
            "459",
            "527"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T04:59:00-05:00",
            "2023-01-03T05:27:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            134.08,
            134.5,
            134.7
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            134.09,
            134.5,
            134.72
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            134.08,
            134.5,
            134.7
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            134.09,
            134.5,
            134.7
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            497.0,
            217.0,
            501.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CRM",
            "CRM",
            "CRM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CRSP",
      "description": "",
      "representative_file": "CRSP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7557129,
      "rep_rows": 340203,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 340203,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0705",
            "0753",
            "0800"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:05:00-05:00",
            "2023-01-03T07:53:00-05:00",
            "2023-01-03T08:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            40.95,
            41.01,
            40.78
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            40.95,
            41.01,
            41.4
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            40.9,
            41.01,
            40.78
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            40.9,
            41.01,
            41.4
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1108.0,
            100.0,
            984.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CRSP",
            "CRSP",
            "CRSP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CRSR",
      "description": "",
      "representative_file": "CRSR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5008479,
      "rep_rows": 241927,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 241927,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "925",
            "930",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:25:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            13.46,
            13.71,
            13.76
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            13.46,
            13.88,
            13.8
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            13.46,
            13.71,
            13.76
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            13.46,
            13.88,
            13.8
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            311.0,
            20754.0,
            2914.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CRSR",
            "CRSR",
            "CRSR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CRWD",
      "description": "",
      "representative_file": "CRWD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9842512,
      "rep_rows": 382984,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 382984,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0700",
            "0731",
            "0747"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:31:00-05:00",
            "2023-01-03T07:47:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            106.88,
            106.23,
            106.3
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            106.88,
            106.23,
            106.3
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            106.88,
            106.23,
            106.3
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            106.88,
            106.23,
            106.3
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            763.0,
            215.0,
            286.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CRWD",
            "CRWD",
            "CRWD"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CSCO",
      "description": "",
      "representative_file": "CSCO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8061193,
      "rep_rows": 378122,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 378122,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0514",
            "0521",
            "0644"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:14:00-05:00",
            "2023-01-03T05:21:00-05:00",
            "2023-01-03T06:44:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            48.1,
            48.08,
            47.99
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            48.1,
            48.08,
            48.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            48.04,
            48.08,
            47.95
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            48.04,
            48.08,
            48.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1329.0,
            1257.0,
            2649.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CSCO",
            "CSCO",
            "CSCO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CTRA",
      "description": "",
      "representative_file": "CTRA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6818989,
      "rep_rows": 341287,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 341287,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "401",
            "414",
            "428"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:14:00-05:00",
            "2023-01-03T04:28:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24.59,
            24.59,
            24.59
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            24.59,
            24.59,
            24.59
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            24.59,
            24.59,
            24.59
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24.59,
            24.59,
            24.59
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            405.0,
            150.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CTRA",
            "CTRA",
            "CTRA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CTSH",
      "description": "",
      "representative_file": "CTSH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6284765,
      "rep_rows": 324032,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 324032,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "450",
            "927",
            "930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:50:00-05:00",
            "2023-01-03T09:27:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            57.8,
            57.51,
            57.64
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            57.8,
            57.51,
            57.68
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            57.8,
            57.51,
            57.43
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            57.8,
            57.51,
            57.57
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            903.0,
            41546.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CTSH",
            "CTSH",
            "CTSH"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CTVA",
      "description": "",
      "representative_file": "CTVA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6377849,
      "rep_rows": 321640,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 321640,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            58.73,
            58.61,
            58.68
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            58.73,
            58.695,
            58.82
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            58.67,
            58.5,
            58.68
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            58.67,
            58.695,
            58.76
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            821.0,
            37757.0,
            3268.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CTVA",
            "CTVA",
            "CTVA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CVE",
      "description": "",
      "representative_file": "CVE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6893783,
      "rep_rows": 334385,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 334385,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "700",
            "841",
            "848"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T08:41:00-05:00",
            "2023-01-03T08:48:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            19.23,
            19.42,
            19.53
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            19.23,
            19.42,
            19.58
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            19.23,
            19.42,
            19.53
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            19.23,
            19.42,
            19.58
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            426.0,
            500.0,
            800.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CVE",
            "CVE",
            "CVE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CVNA",
      "description": "",
      "representative_file": "CVNA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10423284,
      "rep_rows": 410054,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 410054,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            4.89,
            4.9,
            4.89
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            4.89,
            4.9,
            4.89
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            4.75,
            4.9,
            4.89
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            4.89,
            4.9,
            4.89
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2534.0,
            250.0,
            331.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CVNA",
            "CVNA",
            "CVNA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CVS",
      "description": "",
      "representative_file": "CVS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7787965,
      "rep_rows": 355961,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 355961,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "521",
            "528",
            "529"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:21:00-05:00",
            "2023-01-03T05:28:00-05:00",
            "2023-01-03T05:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            92.75,
            92.1,
            92.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            93.0,
            92.19,
            92.5
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            92.75,
            91.78,
            92.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            93.0,
            91.8,
            92.5
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1270.0,
            1606.0,
            261.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CVS",
            "CVS",
            "CVS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CVX",
      "description": "",
      "representative_file": "CVX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8068370,
      "rep_rows": 368536,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 368536,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "558",
            "715"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T05:58:00-05:00",
            "2023-01-03T07:15:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            179.99,
            180.0,
            179.25
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            179.99,
            180.0,
            179.25
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            179.99,
            180.0,
            179.25
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            179.99,
            180.0,
            179.25
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            380.0,
            259.0,
            474.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CVX",
            "CVX",
            "CVX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CWK",
      "description": "",
      "representative_file": "CWK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5358445,
      "rep_rows": 300731,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 300731,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.72,
            12.65,
            12.76
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            12.72,
            12.83,
            12.89
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            12.6,
            12.65,
            12.74
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            12.6,
            12.76,
            12.88
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8754.0,
            13007.0,
            12090.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CWK",
            "CWK",
            "CWK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CXM",
      "description": "",
      "representative_file": "CXM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5220772,
      "rep_rows": 290538,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 290538,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "934"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:34:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.22,
            8.29,
            8.29
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.348,
            8.29,
            8.42
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.22,
            8.29,
            8.29
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.275,
            8.29,
            8.4
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10474.0,
            109.0,
            3218.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CXM",
            "CXM",
            "CXM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CYBR",
      "description": "",
      "representative_file": "CYBR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5648280,
      "rep_rows": 224063,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 224063,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "933",
            "934"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:33:00-05:00",
            "2023-01-03T09:34:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            131.7,
            131.7199,
            131.83
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            131.7,
            132.0,
            131.83
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            125.69,
            130.865,
            131.775
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            129.56,
            131.83,
            131.775
          ]
        },
        {
          "name": "vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7620",
            "3236",
            "828"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CYBR",
            "CYBR",
            "CYBR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/CZR",
      "description": "",
      "representative_file": "CZR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6613558,
      "rep_rows": 333472,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 333472,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0700",
            "0748",
            "0800"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:48:00-05:00",
            "2023-01-03T08:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            42.35,
            42.35,
            42.55
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            42.55,
            42.35,
            42.55
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            42.35,
            42.35,
            42.25
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            42.55,
            42.35,
            42.25
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4637.0,
            605.0,
            6411.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CZR",
            "CZR",
            "CZR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DADA",
      "description": "",
      "representative_file": "DADA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3879583,
      "rep_rows": 212658,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 212658,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "756",
            "800",
            "854"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:56:00-05:00",
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:54:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            7.17,
            7.17,
            7.16
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            7.17,
            7.17,
            7.16
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            7.17,
            7.17,
            7.16
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            7.17,
            7.17,
            7.16
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            107.0,
            1703.0,
            310.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DADA",
            "DADA",
            "DADA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DAN",
      "description": "",
      "representative_file": "DAN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5412909,
      "rep_rows": 291335,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 291335,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            15.46,
            15.38,
            15.48
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            15.46,
            15.38,
            15.52
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            15.46,
            15.38,
            15.46
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            15.46,
            15.38,
            15.46
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11848.0,
            163.0,
            3188.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DAN",
            "DAN",
            "DAN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DASH",
      "description": "",
      "representative_file": "DASH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7651531,
      "rep_rows": 340750,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 340750,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "417",
            "425",
            "433"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:17:00-05:00",
            "2023-01-03T04:25:00-05:00",
            "2023-01-03T04:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            49.8,
            49.79,
            49.8
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            49.8,
            49.79,
            49.8
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            49.8,
            49.79,
            49.8
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            49.8,
            49.79,
            49.8
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1000.0,
            300.0,
            351.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DASH",
            "DASH",
            "DASH"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DBX",
      "description": "",
      "representative_file": "DBX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5974343,
      "rep_rows": 321718,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 321718,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            22.62,
            22.615,
            22.68
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            22.69,
            22.68,
            22.68
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            22.555,
            22.615,
            22.68
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            22.63,
            22.68,
            22.68
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            23601.0,
            5662.0,
            388.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DBX",
            "DBX",
            "DBX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DCH",
      "description": "",
      "representative_file": "DCH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 406481,
      "rep_rows": 19275,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 19275,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-05",
            "2026-02-05",
            "2026-02-05"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0804",
            "0856",
            "0909"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-05T08:04:00-05:00",
            "2026-02-05T08:56:00-05:00",
            "2026-02-05T09:09:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.9,
            9.0,
            9.18
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.99,
            9.0,
            9.18
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.9,
            9.0,
            9.18
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.99,
            9.0,
            9.18
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1759.0,
            200.0,
            1000.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DCH",
            "DCH",
            "DCH"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DECK",
      "description": "",
      "representative_file": "DECK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6765732,
      "rep_rows": 266133,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 266133,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            67.43,
            67.42,
            67.3492
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            67.4417,
            67.4283,
            67.3492
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            66.9908,
            67.18,
            67.2692
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            67.4417,
            67.37,
            67.2692
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            26322.0,
            18996.0,
            6246.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DECK",
            "DECK",
            "DECK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DFS",
      "description": "",
      "representative_file": "DFS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4872153,
      "rep_rows": 224719,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 224719,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0917",
            "0928"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T09:17:00-05:00",
            "2023-01-03T09:28:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            98.6,
            98.62,
            98.7
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            98.6,
            98.63,
            98.7
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            98.6,
            98.62,
            98.7
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            98.6,
            98.63,
            98.7
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            503.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DFS",
            "DFS",
            "DFS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DHT",
      "description": "",
      "representative_file": "DHT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5968318,
      "rep_rows": 309023,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 309023,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0501",
            "0808",
            "0907"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:01:00-05:00",
            "2023-01-03T08:08:00-05:00",
            "2023-01-03T09:07:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.88,
            9.0,
            8.91
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.88,
            9.0,
            8.91
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.88,
            9.0,
            8.91
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.88,
            9.0,
            8.91
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            299.0,
            1476.0,
            373.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DHT",
            "DHT",
            "DHT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DINO",
      "description": "",
      "representative_file": "DINO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6179834,
      "rep_rows": 319641,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 319641,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            51.41,
            51.105,
            51.223
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            51.49,
            51.26,
            51.32
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            51.06,
            51.105,
            51.223
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            51.165,
            51.26,
            51.2943
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            26480.0,
            710.0,
            2459.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DINO",
            "DINO",
            "DINO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DKNG",
      "description": "",
      "representative_file": "DKNG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8684451,
      "rep_rows": 397655,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 397655,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "416",
            "417",
            "644"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:16:00-05:00",
            "2023-01-03T04:17:00-05:00",
            "2023-01-03T06:44:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.68,
            11.68,
            11.6
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.69,
            11.69,
            11.6
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.68,
            11.68,
            11.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.69,
            11.69,
            11.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            500.0,
            1110.0,
            163.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DKNG",
            "DKNG",
            "DKNG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DLO",
      "description": "",
      "representative_file": "DLO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5909612,
      "rep_rows": 292452,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 292452,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            15.85,
            15.865,
            15.81
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            15.895,
            15.865,
            15.81
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            15.85,
            15.865,
            15.7
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            15.86,
            15.865,
            15.7
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4293.0,
            226.0,
            1327.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DLO",
            "DLO",
            "DLO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DOC",
      "description": "",
      "representative_file": "DOC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6273322,
      "rep_rows": 319578,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 319578,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0701",
            "0806",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:01:00-05:00",
            "2023-01-03T08:06:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            14.6,
            14.52,
            14.43
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            14.6,
            14.52,
            14.45
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            14.6,
            14.52,
            14.37
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            14.6,
            14.52,
            14.39
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            299.0,
            100.0,
            35680.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DOC",
            "DOC",
            "DOC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DOCS",
      "description": "",
      "representative_file": "DOCS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6321822,
      "rep_rows": 315048,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 315048,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            34.11,
            33.95,
            34.27
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            34.11,
            34.1876,
            34.27
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            33.84,
            33.89,
            34.21
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            33.94,
            34.185,
            34.21
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12196.0,
            1813.0,
            374.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DOCS",
            "DOCS",
            "DOCS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DOCU",
      "description": "",
      "representative_file": "DOCU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7248647,
      "rep_rows": 340905,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 340905,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "410",
            "411",
            "414"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:10:00-05:00",
            "2023-01-03T04:11:00-05:00",
            "2023-01-03T04:14:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            55.79,
            56.04,
            56.3
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            55.79,
            56.04,
            56.3
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            55.79,
            56.04,
            56.3
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            55.79,
            56.04,
            56.3
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            200.0,
            205.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DOCU",
            "DOCU",
            "DOCU"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DOMO",
      "description": "",
      "representative_file": "DOMO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4546943,
      "rep_rows": 217460,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 217460,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0932",
            "0933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            14.63,
            14.8146,
            14.85
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            14.6682,
            14.8146,
            15.08
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            14.63,
            14.8146,
            14.85
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            14.665,
            14.8146,
            15.08
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6419.0,
            162.0,
            5295.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DOMO",
            "DOMO",
            "DOMO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DVA",
      "description": "",
      "representative_file": "DVA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5281541,
      "rep_rows": 252217,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 252217,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0609",
            "0855",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:09:00-05:00",
            "2023-01-03T08:55:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            75.5,
            74.67,
            74.94
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            75.5,
            74.67,
            75.065
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            75.5,
            74.67,
            74.94
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            75.5,
            74.67,
            75.065
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            110.0,
            6100.0,
            5168.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DVA",
            "DVA",
            "DVA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DVAX",
      "description": "",
      "representative_file": "DVAX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5001374,
      "rep_rows": 280607,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 280607,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            10.75,
            10.79,
            10.74
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            10.92,
            10.84,
            10.74
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            10.72,
            10.75,
            10.655
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            10.81,
            10.75,
            10.68
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16765.0,
            4524.0,
            2641.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DVAX",
            "DVAX",
            "DVAX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DVN",
      "description": "",
      "representative_file": "DVN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8070587,
      "rep_rows": 373556,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 373556,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0559",
            "0601",
            "0645"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:59:00-05:00",
            "2023-01-03T06:01:00-05:00",
            "2023-01-03T06:45:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            61.6,
            61.35,
            61.51
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            61.6,
            61.35,
            61.51
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            61.5,
            61.35,
            61.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            61.5,
            61.35,
            61.5
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1285.0,
            320.0,
            524.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DVN",
            "DVN",
            "DVN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DX",
      "description": "",
      "representative_file": "DX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6085999,
      "rep_rows": 310896,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 310896,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0855",
            "0856",
            "0926"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:55:00-05:00",
            "2023-01-03T08:56:00-05:00",
            "2023-01-03T09:26:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.795,
            12.77,
            12.85
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            12.795,
            12.77,
            12.85
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            12.795,
            12.77,
            12.85
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            12.795,
            12.77,
            12.85
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            136.0,
            164.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DX",
            "DX",
            "DX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DXC",
      "description": "",
      "representative_file": "DXC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5664163,
      "rep_rows": 302552,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 302552,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            26.72,
            26.8,
            26.88
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            26.8,
            26.88,
            26.92
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            26.72,
            26.765,
            26.88
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            26.8,
            26.845,
            26.92
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10130.0,
            1838.0,
            737.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DXC",
            "DXC",
            "DXC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/DXCM",
      "description": "",
      "representative_file": "DXCM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6919543,
      "rep_rows": 329750,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 329750,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            114.3,
            114.437,
            114.12
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            114.62,
            114.49,
            114.65
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            114.08,
            113.8,
            114.1
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            114.475,
            113.89,
            114.42
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24870.0,
            3810.0,
            5166.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DXCM",
            "DXCM",
            "DXCM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EA",
      "description": "",
      "representative_file": "EA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6316592,
      "rep_rows": 317110,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 317110,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "927",
            "929",
            "930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:27:00-05:00",
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            123.9,
            123.65,
            123.59
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            123.9,
            123.65,
            123.59
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            123.9,
            123.54,
            122.72
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            123.9,
            123.54,
            123.2
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            765.0,
            700.0,
            40756.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EA",
            "EA",
            "EA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EBAY",
      "description": "",
      "representative_file": "EBAY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6717203,
      "rep_rows": 333085,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 333085,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0645",
            "0646"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T06:45:00-05:00",
            "2023-01-03T06:46:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            41.8,
            41.68,
            41.67
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            41.8,
            41.68,
            41.67
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            41.8,
            41.68,
            41.67
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            41.8,
            41.68,
            41.67
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            206.0,
            157.0,
            300.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EBAY",
            "EBAY",
            "EBAY"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EC",
      "description": "",
      "representative_file": "EC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6309813,
      "rep_rows": 315883,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 315883,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0520",
            "0702",
            "0800"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:20:00-05:00",
            "2023-01-03T07:02:00-05:00",
            "2023-01-03T08:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            10.58,
            10.3,
            10.32
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            10.58,
            10.3,
            10.32
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            10.58,
            10.3,
            10.32
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            10.58,
            10.3,
            10.32
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1000.0,
            444.0,
            119.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EC",
            "EC",
            "EC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EDIT",
      "description": "",
      "representative_file": "EDIT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6325802,
      "rep_rows": 318916,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 318916,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "401",
            "800",
            "801"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:01:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.87,
            8.9,
            8.96
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.87,
            8.9,
            8.96
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.87,
            8.9,
            8.96
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.87,
            8.9,
            8.96
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            121.0,
            1007.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EDIT",
            "EDIT",
            "EDIT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EFC",
      "description": "",
      "representative_file": "EFC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5475776,
      "rep_rows": 281326,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 281326,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0700",
            "0821",
            "0831"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T08:21:00-05:00",
            "2023-01-03T08:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.5,
            12.45,
            12.49
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            12.5,
            12.45,
            12.49
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            12.5,
            12.45,
            12.49
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            12.5,
            12.45,
            12.49
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            214.0,
            200.0,
            128.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EFC",
            "EFC",
            "EFC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EGO",
      "description": "",
      "representative_file": "EGO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6240858,
      "rep_rows": 309406,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 309406,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0809",
            "0814",
            "0815"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:09:00-05:00",
            "2023-01-03T08:14:00-05:00",
            "2023-01-03T08:15:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.5,
            8.51,
            8.51
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.52,
            8.51,
            8.51
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.5,
            8.51,
            8.51
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.52,
            8.51,
            8.51
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4000.0,
            700.0,
            400.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EGO",
            "EGO",
            "EGO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ELAN",
      "description": "",
      "representative_file": "ELAN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5979711,
      "rep_rows": 321545,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 321545,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.3,
            12.41,
            12.46
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            12.3,
            12.53,
            12.48
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            12.3,
            12.41,
            12.4
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            12.3,
            12.465,
            12.45
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            500.0,
            35116.0,
            7211.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ELAN",
            "ELAN",
            "ELAN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ELF",
      "description": "",
      "representative_file": "ELF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7723382,
      "rep_rows": 328211,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 328211,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0825",
            "0911",
            "0929"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:25:00-05:00",
            "2023-01-03T09:11:00-05:00",
            "2023-01-03T09:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            56.2805,
            55.3,
            56.3
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            56.2805,
            55.3,
            56.34
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            56.2805,
            55.3,
            56.3
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            56.2805,
            55.3,
            56.34
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            2075.0,
            1186.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ELF",
            "ELF",
            "ELF"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ELV",
      "description": "",
      "representative_file": "ELV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6876127,
      "rep_rows": 298198,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 298198,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            508.68,
            509.2616,
            507.66
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            511.97,
            509.2616,
            507.67
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            508.68,
            508.09,
            507.66
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            509.05,
            508.09,
            507.67
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12024.0,
            1349.0,
            1117.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ELV",
            "ELV",
            "ELV"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EMBJ",
      "description": "",
      "representative_file": "EMBJ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 961246,
      "rep_rows": 41930,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 41930,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-11-03",
            "2025-11-03",
            "2025-11-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0836",
            "0934",
            "0935"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-03T08:36:00-05:00",
            "2025-11-03T09:34:00-05:00",
            "2025-11-03T09:35:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            65.14,
            65.55,
            65.435
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            65.14,
            65.55,
            65.435
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            65.14,
            65.55,
            65.435
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            65.14,
            65.55,
            65.435
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            189.0,
            3912.0,
            590.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EMBJ",
            "EMBJ",
            "EMBJ"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EMR",
      "description": "",
      "representative_file": "EMR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6826125,
      "rep_rows": 322780,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 322780,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "829",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            96.5,
            96.6,
            96.42
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            96.5,
            96.69,
            96.53
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            96.5,
            96.16,
            96.28
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            96.5,
            96.47,
            96.42
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            124.0,
            52096.0,
            6953.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EMR",
            "EMR",
            "EMR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ENB",
      "description": "",
      "representative_file": "ENB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6808831,
      "rep_rows": 332187,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 332187,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0800",
            "0837",
            "0838"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:37:00-05:00",
            "2023-01-03T08:38:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            39.3,
            39.11,
            39.1
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            39.3,
            39.11,
            39.1
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            39.0,
            39.11,
            39.1
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            39.0,
            39.11,
            39.1
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            526.0,
            393.0,
            201.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ENB",
            "ENB",
            "ENB"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ENPH",
      "description": "",
      "representative_file": "ENPH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9172671,
      "rep_rows": 384761,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 384761,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "504",
            "644"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T05:04:00-05:00",
            "2023-01-03T06:44:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            266.0,
            269.6,
            268.15
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            268.0,
            269.6,
            268.15
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            266.0,
            269.6,
            268.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            268.0,
            269.6,
            268.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            319.0,
            200.0,
            798.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ENPH",
            "ENPH",
            "ENPH"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EOG",
      "description": "",
      "representative_file": "EOG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6610905,
      "rep_rows": 327912,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 327912,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0701",
            "0719",
            "0820"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:01:00-05:00",
            "2023-01-03T07:19:00-05:00",
            "2023-01-03T08:20:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            129.01,
            129.0,
            129.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            129.01,
            129.0,
            129.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            129.0,
            129.0,
            129.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            129.0,
            129.0,
            129.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            351.0,
            143.0,
            504.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EOG",
            "EOG",
            "EOG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EPD",
      "description": "",
      "representative_file": "EPD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6759413,
      "rep_rows": 336721,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 336721,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "401",
            "700",
            "702"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24.1,
            24.1,
            24.25
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            24.1,
            24.25,
            24.25
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            24.1,
            24.1,
            24.25
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24.1,
            24.25,
            24.25
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            1404.0,
            108.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EPD",
            "EPD",
            "EPD"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EQNR",
      "description": "",
      "representative_file": "EQNR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7073890,
      "rep_rows": 360572,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 360572,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0409",
            "0410"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:09:00-05:00",
            "2023-01-03T04:10:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            35.84,
            35.57,
            35.6
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            35.86,
            35.57,
            35.6
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            35.74,
            35.56,
            35.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            35.86,
            35.56,
            35.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1122.0,
            300.0,
            335.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EQNR",
            "EQNR",
            "EQNR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EQT",
      "description": "",
      "representative_file": "EQT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6892565,
      "rep_rows": 340686,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 340686,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0424"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:24:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            33.9,
            33.83,
            33.85
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            33.9,
            33.83,
            33.85
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            33.9,
            33.83,
            33.85
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            33.9,
            33.83,
            33.85
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            305.0,
            100.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EQT",
            "EQT",
            "EQT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ERJ",
      "description": "",
      "representative_file": "ERJ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5436193,
      "rep_rows": 267026,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 267026,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0804",
            "0805",
            "0810"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:04:00-05:00",
            "2023-01-03T08:05:00-05:00",
            "2023-01-03T08:10:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            10.7,
            10.67,
            10.6
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            10.7,
            10.67,
            10.6
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            10.7,
            10.67,
            10.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            10.7,
            10.67,
            10.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            100.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ERJ",
            "ERJ",
            "ERJ"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ESTC",
      "description": "",
      "representative_file": "ESTC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6147136,
      "rep_rows": 302157,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 302157,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0846",
            "0921",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:46:00-05:00",
            "2023-01-03T09:21:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            52.25,
            51.6,
            52.74
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            52.25,
            51.6,
            53.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            52.25,
            51.6,
            52.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            52.25,
            51.6,
            52.755
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            770.0,
            200.0,
            22575.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ESTC",
            "ESTC",
            "ESTC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ETN",
      "description": "",
      "representative_file": "ETN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7481560,
      "rep_rows": 323413,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 323413,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            158.08,
            158.18,
            158.15
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            158.08,
            158.21,
            158.285
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            157.91,
            157.87,
            157.99
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            157.91,
            158.21,
            158.16
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22247.0,
            1890.0,
            3803.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ETN",
            "ETN",
            "ETN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ETSY",
      "description": "",
      "representative_file": "ETSY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7144962,
      "rep_rows": 339241,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 339241,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0439",
            "0440",
            "0559"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:39:00-05:00",
            "2023-01-03T04:40:00-05:00",
            "2023-01-03T05:59:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            122.19,
            122.2,
            122.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            122.19,
            122.5,
            122.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            122.19,
            122.1,
            122.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            122.19,
            122.5,
            122.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            235.0,
            1120.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ETSY",
            "ETSY",
            "ETSY"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EVER",
      "description": "",
      "representative_file": "EVER.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4080627,
      "rep_rows": 202360,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 202360,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "852",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:52:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            14.74,
            15.02,
            15.15
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            14.74,
            15.02,
            15.15
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            14.74,
            15.02,
            15.1342
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            14.74,
            15.02,
            15.1342
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            4070.0,
            525.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EVER",
            "EVER",
            "EVER"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EVRI",
      "description": "",
      "representative_file": "EVRI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3515862,
      "rep_rows": 196190,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 196190,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0741",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:41:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            14.3,
            14.47,
            14.445
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            14.3,
            14.54,
            14.475
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            14.3,
            14.43,
            14.445
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            14.3,
            14.54,
            14.475
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            976.0,
            11601.0,
            266.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EVRI",
            "EVRI",
            "EVRI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EW",
      "description": "",
      "representative_file": "EW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6356894,
      "rep_rows": 324551,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 324551,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0443",
            "0800",
            "0929"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:43:00-05:00",
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T09:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            75.28,
            75.5,
            75.74
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            75.28,
            75.5,
            76.13
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            75.28,
            75.5,
            75.74
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            75.28,
            75.5,
            76.13
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            109.0,
            401.0,
            1145.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EW",
            "EW",
            "EW"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EXAS",
      "description": "",
      "representative_file": "EXAS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6198140,
      "rep_rows": 310195,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 310195,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0403",
            "0650",
            "0702"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T06:50:00-05:00",
            "2023-01-03T07:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            49.96,
            50.0,
            50.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            49.96,
            50.0,
            50.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            49.96,
            50.0,
            50.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            49.96,
            50.0,
            50.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            161.0,
            500.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EXAS",
            "EXAS",
            "EXAS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EXE",
      "description": "",
      "representative_file": "EXE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3165448,
      "rep_rows": 150420,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 150420,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-10-02",
            "2024-10-02",
            "2024-10-02"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2024-10-02T09:30:00-04:00",
            "2024-10-02T09:31:00-04:00",
            "2024-10-02T09:32:00-04:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            83.35,
            82.96,
            82.11
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            83.35,
            82.96,
            82.32
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            81.92,
            82.16,
            82.11
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            82.69,
            82.345,
            82.32
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16173.0,
            3685.0,
            582.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EXE",
            "EXE",
            "EXE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EXEL",
      "description": "",
      "representative_file": "EXEL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6200256,
      "rep_rows": 315382,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 315382,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0553",
            "0929",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:53:00-05:00",
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            16.24,
            16.05,
            16.03
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            16.25,
            16.05,
            16.14
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            16.24,
            16.05,
            16.03
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            16.25,
            16.05,
            16.12
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            250.0,
            300.0,
            35786.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EXEL",
            "EXEL",
            "EXEL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EXPI",
      "description": "",
      "representative_file": "EXPI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5769252,
      "rep_rows": 283767,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 283767,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "847",
            "913",
            "925"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:47:00-05:00",
            "2023-01-03T09:13:00-05:00",
            "2023-01-03T09:25:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.16,
            11.25,
            11.24
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.16,
            11.25,
            11.24
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.16,
            11.25,
            11.19
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.16,
            11.25,
            11.22
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            101.0,
            483.0,
            1798.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EXPI",
            "EXPI",
            "EXPI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/EXTR",
      "description": "",
      "representative_file": "EXTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5754726,
      "rep_rows": 295039,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 295039,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "932",
            "933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            18.5,
            18.36,
            18.39
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            18.5,
            18.38,
            18.46
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            18.38,
            18.32,
            18.37
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            18.38,
            18.38,
            18.43
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12908.0,
            3104.0,
            5744.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EXTR",
            "EXTR",
            "EXTR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FANG",
      "description": "",
      "representative_file": "FANG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6934377,
      "rep_rows": 321962,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 321962,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0540",
            "0603",
            "0700"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:40:00-05:00",
            "2023-01-03T06:03:00-05:00",
            "2023-01-03T07:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            136.77,
            136.78,
            136.92
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            136.78,
            136.78,
            136.92
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            136.77,
            136.78,
            136.92
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            136.78,
            136.78,
            136.92
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            283.0,
            611.0,
            195.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FANG",
            "FANG",
            "FANG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FAST",
      "description": "",
      "representative_file": "FAST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6277640,
      "rep_rows": 325515,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 325942,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "929",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            23.87,
            23.81,
            23.755
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            23.87,
            23.835,
            23.755
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            23.87,
            23.69,
            23.7
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            23.87,
            23.77,
            23.745
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            600.0,
            125396.0,
            12562.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FAST",
            "FAST",
            "FAST"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FDX",
      "description": "",
      "representative_file": "FDX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7141629,
      "rep_rows": 319722,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 319722,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "453",
            "645",
            "928"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:53:00-05:00",
            "2023-01-03T06:45:00-05:00",
            "2023-01-03T09:28:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            175.13,
            174.5,
            175.02
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            175.13,
            174.5,
            175.74
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            175.13,
            174.5,
            175.02
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            175.13,
            174.5,
            175.73
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            119.0,
            156.0,
            1013.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FDX",
            "FDX",
            "FDX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FFIV",
      "description": "",
      "representative_file": "FFIV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5223857,
      "rep_rows": 227698,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 227698,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0933",
            "0941"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:33:00-05:00",
            "2023-01-03T09:41:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            144.21,
            144.8,
            146.17
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            144.648,
            144.85,
            146.17
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            144.21,
            144.795,
            146.17
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            144.648,
            144.85,
            146.17
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8494.0,
            897.0,
            354.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FFIV",
            "FFIV",
            "FFIV"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FHN",
      "description": "",
      "representative_file": "FHN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6282205,
      "rep_rows": 327448,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 327448,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24.5,
            24.5,
            24.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            24.5,
            24.51,
            24.51
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            24.5,
            24.47,
            24.465
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24.5,
            24.5,
            24.47
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            775.0,
            265965.0,
            25346.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FHN",
            "FHN",
            "FHN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FIGS",
      "description": "",
      "representative_file": "FIGS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5662401,
      "rep_rows": 312882,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 312882,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0805",
            "0923",
            "0929"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:05:00-05:00",
            "2023-01-03T09:23:00-05:00",
            "2023-01-03T09:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            6.8494,
            6.84,
            6.85
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            6.85,
            6.84,
            6.88
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            6.8494,
            6.84,
            6.85
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            6.85,
            6.84,
            6.88
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1000.0,
            540.0,
            1484.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FIGS",
            "FIGS",
            "FIGS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FITB",
      "description": "",
      "representative_file": "FITB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6536393,
      "rep_rows": 330239,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 330239,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "819",
            "925",
            "930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:19:00-05:00",
            "2023-01-03T09:25:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            33.1,
            33.19,
            33.19
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            33.1,
            33.19,
            33.23
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            33.1,
            33.19,
            33.09
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            33.1,
            33.19,
            33.19
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            900.0,
            83939.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FITB",
            "FITB",
            "FITB"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FIVE",
      "description": "",
      "representative_file": "FIVE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6366228,
      "rep_rows": 292957,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 292957,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            176.9,
            177.465,
            177.88
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            178.165,
            177.96,
            177.89
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            176.63,
            176.9,
            177.27
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            176.73,
            177.88,
            177.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9852.0,
            7469.0,
            1663.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FIVE",
            "FIVE",
            "FIVE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FIVN",
      "description": "",
      "representative_file": "FIVN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6046268,
      "rep_rows": 302325,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 302325,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "928",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:28:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            69.3,
            69.69,
            69.9
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            69.3,
            69.94,
            69.9
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            69.3,
            68.78,
            69.74
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            69.3,
            69.94,
            69.74
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            218.0,
            12728.0,
            644.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FIVN",
            "FIVN",
            "FIVN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FLG",
      "description": "",
      "representative_file": "FLG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2997785,
      "rep_rows": 146680,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 146680,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-10-28",
            "2024-10-28",
            "2024-10-28"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0701",
            "0800",
            "0804"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2024-10-28T07:01:00-04:00",
            "2024-10-28T08:00:00-04:00",
            "2024-10-28T08:04:00-04:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            10.54,
            10.5,
            10.55
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            10.54,
            10.55,
            10.55
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            10.54,
            10.4551,
            10.55
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            10.54,
            10.55,
            10.55
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            5233.0,
            500.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FLG",
            "FLG",
            "FLG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FLNA",
      "description": "",
      "representative_file": "FLNA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 139818,
      "rep_rows": 5865,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 5865,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-11",
            "2026-03-11",
            "2026-03-11"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "402",
            "432",
            "433"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-11T04:02:00-04:00",
            "2026-03-11T04:32:00-04:00",
            "2026-03-11T04:33:00-04:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            2.31,
            2.31,
            2.31
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.31,
            2.31,
            2.31
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            2.3,
            2.31,
            2.31
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            2.3,
            2.31,
            2.31
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2001.0,
            300.0,
            175.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FLNA",
            "FLNA",
            "FLNA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FLR",
      "description": "",
      "representative_file": "FLR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6124750,
      "rep_rows": 313420,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 313420,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0929",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            34.7,
            34.53,
            34.48
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            34.7,
            34.78,
            34.67
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            34.7,
            34.53,
            34.48
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            34.7,
            34.78,
            34.67
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            407.0,
            10488.0,
            515.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FLR",
            "FLR",
            "FLR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FLS",
      "description": "",
      "representative_file": "FLS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5742988,
      "rep_rows": 290263,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 290263,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "932",
            "933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            30.9,
            30.87,
            30.91
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            30.9,
            30.87,
            30.97
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            30.9,
            30.855,
            30.91
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.9,
            30.855,
            30.97
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2721.0,
            419.0,
            766.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FLS",
            "FLS",
            "FLS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FND",
      "description": "",
      "representative_file": "FND.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6078089,
      "rep_rows": 308394,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 308394,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "929",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            70.87,
            71.36,
            71.36
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            70.87,
            71.36,
            71.9
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            70.87,
            70.46,
            70.872
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            70.87,
            71.04,
            71.9
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            61626.0,
            9136.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FND",
            "FND",
            "FND"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FOX",
      "description": "",
      "representative_file": "FOX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5502684,
      "rep_rows": 294313,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 294313,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "536",
            "650",
            "707"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:36:00-05:00",
            "2023-01-03T06:50:00-05:00",
            "2023-01-03T07:07:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            28.4,
            28.3,
            28.3
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            28.4,
            28.3,
            28.3
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            28.4,
            28.3,
            28.3
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            28.4,
            28.3,
            28.3
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            203.0,
            600.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FOX",
            "FOX",
            "FOX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FOXA",
      "description": "",
      "representative_file": "FOXA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6115629,
      "rep_rows": 322109,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 322109,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0459",
            "0503",
            "0520"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:59:00-05:00",
            "2023-01-03T05:03:00-05:00",
            "2023-01-03T05:20:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            30.56,
            30.29,
            30.04
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            30.56,
            30.29,
            30.04
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            30.56,
            30.29,
            30.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.56,
            30.29,
            30.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            500.0,
            100.0,
            800.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FOXA",
            "FOXA",
            "FOXA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FROG",
      "description": "",
      "representative_file": "FROG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5818923,
      "rep_rows": 284413,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 284413,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0932",
            "0933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            21.5,
            21.83,
            21.89
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            21.83,
            21.86,
            21.9
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            21.5,
            21.83,
            21.89
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            21.83,
            21.86,
            21.9
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4643.0,
            320.0,
            301.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FROG",
            "FROG",
            "FROG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FRSH",
      "description": "",
      "representative_file": "FRSH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6060257,
      "rep_rows": 322308,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 322308,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "929",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            15.0,
            15.08,
            14.83
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            15.0,
            15.08,
            15.15
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            15.0,
            14.52,
            14.66
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            15.0,
            14.59,
            15.15
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1115.0,
            15236.0,
            5542.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FRSH",
            "FRSH",
            "FRSH"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FTDR",
      "description": "",
      "representative_file": "FTDR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4692995,
      "rep_rows": 243215,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 243215,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            21.14,
            21.22,
            21.26
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            21.595,
            21.22,
            21.26
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            21.14,
            21.095,
            21.115
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            21.36,
            21.22,
            21.26
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5279.0,
            1306.0,
            813.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FTDR",
            "FTDR",
            "FTDR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/FTNT",
      "description": "",
      "representative_file": "FTNT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7338272,
      "rep_rows": 346843,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 346843,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0405",
            "0406",
            "0413"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:05:00-05:00",
            "2023-01-03T04:06:00-05:00",
            "2023-01-03T04:13:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            49.92,
            49.74,
            49.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            49.92,
            49.74,
            49.5
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            49.92,
            49.74,
            49.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            49.92,
            49.74,
            49.5
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            532.0,
            668.0,
            198.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FTNT",
            "FTNT",
            "FTNT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GBX",
      "description": "",
      "representative_file": "GBX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3618198,
      "rep_rows": 172737,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 172737,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0935",
            "0939"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:35:00-05:00",
            "2023-01-03T09:39:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            33.9,
            33.88,
            34.22
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            33.9,
            34.06,
            34.22
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            33.9,
            33.88,
            34.22
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            33.9,
            34.06,
            34.22
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1851.0,
            1058.0,
            143.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GBX",
            "GBX",
            "GBX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GD",
      "description": "",
      "representative_file": "GD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6718400,
      "rep_rows": 297526,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 297526,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "834",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:34:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            248.5,
            247.85,
            248.0084
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            248.5,
            248.11,
            248.0084
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            248.5,
            247.02,
            248.0084
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            248.5,
            247.87,
            248.0084
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            172.0,
            19113.0,
            348.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GD",
            "GD",
            "GD"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GDRX",
      "description": "",
      "representative_file": "GDRX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5588327,
      "rep_rows": 293012,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 293012,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "854",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:54:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            4.77,
            4.75,
            4.7761
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            4.77,
            4.79,
            4.79
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            4.77,
            4.75,
            4.7761
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            4.77,
            4.77,
            4.79
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1000.0,
            13536.0,
            459.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GDRX",
            "GDRX",
            "GDRX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GE",
      "description": "",
      "representative_file": "GE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8332352,
      "rep_rows": 349639,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 350714,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "700",
            "711",
            "732"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:11:00-05:00",
            "2023-01-03T07:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            52.3397,
            52.4829,
            52.4829
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            52.3397,
            52.4829,
            52.4829
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            52.3334,
            52.4829,
            52.4829
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            52.3334,
            52.4829,
            52.4829
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            650.062665,
            1829.80602,
            176.56023
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GE",
            "GE",
            "GE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GEO",
      "description": "",
      "representative_file": "GEO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6431014,
      "rep_rows": 318541,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 318541,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0412",
            "0700",
            "0929"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:12:00-05:00",
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T09:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.04,
            10.91,
            10.97
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.04,
            10.91,
            10.97
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.04,
            10.91,
            10.97
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.04,
            10.91,
            10.97
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            491.0,
            109.0,
            105.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GEO",
            "GEO",
            "GEO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GES",
      "description": "",
      "representative_file": "GES.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4584421,
      "rep_rows": 244228,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 244228,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            20.9,
            21.055,
            20.99
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            21.08,
            21.11,
            20.99
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            20.9,
            21.055,
            20.99
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            21.0118,
            21.11,
            20.99
          ]
        },
        {
          "name": "vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3744",
            "212",
            "651"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GES",
            "GES",
            "GES"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GH",
      "description": "",
      "representative_file": "GH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6425013,
      "rep_rows": 313377,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 313377,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "643",
            "929",
            "930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:43:00-05:00",
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            26.82,
            27.98,
            27.98
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            26.82,
            27.98,
            27.9999
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            26.82,
            27.98,
            27.68
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            26.82,
            27.98,
            27.85
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            152.0,
            15205.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GH",
            "GH",
            "GH"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GLNG",
      "description": "",
      "representative_file": "GLNG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5663309,
      "rep_rows": 284564,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 284564,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0904",
            "0911",
            "0920"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:04:00-05:00",
            "2023-01-03T09:11:00-05:00",
            "2023-01-03T09:20:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            23.05,
            22.79,
            22.81
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            23.05,
            22.79,
            22.81
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            23.05,
            22.79,
            22.8
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            23.05,
            22.79,
            22.8
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            195.0,
            39660.0,
            4425.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GLNG",
            "GLNG",
            "GLNG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GNTX",
      "description": "",
      "representative_file": "GNTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5705770,
      "rep_rows": 307562,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 307562,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            27.47,
            27.61,
            27.45
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            27.59,
            27.61,
            27.5888
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            27.47,
            27.61,
            27.45
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            27.495,
            27.61,
            27.5888
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7036.0,
            113.0,
            304.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GNTX",
            "GNTX",
            "GNTX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GOOG",
      "description": "",
      "representative_file": "GOOG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12184712,
      "rep_rows": 521198,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 521198,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "401",
            "404"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:04:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            89.0,
            89.56,
            89.92
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            89.52,
            89.9,
            90.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            89.0,
            89.52,
            89.92
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            89.52,
            89.9,
            89.96
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2937.0,
            3883.0,
            778.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GOOG",
            "GOOG",
            "GOOG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GOOGL",
      "description": "",
      "representative_file": "GOOGL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13041134,
      "rep_rows": 554684,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 554684,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "404",
            "405"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:04:00-05:00",
            "2023-01-03T04:05:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            89.02,
            89.49,
            89.57
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            89.16,
            89.56,
            89.57
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            88.57,
            89.49,
            89.55
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            89.16,
            89.56,
            89.55
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2279.0,
            1152.0,
            1443.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GOOGL",
            "GOOGL",
            "GOOGL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GPK",
      "description": "",
      "representative_file": "GPK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5896943,
      "rep_rows": 316886,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 316886,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            22.25,
            22.2401,
            22.24
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            22.338,
            22.26,
            22.245
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            22.25,
            22.22,
            22.21
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            22.255,
            22.22,
            22.21
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12083.0,
            399.0,
            920.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GPK",
            "GPK",
            "GPK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GRPN",
      "description": "",
      "representative_file": "GRPN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5765120,
      "rep_rows": 279405,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 279405,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "406",
            "800",
            "804"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:06:00-05:00",
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:04:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.4,
            9.0,
            8.6
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.4,
            9.0,
            8.6
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.4,
            8.6,
            8.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.4,
            8.6,
            8.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            400.0,
            4543.0,
            2000.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GRPN",
            "GRPN",
            "GRPN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GS",
      "description": "",
      "representative_file": "GS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8547415,
      "rep_rows": 335180,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 335180,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            346.0,
            345.5,
            345.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            346.0,
            346.61,
            345.97
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            346.0,
            345.23,
            345.25
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            346.0,
            345.55,
            345.7101
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            244.0,
            29426.0,
            4252.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GS",
            "GS",
            "GS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GSL",
      "description": "",
      "representative_file": "GSL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4682146,
      "rep_rows": 214667,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 214667,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0700",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            17.0,
            16.74,
            16.8901
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            17.0,
            16.75,
            16.8901
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            17.0,
            16.74,
            16.84
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.0,
            16.75,
            16.84
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            512.0,
            12970.0,
            550.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GSL",
            "GSL",
            "GSL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GTLB",
      "description": "",
      "representative_file": "GTLB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7252042,
      "rep_rows": 343692,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 343692,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "645",
            "806",
            "809"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:45:00-05:00",
            "2023-01-03T08:06:00-05:00",
            "2023-01-03T08:09:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            46.0,
            46.04,
            45.91
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.0,
            46.04,
            45.91
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            46.0,
            46.03,
            45.91
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            46.0,
            46.03,
            45.91
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3140.0,
            294.0,
            150.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GTLB",
            "GTLB",
            "GTLB"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/GWRE",
      "description": "",
      "representative_file": "GWRE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5642798,
      "rep_rows": 251905,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 251905,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0859",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:59:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            63.36,
            63.55,
            63.89
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            63.36,
            64.085,
            64.085
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            63.36,
            63.44,
            63.49
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            63.36,
            64.085,
            63.49
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            507.0,
            9677.0,
            4681.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GWRE",
            "GWRE",
            "GWRE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HD",
      "description": "",
      "representative_file": "HD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7680703,
      "rep_rows": 339042,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 339042,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "422",
            "445",
            "643"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:22:00-05:00",
            "2023-01-03T04:45:00-05:00",
            "2023-01-03T06:43:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            319.97,
            320.0,
            319.15
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            319.97,
            320.0,
            319.15
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            319.97,
            320.0,
            319.15
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            319.97,
            320.0,
            319.15
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            197.0,
            900.0,
            261.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HD",
            "HD",
            "HD"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HDSN",
      "description": "",
      "representative_file": "HDSN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3933500,
      "rep_rows": 196567,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 196567,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0654",
            "0810",
            "0823"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:54:00-05:00",
            "2023-01-03T08:10:00-05:00",
            "2023-01-03T08:23:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            10.22,
            10.22,
            10.18
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            10.38,
            10.22,
            10.18
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            10.22,
            10.22,
            10.18
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            10.38,
            10.22,
            10.18
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            450.0,
            350.0,
            204.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HDSN",
            "HDSN",
            "HDSN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HIMS",
      "description": "",
      "representative_file": "HIMS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10471431,
      "rep_rows": 461251,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 461251,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0701",
            "0930",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:01:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            6.48,
            6.5,
            6.58
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            6.48,
            6.59,
            6.689
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            6.48,
            6.5,
            6.54
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            6.48,
            6.54,
            6.58
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            405.0,
            30429.0,
            23853.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HIMS",
            "HIMS",
            "HIMS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HLF",
      "description": "",
      "representative_file": "HLF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5635477,
      "rep_rows": 297325,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 297325,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            15.0,
            15.125,
            15.13
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            15.14,
            15.125,
            15.13
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            15.0,
            15.125,
            15.115
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            15.125,
            15.125,
            15.115
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11756.0,
            114.0,
            464.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HLF",
            "HLF",
            "HLF"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HMC",
      "description": "",
      "representative_file": "HMC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6008021,
      "rep_rows": 297792,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 297792,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "412",
            "707",
            "800"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:12:00-05:00",
            "2023-01-03T07:07:00-05:00",
            "2023-01-03T08:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            23.15,
            23.17,
            23.3095
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            23.15,
            23.17,
            23.3095
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            23.15,
            23.17,
            23.3095
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            23.15,
            23.17,
            23.3095
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            130.0,
            100.0,
            246.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HMC",
            "HMC",
            "HMC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HOG",
      "description": "",
      "representative_file": "HOG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6151471,
      "rep_rows": 314079,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 314079,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            41.58,
            41.73,
            41.7
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            41.71,
            41.79,
            41.74
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            41.58,
            41.51,
            41.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            41.71,
            41.7,
            41.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            446.0,
            19415.0,
            3262.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOG",
            "HOG",
            "HOG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HON",
      "description": "",
      "representative_file": "HON.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7124494,
      "rep_rows": 328990,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 329435,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "700",
            "819",
            "930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T08:19:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            201.9887,
            203.0066,
            202.7804
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            201.9887,
            203.0066,
            202.7804
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            201.9887,
            203.0066,
            201.8567
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            201.9887,
            203.0066,
            202.4788
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            168.699,
            106.1,
            40776.352
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HON",
            "HON",
            "HON"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HOOD",
      "description": "",
      "representative_file": "HOOD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12719261,
      "rep_rows": 537546,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 537546,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "516",
            "700",
            "702"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:16:00-05:00",
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.26,
            8.2,
            8.17
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.26,
            8.2,
            8.24
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.26,
            8.19,
            8.17
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.26,
            8.19,
            8.24
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            208.0,
            936.0,
            2296.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOOD",
            "HOOD",
            "HOOD"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HP",
      "description": "",
      "representative_file": "HP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5948868,
      "rep_rows": 306809,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 306809,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "929",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            48.96,
            48.9,
            48.4
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            48.96,
            48.9,
            49.2612
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            48.73,
            48.4,
            48.4
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            48.73,
            48.42,
            49.2612
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            202.0,
            11361.0,
            929.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HP",
            "HP",
            "HP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HPE",
      "description": "",
      "representative_file": "HPE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7288343,
      "rep_rows": 353390,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 353390,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0418",
            "0501"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:18:00-05:00",
            "2023-01-03T05:01:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            16.05,
            16.1,
            16.1
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            16.05,
            16.1,
            16.1
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            16.05,
            16.1,
            16.1
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            16.05,
            16.1,
            16.1
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            520.0,
            151.0,
            124.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HPE",
            "HPE",
            "HPE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HQY",
      "description": "",
      "representative_file": "HQY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5047890,
      "rep_rows": 247323,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 247323,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            61.45,
            61.78,
            61.325
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            61.45,
            61.78,
            61.325
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            61.39,
            61.78,
            61.325
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            61.39,
            61.78,
            61.325
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7167.0,
            138.0,
            175.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HQY",
            "HQY",
            "HQY"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HRL",
      "description": "",
      "representative_file": "HRL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6396641,
      "rep_rows": 323260,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 323260,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0829",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.56,
            45.5,
            45.4
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.56,
            45.51,
            45.45
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.56,
            45.34,
            45.395
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.56,
            45.46,
            45.45
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            26473.0,
            2822.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HRL",
            "HRL",
            "HRL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HROW",
      "description": "",
      "representative_file": "HROW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4634479,
      "rep_rows": 213996,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 213996,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            14.93,
            14.85,
            14.9597
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            14.93,
            14.85,
            15.01
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            14.87,
            14.85,
            14.9597
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            14.87,
            14.85,
            15.01
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8936.0,
            2070.0,
            553.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HROW",
            "HROW",
            "HROW"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HST",
      "description": "",
      "representative_file": "HST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5950767,
      "rep_rows": 323618,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 323618,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            16.15,
            16.19,
            16.22
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            16.2,
            16.22,
            16.25
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            16.15,
            16.15,
            16.19
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            16.19,
            16.22,
            16.1907
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61204.0,
            13791.0,
            20666.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HST",
            "HST",
            "HST"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/HTHT",
      "description": "",
      "representative_file": "HTHT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5594869,
      "rep_rows": 303508,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 303508,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "644",
            "655",
            "826"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:44:00-05:00",
            "2023-01-03T06:55:00-05:00",
            "2023-01-03T08:26:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            44.28,
            44.25,
            43.52
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            44.28,
            44.25,
            43.52
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.28,
            44.25,
            43.52
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.28,
            44.25,
            43.52
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            100.0,
            206.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HTHT",
            "HTHT",
            "HTHT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/IBKR",
      "description": "",
      "representative_file": "IBKR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6657399,
      "rep_rows": 313172,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 313652,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0425",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:25:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            18.25,
            18.1525,
            18.1325
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            18.25,
            18.1825,
            18.1325
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            18.25,
            18.1225,
            18.1325
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            18.25,
            18.1225,
            18.1325
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            452.0,
            40696.0,
            676.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IBKR",
            "IBKR",
            "IBKR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ING",
      "description": "",
      "representative_file": "ING.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6365364,
      "rep_rows": 321168,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 321168,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0401",
            "0443",
            "0444"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:43:00-05:00",
            "2023-01-03T04:44:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.53,
            12.57,
            12.56
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            12.53,
            12.57,
            12.56
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            12.53,
            12.57,
            12.55
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            12.53,
            12.57,
            12.55
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            400.0,
            4000.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ING",
            "ING",
            "ING"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/INTC",
      "description": "",
      "representative_file": "INTC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13682605,
      "rep_rows": 625858,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 625858,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "403",
            "404"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T04:04:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            26.43,
            26.76,
            26.79
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            26.82,
            26.76,
            26.79
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            26.43,
            26.76,
            26.79
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            26.82,
            26.76,
            26.79
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2220.0,
            716.0,
            613.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "INTC",
            "INTC",
            "INTC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/INTU",
      "description": "",
      "representative_file": "INTU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7528827,
      "rep_rows": 311971,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 311971,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0918",
            "0929",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:18:00-05:00",
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            394.32,
            396.27,
            396.7
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            394.32,
            396.27,
            398.95
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            394.32,
            396.27,
            395.02
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            394.32,
            396.27,
            398.91
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1543.0,
            400.0,
            25565.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "INTU",
            "INTU",
            "INTU"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/IP",
      "description": "",
      "representative_file": "IP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6531026,
      "rep_rows": 329900,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 329900,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "644",
            "842",
            "853"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:44:00-05:00",
            "2023-01-03T08:42:00-05:00",
            "2023-01-03T08:53:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            34.75,
            34.75,
            34.78
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            34.75,
            34.75,
            34.78
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            34.73,
            34.75,
            34.78
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            34.73,
            34.75,
            34.78
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            896.0,
            200.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IP",
            "IP",
            "IP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ISRG",
      "description": "",
      "representative_file": "ISRG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7664090,
      "rep_rows": 314295,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 314295,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0927",
            "0928",
            "0929"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:27:00-05:00",
            "2023-01-03T09:28:00-05:00",
            "2023-01-03T09:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            268.99,
            269.89,
            269.51
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            268.99,
            269.91,
            269.51
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            268.99,
            269.89,
            269.51
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            268.99,
            269.91,
            269.51
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            729.0,
            840.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ISRG",
            "ISRG",
            "ISRG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ITW",
      "description": "",
      "representative_file": "ITW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5915828,
      "rep_rows": 288774,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 288774,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0723",
            "0724",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:23:00-05:00",
            "2023-01-03T07:24:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            220.95,
            220.95,
            220.65
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            220.95,
            220.95,
            220.76
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            220.95,
            220.95,
            219.95
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            220.95,
            220.95,
            220.61
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            183.0,
            254.0,
            20072.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ITW",
            "ITW",
            "ITW"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/IVZ",
      "description": "",
      "representative_file": "IVZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6025604,
      "rep_rows": 321754,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 321754,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0656",
            "0748",
            "0854"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:56:00-05:00",
            "2023-01-03T07:48:00-05:00",
            "2023-01-03T08:54:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            18.25,
            18.2,
            18.16
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            18.25,
            18.2,
            18.16
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            18.25,
            18.2,
            18.16
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            18.25,
            18.2,
            18.16
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            400.0,
            100.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IVZ",
            "IVZ",
            "IVZ"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/JEF",
      "description": "",
      "representative_file": "JEF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5829757,
      "rep_rows": 303904,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 304298,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            34.63,
            34.53,
            34.615
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            34.77,
            34.615,
            34.615
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            34.61,
            34.53,
            34.56
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            34.74,
            34.57,
            34.5741
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9371.0,
            916.0,
            709.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "JEF",
            "JEF",
            "JEF"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/JNJ",
      "description": "",
      "representative_file": "JNJ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7561369,
      "rep_rows": 343722,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 343722,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "832",
            "833"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:32:00-05:00",
            "2023-01-03T08:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            177.03,
            176.5,
            176.65
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            177.03,
            176.5,
            176.65
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            177.03,
            176.5,
            176.65
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            177.03,
            176.5,
            176.65
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            169.0,
            351.0,
            400.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "JNJ",
            "JNJ",
            "JNJ"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/JPM",
      "description": "",
      "representative_file": "JPM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8874263,
      "rep_rows": 374847,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 374847,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "402",
            "630"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T06:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            134.9,
            135.0,
            135.3
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            134.9,
            135.0,
            135.3
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            134.9,
            135.0,
            135.3
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            134.9,
            135.0,
            135.3
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            342.0,
            202.0,
            1510.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "JPM",
            "JPM",
            "JPM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/KBH",
      "description": "",
      "representative_file": "KBH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5991200,
      "rep_rows": 301465,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 301465,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0644",
            "0813",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:44:00-05:00",
            "2023-01-03T08:13:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            32.2,
            32.11,
            32.46
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            32.2,
            32.11,
            32.5
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            32.2,
            32.1,
            32.285
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            32.2,
            32.1,
            32.41
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            600.0,
            13786.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "KBH",
            "KBH",
            "KBH"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/KKR",
      "description": "",
      "representative_file": "KKR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6926551,
      "rep_rows": 326809,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 326809,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "929",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            47.18,
            47.29,
            47.12
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            47.2,
            47.368,
            47.4
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            47.18,
            47.175,
            47.12
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            47.2,
            47.33,
            47.295
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            924.0,
            28636.0,
            5624.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "KKR",
            "KKR",
            "KKR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/KLAC",
      "description": "",
      "representative_file": "KLAC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7764664,
      "rep_rows": 279739,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 279739,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0717",
            "0719",
            "0929"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:17:00-05:00",
            "2023-01-03T07:19:00-05:00",
            "2023-01-03T09:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            380.0,
            379.96,
            384.17
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            380.0,
            380.0,
            384.17
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            380.0,
            379.96,
            384.17
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            380.0,
            380.0,
            384.17
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            349.0,
            294.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "KLAC",
            "KLAC",
            "KLAC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/KMI",
      "description": "",
      "representative_file": "KMI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7110691,
      "rep_rows": 344184,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 344184,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0435",
            "0445",
            "0620"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:35:00-05:00",
            "2023-01-03T04:45:00-05:00",
            "2023-01-03T06:20:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            18.15,
            18.15,
            18.15
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            18.15,
            18.15,
            18.15
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            18.15,
            18.15,
            18.15
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            18.15,
            18.15,
            18.15
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            100.0,
            133.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "KMI",
            "KMI",
            "KMI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/KNX",
      "description": "",
      "representative_file": "KNX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5814080,
      "rep_rows": 315351,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 315351,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            52.82,
            52.69,
            52.795
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            52.95,
            52.79,
            52.795
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            52.82,
            52.69,
            52.7798
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            52.95,
            52.79,
            52.7798
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6013.0,
            237.0,
            835.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "KNX",
            "KNX",
            "KNX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/KO",
      "description": "",
      "representative_file": "KO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8010450,
      "rep_rows": 382400,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 382400,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "402",
            "406"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T04:06:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            64.01,
            63.98,
            63.98
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            64.01,
            63.98,
            63.98
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            64.01,
            63.98,
            63.98
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            64.01,
            63.98,
            63.98
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            586.0,
            3531.0,
            1000.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "KO",
            "KO",
            "KO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/KR",
      "description": "",
      "representative_file": "KR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6636463,
      "rep_rows": 331276,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 331276,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "818",
            "848"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:18:00-05:00",
            "2023-01-03T08:48:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            44.62,
            44.85,
            44.8
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            44.96,
            44.85,
            44.8
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.62,
            44.85,
            44.8
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.96,
            44.85,
            44.8
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1223.0,
            100.0,
            306.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "KR",
            "KR",
            "KR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/KTOS",
      "description": "",
      "representative_file": "KTOS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7022527,
      "rep_rows": 319970,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 319970,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0800",
            "0844",
            "0925"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:44:00-05:00",
            "2023-01-03T09:25:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            10.35,
            10.36,
            10.32
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            10.54,
            10.36,
            10.37
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            10.35,
            10.36,
            10.32
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            10.54,
            10.36,
            10.36
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            355.0,
            600.0,
            633.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "KTOS",
            "KTOS",
            "KTOS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LBRT",
      "description": "",
      "representative_file": "LBRT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6061173,
      "rep_rows": 323175,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 323175,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0430",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:30:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            16.1,
            15.86,
            15.76
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            16.1,
            15.86,
            15.76
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            16.1,
            15.75,
            15.745
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            16.1,
            15.8,
            15.7599
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            250.0,
            18044.0,
            3022.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LBRT",
            "LBRT",
            "LBRT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LC",
      "description": "",
      "representative_file": "LC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5890668,
      "rep_rows": 301898,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 301898,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "908",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:08:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.93,
            8.99,
            9.05
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.93,
            9.09,
            9.05
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.93,
            8.99,
            9.04
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.93,
            9.07,
            9.05
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            21590.0,
            704.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LC",
            "LC",
            "LC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LEN",
      "description": "",
      "representative_file": "LEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7126392,
      "rep_rows": 327258,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 327769,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "401",
            "407",
            "452"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:07:00-05:00",
            "2023-01-03T04:52:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            88.6738,
            89.061,
            89.2449
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            88.8674,
            89.061,
            89.2449
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            88.6738,
            89.061,
            89.2449
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            88.8674,
            89.061,
            89.2449
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            418.365,
            103.3,
            103.3
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LEN",
            "LEN",
            "LEN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LLY",
      "description": "",
      "representative_file": "LLY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9701524,
      "rep_rows": 354620,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 354620,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "805",
            "846"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:05:00-05:00",
            "2023-01-03T08:46:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            369.4,
            368.0,
            366.65
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            369.4,
            368.0,
            366.65
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            369.4,
            368.0,
            366.65
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            369.4,
            368.0,
            366.65
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            256.0,
            151.0,
            447.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LLY",
            "LLY",
            "LLY"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LMND",
      "description": "",
      "representative_file": "LMND.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7427997,
      "rep_rows": 339918,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 339918,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0458",
            "0613",
            "0704"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:58:00-05:00",
            "2023-01-03T06:13:00-05:00",
            "2023-01-03T07:04:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            13.99,
            13.9,
            13.9
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            14.05,
            13.9,
            13.9
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            13.99,
            13.9,
            13.9
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            14.05,
            13.9,
            13.9
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1414.0,
            150.0,
            199.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LMND",
            "LMND",
            "LMND"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LMT",
      "description": "",
      "representative_file": "LMT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7419748,
      "rep_rows": 307625,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 307625,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "514",
            "631",
            "645"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:14:00-05:00",
            "2023-01-03T06:31:00-05:00",
            "2023-01-03T06:45:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            489.0,
            490.01,
            489.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            489.0,
            490.01,
            489.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            489.0,
            490.0,
            489.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            489.0,
            490.01,
            489.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            229.0,
            200.0,
            198.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LMT",
            "LMT",
            "LMT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LOGI",
      "description": "",
      "representative_file": "LOGI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5289876,
      "rep_rows": 261491,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 261491,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0625",
            "0701",
            "0746"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:25:00-05:00",
            "2023-01-03T07:01:00-05:00",
            "2023-01-03T07:46:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            62.53,
            62.36,
            62.48
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            62.53,
            62.36,
            62.48
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            62.52,
            62.36,
            62.46
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            62.52,
            62.36,
            62.46
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2500.0,
            300.0,
            2000.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LOGI",
            "LOGI",
            "LOGI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LPG",
      "description": "",
      "representative_file": "LPG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5379509,
      "rep_rows": 256138,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 256138,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0807",
            "0836",
            "0853"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:07:00-05:00",
            "2023-01-03T08:36:00-05:00",
            "2023-01-03T08:53:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            19.28,
            19.27,
            18.98
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            19.28,
            19.27,
            18.98
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            19.28,
            19.27,
            18.98
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            19.28,
            19.27,
            18.98
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            216.0,
            100.0,
            182.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LPG",
            "LPG",
            "LPG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LRCX",
      "description": "",
      "representative_file": "LRCX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8652920,
      "rep_rows": 337363,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 337832,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "809",
            "850"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T08:09:00-05:00",
            "2023-01-03T08:50:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            42.5,
            42.45,
            42.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            42.5,
            42.45,
            42.5
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            42.5,
            42.45,
            42.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            42.5,
            42.45,
            42.5
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2090.0,
            3060.0,
            3140.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LRCX",
            "LRCX",
            "LRCX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LSCC",
      "description": "",
      "representative_file": "LSCC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6239162,
      "rep_rows": 315599,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 315599,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "842",
            "929",
            "930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:42:00-05:00",
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            66.0,
            66.69,
            66.87
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            66.0,
            66.71,
            66.92
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            66.0,
            66.69,
            65.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            66.0,
            66.71,
            65.97
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            575.0,
            500.0,
            18275.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LSCC",
            "LSCC",
            "LSCC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LULU",
      "description": "",
      "representative_file": "LULU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8299843,
      "rep_rows": 338783,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 338783,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0648",
            "0657",
            "0658"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:48:00-05:00",
            "2023-01-03T06:57:00-05:00",
            "2023-01-03T06:58:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            324.68,
            327.5,
            327.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            324.68,
            327.5,
            327.5
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            324.68,
            327.5,
            327.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            324.68,
            327.5,
            327.5
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            400.0,
            2630.0,
            462.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LULU",
            "LULU",
            "LULU"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LW",
      "description": "",
      "representative_file": "LW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6270639,
      "rep_rows": 311628,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 311628,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            89.21,
            88.745,
            88.395
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            89.29,
            88.745,
            88.61
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            88.7981,
            88.5,
            88.19
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            88.7981,
            88.5,
            88.395
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18316.0,
            1384.0,
            55483.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LW",
            "LW",
            "LW"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LYFT",
      "description": "",
      "representative_file": "LYFT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8531694,
      "rep_rows": 413610,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 413610,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "621",
            "700",
            "701"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:21:00-05:00",
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:01:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.02,
            11.15,
            11.15
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.02,
            11.15,
            11.15
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.02,
            11.15,
            11.15
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.02,
            11.15,
            11.15
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            600.0,
            105.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LYFT",
            "LYFT",
            "LYFT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LYV",
      "description": "",
      "representative_file": "LYV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6325267,
      "rep_rows": 312970,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 312970,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0700",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            70.0,
            70.81,
            70.57
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            70.0,
            71.0,
            70.835
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            70.0,
            70.6875,
            70.57
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            70.0,
            70.85,
            70.835
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            156.0,
            8193.0,
            355.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LYV",
            "LYV",
            "LYV"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/LZB",
      "description": "",
      "representative_file": "LZB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4046369,
      "rep_rows": 208380,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 208380,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            23.14,
            23.055,
            23.06
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            23.14,
            23.055,
            23.06
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            22.89,
            23.055,
            23.06
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            22.89,
            23.055,
            23.06
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3419.0,
            100.0,
            101.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LZB",
            "LZB",
            "LZB"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MA",
      "description": "",
      "representative_file": "MA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7522054,
      "rep_rows": 325371,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 325371,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "914",
            "929"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T09:14:00-05:00",
            "2023-01-03T09:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            350.0,
            350.0,
            349.25
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            350.0,
            350.06,
            349.25
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            350.0,
            350.0,
            349.25
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            350.0,
            350.06,
            349.25
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            201.0,
            1053.0,
            525.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MA",
            "MA",
            "MA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MAS",
      "description": "",
      "representative_file": "MAS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5972689,
      "rep_rows": 313813,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 313813,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            47.4,
            47.276,
            47.45
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            47.55,
            47.47,
            47.45
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            47.115,
            47.26,
            47.32
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            47.3216,
            47.47,
            47.32
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18395.0,
            694.0,
            2558.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MAS",
            "MAS",
            "MAS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MAT",
      "description": "",
      "representative_file": "MAT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5941635,
      "rep_rows": 321623,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 321623,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "902",
            "907",
            "911"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:02:00-05:00",
            "2023-01-03T09:07:00-05:00",
            "2023-01-03T09:11:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            17.99,
            17.96,
            17.96
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            17.99,
            17.96,
            17.96
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            17.99,
            17.96,
            17.96
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.99,
            17.96,
            17.96
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1000.0,
            100.0,
            1000.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MAT",
            "MAT",
            "MAT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MCD",
      "description": "",
      "representative_file": "MCD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7246207,
      "rep_rows": 336864,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 336864,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "403",
            "406",
            "538"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T04:06:00-05:00",
            "2023-01-03T05:38:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            265.44,
            265.33,
            265.59
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            265.44,
            265.33,
            265.59
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            265.4,
            265.33,
            265.59
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            265.4,
            265.33,
            265.59
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            369.0,
            100.0,
            202.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MCD",
            "MCD",
            "MCD"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MCHP",
      "description": "",
      "representative_file": "MCHP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6771896,
      "rep_rows": 339067,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 339067,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0754",
            "0804",
            "0823"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:54:00-05:00",
            "2023-01-03T08:04:00-05:00",
            "2023-01-03T08:23:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            71.1,
            71.08,
            71.1
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            71.1,
            71.08,
            71.1
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            71.1,
            71.08,
            71.1
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            71.1,
            71.08,
            71.1
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            208.0,
            204.0,
            376.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MCHP",
            "MCHP",
            "MCHP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MDB",
      "description": "",
      "representative_file": "MDB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7961383,
      "rep_rows": 330795,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 330795,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            197.57,
            198.02,
            199.4
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            199.57,
            198.02,
            199.57
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            197.57,
            198.02,
            199.36
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            199.57,
            198.02,
            199.57
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            500.0,
            356.0,
            1426.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MDB",
            "MDB",
            "MDB"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MELI",
      "description": "",
      "representative_file": "MELI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6914794,
      "rep_rows": 215283,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 215283,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0643",
            "0710",
            "0800"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:43:00-05:00",
            "2023-01-03T07:10:00-05:00",
            "2023-01-03T08:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            861.13,
            854.0,
            854.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            861.13,
            854.0,
            854.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            861.13,
            854.0,
            854.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            861.13,
            854.0,
            854.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            175.0,
            678.0,
            512.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MELI",
            "MELI",
            "MELI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MET",
      "description": "",
      "representative_file": "MET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6427453,
      "rep_rows": 324252,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 324252,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0649",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:49:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            72.8,
            72.44,
            72.53
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            72.8,
            72.61,
            72.53
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            72.8,
            72.44,
            72.41
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            72.8,
            72.515,
            72.4778
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            146.0,
            43520.0,
            8032.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MET",
            "MET",
            "MET"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/META",
      "description": "",
      "representative_file": "META.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13935727,
      "rep_rows": 517570,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 517570,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "401",
            "404"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:04:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            120.99,
            121.67,
            121.98
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            121.73,
            121.7,
            121.99
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            120.99,
            121.65,
            121.98
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            121.56,
            121.65,
            121.99
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2423.0,
            1006.0,
            1061.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "META",
            "META",
            "META"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MGA",
      "description": "",
      "representative_file": "MGA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6063448,
      "rep_rows": 308406,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 308406,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            57.02,
            57.185,
            57.16
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            57.195,
            57.205,
            57.16
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            56.84,
            57.09,
            57.07
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            57.195,
            57.115,
            57.07
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13533.0,
            2845.0,
            2285.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MGA",
            "MGA",
            "MGA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MGM",
      "description": "",
      "representative_file": "MGM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6608486,
      "rep_rows": 334423,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 334423,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "517",
            "700"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T05:17:00-05:00",
            "2023-01-03T07:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            33.6,
            34.0,
            33.97
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            33.6,
            34.0,
            33.97
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            33.6,
            34.0,
            33.71
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            33.6,
            34.0,
            33.71
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            201.0,
            604.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MGM",
            "MGM",
            "MGM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MLCO",
      "description": "",
      "representative_file": "MLCO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5686460,
      "rep_rows": 312944,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 312944,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0403",
            "0404"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T04:04:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.69,
            11.69,
            11.65
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.69,
            11.69,
            11.65
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.69,
            11.65,
            11.65
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.69,
            11.65,
            11.65
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1407.0,
            3059.0,
            159.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MLCO",
            "MLCO",
            "MLCO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MNST",
      "description": "",
      "representative_file": "MNST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6327080,
      "rep_rows": 329812,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 330223,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0911",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:11:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            50.985,
            50.885,
            50.955
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            50.985,
            50.995,
            51.015
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            50.985,
            50.885,
            50.87
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            50.985,
            50.925,
            51.015
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1086.0,
            47638.0,
            11426.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MNST",
            "MNST",
            "MNST"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MODG",
      "description": "",
      "representative_file": "MODG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5718830,
      "rep_rows": 293088,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 293088,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            20.0,
            20.13,
            20.0772
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            20.16,
            20.13,
            20.0772
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            19.955,
            20.0,
            20.0772
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            20.16,
            20.05,
            20.0772
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            31424.0,
            2004.0,
            159.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MODG",
            "MODG",
            "MODG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MOS",
      "description": "",
      "representative_file": "MOS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6790372,
      "rep_rows": 337525,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 337525,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0700",
            "0708",
            "0851"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:08:00-05:00",
            "2023-01-03T08:51:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            44.1,
            44.1,
            44.24
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            44.1,
            44.1,
            44.25
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.1,
            44.1,
            44.24
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.1,
            44.1,
            44.25
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            105.0,
            200.0,
            1365.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MOS",
            "MOS",
            "MOS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MP",
      "description": "",
      "representative_file": "MP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8598480,
      "rep_rows": 392854,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 392854,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0434",
            "0700",
            "0706"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:34:00-05:00",
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:06:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            25.0,
            24.61,
            24.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            25.0,
            24.61,
            24.5
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            25.0,
            24.61,
            24.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            25.0,
            24.61,
            24.5
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            335.0,
            170.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MP",
            "MP",
            "MP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MPT",
      "description": "",
      "representative_file": "MPT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 492274,
      "rep_rows": 21339,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 21339,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-02",
            "2026-02-02",
            "2026-02-02"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0411",
            "0436",
            "0516"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-02T04:11:00-05:00",
            "2026-02-02T04:36:00-05:00",
            "2026-02-02T05:16:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            4.91,
            4.96,
            5.09
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            4.95,
            4.96,
            5.09
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            4.91,
            4.96,
            5.09
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            4.95,
            4.96,
            5.09
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            797.0,
            150.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MPT",
            "MPT",
            "MPT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MPW",
      "description": "",
      "representative_file": "MPW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7031190,
      "rep_rows": 352169,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 352169,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0402",
            "0403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.2,
            11.37,
            11.37
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.2,
            11.37,
            11.37
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.2,
            11.37,
            11.37
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.2,
            11.37,
            11.37
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            505.0,
            160.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MPW",
            "MPW",
            "MPW"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MRCY",
      "description": "",
      "representative_file": "MRCY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4387233,
      "rep_rows": 207994,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 207994,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            44.92,
            45.06,
            44.5112
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.61,
            45.06,
            44.86
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.135,
            45.06,
            44.5112
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.91,
            45.06,
            44.7
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8119.0,
            395.0,
            1840.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MRCY",
            "MRCY",
            "MRCY"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MRK",
      "description": "",
      "representative_file": "MRK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7639961,
      "rep_rows": 349275,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 349275,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "700",
            "730",
            "744"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:30:00-05:00",
            "2023-01-03T07:44:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            111.0,
            110.94,
            111.58
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            111.0,
            110.94,
            111.58
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            111.0,
            110.94,
            111.58
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            111.0,
            110.94,
            111.58
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            498.0,
            271.0,
            158.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MRK",
            "MRK",
            "MRK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MRVL",
      "description": "",
      "representative_file": "MRVL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9601577,
      "rep_rows": 432627,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 432627,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "644",
            "727"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T06:44:00-05:00",
            "2023-01-03T07:27:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            37.3,
            37.7,
            37.55
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            37.3,
            37.7,
            37.55
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            37.3,
            37.56,
            37.55
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            37.3,
            37.56,
            37.55
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            158.0,
            1274.0,
            399.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MRVL",
            "MRVL",
            "MRVL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MS",
      "description": "",
      "representative_file": "MS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7511724,
      "rep_rows": 343297,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 343297,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0412",
            "0649",
            "0924"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:12:00-05:00",
            "2023-01-03T06:49:00-05:00",
            "2023-01-03T09:24:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            85.9,
            85.57,
            85.61
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            85.9,
            85.57,
            85.61
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            85.9,
            85.57,
            85.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            85.9,
            85.57,
            85.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            494.0,
            345.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MS",
            "MS",
            "MS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MSFT",
      "description": "",
      "representative_file": "MSFT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12807449,
      "rep_rows": 531823,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 531823,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0403",
            "0404"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T04:04:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            240.99,
            242.78,
            242.8
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            242.01,
            242.78,
            242.8
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            240.99,
            242.78,
            242.8
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            242.01,
            242.78,
            242.8
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            390.0,
            276.0,
            869.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MSFT",
            "MSFT",
            "MSFT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MSTR",
      "description": "",
      "representative_file": "MSTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13742383,
      "rep_rows": 484113,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 484915,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0701",
            "0755",
            "0827"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:01:00-05:00",
            "2023-01-03T07:55:00-05:00",
            "2023-01-03T08:27:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            14.3,
            14.313,
            14.332
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            14.3,
            14.313,
            14.332
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            14.3,
            14.313,
            14.332
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            14.3,
            14.313,
            14.332
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5930.0,
            4210.0,
            3910.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MSTR",
            "MSTR",
            "MSTR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/MU",
      "description": "",
      "representative_file": "MU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12708301,
      "rep_rows": 526907,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 526907,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "406",
            "426"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:06:00-05:00",
            "2023-01-03T04:26:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            50.25,
            50.43,
            50.98
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            50.25,
            50.43,
            51.05
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            50.25,
            50.43,
            50.98
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            50.25,
            50.43,
            51.05
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            291.0,
            386.0,
            1643.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MU",
            "MU",
            "MU"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NDAQ",
      "description": "",
      "representative_file": "NDAQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6595293,
      "rep_rows": 326696,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 326696,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "925",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:25:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            61.35,
            61.53,
            61.65
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            61.35,
            61.77,
            61.68
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            61.35,
            61.5,
            61.64
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            61.35,
            61.69,
            61.6587
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            787.0,
            34221.0,
            4064.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NDAQ",
            "NDAQ",
            "NDAQ"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NET",
      "description": "",
      "representative_file": "NET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8225312,
      "rep_rows": 355651,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 355651,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "427",
            "442",
            "513"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:27:00-05:00",
            "2023-01-03T04:42:00-05:00",
            "2023-01-03T05:13:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            46.2,
            46.19,
            46.2
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.2,
            46.2,
            46.2
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            46.2,
            46.19,
            46.2
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            46.2,
            46.2,
            46.2
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            246.0,
            808.0,
            473.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NET",
            "NET",
            "NET"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NFLX",
      "description": "",
      "representative_file": "NFLX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11302847,
      "rep_rows": 425968,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 426914,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "422",
            "423"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:22:00-05:00",
            "2023-01-03T04:23:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            29.724,
            29.869,
            29.9
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            29.724,
            29.869,
            29.9
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            29.724,
            29.869,
            29.9
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            29.724,
            29.869,
            29.9
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2690.0,
            3640.0,
            2690.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NFLX",
            "NFLX",
            "NFLX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NKE",
      "description": "",
      "representative_file": "NKE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9270763,
      "rep_rows": 414122,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 414122,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "418",
            "422",
            "458"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:18:00-05:00",
            "2023-01-03T04:22:00-05:00",
            "2023-01-03T04:58:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            118.4,
            118.45,
            119.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            118.4,
            118.45,
            119.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            118.4,
            118.45,
            118.98
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            118.4,
            118.45,
            118.98
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            197.0,
            305.0,
            600.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKE",
            "NKE",
            "NKE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NOC",
      "description": "",
      "representative_file": "NOC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6450056,
      "rep_rows": 268808,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 268808,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "848",
            "906"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:48:00-05:00",
            "2023-01-03T09:06:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            550.0,
            547.0,
            546.58
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            550.0,
            547.0,
            546.58
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            550.0,
            547.0,
            546.49
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            550.0,
            547.0,
            546.49
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            204.0,
            300.0,
            442.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NOC",
            "NOC",
            "NOC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NOV",
      "description": "",
      "representative_file": "NOV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6042265,
      "rep_rows": 322738,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 322738,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0929",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            20.39,
            20.58,
            20.49
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            20.39,
            20.61,
            20.655
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            20.38,
            20.49,
            20.49
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            20.38,
            20.525,
            20.615
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1167.0,
            56203.0,
            5285.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NOV",
            "NOV",
            "NOV"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NRG",
      "description": "",
      "representative_file": "NRG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6770354,
      "rep_rows": 323589,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 323589,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0800",
            "0928",
            "0929"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T09:28:00-05:00",
            "2023-01-03T09:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            31.82,
            31.89,
            31.89
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            32.7499,
            31.89,
            31.89
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            31.82,
            31.89,
            31.82
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            32.7499,
            31.89,
            31.82
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            255.0,
            100.0,
            203.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NRG",
            "NRG",
            "NRG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NTAP",
      "description": "",
      "representative_file": "NTAP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6266658,
      "rep_rows": 315148,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 315148,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            60.4,
            60.65,
            60.44
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            60.65,
            60.719,
            60.63
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            60.4,
            60.62,
            60.44
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            60.65,
            60.69,
            60.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            27235.0,
            2016.0,
            2367.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NTAP",
            "NTAP",
            "NTAP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NTNX",
      "description": "",
      "representative_file": "NTNX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6501058,
      "rep_rows": 322411,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 322411,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0514",
            "0929",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:14:00-05:00",
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            26.5,
            26.38,
            26.44
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            26.5,
            26.38,
            26.4675
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            26.5,
            26.38,
            26.25
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            26.5,
            26.38,
            26.46
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            300.0,
            28250.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NTNX",
            "NTNX",
            "NTNX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NTR",
      "description": "",
      "representative_file": "NTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6419337,
      "rep_rows": 322627,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 322627,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0402",
            "0429",
            "0430"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T04:29:00-05:00",
            "2023-01-03T04:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            73.69,
            73.5,
            73.75
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            73.69,
            73.5,
            73.76
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            73.69,
            73.5,
            73.75
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            73.69,
            73.5,
            73.76
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            500.0,
            100.0,
            500.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NTR",
            "NTR",
            "NTR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NUE",
      "description": "",
      "representative_file": "NUE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6705661,
      "rep_rows": 313385,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 313385,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "828",
            "913",
            "920"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:28:00-05:00",
            "2023-01-03T09:13:00-05:00",
            "2023-01-03T09:20:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            134.4608,
            133.0,
            132.61
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            134.4608,
            133.0,
            132.61
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            134.4608,
            133.0,
            132.61
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            134.4608,
            133.0,
            132.61
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            170.0,
            200.0,
            203.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NUE",
            "NUE",
            "NUE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NVDA",
      "description": "",
      "representative_file": "NVDA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 19038017,
      "rep_rows": 728471,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 729431,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0402",
            "0403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            15.07,
            14.894,
            14.885
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            15.1,
            14.894,
            14.885
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            14.817,
            14.894,
            14.885
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            14.895,
            14.894,
            14.885
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            27110.0,
            3880.0,
            6090.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NVDA",
            "NVDA",
            "NVDA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NVS",
      "description": "",
      "representative_file": "NVS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6783658,
      "rep_rows": 328621,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 328621,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0401",
            "0827",
            "0922"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T08:27:00-05:00",
            "2023-01-03T09:22:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            91.14,
            91.01,
            91.11
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            91.14,
            91.01,
            91.11
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            91.14,
            91.0,
            91.11
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            91.14,
            91.0,
            91.11
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            219.0,
            600.0,
            278.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NVS",
            "NVS",
            "NVS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NVTS",
      "description": "",
      "representative_file": "NVTS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8075133,
      "rep_rows": 407186,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 407186,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            3.59,
            3.5746,
            3.5738
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            3.59,
            3.5746,
            3.6
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            3.575,
            3.5746,
            3.57
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            3.575,
            3.5746,
            3.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9215.0,
            101.0,
            485.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NVTS",
            "NVTS",
            "NVTS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NWL",
      "description": "",
      "representative_file": "NWL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6311435,
      "rep_rows": 328237,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 328237,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0733",
            "0800",
            "0838"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:33:00-05:00",
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:38:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            13.15,
            13.15,
            13.14
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            13.15,
            13.15,
            13.14
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            13.15,
            13.15,
            13.14
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            13.15,
            13.15,
            13.14
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            150.0,
            1002.0,
            1520.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NWL",
            "NWL",
            "NWL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/NXPI",
      "description": "",
      "representative_file": "NXPI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6841269,
      "rep_rows": 322175,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 322175,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0700",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            158.63,
            159.78,
            159.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            158.63,
            160.45,
            159.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            158.63,
            159.25,
            158.14
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            158.63,
            159.29,
            158.415
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            150.0,
            31440.0,
            12501.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NXPI",
            "NXPI",
            "NXPI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/OBDC",
      "description": "",
      "representative_file": "OBDC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5410485,
      "rep_rows": 269787,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 269787,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-07-06",
            "2023-07-06",
            "2023-07-06"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0849",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-07-06T08:49:00-04:00",
            "2023-07-06T09:30:00-04:00",
            "2023-07-06T09:31:00-04:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            13.5,
            13.37,
            13.35
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            13.5,
            13.37,
            13.35
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            13.5,
            13.36,
            13.35
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            13.5,
            13.36,
            13.35
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            115.0,
            20516.0,
            514.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "OBDC",
            "OBDC",
            "OBDC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/OHI",
      "description": "",
      "representative_file": "OHI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6206593,
      "rep_rows": 313522,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 313522,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "405",
            "409",
            "436"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:05:00-05:00",
            "2023-01-03T04:09:00-05:00",
            "2023-01-03T04:36:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            28.8,
            28.4,
            28.3
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            28.8,
            28.4,
            28.3
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            28.8,
            28.4,
            28.3
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            28.8,
            28.4,
            28.3
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            500.0,
            500.0,
            202.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "OHI",
            "OHI",
            "OHI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/OKE",
      "description": "",
      "representative_file": "OKE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6841592,
      "rep_rows": 327904,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 327904,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0800",
            "0808",
            "0833"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:08:00-05:00",
            "2023-01-03T08:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            65.55,
            65.55,
            65.5546
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            65.55,
            65.55,
            65.5546
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            65.55,
            65.55,
            65.55
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            65.55,
            65.55,
            65.55
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            330.0,
            109.0,
            1100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "OKE",
            "OKE",
            "OKE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/OKTA",
      "description": "",
      "representative_file": "OKTA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7267637,
      "rep_rows": 339789,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 339789,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0735",
            "0736",
            "0802"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:35:00-05:00",
            "2023-01-03T07:36:00-05:00",
            "2023-01-03T08:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            69.3,
            69.7,
            69.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            69.7,
            69.7,
            69.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            69.3,
            69.69,
            69.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            69.7,
            69.69,
            69.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2157.0,
            300.0,
            400.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "OKTA",
            "OKTA",
            "OKTA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/OMC",
      "description": "",
      "representative_file": "OMC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6162710,
      "rep_rows": 313911,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 313911,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0929",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            82.38,
            82.69,
            82.79
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            83.01,
            82.79,
            82.85
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            82.38,
            82.69,
            82.715
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            83.01,
            82.79,
            82.84
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            582.0,
            29280.0,
            2021.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "OMC",
            "OMC",
            "OMC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ON",
      "description": "",
      "representative_file": "ON.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7449045,
      "rep_rows": 356489,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 356489,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "651",
            "653"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T06:51:00-05:00",
            "2023-01-03T06:53:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            62.76,
            62.87,
            62.85
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            62.82,
            62.87,
            62.85
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            62.76,
            62.85,
            62.85
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            62.82,
            62.85,
            62.85
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            374.0,
            985.0,
            437.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ON",
            "ON",
            "ON"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ORCL",
      "description": "",
      "representative_file": "ORCL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10271817,
      "rep_rows": 432147,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 432147,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "744",
            "800",
            "810"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:44:00-05:00",
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:10:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            82.19,
            82.2293,
            81.75
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            82.22,
            82.2293,
            81.75
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            82.19,
            82.2293,
            81.75
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            82.22,
            82.2293,
            81.75
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            712.0,
            200.0,
            377.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ORCL",
            "ORCL",
            "ORCL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/OXM",
      "description": "",
      "representative_file": "OXM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3571722,
      "rep_rows": 162480,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 162480,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0932",
            "0934"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00",
            "2023-01-03T09:34:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            94.25,
            93.945,
            93.93
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            94.25,
            93.945,
            93.93
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            94.25,
            93.945,
            93.93
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            94.25,
            93.945,
            93.93
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3863.0,
            160.0,
            110.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "OXM",
            "OXM",
            "OXM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/OXY",
      "description": "",
      "representative_file": "OXY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9608758,
      "rep_rows": 443733,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 443733,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0402",
            "0403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            63.2,
            63.35,
            63.39
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            63.2,
            63.35,
            63.39
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            63.2,
            63.35,
            63.39
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            63.2,
            63.35,
            63.39
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            857.0,
            388.0,
            303.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "OXY",
            "OXY",
            "OXY"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PAA",
      "description": "",
      "representative_file": "PAA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6213098,
      "rep_rows": 319853,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 319853,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0705",
            "0837",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:05:00-05:00",
            "2023-01-03T08:37:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.85,
            11.9,
            11.77
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.85,
            11.9,
            11.77
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.85,
            11.9,
            11.67
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.85,
            11.9,
            11.6769
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1733.0,
            1200.0,
            23507.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PAA",
            "PAA",
            "PAA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PAAS",
      "description": "",
      "representative_file": "PAAS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7545243,
      "rep_rows": 367437,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 367437,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0432",
            "0452",
            "0615"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:32:00-05:00",
            "2023-01-03T04:52:00-05:00",
            "2023-01-03T06:15:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            16.7,
            16.94,
            16.69
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            16.7,
            16.94,
            16.69
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            16.7,
            16.94,
            16.69
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            16.7,
            16.94,
            16.69
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1000.0,
            658.0,
            400.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PAAS",
            "PAAS",
            "PAAS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PANW",
      "description": "",
      "representative_file": "PANW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8589764,
      "rep_rows": 364326,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 364797,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0403",
            "0414",
            "0415"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T04:14:00-05:00",
            "2023-01-03T04:15:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            70.605,
            70.555,
            70.75
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            70.605,
            70.605,
            70.75
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            70.605,
            70.555,
            70.75
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            70.605,
            70.605,
            70.75
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            400.0,
            600.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PANW",
            "PANW",
            "PANW"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PAYC",
      "description": "",
      "representative_file": "PAYC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5793535,
      "rep_rows": 247606,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 247606,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0932",
            "0935"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00",
            "2023-01-03T09:35:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            316.59,
            315.84,
            317.4485
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            316.59,
            316.03,
            317.4485
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            315.225,
            315.84,
            317.085
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            315.225,
            316.03,
            317.085
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4017.0,
            746.0,
            540.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PAYC",
            "PAYC",
            "PAYC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PAYX",
      "description": "",
      "representative_file": "PAYX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6401500,
      "rep_rows": 314944,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 314944,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            116.64,
            116.4,
            116.23
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            116.64,
            116.4,
            116.26
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            115.95,
            115.96,
            116.16
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            115.95,
            115.995,
            116.16
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20576.0,
            2043.0,
            2024.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PAYX",
            "PAYX",
            "PAYX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PCAR",
      "description": "",
      "representative_file": "PCAR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6235470,
      "rep_rows": 320164,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 320583,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0927",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:27:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            65.7467,
            65.92,
            66.0367
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            65.7467,
            66.1533,
            66.0367
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            65.7467,
            65.4933,
            65.8733
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            65.7467,
            65.9133,
            66.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            600.0,
            79287.0,
            4725.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PCAR",
            "PCAR",
            "PCAR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PD",
      "description": "",
      "representative_file": "PD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5885943,
      "rep_rows": 301249,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 301249,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0858",
            "0930",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:58:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            26.72,
            27.16,
            27.06
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            26.72,
            27.16,
            27.25
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            26.72,
            27.08,
            27.06
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            26.72,
            27.08,
            27.25
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            8437.0,
            1487.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PD",
            "PD",
            "PD"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PEP",
      "description": "",
      "representative_file": "PEP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7412224,
      "rep_rows": 346773,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 346773,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "835",
            "842",
            "855"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:35:00-05:00",
            "2023-01-03T08:42:00-05:00",
            "2023-01-03T08:55:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            180.7372,
            181.0,
            180.64
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            180.7372,
            181.0,
            180.64
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            180.7372,
            181.0,
            180.62
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            180.7372,
            181.0,
            180.62
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            150.0,
            255.0,
            520.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PEP",
            "PEP",
            "PEP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PFE",
      "description": "",
      "representative_file": "PFE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10131019,
      "rep_rows": 488903,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 488903,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "403",
            "510",
            "603"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T05:10:00-05:00",
            "2023-01-03T06:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            51.35,
            51.52,
            51.37
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            51.35,
            51.52,
            51.37
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            51.35,
            51.52,
            51.37
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            51.35,
            51.52,
            51.37
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            457.0,
            193.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PFE",
            "PFE",
            "PFE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PG",
      "description": "",
      "representative_file": "PG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7089033,
      "rep_rows": 340123,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 340123,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "410",
            "416",
            "417"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:10:00-05:00",
            "2023-01-03T04:16:00-05:00",
            "2023-01-03T04:17:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            152.4,
            152.4,
            152.4
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            152.4,
            152.4,
            152.4
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            152.4,
            152.4,
            152.4
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            152.4,
            152.4,
            152.4
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            561.0,
            230.0,
            168.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PG",
            "PG",
            "PG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PGR",
      "description": "",
      "representative_file": "PGR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7011952,
      "rep_rows": 320367,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 320367,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            129.37,
            129.63,
            129.89
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            129.9,
            129.99,
            129.89
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            129.19,
            129.61,
            129.475
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            129.9,
            129.9034,
            129.63
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25599.0,
            6649.0,
            3806.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PGR",
            "PGR",
            "PGR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PHM",
      "description": "",
      "representative_file": "PHM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6594612,
      "rep_rows": 317297,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 317297,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0810",
            "0916"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T08:10:00-05:00",
            "2023-01-03T09:16:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.9,
            45.81,
            46.05
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.9,
            45.81,
            46.05
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.9,
            45.81,
            46.05
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.9,
            45.81,
            46.05
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            350.0,
            182.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PHM",
            "PHM",
            "PHM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PINS",
      "description": "",
      "representative_file": "PINS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7620444,
      "rep_rows": 368239,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 368239,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0403",
            "0413",
            "0424"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T04:13:00-05:00",
            "2023-01-03T04:24:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24.43,
            24.5,
            24.64
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            24.43,
            24.5,
            24.64
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            24.43,
            24.5,
            24.64
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24.43,
            24.5,
            24.64
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            259.0,
            209.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PINS",
            "PINS",
            "PINS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PLD",
      "description": "",
      "representative_file": "PLD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6565883,
      "rep_rows": 322865,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 322865,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            113.98,
            114.875,
            114.96
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            114.88,
            114.91,
            115.27
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            113.97,
            114.43,
            114.84
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            114.87,
            114.91,
            115.22
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            65349.0,
            18288.0,
            12644.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PLD",
            "PLD",
            "PLD"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PLNT",
      "description": "",
      "representative_file": "PLNT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5832383,
      "rep_rows": 297393,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 297393,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0729",
            "0800",
            "0816"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:29:00-05:00",
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:16:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            79.66,
            79.12,
            80.3775
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            79.66,
            79.12,
            80.3775
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            79.66,
            79.12,
            80.3775
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            79.66,
            79.12,
            80.3775
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1304.0,
            112.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PLNT",
            "PLNT",
            "PLNT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PPG",
      "description": "",
      "representative_file": "PPG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6099958,
      "rep_rows": 308040,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 308040,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            126.79,
            127.0,
            126.85
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            126.89,
            127.0,
            127.41
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            126.79,
            126.89,
            126.85
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            126.845,
            126.89,
            127.12
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14486.0,
            545.0,
            1289.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PPG",
            "PPG",
            "PPG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PR",
      "description": "",
      "representative_file": "PR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6639916,
      "rep_rows": 333094,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 333094,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0819",
            "0836",
            "0851"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:19:00-05:00",
            "2023-01-03T08:36:00-05:00",
            "2023-01-03T08:51:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            9.35,
            9.35,
            9.31
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            9.35,
            9.35,
            9.31
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.35,
            9.35,
            9.2901
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            9.35,
            9.35,
            9.2901
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            217.0,
            100.0,
            300.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PR",
            "PR",
            "PR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PSTG",
      "description": "",
      "representative_file": "PSTG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6948625,
      "rep_rows": 334002,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 334002,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0914",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:14:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            27.0,
            26.99,
            27.199
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            27.0,
            27.18,
            27.306
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            27.0,
            26.91,
            27.17
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            27.0,
            27.18,
            27.295
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            180.0,
            52878.0,
            20691.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PSTG",
            "PSTG",
            "PSTG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PSX",
      "description": "",
      "representative_file": "PSX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6884738,
      "rep_rows": 325311,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 325311,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "705",
            "725"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T07:05:00-05:00",
            "2023-01-03T07:25:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            104.15,
            104.08,
            105.4
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            104.15,
            104.08,
            105.74
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            104.15,
            104.08,
            105.4
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            104.15,
            104.08,
            105.74
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            202.0,
            910.0,
            994.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PSX",
            "PSX",
            "PSX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PTEN",
      "description": "",
      "representative_file": "PTEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6197201,
      "rep_rows": 327276,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 327276,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            16.8,
            16.6042,
            16.555
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            16.83,
            16.72,
            16.56
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            16.61,
            16.52,
            16.47
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            16.73,
            16.52,
            16.55
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12458.0,
            4916.0,
            6373.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PTEN",
            "PTEN",
            "PTEN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PTLO",
      "description": "",
      "representative_file": "PTLO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5896541,
      "rep_rows": 287339,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 287339,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            16.6,
            16.5106,
            16.575
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            16.6,
            16.5106,
            16.59
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            16.57,
            16.5,
            16.575
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            16.575,
            16.5,
            16.59
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9311.0,
            411.0,
            297.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PTLO",
            "PTLO",
            "PTLO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PXD",
      "description": "",
      "representative_file": "PXD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3142837,
      "rep_rows": 134838,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 134838,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0706",
            "0757",
            "0800"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:06:00-05:00",
            "2023-01-03T07:57:00-05:00",
            "2023-01-03T08:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            227.79,
            228.97,
            226.5712
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            227.79,
            228.97,
            226.5712
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            227.79,
            228.97,
            226.5712
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            227.79,
            228.97,
            226.5712
          ]
        },
        {
          "name": "vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "200",
            "230",
            "332"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PXD",
            "PXD",
            "PXD"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/PYPL",
      "description": "",
      "representative_file": "PYPL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9872247,
      "rep_rows": 449050,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 449050,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "407",
            "408"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:07:00-05:00",
            "2023-01-03T04:08:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            72.11,
            72.32,
            72.22
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            72.16,
            72.32,
            72.22
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            71.9,
            72.32,
            72.1
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            72.07,
            72.32,
            72.1
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5503.0,
            594.0,
            1082.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PYPL",
            "PYPL",
            "PYPL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/QCOM",
      "description": "",
      "representative_file": "QCOM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8512054,
      "rep_rows": 385843,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 385843,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0522",
            "0716",
            "0803"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:22:00-05:00",
            "2023-01-03T07:16:00-05:00",
            "2023-01-03T08:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            111.64,
            110.98,
            111.45
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            111.64,
            110.98,
            111.45
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            111.64,
            110.98,
            111.45
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            111.64,
            110.98,
            111.45
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            134.0,
            339.0,
            1435.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "QCOM",
            "QCOM",
            "QCOM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/QSR",
      "description": "",
      "representative_file": "QSR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5789339,
      "rep_rows": 313489,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 313489,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0924",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:24:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            65.3,
            64.98,
            64.66
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            65.3,
            64.98,
            64.69
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            65.3,
            64.63,
            64.54
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            65.3,
            64.63,
            64.62
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            18892.0,
            5084.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "QSR",
            "QSR",
            "QSR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/RDFN",
      "description": "",
      "representative_file": "RDFN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5699106,
      "rep_rows": 272172,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 272172,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0415",
            "0634",
            "0710"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:15:00-05:00",
            "2023-01-03T06:34:00-05:00",
            "2023-01-03T07:10:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            4.24,
            4.42,
            4.39
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            4.24,
            4.42,
            4.39
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            4.24,
            4.42,
            4.39
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            4.24,
            4.42,
            4.39
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300.0,
            4000.0,
            272.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RDFN",
            "RDFN",
            "RDFN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/RELY",
      "description": "",
      "representative_file": "RELY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5652679,
      "rep_rows": 301056,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 301056,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.6,
            11.65,
            11.64
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.64,
            11.65,
            11.79
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.48,
            11.65,
            11.64
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.48,
            11.65,
            11.67
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7659.0,
            114.0,
            9481.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RELY",
            "RELY",
            "RELY"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/RIOT",
      "description": "",
      "representative_file": "RIOT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11656041,
      "rep_rows": 558102,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 558102,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0405",
            "0406",
            "0417"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:05:00-05:00",
            "2023-01-03T04:06:00-05:00",
            "2023-01-03T04:17:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            3.46,
            3.46,
            3.46
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            3.47,
            3.47,
            3.46
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            3.46,
            3.46,
            3.46
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            3.47,
            3.47,
            3.46
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1103.0,
            1236.0,
            125.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RIOT",
            "RIOT",
            "RIOT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/RKLB",
      "description": "",
      "representative_file": "RKLB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11331898,
      "rep_rows": 497833,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 497833,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0414",
            "0419",
            "0421"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:14:00-05:00",
            "2023-01-03T04:19:00-05:00",
            "2023-01-03T04:21:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            3.87,
            3.89,
            3.89
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            3.89,
            3.89,
            3.89
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            3.87,
            3.89,
            3.89
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            3.89,
            3.89,
            3.89
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1219.0,
            410.0,
            229.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RKLB",
            "RKLB",
            "RKLB"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/RKT",
      "description": "",
      "representative_file": "RKT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7402137,
      "rep_rows": 354529,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 354529,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0401",
            "0914",
            "0929"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T09:14:00-05:00",
            "2023-01-03T09:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            7.08,
            7.05,
            7.08
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            7.08,
            7.05,
            7.09
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            7.08,
            7.05,
            7.08
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            7.08,
            7.05,
            7.09
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            603.0,
            799.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RKT",
            "RKT",
            "RKT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/RL",
      "description": "",
      "representative_file": "RL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6091971,
      "rep_rows": 270711,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 270711,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            107.49,
            107.575,
            107.495
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            107.82,
            107.575,
            107.495
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            106.87,
            107.575,
            107.1
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            107.2986,
            107.575,
            107.42
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14585.0,
            260.0,
            634.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RL",
            "RL",
            "RL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ROKU",
      "description": "",
      "representative_file": "ROKU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8397761,
      "rep_rows": 377604,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 377604,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0408",
            "0435",
            "0436"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:08:00-05:00",
            "2023-01-03T04:35:00-05:00",
            "2023-01-03T04:36:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            41.45,
            41.78,
            41.8
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            41.45,
            41.84,
            41.8
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            41.45,
            41.78,
            41.8
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            41.45,
            41.84,
            41.8
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            730.0,
            2539.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ROKU",
            "ROKU",
            "ROKU"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ROST",
      "description": "",
      "representative_file": "ROST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6606529,
      "rep_rows": 320786,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 320786,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0911",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:11:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            116.95,
            116.63,
            116.33
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            116.95,
            117.12,
            116.455
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            116.95,
            116.12,
            116.22
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            116.95,
            116.12,
            116.455
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            46031.0,
            4588.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ROST",
            "ROST",
            "ROST"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/RPRX",
      "description": "",
      "representative_file": "RPRX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6157598,
      "rep_rows": 316879,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 316879,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            39.77,
            39.73,
            39.92
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            39.77,
            39.82,
            39.92
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            39.7,
            39.73,
            39.64
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            39.725,
            39.82,
            39.64
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20973.0,
            1117.0,
            4258.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RPRX",
            "RPRX",
            "RPRX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/RRC",
      "description": "",
      "representative_file": "RRC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6054603,
      "rep_rows": 323477,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 323477,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0403",
            "0631",
            "0700"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T06:31:00-05:00",
            "2023-01-03T07:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24.89,
            24.6,
            24.54
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            24.89,
            24.6,
            24.54
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            24.89,
            24.6,
            24.54
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24.89,
            24.6,
            24.54
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            210.0,
            101.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RRC",
            "RRC",
            "RRC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/RTX",
      "description": "",
      "representative_file": "RTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7622946,
      "rep_rows": 340325,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 340325,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "648",
            "712",
            "800"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:48:00-05:00",
            "2023-01-03T07:12:00-05:00",
            "2023-01-03T08:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            101.6,
            101.45,
            101.45
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            101.6,
            101.45,
            101.45
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            101.6,
            101.45,
            101.45
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            101.6,
            101.45,
            101.45
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            112.0,
            150.0,
            366.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RTX",
            "RTX",
            "RTX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/RUM",
      "description": "",
      "representative_file": "RUM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6876303,
      "rep_rows": 340083,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 340083,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0601",
            "0711",
            "0723"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:01:00-05:00",
            "2023-01-03T07:11:00-05:00",
            "2023-01-03T07:23:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            6.49,
            6.11,
            6.2
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            6.5,
            6.5,
            6.2
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            6.49,
            6.11,
            6.2
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            6.5,
            6.5,
            6.2
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5000.0,
            26606.0,
            801.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RUM",
            "RUM",
            "RUM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/RWT",
      "description": "",
      "representative_file": "RWT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4588753,
      "rep_rows": 262536,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 262536,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0911",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:11:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            6.8102,
            6.9,
            6.94
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            6.8102,
            6.95,
            6.945
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            6.8102,
            6.89,
            6.94
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            6.8102,
            6.95,
            6.94
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            250.0,
            26006.0,
            5973.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RWT",
            "RWT",
            "RWT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/S",
      "description": "",
      "representative_file": "S.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7553669,
      "rep_rows": 370084,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 370084,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0656",
            "0658",
            "0700"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:56:00-05:00",
            "2023-01-03T06:58:00-05:00",
            "2023-01-03T07:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            14.71,
            14.72,
            14.7
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            14.71,
            14.72,
            14.7
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            14.71,
            14.71,
            14.7
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            14.71,
            14.72,
            14.7
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            500.0,
            987.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "S",
            "S",
            "S"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SAND",
      "description": "",
      "representative_file": "SAND.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5142087,
      "rep_rows": 262083,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 262083,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0800",
            "0801",
            "0813"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:01:00-05:00",
            "2023-01-03T08:13:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            5.33,
            5.33,
            5.3349
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            5.33,
            5.33,
            5.3349
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            5.33,
            5.33,
            5.3349
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            5.33,
            5.33,
            5.3349
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1935.0,
            100.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SAND",
            "SAND",
            "SAND"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SBS",
      "description": "",
      "representative_file": "SBS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5471376,
      "rep_rows": 295539,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 295539,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "715",
            "718",
            "810"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:15:00-05:00",
            "2023-01-03T07:18:00-05:00",
            "2023-01-03T08:10:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            10.1425,
            10.0164,
            9.9195
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            10.1425,
            10.0164,
            9.9195
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            10.0552,
            10.0067,
            9.9195
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            10.0552,
            10.0067,
            9.9195
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1465.483696,
            2792.772587,
            381.582665
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SBS",
            "SBS",
            "SBS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SCHW",
      "description": "",
      "representative_file": "SCHW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7699986,
      "rep_rows": 354592,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 354592,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "700",
            "800",
            "858"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:58:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            83.52,
            83.05,
            83.73
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            83.52,
            83.05,
            83.73
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            83.52,
            83.05,
            83.73
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            83.52,
            83.05,
            83.73
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            187.0,
            101.0,
            523.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SCHW",
            "SCHW",
            "SCHW"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SEDG",
      "description": "",
      "representative_file": "SEDG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8493421,
      "rep_rows": 360692,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 360692,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0416",
            "0551",
            "0610"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:16:00-05:00",
            "2023-01-03T05:51:00-05:00",
            "2023-01-03T06:10:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            290.0,
            289.0,
            292.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            290.0,
            289.0,
            292.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            290.0,
            289.0,
            292.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            290.0,
            289.0,
            292.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            150.0,
            200.0,
            350.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SEDG",
            "SEDG",
            "SEDG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SFL",
      "description": "",
      "representative_file": "SFL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5195813,
      "rep_rows": 265825,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 265825,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0920",
            "0921",
            "0927"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:20:00-05:00",
            "2023-01-03T09:21:00-05:00",
            "2023-01-03T09:27:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            9.25,
            9.23,
            9.23
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            9.25,
            9.23,
            9.23
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.25,
            9.23,
            9.23
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            9.25,
            9.23,
            9.23
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            542.0,
            200.0,
            1000.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SFL",
            "SFL",
            "SFL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SG",
      "description": "",
      "representative_file": "SG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6802653,
      "rep_rows": 333304,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 333304,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "911",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:11:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.57,
            8.79,
            8.8
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.57,
            8.84,
            8.835
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.57,
            8.71,
            8.795
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.57,
            8.795,
            8.835
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7500.0,
            13350.0,
            309.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SG",
            "SG",
            "SG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SHEL",
      "description": "",
      "representative_file": "SHEL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7673356,
      "rep_rows": 384237,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 384237,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            58.15,
            58.12,
            58.07
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            58.15,
            58.12,
            58.07
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            58.05,
            58.12,
            58.07
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            58.11,
            58.12,
            58.07
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5765.0,
            286.0,
            200.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SHEL",
            "SHEL",
            "SHEL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SHLS",
      "description": "",
      "representative_file": "SHLS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6475249,
      "rep_rows": 331207,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 331207,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0800",
            "0857",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:57:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            25.4,
            25.3846,
            25.27
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            25.4,
            25.3846,
            25.5999
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            25.4,
            25.3846,
            25.03
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            25.4,
            25.3846,
            25.5999
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            900.0,
            30494.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SHLS",
            "SHLS",
            "SHLS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SHW",
      "description": "",
      "representative_file": "SHW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6667610,
      "rep_rows": 307728,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 307728,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "929",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            239.8,
            240.58,
            239.73
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            239.8,
            240.58,
            240.17
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            239.8,
            239.835,
            239.39
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            239.8,
            239.835,
            239.39
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            831.0,
            19111.0,
            6167.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SHW",
            "SHW",
            "SHW"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SJM",
      "description": "",
      "representative_file": "SJM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6013107,
      "rep_rows": 297925,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 297925,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            158.12,
            157.805,
            157.35
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            158.29,
            157.805,
            157.81
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            157.66,
            157.13,
            157.35
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            158.29,
            157.42,
            157.81
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9187.0,
            3471.0,
            603.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SJM",
            "SJM",
            "SJM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SKX",
      "description": "",
      "representative_file": "SKX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4946208,
      "rep_rows": 260897,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 260897,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0741",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:41:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            42.25,
            42.42,
            42.415
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            42.25,
            42.55,
            42.415
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            42.25,
            42.42,
            42.415
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            42.25,
            42.52,
            42.415
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            22489.0,
            246.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SKX",
            "SKX",
            "SKX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SLB",
      "description": "",
      "representative_file": "SLB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7459925,
      "rep_rows": 357944,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 357944,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0427",
            "0445"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:27:00-05:00",
            "2023-01-03T04:45:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            53.42,
            53.67,
            53.75
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            53.42,
            53.67,
            53.75
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            53.42,
            53.67,
            53.75
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            53.42,
            53.67,
            53.75
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            130.0,
            200.0,
            250.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SLB",
            "SLB",
            "SLB"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SMAR",
      "description": "",
      "representative_file": "SMAR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3700706,
      "rep_rows": 193218,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 193218,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            40.42,
            40.15,
            40.51
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            40.42,
            40.507,
            40.7
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            40.1,
            40.1,
            40.38
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            40.325,
            40.507,
            40.38
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14066.0,
            754.0,
            6229.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SMAR",
            "SMAR",
            "SMAR"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SMTC",
      "description": "",
      "representative_file": "SMTC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6332960,
      "rep_rows": 308833,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 308833,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0929",
            "0930",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            29.21,
            29.23,
            29.17
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            29.21,
            29.32,
            29.18
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            29.21,
            29.21,
            29.11
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            29.21,
            29.32,
            29.13
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            5397.0,
            1327.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SMTC",
            "SMTC",
            "SMTC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SNN",
      "description": "",
      "representative_file": "SNN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5169386,
      "rep_rows": 276187,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 276187,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            26.86,
            26.88,
            26.92
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            26.87,
            26.9,
            26.93
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            26.85,
            26.88,
            26.92
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            26.87,
            26.9,
            26.93
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            800.0,
            1331.0,
            2124.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SNN",
            "SNN",
            "SNN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SNPS",
      "description": "",
      "representative_file": "SNPS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7100366,
      "rep_rows": 295463,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 295463,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            323.0,
            323.21,
            322.72
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            323.465,
            323.22,
            324.95
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            321.825,
            322.0,
            322.5618
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            323.39,
            323.22,
            324.95
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11748.0,
            1397.0,
            4066.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SNPS",
            "SNPS",
            "SNPS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SONO",
      "description": "",
      "representative_file": "SONO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5912789,
      "rep_rows": 304863,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 304863,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            17.13,
            17.105,
            17.11
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            17.21,
            17.11,
            17.21
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            17.12,
            17.08,
            17.11
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.12,
            17.08,
            17.17
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32363.0,
            2450.0,
            7006.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SONO",
            "SONO",
            "SONO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SPG",
      "description": "",
      "representative_file": "SPG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6501266,
      "rep_rows": 302958,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 302958,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0924",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:24:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            118.5,
            118.13,
            118.45
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            118.5,
            118.58,
            118.49
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            118.5,
            118.13,
            118.17
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            118.5,
            118.58,
            118.4025
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            170.0,
            25204.0,
            3290.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SPG",
            "SPG",
            "SPG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SQ",
      "description": "",
      "representative_file": "SQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6063932,
      "rep_rows": 266653,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 266653,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "401",
            "402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            64.6,
            64.79,
            65.39
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            65.0,
            64.85,
            65.4
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            63.64,
            64.79,
            65.39
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            64.64,
            64.85,
            65.4
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3281.0,
            945.0,
            505.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SQ",
            "SQ",
            "SQ"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SRPT",
      "description": "",
      "representative_file": "SRPT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6958423,
      "rep_rows": 315294,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 315294,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0927",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:27:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            128.38,
            128.69,
            129.08
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            128.38,
            129.72,
            129.08
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            128.38,
            128.69,
            127.86
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            128.38,
            129.13,
            127.86
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            10399.0,
            2181.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SRPT",
            "SRPT",
            "SRPT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SSYS",
      "description": "",
      "representative_file": "SSYS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4976961,
      "rep_rows": 235672,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 235672,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.97,
            11.94,
            12.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.97,
            11.96,
            12.02
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.93,
            11.94,
            12.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.93,
            11.96,
            12.02
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7027.0,
            1039.0,
            712.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SSYS",
            "SSYS",
            "SSYS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/STLD",
      "description": "",
      "representative_file": "STLD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6284846,
      "rep_rows": 300540,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 300540,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0929",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            97.96,
            97.8,
            97.84
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            97.96,
            97.8399,
            97.89
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            97.74,
            97.39,
            97.62
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            97.96,
            97.8,
            97.67
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1593.0,
            25102.0,
            1390.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "STLD",
            "STLD",
            "STLD"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/STNE",
      "description": "",
      "representative_file": "STNE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6829121,
      "rep_rows": 342931,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 342931,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0430",
            "0643"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:30:00-05:00",
            "2023-01-03T06:43:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            9.37,
            9.6,
            9.65
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            9.37,
            9.6,
            9.65
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.36,
            9.6,
            9.65
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            9.36,
            9.6,
            9.65
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300.0,
            539.0,
            770.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "STNE",
            "STNE",
            "STNE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/STX",
      "description": "",
      "representative_file": "STX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7755824,
      "rep_rows": 333811,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 333811,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0539",
            "0925",
            "0926"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:39:00-05:00",
            "2023-01-03T09:25:00-05:00",
            "2023-01-03T09:26:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            52.9,
            52.97,
            52.81
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            52.9,
            52.97,
            52.81
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            52.9,
            52.8,
            52.81
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            52.9,
            52.8,
            52.81
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3000.0,
            1346.0,
            426.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "STX",
            "STX",
            "STX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SU",
      "description": "",
      "representative_file": "SU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6475601,
      "rep_rows": 328671,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 328671,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0800",
            "0840"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:40:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            31.49,
            31.5,
            31.66
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            31.49,
            31.5,
            31.66
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            31.49,
            31.5,
            31.66
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            31.49,
            31.5,
            31.66
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            161.0,
            500.0,
            500.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SU",
            "SU",
            "SU"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SWBI",
      "description": "",
      "representative_file": "SWBI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4691492,
      "rep_rows": 220133,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 220133,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0810",
            "0900",
            "0907"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:10:00-05:00",
            "2023-01-03T09:00:00-05:00",
            "2023-01-03T09:07:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.74,
            8.73,
            8.77
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.74,
            8.73,
            8.77
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.74,
            8.73,
            8.77
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.74,
            8.73,
            8.77
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            500.0,
            3114.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SWBI",
            "SWBI",
            "SWBI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SWKS",
      "description": "",
      "representative_file": "SWKS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6493515,
      "rep_rows": 323533,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 323533,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0844",
            "0851",
            "0925"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:44:00-05:00",
            "2023-01-03T08:51:00-05:00",
            "2023-01-03T09:25:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            92.83,
            92.66,
            91.53
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            93.0,
            92.7,
            91.53
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            92.83,
            92.65,
            91.53
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            92.83,
            92.65,
            91.53
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1604.0,
            1030.0,
            250.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SWKS",
            "SWKS",
            "SWKS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SYF",
      "description": "",
      "representative_file": "SYF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6425573,
      "rep_rows": 325032,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 325032,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0722",
            "0832",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:22:00-05:00",
            "2023-01-03T08:32:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            33.0,
            33.0,
            33.25
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            33.0,
            33.0,
            33.34
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            33.0,
            33.0,
            33.07
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            33.0,
            33.0,
            33.195
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            108.0,
            642.0,
            36530.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SYF",
            "SYF",
            "SYF"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/SYY",
      "description": "",
      "representative_file": "SYY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6355301,
      "rep_rows": 321570,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 321570,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0928",
            "0929",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:28:00-05:00",
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            76.51,
            76.51,
            76.45
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            76.51,
            76.51,
            76.54
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            76.51,
            76.32,
            76.2986
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            76.51,
            76.32,
            76.54
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300.0,
            736.0,
            42086.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SYY",
            "SYY",
            "SYY"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/T",
      "description": "",
      "representative_file": "T.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8626264,
      "rep_rows": 414652,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 414652,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "405",
            "407"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:05:00-05:00",
            "2023-01-03T04:07:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            18.41,
            18.55,
            18.55
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            18.6,
            18.55,
            18.55
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            18.41,
            18.55,
            18.55
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            18.5,
            18.55,
            18.55
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1062.0,
            4656.0,
            1001.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "T",
            "T",
            "T"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TASK",
      "description": "",
      "representative_file": "TASK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3566586,
      "rep_rows": 177555,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 177555,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0929",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            17.41,
            17.43,
            17.4
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            17.41,
            17.9189,
            17.62
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            17.41,
            17.43,
            17.4
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.41,
            17.9189,
            17.62
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            8565.0,
            2141.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TASK",
            "TASK",
            "TASK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TCOM",
      "description": "",
      "representative_file": "TCOM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6643744,
      "rep_rows": 339781,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 339781,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0449",
            "0528",
            "0529"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:49:00-05:00",
            "2023-01-03T05:28:00-05:00",
            "2023-01-03T05:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            34.6,
            35.08,
            35.01
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            34.6,
            35.08,
            35.01
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            34.55,
            35.08,
            35.01
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            34.55,
            35.08,
            35.01
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300.0,
            100.0,
            277.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TCOM",
            "TCOM",
            "TCOM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TDW",
      "description": "",
      "representative_file": "TDW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5725653,
      "rep_rows": 275554,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 275554,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0718",
            "0853"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T07:18:00-05:00",
            "2023-01-03T08:53:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            36.65,
            36.85,
            37.2
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            36.65,
            36.85,
            37.2
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            36.65,
            36.85,
            37.2
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            36.65,
            36.85,
            37.2
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            106.0,
            254.0,
            538.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TDW",
            "TDW",
            "TDW"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TEAM",
      "description": "",
      "representative_file": "TEAM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7252380,
      "rep_rows": 325433,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 325433,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0809",
            "0810",
            "0847"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:09:00-05:00",
            "2023-01-03T08:10:00-05:00",
            "2023-01-03T08:47:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            129.78,
            130.13,
            130.39
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            129.78,
            130.13,
            130.39
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            129.76,
            130.13,
            130.39
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            129.76,
            130.13,
            130.39
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1000.0,
            156.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TEAM",
            "TEAM",
            "TEAM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TECK",
      "description": "",
      "representative_file": "TECK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6499235,
      "rep_rows": 334219,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 334219,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0914",
            "0917",
            "0920"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:14:00-05:00",
            "2023-01-03T09:17:00-05:00",
            "2023-01-03T09:20:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            37.88,
            37.97,
            37.97
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            37.88,
            37.97,
            37.97
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            37.88,
            37.97,
            37.97
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            37.88,
            37.97,
            37.97
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300.0,
            450.0,
            600.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TECK",
            "TECK",
            "TECK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TER",
      "description": "",
      "representative_file": "TER.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7103446,
      "rep_rows": 322939,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 322939,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0929",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            88.76,
            88.85,
            88.54
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            88.99,
            89.16,
            88.66
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            88.76,
            88.545,
            88.38
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            88.95,
            88.66,
            88.38
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            686.0,
            16899.0,
            2116.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TER",
            "TER",
            "TER"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TFC",
      "description": "",
      "representative_file": "TFC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6997673,
      "rep_rows": 337566,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 337566,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0403",
            "0708",
            "0734"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T07:08:00-05:00",
            "2023-01-03T07:34:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            43.4,
            43.3,
            43.28
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            43.4,
            43.3,
            43.28
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            43.4,
            43.3,
            43.28
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            43.4,
            43.3,
            43.28
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            100.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TFC",
            "TFC",
            "TFC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TGTX",
      "description": "",
      "representative_file": "TGTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6919145,
      "rep_rows": 330830,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 330830,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            11.7,
            11.83,
            11.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.9,
            11.83,
            11.84
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.7,
            11.83,
            11.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.9,
            11.83,
            11.84
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1734.0,
            721.0,
            815.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TGTX",
            "TGTX",
            "TGTX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/THC",
      "description": "",
      "representative_file": "THC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6184627,
      "rep_rows": 287477,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 287477,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0700",
            "0701"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:01:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            49.18,
            48.8,
            48.94
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            49.18,
            48.8,
            48.94
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            49.18,
            48.8,
            48.94
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            49.18,
            48.8,
            48.94
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            115.0,
            100.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "THC",
            "THC",
            "THC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TMDX",
      "description": "",
      "representative_file": "TMDX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6166572,
      "rep_rows": 268301,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 268301,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "930",
            "931",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            62.33,
            62.5,
            62.09
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            62.4,
            62.5,
            62.4907
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            62.0,
            62.5,
            62.09
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            62.05,
            62.5,
            62.4154
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5277.0,
            273.0,
            942.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TMDX",
            "TMDX",
            "TMDX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TMO",
      "description": "",
      "representative_file": "TMO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7041428,
      "rep_rows": 309765,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 309765,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0801",
            "0928",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:01:00-05:00",
            "2023-01-03T09:28:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            548.14,
            552.0,
            553.29
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            548.14,
            552.0,
            555.26
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            548.14,
            552.0,
            550.265
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            548.14,
            552.0,
            553.3
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            150.0,
            251.0,
            33010.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TMO",
            "TMO",
            "TMO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TMUS",
      "description": "",
      "representative_file": "TMUS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7158966,
      "rep_rows": 334055,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 334055,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0845",
            "0927",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:45:00-05:00",
            "2023-01-03T09:27:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            139.55,
            139.06,
            139.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            139.55,
            139.06,
            140.09
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            139.55,
            139.06,
            138.805
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            139.55,
            139.06,
            139.52
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            635.0,
            577.0,
            139785.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TMUS",
            "TMUS",
            "TMUS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TNDM",
      "description": "",
      "representative_file": "TNDM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5929141,
      "rep_rows": 299199,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 299199,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0932",
            "0933"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00",
            "2023-01-03T09:33:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.49,
            45.9,
            45.93
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.71,
            45.9,
            46.1
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.49,
            45.9,
            45.93
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.695,
            45.9,
            46.1
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8744.0,
            324.0,
            4014.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TNDM",
            "TNDM",
            "TNDM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TOL",
      "description": "",
      "representative_file": "TOL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6634763,
      "rep_rows": 310651,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 310651,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0800",
            "0856",
            "0859"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T08:56:00-05:00",
            "2023-01-03T08:59:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            50.05,
            50.43,
            51.1617
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            50.05,
            50.43,
            51.1617
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            50.05,
            50.42,
            51.1617
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            50.05,
            50.42,
            51.1617
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            133.0,
            2440.0,
            775.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TOL",
            "TOL",
            "TOL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TOST",
      "description": "",
      "representative_file": "TOST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7229952,
      "rep_rows": 348928,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 348928,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "648",
            "654"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T06:48:00-05:00",
            "2023-01-03T06:54:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            18.19,
            18.21,
            18.22
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            18.19,
            18.21,
            18.22
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            18.19,
            18.21,
            18.21
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            18.19,
            18.21,
            18.22
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            902.0,
            274.0,
            500.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TOST",
            "TOST",
            "TOST"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TREX",
      "description": "",
      "representative_file": "TREX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5811463,
      "rep_rows": 292791,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 292791,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            43.31,
            43.875,
            43.4
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            43.91,
            43.9,
            43.65
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            43.31,
            43.84,
            43.3318
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            43.36,
            43.84,
            43.3318
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33061.0,
            454.0,
            2544.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TREX",
            "TREX",
            "TREX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TRUP",
      "description": "",
      "representative_file": "TRUP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4677274,
      "rep_rows": 231162,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 231162,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "929",
            "930",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            48.96,
            48.97,
            48.36
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            48.99,
            48.97,
            49.23
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            48.96,
            48.0,
            48.36
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            48.99,
            48.0,
            49.23
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            686.0,
            9003.0,
            1097.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TRUP",
            "TRUP",
            "TRUP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TSLA",
      "description": "",
      "representative_file": "TSLA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 19733659,
      "rep_rows": 760482,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 760482,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "401",
            "402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            120.02,
            118.51,
            119.2
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            121.23,
            119.38,
            120.2
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            115.94,
            118.49,
            119.09
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            118.55,
            119.38,
            120.01
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            137929.0,
            60225.0,
            72783.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TSLA",
            "TSLA",
            "TSLA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TSM",
      "description": "",
      "representative_file": "TSM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11915294,
      "rep_rows": 508362,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 508362,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0404"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:04:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            75.0,
            75.5,
            75.74
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            75.0,
            75.8,
            75.75
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            75.0,
            75.5,
            75.71
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            75.0,
            75.8,
            75.75
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            567.0,
            1393.0,
            1569.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TSM",
            "TSM",
            "TSM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TTD",
      "description": "",
      "representative_file": "TTD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8971165,
      "rep_rows": 391931,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 391931,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0416",
            "0454",
            "0645"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:16:00-05:00",
            "2023-01-03T04:54:00-05:00",
            "2023-01-03T06:45:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            46.35,
            46.06,
            45.35
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.35,
            46.2,
            45.35
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            46.35,
            46.06,
            45.31
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            46.35,
            46.2,
            45.31
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            118.0,
            300.0,
            553.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TTD",
            "TTD",
            "TTD"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TTWO",
      "description": "",
      "representative_file": "TTWO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6704460,
      "rep_rows": 308474,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 308474,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0841",
            "0904",
            "0914"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:41:00-05:00",
            "2023-01-03T09:04:00-05:00",
            "2023-01-03T09:14:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            104.95,
            104.4,
            104.94
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            104.95,
            104.4,
            104.94
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            104.95,
            104.4,
            104.94
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            104.95,
            104.4,
            104.94
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            102.0,
            225.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TTWO",
            "TTWO",
            "TTWO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TWLO",
      "description": "",
      "representative_file": "TWLO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7408144,
      "rep_rows": 344480,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 344480,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0402",
            "0405",
            "0532"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T04:05:00-05:00",
            "2023-01-03T05:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            49.88,
            49.95,
            49.8
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            49.88,
            49.98,
            49.8
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            49.88,
            49.95,
            49.8
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            49.88,
            49.98,
            49.8
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            260.0,
            700.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TWLO",
            "TWLO",
            "TWLO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TWO",
      "description": "",
      "representative_file": "TWO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5772251,
      "rep_rows": 290805,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 290805,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0700",
            "0728",
            "0732"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:28:00-05:00",
            "2023-01-03T07:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            16.0,
            15.9,
            15.9
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            16.0,
            15.9,
            15.9
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            16.0,
            15.9,
            15.9
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            16.0,
            15.9,
            15.9
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            416.0,
            500.0,
            155.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TWO",
            "TWO",
            "TWO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/TXN",
      "description": "",
      "representative_file": "TXN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7238604,
      "rep_rows": 342140,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 342140,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0754",
            "0822",
            "0927"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:54:00-05:00",
            "2023-01-03T08:22:00-05:00",
            "2023-01-03T09:27:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            166.55,
            166.69,
            166.7
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            166.55,
            166.71,
            166.7
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            166.54,
            166.69,
            166.7
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            166.54,
            166.71,
            166.7
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            437.0,
            987.0,
            125.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TXN",
            "TXN",
            "TXN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/UBS",
      "description": "",
      "representative_file": "UBS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6837787,
      "rep_rows": 336701,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 336701,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "613",
            "615",
            "617"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:13:00-05:00",
            "2023-01-03T06:15:00-05:00",
            "2023-01-03T06:17:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            18.96,
            18.95,
            18.96
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            18.96,
            18.95,
            18.96
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            18.95,
            18.95,
            18.96
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            18.95,
            18.95,
            18.96
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5000.0,
            400.0,
            600.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UBS",
            "UBS",
            "UBS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/UL",
      "description": "",
      "representative_file": "UL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7074021,
      "rep_rows": 349222,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 349222,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            56.2275,
            56.2725,
            56.2725
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            56.295,
            56.295,
            56.3063
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            56.2275,
            56.2725,
            56.2725
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            56.2613,
            56.295,
            56.3063
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13920.0,
            2431.111111,
            2135.111111
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UL",
            "UL",
            "UL"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ULCC",
      "description": "",
      "representative_file": "ULCC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6129897,
      "rep_rows": 313559,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 313559,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0929",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            10.44,
            10.46,
            10.4
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            10.44,
            10.46,
            10.44
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            10.44,
            10.425,
            10.4
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            10.44,
            10.425,
            10.43
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            112.0,
            6847.0,
            1343.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ULCC",
            "ULCC",
            "ULCC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ULTA",
      "description": "",
      "representative_file": "ULTA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6708597,
      "rep_rows": 275164,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 275164,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "929",
            "930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            471.4653,
            469.72,
            469.66
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            471.4653,
            470.0,
            469.66
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            471.4653,
            469.66,
            468.1
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            471.4653,
            470.0,
            468.835
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            154.0,
            513.0,
            11166.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ULTA",
            "ULTA",
            "ULTA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/UNH",
      "description": "",
      "representative_file": "UNH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9587197,
      "rep_rows": 390021,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 390021,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "846",
            "905",
            "929"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:46:00-05:00",
            "2023-01-03T09:05:00-05:00",
            "2023-01-03T09:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            531.15,
            530.24,
            527.26
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            531.15,
            530.24,
            527.26
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            531.15,
            530.19,
            525.15
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            531.15,
            530.19,
            525.17
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            243.0,
            338.0,
            1379.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UNH",
            "UNH",
            "UNH"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/UNM",
      "description": "",
      "representative_file": "UNM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5802234,
      "rep_rows": 296069,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 296069,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0911",
            "0919",
            "0929"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:11:00-05:00",
            "2023-01-03T09:19:00-05:00",
            "2023-01-03T09:29:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            40.94,
            41.24,
            40.76
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            40.94,
            41.24,
            40.76
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            40.94,
            41.22,
            40.59
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            40.94,
            41.22,
            40.61
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            207.0,
            385.0,
            938.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UNM",
            "UNM",
            "UNM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/UNP",
      "description": "",
      "representative_file": "UNP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6808005,
      "rep_rows": 321665,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 321665,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0901",
            "0929",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:01:00-05:00",
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            208.21,
            207.81,
            207.29
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            208.21,
            207.81,
            207.87
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            208.2,
            207.81,
            207.29
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            208.2,
            207.81,
            207.81
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            409.0,
            568.0,
            32734.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UNP",
            "UNP",
            "UNP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/UPST",
      "description": "",
      "representative_file": "UPST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10399203,
      "rep_rows": 442710,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 442710,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0402",
            "0403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:02:00-05:00",
            "2023-01-03T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            13.28,
            13.33,
            13.38
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            13.33,
            13.33,
            13.38
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            13.28,
            13.33,
            13.38
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            13.33,
            13.33,
            13.38
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            779.0,
            300.0,
            500.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UPST",
            "UPST",
            "UPST"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/UPWK",
      "description": "",
      "representative_file": "UPWK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6251170,
      "rep_rows": 318815,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 318815,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0906",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:06:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            10.54,
            10.64,
            10.83
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            10.54,
            10.8,
            10.83
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            10.54,
            10.64,
            10.83
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            10.54,
            10.8,
            10.83
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            27872.0,
            199.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UPWK",
            "UPWK",
            "UPWK"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/URBN",
      "description": "",
      "representative_file": "URBN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6081472,
      "rep_rows": 313539,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 313539,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0443",
            "0808"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:43:00-05:00",
            "2023-01-03T08:08:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24.0,
            24.12,
            23.98
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            24.0,
            24.12,
            24.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            24.0,
            24.12,
            23.98
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24.0,
            24.12,
            24.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            239.0,
            1882.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "URBN",
            "URBN",
            "URBN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/URI",
      "description": "",
      "representative_file": "URI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6669761,
      "rep_rows": 248207,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 248207,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "700",
            "930",
            "932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            356.17,
            357.7,
            358.345
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            356.17,
            357.97,
            358.345
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            356.17,
            357.615,
            358.345
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            356.17,
            357.97,
            358.345
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            161.0,
            6397.0,
            316.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "URI",
            "URI",
            "URI"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/V",
      "description": "",
      "representative_file": "V.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7628230,
      "rep_rows": 343667,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 343667,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0404"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:01:00-05:00",
            "2023-01-03T04:04:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            208.11,
            208.69,
            209.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            208.79,
            208.69,
            209.13
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            208.11,
            208.69,
            209.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            208.79,
            208.69,
            209.13
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            633.0,
            470.0,
            1000.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "V",
            "V",
            "V"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/VEEV",
      "description": "",
      "representative_file": "VEEV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6268717,
      "rep_rows": 290322,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 290322,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0929",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            163.18,
            163.63,
            163.24
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            163.18,
            163.92,
            163.59
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            163.18,
            163.575,
            162.71
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            163.18,
            163.575,
            162.71
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            8822.0,
            3325.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VEEV",
            "VEEV",
            "VEEV"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/VET",
      "description": "",
      "representative_file": "VET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5737028,
      "rep_rows": 291505,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 291505,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0404",
            "0448"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:04:00-05:00",
            "2023-01-03T04:48:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            17.51,
            17.89,
            17.77
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            17.7,
            17.89,
            17.77
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            17.51,
            17.89,
            17.77
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.7,
            17.89,
            17.77
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5110.0,
            130.0,
            4024.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VET",
            "VET",
            "VET"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/VIV",
      "description": "",
      "representative_file": "VIV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4817243,
      "rep_rows": 277495,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 277495,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0640",
            "0700",
            "0711"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T06:40:00-05:00",
            "2023-01-03T07:00:00-05:00",
            "2023-01-03T07:11:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            7.05,
            7.05,
            6.9
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            7.05,
            7.05,
            6.9
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            7.05,
            7.05,
            6.87
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            7.05,
            7.05,
            6.87
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300.0,
            200.0,
            500.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VIV",
            "VIV",
            "VIV"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/VRA",
      "description": "",
      "representative_file": "VRA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3154278,
      "rep_rows": 160044,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 160044,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            4.62,
            4.665,
            4.65
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            4.67,
            4.665,
            4.65
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            4.61,
            4.665,
            4.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            4.62,
            4.665,
            4.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4138.0,
            271.0,
            2108.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VRA",
            "VRA",
            "VRA"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/VRTX",
      "description": "",
      "representative_file": "VRTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6747458,
      "rep_rows": 297297,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 297297,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            288.61,
            288.275,
            287.43
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            288.61,
            288.37,
            287.46
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            287.32,
            287.43,
            286.77
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            288.37,
            287.43,
            286.91
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            23789.0,
            3292.0,
            2557.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VRTX",
            "VRTX",
            "VRTX"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/VTLE",
      "description": "",
      "representative_file": "VTLE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5058413,
      "rep_rows": 249206,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 249206,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-09",
            "2023-01-09",
            "2023-01-09"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0817",
            "0819",
            "0823"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-09T08:17:00-05:00",
            "2023-01-09T08:19:00-05:00",
            "2023-01-09T08:23:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            48.54,
            48.56,
            48.76
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            48.54,
            48.56,
            48.76
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            48.54,
            48.56,
            48.76
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            48.54,
            48.56,
            48.76
          ]
        },
        {
          "name": "vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "350",
            "200",
            "411"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VTLE",
            "VTLE",
            "VTLE"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/VZ",
      "description": "",
      "representative_file": "VZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8471591,
      "rep_rows": 401828,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 401828,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "400",
            "408",
            "420"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:08:00-05:00",
            "2023-01-03T04:20:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            39.36,
            39.62,
            39.69
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            39.36,
            39.62,
            39.69
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            39.36,
            39.62,
            39.69
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            39.36,
            39.62,
            39.69
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            268.0,
            200.0,
            115.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VZ",
            "VZ",
            "VZ"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/WDC",
      "description": "",
      "representative_file": "WDC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8024905,
      "rep_rows": 359113,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 359113,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0707",
            "0809",
            "0850"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:07:00-05:00",
            "2023-01-03T08:09:00-05:00",
            "2023-01-03T08:50:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            31.8,
            31.8,
            31.83
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            31.8,
            31.8,
            31.83
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            31.8,
            31.69,
            31.83
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            31.8,
            31.69,
            31.83
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300.0,
            1251.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "WDC",
            "WDC",
            "WDC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/WMT",
      "description": "",
      "representative_file": "WMT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8868555,
      "rep_rows": 391742,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 391742,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "900",
            "922"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:00:00-05:00",
            "2023-01-03T09:00:00-05:00",
            "2023-01-03T09:22:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            47.3467,
            47.54,
            47.52
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            47.6233,
            47.54,
            47.52
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            47.3333,
            47.54,
            47.52
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            47.6233,
            47.54,
            47.52
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2400.0,
            777.0,
            300.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "WMT",
            "WMT",
            "WMT"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/WOLF",
      "description": "",
      "representative_file": "WOLF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8671357,
      "rep_rows": 397997,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 397997,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0431",
            "0718",
            "0730"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:31:00-05:00",
            "2023-01-03T07:18:00-05:00",
            "2023-01-03T07:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            71.0,
            70.1,
            70.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            71.0,
            70.1,
            70.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            71.0,
            70.1,
            70.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            71.0,
            70.1,
            70.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            330.0,
            346.0,
            1301.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "WOLF",
            "WOLF",
            "WOLF"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/WPM",
      "description": "",
      "representative_file": "WPM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6953884,
      "rep_rows": 328865,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 328865,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0832",
            "0833",
            "0835"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T08:32:00-05:00",
            "2023-01-03T08:33:00-05:00",
            "2023-01-03T08:35:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            39.9,
            39.9,
            39.9
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            39.9,
            39.9,
            39.92
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            39.9,
            39.9,
            39.89
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            39.9,
            39.9,
            39.92
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            134.0,
            166.0,
            600.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "WPM",
            "WPM",
            "WPM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/WSM",
      "description": "",
      "representative_file": "WSM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6452267,
      "rep_rows": 293095,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 293095,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            58.28,
            57.86,
            57.705
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            58.28,
            57.935,
            57.705
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            57.865,
            57.7,
            57.32
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            58.005,
            57.705,
            57.3525
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            19260.0,
            5140.0,
            6330.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "WSM",
            "WSM",
            "WSM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/WU",
      "description": "",
      "representative_file": "WU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6098855,
      "rep_rows": 330266,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 330266,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "929",
            "930",
            "931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            13.93,
            13.97,
            13.9
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            14.08,
            13.98,
            13.9701
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            13.93,
            13.89,
            13.9
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            14.03,
            13.92,
            13.9701
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3268.0,
            104191.0,
            6313.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "WU",
            "WU",
            "WU"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/WYNN",
      "description": "",
      "representative_file": "WYNN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6843529,
      "rep_rows": 325443,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 325443,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0403",
            "0432",
            "0552"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T04:32:00-05:00",
            "2023-01-03T05:52:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            84.79,
            85.05,
            85.49
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            84.79,
            85.05,
            85.49
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            84.79,
            85.05,
            85.49
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            84.79,
            85.05,
            85.49
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            536.0,
            200.0,
            160.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "WYNN",
            "WYNN",
            "WYNN"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/XOM",
      "description": "",
      "representative_file": "XOM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8641082,
      "rep_rows": 394509,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 394509,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "435",
            "443",
            "444"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:35:00-05:00",
            "2023-01-03T04:43:00-05:00",
            "2023-01-03T04:44:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            110.96,
            110.61,
            110.77
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            110.96,
            110.61,
            110.77
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            110.96,
            110.61,
            110.77
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            110.96,
            110.61,
            110.77
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            366.0,
            219.0,
            366.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "XOM",
            "XOM",
            "XOM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/XP",
      "description": "",
      "representative_file": "XP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6167348,
      "rep_rows": 329443,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 329443,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0524",
            "0529",
            "0703"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T05:24:00-05:00",
            "2023-01-03T05:29:00-05:00",
            "2023-01-03T07:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            14.86,
            14.78,
            14.56
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            14.86,
            14.78,
            14.56
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            14.85,
            14.78,
            14.55
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            14.85,
            14.78,
            14.55
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            500.0,
            202.0,
            1705.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "XP",
            "XP",
            "XP"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/XPO",
      "description": "",
      "representative_file": "XPO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6366353,
      "rep_rows": 298522,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 298522,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0738",
            "0745",
            "0928"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:38:00-05:00",
            "2023-01-03T07:45:00-05:00",
            "2023-01-03T09:28:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            33.4,
            33.36,
            33.32
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            33.4,
            33.36,
            33.32
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            33.4,
            33.36,
            33.32
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            33.4,
            33.36,
            33.32
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            614.0,
            1013.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "XPO",
            "XPO",
            "XPO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/XYZ",
      "description": "",
      "representative_file": "XYZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3534693,
      "rep_rows": 147893,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 147893,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-21",
            "2025-01-21",
            "2025-01-21"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "403",
            "405",
            "435"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-01-21T04:03:00-05:00",
            "2025-01-21T04:05:00-05:00",
            "2025-01-21T04:35:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            87.63,
            87.63,
            87.82
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            87.63,
            87.63,
            87.82
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            87.63,
            87.63,
            87.82
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            87.63,
            87.63,
            87.82
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            115.0,
            131.0,
            363.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "XYZ",
            "XYZ",
            "XYZ"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/YOU",
      "description": "",
      "representative_file": "YOU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6043332,
      "rep_rows": 301483,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 301483,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0403",
            "0835",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:03:00-05:00",
            "2023-01-03T08:35:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            27.72,
            28.0,
            27.72
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            27.72,
            28.0,
            27.755
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            27.72,
            28.0,
            27.57
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            27.72,
            28.0,
            27.755
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            261.0,
            4374.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "YOU",
            "YOU",
            "YOU"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/YUMC",
      "description": "",
      "representative_file": "YUMC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6175074,
      "rep_rows": 320219,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 320219,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0727",
            "0847"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T07:27:00-05:00",
            "2023-01-03T08:47:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            55.3,
            55.21,
            55.24
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            55.3,
            55.21,
            55.24
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            55.3,
            55.21,
            55.24
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            55.3,
            55.21,
            55.24
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            113.0,
            100.0,
            220.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "YUMC",
            "YUMC",
            "YUMC"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/Z",
      "description": "",
      "representative_file": "Z.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6545123,
      "rep_rows": 327364,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 327364,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0741",
            "0750",
            "0909"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T07:41:00-05:00",
            "2023-01-03T07:50:00-05:00",
            "2023-01-03T09:09:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            32.55,
            32.5,
            32.999
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            32.55,
            32.5,
            33.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            32.55,
            32.5,
            32.999
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            32.55,
            32.5,
            33.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            604.0,
            490.0,
            1143.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "Z",
            "Z",
            "Z"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ZG",
      "description": "",
      "representative_file": "ZG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5182580,
      "rep_rows": 258421,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 258421,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0930",
            "0931",
            "0932"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T09:30:00-05:00",
            "2023-01-03T09:31:00-05:00",
            "2023-01-03T09:32:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            31.8,
            32.01,
            32.08
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            32.26,
            32.085,
            32.09
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            31.8,
            32.0,
            32.01
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            32.065,
            32.085,
            32.01
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10760.0,
            1790.0,
            2113.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ZG",
            "ZG",
            "ZG"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ZM",
      "description": "",
      "representative_file": "ZM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6971864,
      "rep_rows": 344209,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 344209,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0443",
            "0644"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T04:43:00-05:00",
            "2023-01-03T06:44:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            69.5,
            69.15,
            68.65
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            69.5,
            69.15,
            68.65
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            69.5,
            69.15,
            68.61
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            69.5,
            69.15,
            68.61
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            579.0,
            200.0,
            1410.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ZM",
            "ZM",
            "ZM"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ZS",
      "description": "",
      "representative_file": "ZS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8025036,
      "rep_rows": 339722,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 339722,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0426",
            "0447",
            "0700"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:26:00-05:00",
            "2023-01-03T04:47:00-05:00",
            "2023-01-03T07:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            113.79,
            114.0,
            113.44
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            113.79,
            114.0,
            113.44
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            113.79,
            114.0,
            113.44
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            113.79,
            114.0,
            113.44
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            297.0,
            150.0,
            529.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ZS",
            "ZS",
            "ZS"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y/ZTO",
      "description": "",
      "representative_file": "ZTO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5635385,
      "rep_rows": 311908,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 311908,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0929",
            "0930"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2023-01-03T04:00:00-05:00",
            "2023-01-03T09:29:00-05:00",
            "2023-01-03T09:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            27.17,
            27.5,
            27.53
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            27.17,
            27.5,
            27.59
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            27.17,
            27.5,
            27.47
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            27.17,
            27.5,
            27.58
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            150.0,
            466.0,
            34918.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ZTO",
            "ZTO",
            "ZTO"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_3y_pre",
      "description": "",
      "representative_file": "USAR.parquet",
      "file_count": 144,
      "is_sharded": true,
      "total_size_bytes": 95085339,
      "rep_rows": 416,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-07-18 07:29:00",
            "2023-07-18 09:33:00",
            "2023-07-18 09:56:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.36,
            10.07,
            10.07
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.36,
            10.07,
            10.07
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.35,
            10.07,
            10.07
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.35,
            10.07,
            10.07
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "399",
            "249",
            "300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AA",
      "description": "",
      "representative_file": "AA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3130811,
      "rep_rows": 126337,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            24.07,
            24.26,
            24.27
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            24.32,
            24.32,
            24.36
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            24.07,
            24.26,
            24.27
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            24.32,
            24.32,
            24.36
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "313",
            "50",
            "502"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AAAU",
      "description": "",
      "representative_file": "AAAU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2757101,
      "rep_rows": 108475,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:11:00",
            "2025-04-16 20:12:00",
            "2025-04-16 20:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            33.17,
            33.17,
            33.17
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            33.17,
            33.17,
            33.17
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            33.17,
            33.17,
            33.17
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            33.17,
            33.17,
            33.17
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "10",
            "67"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AAL",
      "description": "",
      "representative_file": "AAL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3185123,
      "rep_rows": 168108,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 168108,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:08:00",
            "2025-04-16 20:09:00",
            "2025-04-16 20:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.44,
            9.45,
            9.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.44,
            9.45,
            9.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.44,
            9.45,
            9.44
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.44,
            9.45,
            9.44
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "958",
            "10",
            "75"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AAOI",
      "description": "",
      "representative_file": "AAOI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3715280,
      "rep_rows": 144756,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:44:00",
            "2025-04-17 00:20:00",
            "2025-04-17 00:53:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.71,
            10.65,
            10.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.71,
            10.65,
            10.65
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.71,
            10.65,
            10.65
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.71,
            10.65,
            10.65
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "5",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AAPD",
      "description": "",
      "representative_file": "AAPD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1469552,
      "rep_rows": 78946,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 78946,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:11:00",
            "2025-04-16 20:30:00",
            "2025-04-16 20:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.54,
            18.57,
            18.57
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.54,
            18.57,
            18.57
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.54,
            18.57,
            18.57
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.54,
            18.57,
            18.57
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AAPL",
      "description": "",
      "representative_file": "AAPL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6725069,
      "rep_rows": 286231,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            195.16,
            195.51,
            195.63
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            195.51,
            195.69,
            195.63
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            195.16,
            195.2,
            195.57
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            195.51,
            195.5,
            195.57
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "148",
            "135",
            "26"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AAPU",
      "description": "",
      "representative_file": "AAPU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3998212,
      "rep_rows": 171117,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:06:00",
            "2025-04-16 20:16:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            20.66,
            20.66,
            20.71
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            20.66,
            20.69,
            20.71
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            20.66,
            20.66,
            20.69
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            20.66,
            20.69,
            20.69
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "33",
            "3",
            "4680"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ABNB",
      "description": "",
      "representative_file": "ABNB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2600188,
      "rep_rows": 112214,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:21:00",
            "2025-04-16 21:32:00",
            "2025-04-17 00:57:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            113.48,
            113.26,
            114.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            113.48,
            113.28,
            114.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            113.48,
            113.26,
            114.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            113.48,
            113.28,
            114.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "5",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ABR",
      "description": "",
      "representative_file": "ABR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1768159,
      "rep_rows": 101749,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101749,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:29:00",
            "2025-04-17 00:11:00",
            "2025-04-17 00:46:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.75,
            10.68,
            10.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.75,
            10.68,
            10.75
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.75,
            10.68,
            10.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.75,
            10.68,
            10.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "3",
            "4"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ABVX",
      "description": "",
      "representative_file": "ABVX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1669420,
      "rep_rows": 85508,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 85508,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:01:00",
            "2025-04-17 04:03:00",
            "2025-04-17 04:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.15,
            6.15,
            6.19
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.15,
            6.15,
            6.2
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.15,
            6.15,
            6.18
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.15,
            6.15,
            6.19
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "193",
            "1330",
            "2330"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ACHR",
      "description": "",
      "representative_file": "ACHR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5160297,
      "rep_rows": 221332,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:57:00",
            "2025-04-16 21:42:00",
            "2025-04-16 23:17:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.04,
            7.04,
            7.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.04,
            7.04,
            7.05
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.04,
            7.04,
            7.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.04,
            7.04,
            7.05
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "3",
            "250"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ACMR",
      "description": "",
      "representative_file": "ACMR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1735132,
      "rep_rows": 92679,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 92679,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:35:00",
            "2025-04-17 09:00:00",
            "2025-04-17 09:25:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            20.01,
            20.02,
            19.83
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            20.01,
            20.02,
            19.83
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            20.01,
            20.0,
            19.83
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            20.01,
            20.0,
            19.83
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "922",
            "809"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ADBE",
      "description": "",
      "representative_file": "ADBE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3832531,
      "rep_rows": 145322,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:31:00",
            "2025-04-16 22:01:00",
            "2025-04-16 22:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            346.0,
            346.63,
            346.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            346.0,
            346.63,
            346.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            346.0,
            346.63,
            346.6
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            346.0,
            346.63,
            346.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ADMA",
      "description": "",
      "representative_file": "ADMA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1713856,
      "rep_rows": 100262,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100262,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:26:00",
            "2025-04-17 07:00:00",
            "2025-04-17 07:49:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            21.07,
            21.4,
            21.47
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            21.07,
            21.44,
            21.47
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            21.07,
            21.4,
            21.47
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            21.07,
            21.43,
            21.47
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "500",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ADTN",
      "description": "",
      "representative_file": "ADTN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1252352,
      "rep_rows": 80253,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 80253,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:06:00",
            "2025-04-17 06:07:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.5,
            7.5,
            7.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.5,
            7.5,
            7.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.5,
            7.5,
            7.45
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.5,
            7.5,
            7.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "378",
            "914",
            "35145"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AEG",
      "description": "",
      "representative_file": "AEG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1451145,
      "rep_rows": 93196,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 93196,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:45:00",
            "2025-04-17 04:57:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.12,
            6.12,
            6.11
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.12,
            6.12,
            6.11
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.11,
            6.12,
            6.11
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.12,
            6.12,
            6.11
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4976",
            "1400",
            "2500"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AEHR",
      "description": "",
      "representative_file": "AEHR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1992886,
      "rep_rows": 99141,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99141,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:50:00",
            "2025-04-17 07:29:00",
            "2025-04-17 08:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.21,
            8.21,
            8.13
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.21,
            8.21,
            8.13
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.21,
            8.21,
            8.13
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.21,
            8.21,
            8.13
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "153",
            "615"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AEM",
      "description": "",
      "representative_file": "AEM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2924544,
      "rep_rows": 109902,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:45:00",
            "2025-04-17 04:00:00",
            "2025-04-17 04:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            122.62,
            122.99,
            122.61
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            122.62,
            122.99,
            122.61
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            122.62,
            122.52,
            122.61
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            122.62,
            122.52,
            122.61
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "1776",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AEO",
      "description": "",
      "representative_file": "AEO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2008811,
      "rep_rows": 113748,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 113748,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:16:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.31,
            10.26,
            10.405
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.31,
            10.405,
            10.43
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.31,
            10.26,
            10.37
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.31,
            10.405,
            10.42
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "979",
            "98699",
            "21713"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AES",
      "description": "",
      "representative_file": "AES.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2741946,
      "rep_rows": 116135,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:36:00",
            "2025-04-16 21:15:00",
            "2025-04-16 22:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.0,
            10.0,
            10.15
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.0,
            10.0,
            10.15
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.0,
            10.0,
            10.15
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.0,
            10.0,
            10.15
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "150",
            "2",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AEVA",
      "description": "",
      "representative_file": "AEVA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2732671,
      "rep_rows": 108254,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:04:00",
            "2025-04-17 04:08:00",
            "2025-04-17 07:59:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.18,
            7.2,
            7.27
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.2,
            7.2,
            7.27
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.18,
            7.2,
            7.26
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.2,
            7.2,
            7.26
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "210",
            "100",
            "320"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AFRM",
      "description": "",
      "representative_file": "AFRM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3315593,
      "rep_rows": 131798,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:21:00",
            "2025-04-16 20:22:00",
            "2025-04-16 20:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            41.2,
            41.2,
            41.2
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            41.2,
            41.2,
            41.2
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            41.2,
            41.15,
            41.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            41.2,
            41.2,
            41.2
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "20",
            "5"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AG",
      "description": "",
      "representative_file": "AG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4152216,
      "rep_rows": 166539,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:02:00",
            "2025-04-17 04:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.7,
            6.7,
            6.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.7,
            6.7,
            6.7
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.69,
            6.7,
            6.69
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.7,
            6.7,
            6.7
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1321",
            "128",
            "2000"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AGI",
      "description": "",
      "representative_file": "AGI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1877868,
      "rep_rows": 107399,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 107399,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:33:00",
            "2025-04-17 04:00:00",
            "2025-04-17 04:35:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            29.36,
            30.0,
            30.19
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            29.36,
            30.0,
            30.2
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            29.36,
            30.0,
            30.18
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            29.36,
            30.0,
            30.2
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "200",
            "840"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AI",
      "description": "",
      "representative_file": "AI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3768784,
      "rep_rows": 155277,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:10:00",
            "2025-04-16 20:14:00",
            "2025-04-16 20:18:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.51,
            19.41,
            19.48
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.51,
            19.41,
            19.48
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.51,
            19.41,
            19.48
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.51,
            19.41,
            19.48
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "5",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AIQ",
      "description": "",
      "representative_file": "AIQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2600962,
      "rep_rows": 102950,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:33:00",
            "2025-04-17 00:16:00",
            "2025-04-17 03:18:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            34.16,
            34.42,
            34.42
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            34.16,
            34.42,
            34.42
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            34.16,
            34.42,
            34.42
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            34.16,
            34.42,
            34.42
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AIRO",
      "description": "",
      "representative_file": "AIRO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1457411,
      "rep_rows": 75376,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 75376,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-13 10:58:00",
            "2025-06-13 10:59:00",
            "2025-06-13 11:14:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.9,
            14.19,
            16.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.19,
            14.19,
            18.15
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.9,
            14.19,
            16.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.19,
            14.19,
            18.15
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "444817",
            "210",
            "760890"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ALAB",
      "description": "",
      "representative_file": "ALAB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4017492,
      "rep_rows": 150854,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:39:00",
            "2025-04-16 21:00:00",
            "2025-04-16 21:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            59.4,
            59.4,
            59.4
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            59.4,
            59.4,
            59.4
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            59.4,
            59.4,
            59.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            59.4,
            59.4,
            59.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "6",
            "5",
            "18"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ALB",
      "description": "",
      "representative_file": "ALB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3243181,
      "rep_rows": 125245,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:12:00",
            "2025-04-16 20:14:00",
            "2025-04-16 22:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            51.54,
            51.54,
            52.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            51.54,
            51.54,
            52.75
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            51.54,
            51.54,
            52.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            51.54,
            51.54,
            52.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ALC",
      "description": "",
      "representative_file": "ALC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1589791,
      "rep_rows": 97122,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 97122,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:08:00",
            "2025-04-17 04:26:00",
            "2025-04-17 04:41:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            92.58,
            92.44,
            92.66
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            92.58,
            92.44,
            92.66
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            92.58,
            92.44,
            92.66
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            92.58,
            92.44,
            92.66
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "200",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ALK",
      "description": "",
      "representative_file": "ALK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1796224,
      "rep_rows": 103582,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 103582,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:00:00",
            "2025-04-17 08:45:00",
            "2025-04-17 08:47:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            45.01,
            44.67,
            44.67
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            45.01,
            44.67,
            44.67
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            44.39,
            44.67,
            44.65
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            44.39,
            44.67,
            44.65
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "300",
            "1000"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ALM",
      "description": "",
      "representative_file": "ALM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1621599,
      "rep_rows": 93047,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 93047,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-14 10:05:00",
            "2025-07-14 10:06:00",
            "2025-07-14 10:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.02,
            5.11,
            5.205
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.5,
            5.25,
            5.25
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.01,
            5.05,
            5.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.13,
            5.2,
            5.02
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "283028",
            "66405",
            "221454"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ALV",
      "description": "",
      "representative_file": "ALV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1276281,
      "rep_rows": 76868,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 76868,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:02:00",
            "2025-04-17 04:04:00",
            "2025-04-17 04:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            87.3,
            87.17,
            87.41
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            87.34,
            87.24,
            87.41
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            87.17,
            87.17,
            87.41
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            87.28,
            87.24,
            87.41
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1171",
            "300",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AMAT",
      "description": "",
      "representative_file": "AMAT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3687119,
      "rep_rows": 134736,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:20:00",
            "2025-04-16 20:53:00",
            "2025-04-16 21:09:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            138.76,
            139.2,
            139.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            138.76,
            139.2,
            139.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            138.76,
            139.2,
            139.45
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            138.76,
            139.2,
            139.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "1",
            "8"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AMCR",
      "description": "",
      "representative_file": "AMCR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2411447,
      "rep_rows": 107823,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.26,
            9.305,
            9.3
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.31,
            9.315,
            9.31
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.26,
            9.2943,
            9.295
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.305,
            9.2943,
            9.31
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "453239",
            "41225",
            "9146"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AMD",
      "description": "",
      "representative_file": "AMD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7626794,
      "rep_rows": 311925,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            88.3,
            88.33,
            88.4
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            88.3,
            88.5,
            88.4
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            88.3,
            88.33,
            88.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            88.3,
            88.5,
            88.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "16",
            "25"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AMDD",
      "description": "",
      "representative_file": "AMDD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2179542,
      "rep_rows": 85766,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:31:00",
            "2025-04-17 09:52:00",
            "2025-04-17 10:59:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            28.3,
            28.2,
            28.6901
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            28.3,
            28.2,
            28.6901
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            28.3,
            28.2,
            28.6901
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            28.3,
            28.2,
            28.6901
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "140",
            "105"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AMDL",
      "description": "",
      "representative_file": "AMDL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5853307,
      "rep_rows": 250931,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:03:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.46,
            3.49,
            3.52
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.46,
            3.49,
            3.52
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.46,
            3.49,
            3.51
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.46,
            3.49,
            3.51
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "55",
            "275",
            "550"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AMKR",
      "description": "",
      "representative_file": "AMKR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2764086,
      "rep_rows": 113922,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:24:00",
            "2025-04-17 02:07:00",
            "2025-04-17 07:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            16.2,
            16.3,
            16.18
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            16.2,
            16.3,
            16.18
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            16.2,
            16.3,
            16.15
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            16.2,
            16.3,
            16.15
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "169",
            "80",
            "579"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AMPX",
      "description": "",
      "representative_file": "AMPX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3393612,
      "rep_rows": 135112,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:38:00",
            "2025-04-17 08:17:00",
            "2025-04-17 09:08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2.31,
            2.31,
            2.31
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2.31,
            2.31,
            2.31
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2.31,
            2.31,
            2.31
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2.31,
            2.31,
            2.31
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "800",
            "1000",
            "1000"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AMRZ",
      "description": "",
      "representative_file": "AMRZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1385692,
      "rep_rows": 85345,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 85345,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-23 09:35:00",
            "2025-06-23 09:36:00",
            "2025-06-23 09:37:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            51.35,
            54.77,
            50.01
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            55.25,
            56.2899,
            50.07
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            51.0,
            50.0,
            49.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            55.25,
            50.6553,
            49.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "21990",
            "6025",
            "12932"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AMSC",
      "description": "",
      "representative_file": "AMSC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1794372,
      "rep_rows": 92227,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 92227,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:01:00",
            "2025-04-17 09:09:00",
            "2025-04-17 09:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.3,
            18.43,
            18.42
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.3,
            18.43,
            18.48
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.15,
            18.43,
            18.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.15,
            18.43,
            18.48
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "402",
            "300",
            "2837"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AMTM",
      "description": "",
      "representative_file": "AMTM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1614866,
      "rep_rows": 96188,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 96188,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.7,
            18.805,
            18.805
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.89,
            18.88,
            18.89
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.7,
            18.805,
            18.76
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.89,
            18.88,
            18.76
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "9379",
            "200",
            "500"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AMZN",
      "description": "",
      "representative_file": "AMZN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6944392,
      "rep_rows": 296306,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            174.56,
            174.5,
            174.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            174.56,
            174.5,
            174.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            174.1,
            174.1,
            174.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            174.1,
            174.5,
            174.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "11",
            "276",
            "70"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AMZU",
      "description": "",
      "representative_file": "AMZU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4031567,
      "rep_rows": 170586,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            24.4,
            24.44,
            24.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            24.41,
            24.44,
            24.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            24.4,
            24.44,
            24.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            24.41,
            24.44,
            24.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "129",
            "215",
            "42"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ANET",
      "description": "",
      "representative_file": "ANET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3496511,
      "rep_rows": 139380,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:26:00",
            "2025-04-16 21:22:00",
            "2025-04-16 21:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            73.0,
            72.88,
            72.88
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            73.0,
            72.88,
            72.88
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            73.0,
            72.75,
            72.88
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            73.0,
            72.75,
            72.88
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "20",
            "18"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ANF",
      "description": "",
      "representative_file": "ANF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2442097,
      "rep_rows": 98588,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:43:00",
            "2025-04-17 04:44:00",
            "2025-04-17 07:41:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            69.43,
            69.43,
            69.53
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            69.43,
            69.43,
            69.53
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            69.42,
            69.38,
            69.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            69.42,
            69.38,
            69.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "495",
            "408",
            "459"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/APA",
      "description": "",
      "representative_file": "APA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2698778,
      "rep_rows": 111534,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 02:56:00",
            "2025-04-17 04:00:00",
            "2025-04-17 06:41:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.56,
            15.62,
            15.49
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.56,
            15.62,
            15.49
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.56,
            15.62,
            15.49
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.56,
            15.62,
            15.49
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "100",
            "500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/APH",
      "description": "",
      "representative_file": "APH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2830268,
      "rep_rows": 111881,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:36:00",
            "2025-04-17 08:03:00",
            "2025-04-17 08:55:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            63.79,
            65.98,
            65.11
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            63.79,
            65.98,
            65.11
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            63.79,
            65.98,
            65.11
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            63.79,
            65.98,
            65.11
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "100",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/APLD",
      "description": "",
      "representative_file": "APLD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5590324,
      "rep_rows": 224575,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:32:00",
            "2025-04-16 20:43:00",
            "2025-04-16 20:47:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            4.04,
            4.08,
            4.03
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            4.04,
            4.08,
            4.03
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            4.04,
            4.08,
            3.99
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            4.04,
            4.08,
            3.99
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "1197",
            "803"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/APLX",
      "description": "",
      "representative_file": "APLX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1590416,
      "rep_rows": 52954,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-09 09:30:00",
            "2025-09-09 09:31:00",
            "2025-09-09 09:35:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            27.77,
            26.56,
            27.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            27.77,
            26.56,
            27.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            27.08,
            26.24,
            27.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            27.08,
            26.35,
            27.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "600",
            "600",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/APP",
      "description": "",
      "representative_file": "APP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5079690,
      "rep_rows": 174284,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            229.5,
            229.5,
            230.04
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            229.5,
            229.5,
            230.04
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            229.5,
            229.5,
            230.04
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            229.5,
            229.5,
            230.04
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "1",
            "101"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AR",
      "description": "",
      "representative_file": "AR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2358713,
      "rep_rows": 105054,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 08:08:00",
            "2025-04-17 08:12:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            34.2,
            34.47,
            34.49
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            34.2,
            34.47,
            34.49
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            34.2,
            34.47,
            34.49
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            34.2,
            34.47,
            34.49
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "250",
            "150"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ARIS",
      "description": "",
      "representative_file": "ARIS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1549256,
      "rep_rows": 92271,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 92271,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:38:00",
            "2025-04-17 09:21:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.69,
            5.55,
            5.46
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.69,
            5.55,
            5.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.69,
            5.55,
            5.43
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.69,
            5.55,
            5.43
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "500",
            "8931"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ARKB",
      "description": "",
      "representative_file": "ARKB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2796199,
      "rep_rows": 118989,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:12:00",
            "2025-04-16 20:59:00",
            "2025-04-16 21:26:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            84.0,
            84.05,
            84.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            84.0,
            84.05,
            84.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            84.0,
            84.05,
            84.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            84.0,
            84.05,
            84.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "60",
            "1000"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ARKG",
      "description": "",
      "representative_file": "ARKG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1848288,
      "rep_rows": 111268,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 111268,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:54:00",
            "2025-04-16 21:14:00",
            "2025-04-16 21:35:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            20.82,
            20.79,
            21.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            20.82,
            20.79,
            21.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            20.82,
            20.79,
            21.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            20.82,
            20.79,
            21.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "50",
            "3"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ARM",
      "description": "",
      "representative_file": "ARM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3857122,
      "rep_rows": 155821,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:05:00",
            "2025-04-16 20:07:00",
            "2025-04-16 20:12:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            101.71,
            101.71,
            101.71
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            101.71,
            101.71,
            101.71
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            101.71,
            101.71,
            101.71
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            101.71,
            101.71,
            101.71
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "6",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ARMN",
      "description": "",
      "representative_file": "ARMN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1314509,
      "rep_rows": 76813,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 76813,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:38:00",
            "2025-04-17 09:21:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.69,
            5.55,
            5.46
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.69,
            5.55,
            5.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.69,
            5.55,
            5.43
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.69,
            5.55,
            5.43
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "500",
            "8931"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ARQT",
      "description": "",
      "representative_file": "ARQT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2158438,
      "rep_rows": 94122,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 08:30:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.99,
            13.36,
            12.96
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            13.0,
            13.36,
            13.04
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.99,
            13.36,
            12.96
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            13.0,
            13.36,
            13.04
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "225",
            "200",
            "44968"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ARR",
      "description": "",
      "representative_file": "ARR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1818723,
      "rep_rows": 104517,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 104517,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:47:00",
            "2025-04-17 06:27:00",
            "2025-04-17 07:25:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.01,
            14.11,
            14.02
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.01,
            14.43,
            14.02
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.01,
            14.11,
            14.02
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.01,
            14.43,
            14.02
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "463",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ARRY",
      "description": "",
      "representative_file": "ARRY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1791744,
      "rep_rows": 105422,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 105422,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:28:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            4.08,
            4.06,
            4.04
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            4.08,
            4.08,
            4.04
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            4.08,
            4.035,
            4.025
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            4.08,
            4.035,
            4.0295
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "147",
            "102341",
            "5975"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ARVN",
      "description": "",
      "representative_file": "ARVN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1401473,
      "rep_rows": 87650,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 87650,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:14:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.6,
            7.65,
            7.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.6,
            7.79,
            7.83
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.6,
            7.605,
            7.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.6,
            7.75,
            7.83
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "41422",
            "33966"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ARWR",
      "description": "",
      "representative_file": "ARWR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1708095,
      "rep_rows": 96471,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 96471,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:09:00",
            "2025-04-17 05:42:00",
            "2025-04-17 07:12:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.35,
            11.01,
            11.35
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.35,
            11.01,
            11.35
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.35,
            11.01,
            11.35
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.35,
            11.01,
            11.35
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AS",
      "description": "",
      "representative_file": "AS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1626322,
      "rep_rows": 101327,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101327,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:42:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            23.1328,
            22.36,
            22.39
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            23.1328,
            22.69,
            22.39
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            23.1328,
            22.36,
            22.39
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            23.1328,
            22.43,
            22.39
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "7298",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ASAN",
      "description": "",
      "representative_file": "ASAN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1839484,
      "rep_rows": 107171,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 107171,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:34:00",
            "2025-04-17 00:09:00",
            "2025-04-17 06:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.59,
            15.55,
            15.31
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.59,
            15.55,
            15.31
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.59,
            15.55,
            15.31
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.59,
            15.55,
            15.31
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "2",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ASHR",
      "description": "",
      "representative_file": "ASHR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1571326,
      "rep_rows": 96962,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 96962,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:00:00",
            "2025-04-17 02:15:00",
            "2025-04-17 02:41:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.64,
            25.64,
            25.57
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.64,
            25.64,
            25.57
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.64,
            25.64,
            25.57
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.64,
            25.64,
            25.57
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "70",
            "70"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ASML",
      "description": "",
      "representative_file": "ASML.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4341867,
      "rep_rows": 142820,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:43:00",
            "2025-04-16 21:12:00",
            "2025-04-16 21:14:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            639.01,
            640.3,
            641.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            639.01,
            640.3,
            641.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            639.01,
            640.01,
            641.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            639.01,
            640.01,
            641.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "12",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ASPI",
      "description": "",
      "representative_file": "ASPI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2127422,
      "rep_rows": 119300,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 119300,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:18:00",
            "2025-04-17 06:09:00",
            "2025-04-17 06:36:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.81,
            5.8,
            5.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.81,
            5.8,
            5.75
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.81,
            5.8,
            5.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.81,
            5.8,
            5.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "198",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ASST",
      "description": "",
      "representative_file": "ASST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4202641,
      "rep_rows": 179119,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:55:00",
            "2025-04-17 06:26:00",
            "2025-04-17 06:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            0.5472,
            0.5472,
            0.55
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            0.5472,
            0.55,
            0.55
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            0.5472,
            0.5472,
            0.55
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            0.5472,
            0.55,
            0.55
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1243",
            "1011",
            "571"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ASTS",
      "description": "",
      "representative_file": "ASTS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5370992,
      "rep_rows": 215182,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:40:00",
            "2025-04-16 23:14:00",
            "2025-04-17 02:21:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            23.25,
            23.23,
            23.29
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            23.3,
            23.29,
            23.29
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            23.25,
            23.23,
            23.29
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            23.3,
            23.29,
            23.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "500",
            "100",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ASTX",
      "description": "",
      "representative_file": "ASTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2790893,
      "rep_rows": 107776,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-11 09:30:00",
            "2025-07-11 09:31:00",
            "2025-07-11 09:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.0,
            25.0067,
            30.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.0,
            25.01,
            30.86
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.0,
            25.0067,
            30.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.0,
            25.01,
            30.86
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "600",
            "319",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ASX",
      "description": "",
      "representative_file": "ASX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1930687,
      "rep_rows": 112059,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 112059,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:11:00",
            "2025-04-17 03:46:00",
            "2025-04-17 04:34:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.06,
            8.24,
            8.21
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.06,
            8.24,
            8.21
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.06,
            8.24,
            8.21
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.06,
            8.24,
            8.21
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "729",
            "9",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AU",
      "description": "",
      "representative_file": "AU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3081359,
      "rep_rows": 123298,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:59:00",
            "2025-04-17 01:22:00",
            "2025-04-17 01:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            45.62,
            45.62,
            45.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            45.62,
            45.62,
            45.7
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            45.62,
            45.62,
            45.62
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            45.62,
            45.62,
            45.62
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "20",
            "205"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AVAV",
      "description": "",
      "representative_file": "AVAV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3300775,
      "rep_rows": 115425,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:47:00",
            "2025-04-17 04:00:00",
            "2025-04-17 06:47:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            144.9,
            146.83,
            145.68
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            144.9,
            146.83,
            145.68
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            144.9,
            146.83,
            145.68
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            144.9,
            146.83,
            145.68
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "113",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AVGO",
      "description": "",
      "representative_file": "AVGO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6415223,
      "rep_rows": 262745,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            174.7,
            175.0,
            175.2
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            175.04,
            175.26,
            175.34
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            174.7,
            175.0,
            175.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            175.04,
            175.26,
            175.34
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "426",
            "190",
            "63"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AVGX",
      "description": "",
      "representative_file": "AVGX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2949078,
      "rep_rows": 115584,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:03:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.85,
            15.0,
            15.07
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.95,
            15.0,
            15.07
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.85,
            15.0,
            15.03
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.95,
            15.0,
            15.03
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "5",
            "400"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/AXIA",
      "description": "",
      "representative_file": "AXIA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1343970,
      "rep_rows": 85204,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 85204,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:10:00",
            "2025-04-17 09:21:00",
            "2025-04-17 09:27:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.97,
            7.01,
            7.03
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.97,
            7.01,
            7.03
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.97,
            7.01,
            7.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.97,
            7.01,
            7.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "400",
            "100",
            "2000"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/B",
      "description": "",
      "representative_file": "B.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3758556,
      "rep_rows": 152252,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:19:00",
            "2025-04-16 20:21:00",
            "2025-04-16 20:22:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            20.68,
            20.6,
            20.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            20.68,
            20.6,
            20.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            20.6,
            20.6,
            20.6
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            20.6,
            20.6,
            20.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "102",
            "511",
            "800"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BA",
      "description": "",
      "representative_file": "BA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3862658,
      "rep_rows": 151059,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:33:00",
            "2025-04-16 20:49:00",
            "2025-04-16 20:59:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            156.43,
            156.62,
            156.86
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            156.43,
            156.62,
            156.86
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            156.42,
            156.62,
            156.86
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            156.42,
            156.62,
            156.86
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "9",
            "8"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BABA",
      "description": "",
      "representative_file": "BABA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6206839,
      "rep_rows": 274955,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            107.31,
            107.2,
            107.2
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            107.31,
            107.29,
            107.2
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            107.31,
            107.2,
            107.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            107.31,
            107.29,
            107.2
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "143",
            "62"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BABX",
      "description": "",
      "representative_file": "BABX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2396202,
      "rep_rows": 131414,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 131414,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            22.45,
            22.4,
            22.44
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            22.45,
            22.4,
            22.44
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            22.45,
            22.4,
            22.44
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            22.45,
            22.4,
            22.44
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "234",
            "173",
            "50"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BAC",
      "description": "",
      "representative_file": "BAC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3586173,
      "rep_rows": 144653,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:11:00",
            "2025-04-16 20:22:00",
            "2025-04-16 20:49:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            37.3,
            37.33,
            37.36
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            37.3,
            37.36,
            37.36
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            37.3,
            37.33,
            37.36
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            37.3,
            37.36,
            37.36
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "10",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BBAI",
      "description": "",
      "representative_file": "BBAI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5505835,
      "rep_rows": 251940,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:01:00",
            "2025-04-16 22:00:00",
            "2025-04-16 23:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2.52,
            2.51,
            2.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2.52,
            2.51,
            2.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2.52,
            2.51,
            2.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2.52,
            2.51,
            2.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "1",
            "50"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BBBY",
      "description": "",
      "representative_file": "BBBY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1717360,
      "rep_rows": 97787,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 97787,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:59:00",
            "2025-04-17 08:00:00",
            "2025-04-17 08:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.73,
            3.69,
            3.71
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.73,
            3.69,
            3.71
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.73,
            3.69,
            3.71
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.73,
            3.69,
            3.71
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1000",
            "1974",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BBVA",
      "description": "",
      "representative_file": "BBVA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1660092,
      "rep_rows": 98065,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 98065,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 05:54:00",
            "2025-04-17 07:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            13.55,
            13.64,
            13.53
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            13.55,
            13.64,
            13.53
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            13.55,
            13.64,
            13.53
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            13.55,
            13.64,
            13.53
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "800",
            "800",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BBWI",
      "description": "",
      "representative_file": "BBWI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1694876,
      "rep_rows": 103052,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 103052,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:21:00",
            "2025-04-16 23:52:00",
            "2025-04-17 00:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            28.68,
            27.75,
            27.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            28.68,
            27.75,
            27.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            28.68,
            27.75,
            27.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            28.68,
            27.75,
            27.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "5",
            "1"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BBY",
      "description": "",
      "representative_file": "BBY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1726870,
      "rep_rows": 102194,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102194,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:07:00",
            "2025-04-16 23:59:00",
            "2025-04-17 01:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            59.43,
            60.67,
            60.58
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            59.43,
            60.67,
            60.58
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            59.43,
            60.67,
            60.58
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            59.43,
            60.67,
            60.58
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "8",
            "1",
            "1"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BCRX",
      "description": "",
      "representative_file": "BCRX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1591290,
      "rep_rows": 100330,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100330,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:26:00",
            "2025-04-17 09:27:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.03,
            7.11,
            7.17
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.03,
            7.11,
            7.18
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.03,
            7.11,
            7.14
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.03,
            7.11,
            7.175
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "93165"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BCS",
      "description": "",
      "representative_file": "BCS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2701688,
      "rep_rows": 109093,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:01:00",
            "2025-04-17 04:56:00",
            "2025-04-17 05:09:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.82,
            14.82,
            14.81
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.82,
            14.82,
            14.81
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.82,
            14.82,
            14.81
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.82,
            14.82,
            14.81
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2400",
            "3115",
            "400"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BE",
      "description": "",
      "representative_file": "BE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4637445,
      "rep_rows": 179642,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:42:00",
            "2025-04-17 05:47:00",
            "2025-04-17 06:14:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            17.99,
            17.62,
            17.95
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            17.99,
            17.62,
            17.95
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            17.92,
            17.61,
            17.95
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            17.92,
            17.61,
            17.95
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "354",
            "300",
            "169"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BEAM",
      "description": "",
      "representative_file": "BEAM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1771391,
      "rep_rows": 104196,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 104196,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:04:00",
            "2025-04-17 09:14:00",
            "2025-04-17 09:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            16.61,
            16.72,
            17.11
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            16.61,
            16.72,
            17.11
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            16.61,
            16.72,
            17.11
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            16.61,
            16.72,
            17.11
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "800",
            "163"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BEKE",
      "description": "",
      "representative_file": "BEKE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1723221,
      "rep_rows": 110913,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 110913,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:42:00",
            "2025-04-16 21:47:00",
            "2025-04-16 21:53:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.87,
            19.97,
            20.29
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.87,
            20.0,
            20.29
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.87,
            19.97,
            20.29
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.87,
            20.0,
            20.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "17",
            "2520",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BHP",
      "description": "",
      "representative_file": "BHP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2748439,
      "rep_rows": 119262,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:16:00",
            "2025-04-17 00:38:00",
            "2025-04-17 04:21:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            46.54,
            46.47,
            46.28
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            46.54,
            46.47,
            46.28
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            46.54,
            46.47,
            46.26
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            46.54,
            46.47,
            46.26
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "33",
            "900"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BHVN",
      "description": "",
      "representative_file": "BHVN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1723352,
      "rep_rows": 100461,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100461,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.99,
            18.81,
            18.965
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.04,
            19.03,
            19.065
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.5,
            18.81,
            18.8
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.87,
            18.81,
            18.98
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "44011",
            "600",
            "9746"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BIDU",
      "description": "",
      "representative_file": "BIDU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4001728,
      "rep_rows": 171120,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:13:00",
            "2025-04-16 20:22:00",
            "2025-04-16 20:24:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            82.5,
            82.5,
            82.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            82.5,
            82.5,
            82.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            82.5,
            82.5,
            82.45
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            82.5,
            82.5,
            82.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "101",
            "230",
            "6"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BILI",
      "description": "",
      "representative_file": "BILI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2249880,
      "rep_rows": 137521,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 137521,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:09:00",
            "2025-04-16 21:31:00",
            "2025-04-16 21:34:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            16.19,
            16.26,
            16.3
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            16.19,
            16.26,
            16.3
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            16.19,
            16.26,
            16.3
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            16.19,
            16.26,
            16.3
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "400",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BITB",
      "description": "",
      "representative_file": "BITB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2645238,
      "rep_rows": 113987,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:43:00",
            "2025-04-16 21:37:00",
            "2025-04-16 22:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            45.79,
            45.93,
            45.81
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            45.79,
            45.93,
            45.81
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            45.78,
            45.93,
            45.81
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            45.78,
            45.93,
            45.81
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "3",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BITI",
      "description": "",
      "representative_file": "BITI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3424648,
      "rep_rows": 142153,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:16:00",
            "2025-04-16 20:43:00",
            "2025-04-16 21:08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.32,
            25.28,
            25.22
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.32,
            25.28,
            25.22
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.32,
            25.28,
            25.22
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.32,
            25.28,
            25.22
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "800",
            "16",
            "5"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BITO",
      "description": "",
      "representative_file": "BITO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5547853,
      "rep_rows": 240505,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:11:00",
            "2025-04-16 20:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.27,
            18.31,
            18.26
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.27,
            18.31,
            18.26
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.27,
            18.31,
            18.26
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.27,
            18.31,
            18.26
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "15",
            "1000",
            "1500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BITU",
      "description": "",
      "representative_file": "BITU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4956856,
      "rep_rows": 220802,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            33.6,
            33.58,
            33.64
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            33.61,
            33.58,
            33.64
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            33.58,
            33.58,
            33.64
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            33.58,
            33.58,
            33.64
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "619",
            "283",
            "51"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BITX",
      "description": "",
      "representative_file": "BITX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6366448,
      "rep_rows": 286662,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            35.9,
            35.95,
            36.07
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            35.95,
            35.95,
            36.08
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            35.88,
            35.95,
            36.07
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            35.95,
            35.95,
            36.08
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1502",
            "270",
            "2000"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BKKT",
      "description": "",
      "representative_file": "BKKT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1977057,
      "rep_rows": 97491,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 97491,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:34:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.1,
            8.17,
            8.29
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.43,
            8.4084,
            8.29
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.1,
            8.17,
            8.29
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.3,
            8.4084,
            8.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2326",
            "649",
            "1000"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BKR",
      "description": "",
      "representative_file": "BKR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2518400,
      "rep_rows": 107969,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:14:00",
            "2025-04-17 03:04:00",
            "2025-04-17 04:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            38.22,
            38.52,
            38.84
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            38.22,
            38.52,
            38.84
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            38.22,
            38.52,
            38.84
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            38.22,
            38.52,
            38.84
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "1",
            "208"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BKSY",
      "description": "",
      "representative_file": "BKSY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2788316,
      "rep_rows": 109659,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 08:33:00",
            "2025-04-17 08:39:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.59,
            7.19,
            7.22
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.59,
            7.19,
            7.22
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.59,
            7.19,
            7.22
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.59,
            7.19,
            7.22
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "110",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BLSH",
      "description": "",
      "representative_file": "BLSH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2409667,
      "rep_rows": 93408,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-13 13:01:00",
            "2025-08-13 13:02:00",
            "2025-08-13 13:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            90.0,
            98.93,
            105.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            99.0,
            102.44,
            110.06
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            90.0,
            98.36,
            102.44
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            98.89,
            102.44,
            109.92
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "6196178",
            "1084534",
            "1621309"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BMNR",
      "description": "",
      "representative_file": "BMNR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6120002,
      "rep_rows": 258473,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-15 10:15:00",
            "2025-05-15 11:46:00",
            "2025-05-16 11:14:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            0.2625,
            0.4,
            4.01
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            0.2625,
            0.4,
            4.01
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            0.2625,
            0.4,
            4.01
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            0.2625,
            0.4,
            4.01
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "348",
            "5000",
            "109"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BMY",
      "description": "",
      "representative_file": "BMY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2791290,
      "rep_rows": 113991,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:14:00",
            "2025-04-17 00:02:00",
            "2025-04-17 01:44:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            50.5,
            50.0,
            49.55
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            50.5,
            50.0,
            49.55
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            50.5,
            49.72,
            49.55
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            50.5,
            49.72,
            49.55
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "26",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BN",
      "description": "",
      "representative_file": "BN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2319647,
      "rep_rows": 100832,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:16:00",
            "2025-04-17 07:00:00",
            "2025-04-17 07:38:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            49.42,
            49.22,
            48.74
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            49.49,
            49.22,
            48.74
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            49.42,
            49.22,
            48.74
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            49.49,
            49.22,
            48.74
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "450",
            "100",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BNTX",
      "description": "",
      "representative_file": "BNTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1476229,
      "rep_rows": 84962,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 84962,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:06:00",
            "2025-04-17 08:14:00",
            "2025-04-17 09:28:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            98.86,
            98.5,
            98.41
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            98.86,
            98.5,
            98.41
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            98.86,
            98.5,
            98.41
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            98.86,
            98.5,
            98.41
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BOTZ",
      "description": "",
      "representative_file": "BOTZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1834293,
      "rep_rows": 103627,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 103627,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:28:00",
            "2025-04-17 03:06:00",
            "2025-04-17 05:12:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            26.64,
            26.74,
            26.88
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            26.64,
            26.74,
            26.88
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            26.64,
            26.74,
            26.88
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            26.64,
            26.74,
            26.88
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "50",
            "36",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BP",
      "description": "",
      "representative_file": "BP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2326649,
      "rep_rows": 132522,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 132522,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 02:31:00",
            "2025-04-17 03:06:00",
            "2025-04-17 04:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            27.8,
            28.1,
            28.18
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            27.8,
            28.1,
            28.18
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            27.8,
            28.1,
            28.18
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            27.8,
            28.1,
            28.18
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "60",
            "1162",
            "600"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BROS",
      "description": "",
      "representative_file": "BROS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2771831,
      "rep_rows": 112902,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:02:00",
            "2025-04-17 00:38:00",
            "2025-04-17 02:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            57.5,
            57.5,
            59.1
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            57.5,
            57.5,
            59.1
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            57.5,
            57.5,
            59.1
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            57.5,
            57.5,
            59.1
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "24",
            "1",
            "30"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BRZE",
      "description": "",
      "representative_file": "BRZE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2205078,
      "rep_rows": 96951,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:25:00",
            "2025-04-17 02:04:00",
            "2025-04-17 07:51:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            29.46,
            29.44,
            28.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            29.46,
            29.44,
            28.75
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            29.46,
            29.44,
            28.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            29.46,
            29.44,
            28.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "2",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BTC",
      "description": "",
      "representative_file": "BTC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2871704,
      "rep_rows": 115495,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:21:00",
            "2025-04-16 20:58:00",
            "2025-04-16 22:50:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            37.09,
            37.4,
            37.3
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            37.09,
            37.4,
            37.3
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            37.09,
            37.4,
            37.3
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            37.09,
            37.4,
            37.3
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "8",
            "300"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BTDR",
      "description": "",
      "representative_file": "BTDR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2136265,
      "rep_rows": 124048,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 124048,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:49:00",
            "2025-04-16 22:57:00",
            "2025-04-16 23:21:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.35,
            7.26,
            7.35
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.35,
            7.38,
            7.35
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.35,
            7.26,
            7.35
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.35,
            7.38,
            7.35
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "20",
            "186"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BTI",
      "description": "",
      "representative_file": "BTI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1999800,
      "rep_rows": 115293,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 115293,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:00:00",
            "2025-04-17 04:02:00",
            "2025-04-17 04:14:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            42.0,
            42.08,
            42.09
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            42.0,
            42.08,
            42.09
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            42.0,
            42.08,
            42.09
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            42.0,
            42.08,
            42.09
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "1000",
            "2500"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BTU",
      "description": "",
      "representative_file": "BTU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2526106,
      "rep_rows": 105670,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:44:00",
            "2025-04-16 23:22:00",
            "2025-04-17 00:08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.41,
            12.41,
            12.3
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.41,
            12.41,
            12.3
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.41,
            12.41,
            12.3
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.41,
            12.41,
            12.3
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "20",
            "1",
            "50"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BUD",
      "description": "",
      "representative_file": "BUD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1683478,
      "rep_rows": 102458,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102458,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:21:00",
            "2025-04-17 07:34:00",
            "2025-04-17 07:48:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            65.04,
            64.91,
            64.99
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            65.04,
            64.91,
            64.99
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            65.04,
            64.91,
            64.99
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            65.04,
            64.91,
            64.99
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "200",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BULL",
      "description": "",
      "representative_file": "BULL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5010792,
      "rep_rows": 214076,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:09:00",
            "2025-04-16 20:18:00",
            "2025-04-16 20:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            37.0,
            38.0,
            38.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            37.0,
            38.0,
            38.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            37.0,
            38.0,
            38.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            37.0,
            38.0,
            38.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "26",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BUR",
      "description": "",
      "representative_file": "BUR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1406746,
      "rep_rows": 90354,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 90354,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:09:00",
            "2025-04-17 06:12:00",
            "2025-04-17 06:22:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.07,
            14.05,
            14.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.07,
            14.05,
            14.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.07,
            14.05,
            14.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.07,
            14.05,
            14.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "128",
            "551",
            "525"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BVN",
      "description": "",
      "representative_file": "BVN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1455062,
      "rep_rows": 87089,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 87089,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:50:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.67,
            14.96,
            14.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.68,
            14.96,
            14.75
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.67,
            14.89,
            14.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.67,
            14.89,
            14.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "6649",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/BX",
      "description": "",
      "representative_file": "BX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2787625,
      "rep_rows": 106778,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:26:00",
            "2025-04-16 21:27:00",
            "2025-04-16 23:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            129.15,
            129.15,
            132.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            129.15,
            129.15,
            132.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            129.15,
            129.15,
            132.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            129.15,
            129.15,
            132.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "50",
            "30",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/C",
      "description": "",
      "representative_file": "C.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3045221,
      "rep_rows": 119051,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:19:00",
            "2025-04-16 20:36:00",
            "2025-04-16 20:37:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            62.27,
            62.29,
            62.29
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            62.27,
            62.29,
            62.29
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            62.27,
            62.29,
            62.29
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            62.27,
            62.29,
            62.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "16",
            "2",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CAG",
      "description": "",
      "representative_file": "CAG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2701170,
      "rep_rows": 110580,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:12:00",
            "2025-04-17 07:13:00",
            "2025-04-17 07:45:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.0,
            24.91,
            24.9
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.0,
            24.91,
            24.9
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.0,
            24.91,
            24.9
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.0,
            24.91,
            24.9
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "25",
            "200",
            "129"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CALY",
      "description": "",
      "representative_file": "CALY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1519192,
      "rep_rows": 95783,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 95783,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:36:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.37,
            6.1,
            6.1
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.37,
            6.1323,
            6.1
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.37,
            6.1,
            6.08
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.37,
            6.1323,
            6.08
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "30",
            "69829",
            "2200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CAPR",
      "description": "",
      "representative_file": "CAPR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1804686,
      "rep_rows": 95689,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 95689,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:05:00",
            "2025-04-17 07:43:00",
            "2025-04-17 07:57:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.62,
            9.78,
            9.86
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.64,
            9.8,
            10.1
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.62,
            9.77,
            9.86
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.63,
            9.8,
            10.1
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "590",
            "1926",
            "4491"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CAT",
      "description": "",
      "representative_file": "CAT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3436072,
      "rep_rows": 114458,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:22:00",
            "2025-04-16 22:38:00",
            "2025-04-16 22:39:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            290.9,
            290.2,
            288.14
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            290.9,
            290.2,
            288.14
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            290.9,
            290.2,
            288.14
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            290.9,
            290.2,
            288.14
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "9",
            "1",
            "19"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CAVA",
      "description": "",
      "representative_file": "CAVA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2941676,
      "rep_rows": 115307,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:38:00",
            "2025-04-16 22:57:00",
            "2025-04-17 01:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            87.21,
            87.21,
            86.8
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            87.21,
            87.21,
            86.8
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            87.0,
            87.21,
            86.8
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            87.0,
            87.21,
            86.8
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "15",
            "5",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CC",
      "description": "",
      "representative_file": "CC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1688393,
      "rep_rows": 100539,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100539,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.12,
            11.14,
            11.07
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.19,
            11.2,
            11.22
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.05,
            11.14,
            11.07
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.13,
            11.2,
            11.145
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "22886",
            "500",
            "1823"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CCEP",
      "description": "",
      "representative_file": "CCEP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1491738,
      "rep_rows": 96513,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 96513,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:05:00",
            "2025-04-17 04:15:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            88.89,
            88.78,
            88.77
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            88.9,
            88.78,
            88.77
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            88.89,
            88.77,
            88.76
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            88.9,
            88.77,
            88.76
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "668",
            "600",
            "400"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CCJ",
      "description": "",
      "representative_file": "CCJ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3298043,
      "rep_rows": 130619,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:47:00",
            "2025-04-16 22:36:00",
            "2025-04-16 22:40:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            41.1,
            41.05,
            41.05
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            41.1,
            41.05,
            41.05
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            41.1,
            41.05,
            41.05
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            41.1,
            41.05,
            41.05
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "1",
            "9"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CCL",
      "description": "",
      "representative_file": "CCL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2713496,
      "rep_rows": 146964,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 146964,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:29:00",
            "2025-04-16 21:55:00",
            "2025-04-16 22:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            17.99,
            17.99,
            17.89
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            17.99,
            17.99,
            17.89
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            17.99,
            17.99,
            17.89
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            17.99,
            17.99,
            17.89
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4",
            "6",
            "1"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CDE",
      "description": "",
      "representative_file": "CDE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3662117,
      "rep_rows": 146941,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:05:00",
            "2025-04-17 04:06:00",
            "2025-04-17 04:08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.2,
            6.2,
            6.21
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.2,
            6.2,
            6.21
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.19,
            6.19,
            6.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.19,
            6.19,
            6.2
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "724",
            "1520",
            "350"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CEF",
      "description": "",
      "representative_file": "CEF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1653591,
      "rep_rows": 82516,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 82516,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:03:00",
            "2025-04-17 04:29:00",
            "2025-04-17 04:37:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            29.34,
            29.3,
            29.27
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            29.34,
            29.3,
            29.27
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            29.34,
            29.3,
            29.27
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            29.34,
            29.3,
            29.27
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1100",
            "1100",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CEG",
      "description": "",
      "representative_file": "CEG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3442514,
      "rep_rows": 128744,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:10:00",
            "2025-04-17 00:06:00",
            "2025-04-17 00:56:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            205.9,
            206.0,
            206.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            205.9,
            206.0,
            206.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            205.38,
            206.0,
            206.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            205.38,
            206.0,
            206.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "62",
            "6",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CELH",
      "description": "",
      "representative_file": "CELH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3142879,
      "rep_rows": 127642,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:14:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            36.6,
            36.59,
            36.96
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            36.6,
            36.59,
            36.96
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            36.6,
            36.51,
            36.96
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            36.6,
            36.51,
            36.96
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "5",
            "5"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CENX",
      "description": "",
      "representative_file": "CENX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1731402,
      "rep_rows": 97453,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 97453,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:08:00",
            "2025-04-17 09:14:00",
            "2025-04-17 09:28:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.83,
            15.83,
            15.8
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.83,
            15.83,
            15.8
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.8,
            15.83,
            15.8
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.8,
            15.83,
            15.8
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "470",
            "350",
            "1030"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CFLT",
      "description": "",
      "representative_file": "CFLT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2219117,
      "rep_rows": 99227,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:00:00",
            "2025-04-17 08:00:00",
            "2025-04-17 08:37:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            21.73,
            21.2501,
            21.9
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            21.73,
            21.2501,
            21.9
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            21.69,
            21.2501,
            21.9
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            21.69,
            21.2501,
            21.9
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "757",
            "1000",
            "500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CGAU",
      "description": "",
      "representative_file": "CGAU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1433996,
      "rep_rows": 88610,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 88610,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:00:00",
            "2025-04-17 07:38:00",
            "2025-04-17 08:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.0,
            7.0,
            6.99
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.0,
            7.0,
            6.99
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.0,
            7.0,
            6.99
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.0,
            7.0,
            6.99
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1000",
            "172",
            "1799"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CHA",
      "description": "",
      "representative_file": "CHA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1636295,
      "rep_rows": 95539,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 95539,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 11:43:00",
            "2025-04-17 11:44:00",
            "2025-04-17 11:45:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            33.75,
            37.98,
            38.55
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            38.0,
            40.0,
            39.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            33.75,
            37.38,
            37.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            38.0,
            38.55,
            38.3
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1055243",
            "346778",
            "211806"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CHWY",
      "description": "",
      "representative_file": "CHWY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1961587,
      "rep_rows": 111040,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 111040,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:31:00",
            "2025-04-17 00:35:00",
            "2025-04-17 00:36:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            34.5,
            34.5,
            34.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            34.5,
            34.5,
            34.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            34.5,
            34.5,
            34.6
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            34.5,
            34.5,
            34.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "9"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CHYM",
      "description": "",
      "representative_file": "CHYM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1624193,
      "rep_rows": 90871,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 90871,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-12 12:49:00",
            "2025-06-12 12:50:00",
            "2025-06-12 12:51:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            43.0,
            43.05,
            44.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            43.99,
            44.94,
            44.69
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            43.0,
            42.02,
            42.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            43.05,
            44.41,
            43.685
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3205354",
            "1223636",
            "869586"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CIEN",
      "description": "",
      "representative_file": "CIEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3155962,
      "rep_rows": 109640,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:01:00",
            "2025-04-17 05:51:00",
            "2025-04-17 06:59:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            59.26,
            59.8,
            58.85
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            59.26,
            59.8,
            58.85
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            57.87,
            59.8,
            58.85
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            57.87,
            59.8,
            58.85
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "100",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CIFR",
      "description": "",
      "representative_file": "CIFR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4763902,
      "rep_rows": 193653,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:50:00",
            "2025-04-17 04:59:00",
            "2025-04-17 06:48:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2.31,
            2.36,
            2.36
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2.31,
            2.36,
            2.36
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2.31,
            2.36,
            2.35
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2.31,
            2.36,
            2.35
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "70",
            "500",
            "1286"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CIVI",
      "description": "",
      "representative_file": "CIVI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1247688,
      "rep_rows": 76293,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 76293,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:04:00",
            "2025-04-17 08:21:00",
            "2025-04-17 09:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            28.75,
            28.24,
            28.27
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            28.75,
            28.24,
            28.27
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            28.75,
            28.24,
            28.27
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            28.75,
            28.24,
            28.27
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "325",
            "274"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CLF",
      "description": "",
      "representative_file": "CLF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2486825,
      "rep_rows": 128095,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 128095,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:10:00",
            "2025-04-16 20:42:00",
            "2025-04-16 21:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.0,
            7.13,
            7.1
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.0,
            7.13,
            7.1
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.0,
            7.12,
            7.1
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.0,
            7.12,
            7.1
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "250",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CLS",
      "description": "",
      "representative_file": "CLS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3625125,
      "rep_rows": 127877,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:41:00",
            "2025-04-17 00:42:00",
            "2025-04-17 01:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            80.57,
            80.7,
            80.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            80.57,
            80.7,
            80.7
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            80.5,
            80.7,
            80.7
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            80.5,
            80.7,
            80.7
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "16",
            "15",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CLSK",
      "description": "",
      "representative_file": "CLSK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5128713,
      "rep_rows": 217744,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:11:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.27,
            7.27,
            7.29
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.27,
            7.27,
            7.29
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.27,
            7.27,
            7.29
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.27,
            7.27,
            7.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "395",
            "700"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CMBT",
      "description": "",
      "representative_file": "CMBT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1277639,
      "rep_rows": 76852,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 76852,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:39:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.79,
            8.9899,
            8.95
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.93,
            8.9899,
            8.95
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.79,
            8.82,
            8.82
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.93,
            8.82,
            8.82
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1034",
            "1200",
            "600"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CMCSA",
      "description": "",
      "representative_file": "CMCSA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2934968,
      "rep_rows": 121479,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:50:00",
            "2025-04-16 23:51:00",
            "2025-04-16 23:58:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            33.61,
            33.61,
            33.61
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            33.61,
            33.61,
            33.61
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            33.61,
            33.61,
            33.61
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            33.61,
            33.61,
            33.61
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "50",
            "100",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CMG",
      "description": "",
      "representative_file": "CMG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3387259,
      "rep_rows": 134620,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:10:00",
            "2025-04-16 20:36:00",
            "2025-04-16 20:38:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            48.8,
            48.62,
            48.66
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            48.8,
            48.62,
            48.66
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            48.8,
            48.62,
            48.66
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            48.8,
            48.62,
            48.66
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CNC",
      "description": "",
      "representative_file": "CNC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2208223,
      "rep_rows": 123396,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 123396,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:00:00",
            "2025-04-17 05:08:00",
            "2025-04-17 05:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            61.37,
            61.4,
            61.4
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            61.37,
            61.4,
            61.48
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            61.37,
            61.4,
            61.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            61.37,
            61.4,
            61.48
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "441",
            "1400"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CNH",
      "description": "",
      "representative_file": "CNH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1744987,
      "rep_rows": 100838,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100838,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:18:00",
            "2025-04-17 07:52:00",
            "2025-04-17 08:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.19,
            11.16,
            11.21
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.19,
            11.16,
            11.21
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.19,
            11.15,
            11.21
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.19,
            11.15,
            11.21
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "216",
            "861",
            "250"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CNQ",
      "description": "",
      "representative_file": "CNQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1824814,
      "rep_rows": 104395,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 104395,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:51:00",
            "2025-04-17 07:53:00",
            "2025-04-17 08:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            28.5,
            28.5,
            28.54
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            28.5,
            28.5,
            28.54
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            28.5,
            28.5,
            28.54
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            28.5,
            28.5,
            28.54
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "586",
            "136",
            "225"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/COF",
      "description": "",
      "representative_file": "COF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2677724,
      "rep_rows": 105473,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:04:00",
            "2025-04-16 21:02:00",
            "2025-04-16 22:25:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            157.0,
            157.74,
            161.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            157.0,
            157.74,
            161.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            157.0,
            157.74,
            161.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            157.0,
            157.74,
            161.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "8",
            "1",
            "16"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/COHR",
      "description": "",
      "representative_file": "COHR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3650605,
      "rep_rows": 134610,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:03:00",
            "2025-04-16 23:57:00",
            "2025-04-17 00:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            54.88,
            54.88,
            54.88
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            54.88,
            54.88,
            54.88
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            54.88,
            54.88,
            54.88
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            54.88,
            54.88,
            54.88
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "11",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/COIN",
      "description": "",
      "representative_file": "COIN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6611102,
      "rep_rows": 268650,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:05:00",
            "2025-04-16 20:07:00",
            "2025-04-16 20:09:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            171.86,
            172.16,
            172.16
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            171.87,
            172.16,
            172.16
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            171.86,
            172.16,
            172.04
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            171.87,
            172.16,
            172.04
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "53",
            "60",
            "298"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/COMM",
      "description": "",
      "representative_file": "COMM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1445864,
      "rep_rows": 79971,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 79971,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 07:00:00",
            "2025-04-17 08:49:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.47,
            3.5,
            3.42
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.47,
            3.5,
            3.42
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.47,
            3.5,
            3.42
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.47,
            3.5,
            3.42
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "290",
            "100",
            "150"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/COMP",
      "description": "",
      "representative_file": "COMP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1741374,
      "rep_rows": 102277,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102277,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:52:00",
            "2025-04-17 08:43:00",
            "2025-04-17 09:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.59,
            7.67,
            7.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.6,
            7.67,
            7.65
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.59,
            7.67,
            7.61
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.6,
            7.67,
            7.62
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "430",
            "100",
            "1001"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CONL",
      "description": "",
      "representative_file": "CONL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6220485,
      "rep_rows": 272857,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:09:00",
            "2025-04-16 20:23:00",
            "2025-04-16 20:34:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            13.15,
            13.14,
            13.16
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            13.15,
            13.14,
            13.16
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            13.1,
            13.14,
            13.16
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            13.1,
            13.14,
            13.16
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2660",
            "14",
            "4"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CONY",
      "description": "",
      "representative_file": "CONY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4301803,
      "rep_rows": 186072,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 02:03:00",
            "2025-04-17 02:49:00",
            "2025-04-17 02:52:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.3,
            7.29,
            7.29
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.3,
            7.29,
            7.29
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.3,
            7.29,
            7.29
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.3,
            7.29,
            7.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "684",
            "50",
            "20"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/COP",
      "description": "",
      "representative_file": "COP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2782812,
      "rep_rows": 114741,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:19:00",
            "2025-04-16 20:34:00",
            "2025-04-16 23:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            87.1,
            87.1,
            87.72
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            87.1,
            87.1,
            87.72
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            87.1,
            87.1,
            87.72
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            87.1,
            87.1,
            87.72
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/COPX",
      "description": "",
      "representative_file": "COPX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3164641,
      "rep_rows": 129935,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:46:00",
            "2025-04-17 00:10:00",
            "2025-04-17 03:09:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            36.29,
            36.54,
            36.22
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            36.29,
            36.54,
            36.22
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            36.27,
            36.54,
            36.22
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            36.27,
            36.54,
            36.22
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "3",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CORZ",
      "description": "",
      "representative_file": "CORZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3053482,
      "rep_rows": 127208,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:24:00",
            "2025-04-17 04:43:00",
            "2025-04-17 04:55:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.7,
            6.7,
            6.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.7,
            6.7,
            6.7
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.7,
            6.7,
            6.7
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.7,
            6.7,
            6.7
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "2000",
            "900"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CPNG",
      "description": "",
      "representative_file": "CPNG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3546301,
      "rep_rows": 157603,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:04:00",
            "2025-04-17 07:29:00",
            "2025-04-17 08:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            21.37,
            21.34,
            21.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            21.37,
            21.34,
            21.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            21.37,
            21.34,
            21.45
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            21.37,
            21.34,
            21.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "141",
            "100",
            "115"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CRCL",
      "description": "",
      "representative_file": "CRCL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5955615,
      "rep_rows": 242337,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-05 12:38:00",
            "2025-06-05 12:39:00",
            "2025-06-05 12:44:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            69.0,
            75.9,
            75.9
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            75.9,
            75.9,
            88.88
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            64.0,
            75.9,
            75.9
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            75.9,
            75.9,
            88.88
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5917166",
            "53372",
            "2161955"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CRDO",
      "description": "",
      "representative_file": "CRDO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4172217,
      "rep_rows": 160944,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:16:00",
            "2025-04-17 00:17:00",
            "2025-04-17 00:58:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            38.15,
            38.15,
            38.15
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            38.15,
            38.15,
            38.15
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            38.15,
            38.15,
            38.15
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            38.15,
            38.15,
            38.15
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CRGY",
      "description": "",
      "representative_file": "CRGY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1652482,
      "rep_rows": 101744,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101744,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:12:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.26,
            8.29,
            8.31
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.26,
            8.3,
            8.32
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.26,
            8.18,
            8.19
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.26,
            8.19,
            8.19
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "181",
            "89221",
            "7429"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CRH",
      "description": "",
      "representative_file": "CRH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1832761,
      "rep_rows": 107667,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 107667,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:03:00",
            "2025-04-17 04:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            85.45,
            85.44,
            85.3
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            85.55,
            85.44,
            85.3
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            85.45,
            85.44,
            85.3
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            85.55,
            85.44,
            85.3
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "475",
            "250",
            "250"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CRK",
      "description": "",
      "representative_file": "CRK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1656728,
      "rep_rows": 99022,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99022,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:06:00",
            "2025-04-17 08:27:00",
            "2025-04-17 08:28:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.84,
            20.2194,
            20.2208
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.84,
            20.2194,
            20.2208
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.84,
            20.2194,
            20.2208
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.84,
            20.2194,
            20.2208
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "250",
            "250"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CRM",
      "description": "",
      "representative_file": "CRM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3745536,
      "rep_rows": 148781,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:30:00",
            "2025-04-16 21:05:00",
            "2025-04-16 21:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            250.57,
            251.0,
            251.09
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            250.57,
            251.0,
            251.09
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            250.56,
            251.0,
            251.09
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            250.56,
            251.0,
            251.09
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "11",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CRMD",
      "description": "",
      "representative_file": "CRMD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2280269,
      "rep_rows": 96247,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:04:00",
            "2025-04-17 08:25:00",
            "2025-04-17 09:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.5,
            7.52,
            7.47
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.5,
            7.52,
            7.47
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.5,
            7.52,
            7.4699
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.5,
            7.52,
            7.4699
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "100",
            "400"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CRML",
      "description": "",
      "representative_file": "CRML.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4146768,
      "rep_rows": 168914,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:32:00",
            "2025-04-17 00:05:00",
            "2025-04-17 00:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2.5,
            2.43,
            2.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2.5,
            2.43,
            2.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2.5,
            2.43,
            2.45
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2.5,
            2.43,
            2.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "20",
            "100",
            "645"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CRNC",
      "description": "",
      "representative_file": "CRNC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1658308,
      "rep_rows": 93528,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 93528,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:34:00",
            "2025-04-17 09:35:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.4,
            7.47,
            7.385
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.4,
            7.47,
            7.395
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.37,
            7.47,
            7.38
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.375,
            7.47,
            7.395
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "21921",
            "500",
            "700"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CRSP",
      "description": "",
      "representative_file": "CRSP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3061944,
      "rep_rows": 123179,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 21:13:00",
            "2025-04-16 22:08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            36.85,
            37.01,
            38.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            36.85,
            37.01,
            38.7
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            36.85,
            37.0,
            38.7
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            36.85,
            37.0,
            38.7
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "500",
            "7"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CRWD",
      "description": "",
      "representative_file": "CRWD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3920956,
      "rep_rows": 143744,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:35:00",
            "2025-04-16 21:02:00",
            "2025-04-16 21:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            381.17,
            383.17,
            382.46
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            381.17,
            383.18,
            382.46
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            381.17,
            380.05,
            382.46
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            381.17,
            380.05,
            382.46
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "53",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CRWV",
      "description": "",
      "representative_file": "CRWV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6622997,
      "rep_rows": 270366,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:23:00",
            "2025-04-16 20:24:00",
            "2025-04-16 20:37:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            40.73,
            40.71,
            40.97
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            40.73,
            40.71,
            40.98
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            40.7,
            40.71,
            40.97
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            40.7,
            40.71,
            40.98
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "800",
            "167",
            "536"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CSCO",
      "description": "",
      "representative_file": "CSCO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3224564,
      "rep_rows": 131361,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:45:00",
            "2025-04-16 23:45:00",
            "2025-04-17 00:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            55.98,
            56.03,
            56.06
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            55.98,
            56.03,
            56.06
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            55.98,
            56.03,
            56.06
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            55.98,
            56.03,
            56.06
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "10",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CSIQ",
      "description": "",
      "representative_file": "CSIQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2645221,
      "rep_rows": 110806,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:47:00",
            "2025-04-17 06:48:00",
            "2025-04-17 06:50:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.34,
            7.35,
            7.35
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.35,
            7.35,
            7.35
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.34,
            7.35,
            7.35
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.35,
            7.35,
            7.35
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4155",
            "400",
            "1726"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CSX",
      "description": "",
      "representative_file": "CSX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1872398,
      "rep_rows": 106439,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 106439,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:04:00",
            "2025-04-16 21:26:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            27.49,
            27.37,
            27.37
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            27.49,
            27.37,
            27.37
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            27.49,
            27.36,
            27.37
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            27.49,
            27.36,
            27.37
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "55",
            "61",
            "10"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CTRA",
      "description": "",
      "representative_file": "CTRA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1810024,
      "rep_rows": 104804,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 104804,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:02:00",
            "2025-04-17 08:03:00",
            "2025-04-17 08:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            26.21,
            26.21,
            26.29
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            26.21,
            26.21,
            26.29
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            26.21,
            26.21,
            26.29
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            26.21,
            26.21,
            26.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "116",
            "134",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CUK",
      "description": "",
      "representative_file": "CUK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1644768,
      "rep_rows": 107724,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 107724,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:51:00",
            "2025-04-17 03:11:00",
            "2025-04-17 03:17:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            16.3,
            16.31,
            16.33
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            16.3,
            16.31,
            16.33
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            16.3,
            16.31,
            16.33
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            16.3,
            16.31,
            16.33
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "100",
            "265"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CVE",
      "description": "",
      "representative_file": "CVE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1971216,
      "rep_rows": 103952,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 103952,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 02:56:00",
            "2025-04-17 04:26:00",
            "2025-04-17 05:22:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.85,
            11.69,
            11.86
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.85,
            11.69,
            11.86
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.85,
            11.69,
            11.86
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.85,
            11.69,
            11.86
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "101",
            "168"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CVNA",
      "description": "",
      "representative_file": "CVNA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3405483,
      "rep_rows": 120415,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:30:00",
            "2025-04-16 21:45:00",
            "2025-04-16 22:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            208.0,
            212.44,
            212.44
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            208.0,
            212.44,
            212.44
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            208.0,
            212.44,
            212.44
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            208.0,
            212.44,
            212.44
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "50"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CVX",
      "description": "",
      "representative_file": "CVX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3523649,
      "rep_rows": 143292,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:37:00",
            "2025-04-16 20:43:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            135.6,
            135.56,
            135.56
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            135.6,
            135.56,
            135.56
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            135.6,
            135.56,
            135.56
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            135.6,
            135.56,
            135.56
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CWVX",
      "description": "",
      "representative_file": "CWVX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3368231,
      "rep_rows": 132655,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-11 09:31:00",
            "2025-07-11 09:32:00",
            "2025-07-11 09:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            23.92,
            24.1,
            24.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            23.92,
            24.1,
            24.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            23.92,
            24.099,
            24.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            23.92,
            24.099,
            24.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "125",
            "400",
            "125"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/CZR",
      "description": "",
      "representative_file": "CZR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1671870,
      "rep_rows": 102873,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102873,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:14:00",
            "2025-04-17 05:57:00",
            "2025-04-17 07:18:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            24.6,
            25.03,
            24.86
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            24.6,
            25.03,
            24.86
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            24.6,
            25.03,
            24.86
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            24.6,
            25.03,
            24.86
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "244",
            "129"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DAL",
      "description": "",
      "representative_file": "DAL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3112329,
      "rep_rows": 125801,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:08:00",
            "2025-04-16 20:23:00",
            "2025-04-16 20:29:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            40.74,
            40.74,
            40.74
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            40.74,
            40.74,
            40.74
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            40.74,
            40.74,
            40.74
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            40.74,
            40.74,
            40.74
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "8"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DASH",
      "description": "",
      "representative_file": "DASH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2973874,
      "rep_rows": 113024,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:19:00",
            "2025-04-17 06:42:00",
            "2025-04-17 07:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            180.53,
            181.29,
            180.51
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            180.53,
            181.29,
            180.51
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            180.53,
            181.29,
            179.14
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            180.53,
            181.29,
            179.14
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "6",
            "100",
            "2273"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DB",
      "description": "",
      "representative_file": "DB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1849981,
      "rep_rows": 107678,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 107678,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:00:00",
            "2025-04-17 04:00:00",
            "2025-04-17 04:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            23.65,
            23.64,
            23.64
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            23.65,
            23.64,
            23.64
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            23.65,
            23.64,
            23.64
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            23.65,
            23.64,
            23.64
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "30",
            "200",
            "400"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DDOG",
      "description": "",
      "representative_file": "DDOG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2958440,
      "rep_rows": 117397,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:57:00",
            "2025-04-16 21:32:00",
            "2025-04-16 23:34:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            92.87,
            92.36,
            93.04
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            92.87,
            92.36,
            93.04
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            92.87,
            92.36,
            93.04
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            92.87,
            92.36,
            93.04
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "25",
            "3",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DECK",
      "description": "",
      "representative_file": "DECK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1951959,
      "rep_rows": 108458,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 108458,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:27:00",
            "2025-04-16 22:27:00",
            "2025-04-17 00:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            102.17,
            103.33,
            103.33
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            102.17,
            103.33,
            103.33
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            102.17,
            103.33,
            103.33
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            102.17,
            103.33,
            103.33
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "4"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DELL",
      "description": "",
      "representative_file": "DELL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3517728,
      "rep_rows": 139211,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:50:00",
            "2025-04-16 21:08:00",
            "2025-04-16 21:17:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            83.4,
            84.97,
            84.98
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            83.4,
            84.97,
            85.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            83.4,
            84.97,
            84.98
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            83.4,
            84.97,
            85.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "19",
            "120",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DEO",
      "description": "",
      "representative_file": "DEO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1920805,
      "rep_rows": 102117,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102117,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:45:00",
            "2025-04-17 04:00:00",
            "2025-04-17 04:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            110.28,
            109.6,
            109.66
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            110.28,
            109.68,
            109.66
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            110.28,
            109.6,
            109.66
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            110.28,
            109.68,
            109.66
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "29",
            "475",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DFDV",
      "description": "",
      "representative_file": "DFDV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2232531,
      "rep_rows": 110319,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 110319,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:58:00",
            "2025-04-17 06:25:00",
            "2025-04-17 07:14:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            70.15,
            73.03,
            73.41
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            70.15,
            73.03,
            74.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            70.0,
            73.03,
            73.41
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            70.0,
            73.03,
            74.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "59",
            "200",
            "242"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DFTX",
      "description": "",
      "representative_file": "DFTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1675505,
      "rep_rows": 92385,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 92385,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.46,
            5.46,
            5.485
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.46,
            5.48,
            5.52
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.46,
            5.45,
            5.485
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.46,
            5.45,
            5.52
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "32096",
            "431"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DHT",
      "description": "",
      "representative_file": "DHT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1523362,
      "rep_rows": 94729,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 94729,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:17:00",
            "2025-04-16 21:24:00",
            "2025-04-17 00:11:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.12,
            10.12,
            10.14
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.12,
            10.14,
            10.14
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.12,
            10.12,
            10.14
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.12,
            10.14,
            10.14
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "10",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DJT",
      "description": "",
      "representative_file": "DJT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4296900,
      "rep_rows": 179658,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:05:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.74,
            19.74,
            19.98
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.74,
            19.98,
            19.98
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.74,
            19.74,
            19.98
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.74,
            19.98,
            19.98
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "259",
            "605"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DKNG",
      "description": "",
      "representative_file": "DKNG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3215935,
      "rep_rows": 129761,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:47:00",
            "2025-04-16 20:49:00",
            "2025-04-16 20:54:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            33.73,
            33.0,
            33.9
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            33.73,
            33.0,
            33.9
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            33.73,
            33.0,
            33.9
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            33.73,
            33.0,
            33.9
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DLO",
      "description": "",
      "representative_file": "DLO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1720147,
      "rep_rows": 99257,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99257,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:00:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.75,
            8.66,
            8.74
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.75,
            8.66,
            8.74
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.75,
            8.66,
            8.665
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.75,
            8.66,
            8.7213
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "2503",
            "1046"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DNA",
      "description": "",
      "representative_file": "DNA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1767683,
      "rep_rows": 101494,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101494,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:04:00",
            "2025-04-17 01:45:00",
            "2025-04-17 08:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.09,
            7.91,
            8.0515
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.09,
            7.91,
            8.09
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.09,
            7.81,
            7.81
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.09,
            7.81,
            8.09
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "812",
            "1467"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DOCN",
      "description": "",
      "representative_file": "DOCN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1995570,
      "rep_rows": 104952,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 104952,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:00:00",
            "2025-04-17 08:05:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            27.85,
            28.06,
            27.89
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            27.85,
            28.06,
            28.05
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            27.85,
            28.06,
            27.89
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            27.85,
            28.06,
            27.9625
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "30945"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DOCU",
      "description": "",
      "representative_file": "DOCU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2576863,
      "rep_rows": 106193,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:28:00",
            "2025-04-17 08:00:00",
            "2025-04-17 09:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            78.97,
            78.97,
            77.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            78.97,
            78.97,
            77.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            78.97,
            78.97,
            77.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            78.97,
            78.97,
            77.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "171",
            "171",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DOW",
      "description": "",
      "representative_file": "DOW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2969585,
      "rep_rows": 120517,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:51:00",
            "2025-04-16 21:06:00",
            "2025-04-16 22:56:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            27.5,
            27.66,
            28.23
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            27.5,
            27.66,
            28.24
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            27.5,
            27.66,
            28.23
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            27.5,
            27.66,
            28.24
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "2",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DPRO",
      "description": "",
      "representative_file": "DPRO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2851592,
      "rep_rows": 109237,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:12:00",
            "2025-04-17 08:34:00",
            "2025-04-17 09:08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2.5429,
            2.7,
            2.56
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2.5429,
            2.7,
            2.56
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2.5429,
            2.7,
            2.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2.5429,
            2.7,
            2.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "288",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DQ",
      "description": "",
      "representative_file": "DQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1329705,
      "rep_rows": 80344,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 80344,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.21,
            14.28,
            14.28
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.21,
            14.28,
            14.28
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.155,
            14.2,
            14.28
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.155,
            14.2,
            14.28
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5034",
            "900",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DUOL",
      "description": "",
      "representative_file": "DUOL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3412728,
      "rep_rows": 118934,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:25:00",
            "2025-04-17 00:16:00",
            "2025-04-17 01:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            329.99,
            329.0,
            329.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            329.99,
            329.0,
            329.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            329.99,
            329.0,
            329.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            329.99,
            329.0,
            329.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "10",
            "6"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DVN",
      "description": "",
      "representative_file": "DVN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2869513,
      "rep_rows": 119117,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:57:00",
            "2025-04-16 21:58:00",
            "2025-04-16 22:41:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            29.53,
            29.54,
            29.49
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            29.53,
            29.54,
            29.49
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            29.53,
            29.54,
            29.49
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            29.53,
            29.54,
            29.49
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "6",
            "17"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DX",
      "description": "",
      "representative_file": "DX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2424494,
      "rep_rows": 106269,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:19:00",
            "2025-04-16 23:54:00",
            "2025-04-17 06:27:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.7,
            11.7,
            11.8
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.7,
            11.7,
            11.8
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.7,
            11.7,
            11.8
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.7,
            11.7,
            11.8
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "209",
            "154",
            "603"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/DXYZ",
      "description": "",
      "representative_file": "DXYZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2977921,
      "rep_rows": 118662,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:02:00",
            "2025-04-16 22:12:00",
            "2025-04-16 22:35:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            30.62,
            30.62,
            30.73
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            30.62,
            30.62,
            30.73
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            30.62,
            30.62,
            30.73
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            30.62,
            30.62,
            30.73
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "25",
            "58",
            "7"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EC",
      "description": "",
      "representative_file": "EC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1639336,
      "rep_rows": 96201,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 96201,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:07:00",
            "2025-04-17 02:15:00",
            "2025-04-17 03:37:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.02,
            9.0,
            9.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.02,
            9.0,
            9.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.02,
            9.0,
            9.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.02,
            9.0,
            9.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EDV",
      "description": "",
      "representative_file": "EDV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1538006,
      "rep_rows": 88825,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 88825,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:03:00",
            "2025-04-17 09:06:00",
            "2025-04-17 09:12:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            67.0,
            67.2,
            67.02
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            67.0,
            67.2,
            67.02
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            67.0,
            67.2,
            67.02
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            67.0,
            67.2,
            67.02
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "8000",
            "500",
            "600"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EEM",
      "description": "",
      "representative_file": "EEM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2873818,
      "rep_rows": 113049,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:07:00",
            "2025-04-17 04:48:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            41.9,
            42.17,
            42.18
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            42.17,
            42.17,
            42.18
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            41.9,
            42.17,
            42.17
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            42.17,
            42.17,
            42.17
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1000",
            "1000",
            "2000"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EFA",
      "description": "",
      "representative_file": "EFA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1957140,
      "rep_rows": 102791,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102791,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:12:00",
            "2025-04-17 04:21:00",
            "2025-04-17 05:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            80.97,
            80.82,
            80.93
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            80.97,
            80.82,
            80.93
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            80.97,
            80.82,
            80.93
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            80.97,
            80.82,
            80.93
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3000",
            "1350",
            "300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EGO",
      "description": "",
      "representative_file": "EGO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1708571,
      "rep_rows": 99134,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99134,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:06:00",
            "2025-04-17 06:05:00",
            "2025-04-17 06:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            20.0,
            20.0,
            20.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            20.0,
            20.0,
            20.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            20.0,
            20.0,
            20.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            20.0,
            20.0,
            20.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "350",
            "100",
            "300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EH",
      "description": "",
      "representative_file": "EH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1638089,
      "rep_rows": 93130,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 93130,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:50:00",
            "2025-04-16 21:57:00",
            "2025-04-16 22:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.8,
            14.8,
            14.71
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.8,
            14.8,
            14.71
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.8,
            14.8,
            14.71
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.8,
            14.8,
            14.71
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "40",
            "10",
            "50"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EL",
      "description": "",
      "representative_file": "EL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2722821,
      "rep_rows": 110118,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:25:00",
            "2025-04-16 20:44:00",
            "2025-04-16 22:16:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            53.11,
            54.27,
            53.11
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            53.11,
            54.27,
            53.11
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            53.11,
            54.27,
            53.11
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            53.11,
            54.27,
            53.11
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "2",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ELF",
      "description": "",
      "representative_file": "ELF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2932873,
      "rep_rows": 113028,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:13:00",
            "2025-04-16 20:19:00",
            "2025-04-16 20:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            51.0,
            51.0,
            50.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            51.0,
            51.0,
            50.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            51.0,
            50.0,
            50.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            51.0,
            50.0,
            50.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "30",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EMBJ",
      "description": "",
      "representative_file": "EMBJ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1628950,
      "rep_rows": 94073,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 94073,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:13:00",
            "2025-04-17 09:07:00",
            "2025-04-17 09:09:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            44.05,
            42.83,
            42.84
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            44.05,
            42.83,
            42.84
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            44.05,
            42.83,
            42.84
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            44.05,
            42.83,
            42.84
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "8",
            "121",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ENPH",
      "description": "",
      "representative_file": "ENPH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3428033,
      "rep_rows": 139786,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:06:00",
            "2025-04-16 21:08:00",
            "2025-04-16 21:21:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            52.23,
            52.0,
            52.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            52.23,
            52.0,
            52.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            52.23,
            52.0,
            52.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            52.23,
            52.0,
            52.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "1",
            "5"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ENVX",
      "description": "",
      "representative_file": "ENVX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3004126,
      "rep_rows": 125237,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:13:00",
            "2025-04-17 03:34:00",
            "2025-04-17 05:38:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.8,
            5.84,
            5.98
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.8,
            5.84,
            6.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.8,
            5.84,
            5.98
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.8,
            5.84,
            6.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "60",
            "3000"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EOSE",
      "description": "",
      "representative_file": "EOSE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4228819,
      "rep_rows": 174223,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:01:00",
            "2025-04-17 04:05:00",
            "2025-04-17 04:19:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            4.9,
            4.91,
            4.95
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            4.91,
            4.91,
            4.95
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            4.9,
            4.91,
            4.95
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            4.9,
            4.91,
            4.95
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "800",
            "400",
            "296"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EQNR",
      "description": "",
      "representative_file": "EQNR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1910540,
      "rep_rows": 115528,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 115528,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:01:00",
            "2025-04-17 04:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            23.34,
            23.33,
            23.39
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            23.34,
            23.33,
            23.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            23.29,
            23.33,
            23.35
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            23.3,
            23.33,
            23.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4700",
            "300",
            "1300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EQT",
      "description": "",
      "representative_file": "EQT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2577856,
      "rep_rows": 110259,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:10:00",
            "2025-04-17 09:01:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            52.88,
            51.01,
            51.23
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            52.88,
            51.01,
            51.475
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            49.97,
            51.01,
            51.16
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            49.97,
            51.01,
            51.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "277",
            "176713"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EQX",
      "description": "",
      "representative_file": "EQX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2743934,
      "rep_rows": 113465,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:35:00",
            "2025-04-17 07:00:00",
            "2025-04-17 07:53:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.12,
            7.21,
            7.22
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.12,
            7.25,
            7.22
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.12,
            7.21,
            7.22
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.12,
            7.25,
            7.22
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "154",
            "1890",
            "700"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ERIC",
      "description": "",
      "representative_file": "ERIC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1686852,
      "rep_rows": 103354,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 103354,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:03:00",
            "2025-04-17 04:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.93,
            7.96,
            7.95
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.93,
            7.96,
            7.95
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.93,
            7.96,
            7.95
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.93,
            7.96,
            7.95
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "7200",
            "100",
            "4999"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ERO",
      "description": "",
      "representative_file": "ERO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1569240,
      "rep_rows": 88722,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 88722,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:15:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.98,
            10.92,
            10.96
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.98,
            10.99,
            10.98
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.98,
            10.92,
            10.93
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.98,
            10.99,
            10.93
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "5663",
            "600"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ETH",
      "description": "",
      "representative_file": "ETH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2708583,
      "rep_rows": 147108,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 147108,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:05:00",
            "2025-04-16 20:25:00",
            "2025-04-16 20:26:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.9,
            14.91,
            14.92
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.9,
            14.91,
            14.92
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.9,
            14.91,
            14.92
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.9,
            14.91,
            14.92
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "200",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ETHA",
      "description": "",
      "representative_file": "ETHA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6035225,
      "rep_rows": 263458,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:10:00",
            "2025-04-16 20:26:00",
            "2025-04-16 20:43:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.98,
            11.99,
            12.01
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.98,
            11.99,
            12.01
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.98,
            11.99,
            12.01
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.98,
            11.99,
            12.01
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "300",
            "208"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ETHD",
      "description": "",
      "representative_file": "ETHD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4442055,
      "rep_rows": 185219,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:09:00",
            "2025-04-17 01:00:00",
            "2025-04-17 01:41:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            57.73,
            57.31,
            56.58
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            57.73,
            57.31,
            56.58
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            57.73,
            57.31,
            56.58
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            57.73,
            57.31,
            56.58
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "8",
            "16",
            "8"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ETHE",
      "description": "",
      "representative_file": "ETHE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3623633,
      "rep_rows": 152376,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:26:00",
            "2025-04-16 20:30:00",
            "2025-04-16 20:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            13.18,
            13.2,
            13.21
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            13.18,
            13.2,
            13.21
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            13.18,
            13.2,
            13.21
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            13.18,
            13.2,
            13.21
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "200",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ETHT",
      "description": "",
      "representative_file": "ETHT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4225268,
      "rep_rows": 174505,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:06:00",
            "2025-04-16 20:21:00",
            "2025-04-16 20:56:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.53,
            3.54,
            3.54
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.53,
            3.54,
            3.54
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.53,
            3.54,
            3.54
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.53,
            3.54,
            3.54
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "25",
            "15",
            "2500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ETHU",
      "description": "",
      "representative_file": "ETHU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6431118,
      "rep_rows": 270121,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:50:00",
            "2025-04-16 22:38:00",
            "2025-04-16 23:19:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.68,
            25.77,
            25.71
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.68,
            25.77,
            25.71
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.68,
            25.77,
            25.71
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.68,
            25.77,
            25.71
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "20",
            "20"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ETHW",
      "description": "",
      "representative_file": "ETHW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1541662,
      "rep_rows": 89939,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 89939,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:26:00",
            "2025-04-16 21:35:00",
            "2025-04-17 00:50:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.36,
            11.43,
            11.41
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.36,
            11.43,
            11.41
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.36,
            11.43,
            11.41
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.36,
            11.43,
            11.41
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ETOR",
      "description": "",
      "representative_file": "ETOR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2089351,
      "rep_rows": 85062,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-14 12:20:00",
            "2025-05-14 12:21:00",
            "2025-05-14 12:22:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            69.69,
            68.02,
            71.25
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            72.0,
            71.9,
            72.79
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            68.01,
            68.02,
            70.85
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            68.01,
            71.25,
            71.7011
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1683703",
            "352646",
            "239489"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ETSY",
      "description": "",
      "representative_file": "ETSY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1764665,
      "rep_rows": 103039,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 103039,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:16:00",
            "2025-04-17 09:29:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            42.28,
            42.34,
            42.37
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            42.28,
            42.34,
            42.7
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            42.28,
            42.34,
            42.37
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            42.28,
            42.34,
            42.7
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "232",
            "100",
            "16495"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EVLV",
      "description": "",
      "representative_file": "EVLV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1592826,
      "rep_rows": 98939,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 98939,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:52:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.51,
            3.35,
            3.36
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.51,
            3.37,
            3.38
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.51,
            3.35,
            3.355
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.51,
            3.36,
            3.38
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1000",
            "49871",
            "7434"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EWG",
      "description": "",
      "representative_file": "EWG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1670218,
      "rep_rows": 94962,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 94962,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:40:00",
            "2025-04-17 04:00:00",
            "2025-04-17 04:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            37.48,
            37.48,
            37.43
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            37.48,
            37.48,
            37.43
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            37.48,
            37.48,
            37.43
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            37.48,
            37.48,
            37.43
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "500",
            "126",
            "500"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EWJ",
      "description": "",
      "representative_file": "EWJ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2712255,
      "rep_rows": 113156,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:51:00",
            "2025-04-16 22:14:00",
            "2025-04-16 22:43:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            67.04,
            67.34,
            67.46
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            67.06,
            67.34,
            67.46
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            67.04,
            67.34,
            67.46
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            67.06,
            67.34,
            67.46
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "20",
            "30",
            "5"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EWT",
      "description": "",
      "representative_file": "EWT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1619121,
      "rep_rows": 98657,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 98657,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:34:00",
            "2025-04-17 08:00:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            45.55,
            45.55,
            45.37
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            45.55,
            45.55,
            45.37
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            45.55,
            45.55,
            45.22
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            45.55,
            45.55,
            45.245
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "205",
            "205",
            "21365"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EWY",
      "description": "",
      "representative_file": "EWY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3539217,
      "rep_rows": 148341,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:12:00",
            "2025-04-17 08:52:00",
            "2025-04-17 09:29:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            54.55,
            54.56,
            54.56
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            54.55,
            54.56,
            54.56
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            54.55,
            54.56,
            54.43
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            54.55,
            54.56,
            54.56
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "287",
            "2786"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EWZ",
      "description": "",
      "representative_file": "EWZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2280319,
      "rep_rows": 116103,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 116103,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 08:01:00",
            "2025-04-17 08:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            24.9,
            24.89,
            24.9
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            24.95,
            24.91,
            24.9
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            24.9,
            24.83,
            24.9
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            24.95,
            24.83,
            24.9
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1101",
            "2600",
            "1259000"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/EXK",
      "description": "",
      "representative_file": "EXK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2343935,
      "rep_rows": 124064,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 124064,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:35:00",
            "2025-04-17 04:52:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.97,
            3.9,
            3.89
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.97,
            3.9,
            3.89
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.97,
            3.9,
            3.88
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.97,
            3.9,
            3.88
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "400",
            "300",
            "930"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/F",
      "description": "",
      "representative_file": "F.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3902218,
      "rep_rows": 168563,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:06:00",
            "2025-04-16 20:10:00",
            "2025-04-16 20:15:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.41,
            9.41,
            9.44
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.41,
            9.41,
            9.44
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.4,
            9.41,
            9.44
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.4,
            9.41,
            9.44
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4",
            "2",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FANG",
      "description": "",
      "representative_file": "FANG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1933188,
      "rep_rows": 102431,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102431,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:06:00",
            "2025-04-16 22:26:00",
            "2025-04-16 22:44:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            131.05,
            131.2,
            131.01
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            131.05,
            131.2,
            131.01
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            131.05,
            131.2,
            130.8
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            131.05,
            131.2,
            130.8
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "3",
            "40"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FBL",
      "description": "",
      "representative_file": "FBL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2485271,
      "rep_rows": 135631,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 135631,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:09:00",
            "2025-04-16 20:17:00",
            "2025-04-16 20:19:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            22.22,
            22.48,
            22.47
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            22.22,
            22.48,
            22.47
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            22.22,
            22.48,
            22.47
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            22.22,
            22.48,
            22.47
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "30",
            "10",
            "10"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FBTC",
      "description": "",
      "representative_file": "FBTC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3496563,
      "rep_rows": 143048,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:37:00",
            "2025-04-16 21:00:00",
            "2025-04-16 21:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            73.5,
            73.49,
            73.46
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            73.5,
            73.49,
            73.46
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            73.5,
            73.49,
            73.46
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            73.5,
            73.49,
            73.46
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "14",
            "200",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FCEL",
      "description": "",
      "representative_file": "FCEL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1943162,
      "rep_rows": 104053,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 104053,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:50:00",
            "2025-04-17 08:00:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.95,
            3.9,
            3.91
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.95,
            3.96,
            3.9253
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.95,
            3.9,
            3.86
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.95,
            3.96,
            3.8852
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "609",
            "12467"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FCX",
      "description": "",
      "representative_file": "FCX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3639742,
      "rep_rows": 150278,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:19:00",
            "2025-04-16 20:37:00",
            "2025-04-16 22:08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            33.66,
            33.66,
            33.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            33.66,
            33.66,
            33.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            33.66,
            33.66,
            32.73
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            33.66,
            33.66,
            32.73
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "2",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FETH",
      "description": "",
      "representative_file": "FETH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2938023,
      "rep_rows": 118269,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:25:00",
            "2025-04-16 20:26:00",
            "2025-04-16 21:17:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.82,
            15.82,
            15.88
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.82,
            15.83,
            15.88
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.82,
            15.82,
            15.88
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.82,
            15.83,
            15.88
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "302",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FIG",
      "description": "",
      "representative_file": "FIG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3689422,
      "rep_rows": 144284,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-31 13:58:00",
            "2025-07-31 14:03:00",
            "2025-07-31 14:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            85.0,
            93.5,
            100.6536
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            93.5,
            105.0,
            110.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            84.105,
            93.3,
            100.46
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            93.5,
            100.49,
            103.83
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5576822",
            "2880889",
            "2419019"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FINV",
      "description": "",
      "representative_file": "FINV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1354440,
      "rep_rows": 85735,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 85735,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:57:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.27,
            7.3,
            7.275
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.27,
            7.3,
            7.275
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.27,
            7.2734,
            7.275
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.27,
            7.275,
            7.275
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "143",
            "10790",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FISV",
      "description": "",
      "representative_file": "FISV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2963601,
      "rep_rows": 115322,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:41:00",
            "2025-04-17 01:46:00",
            "2025-04-17 02:16:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            209.7,
            209.7,
            210.3
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            209.7,
            209.7,
            210.3
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            209.7,
            209.7,
            210.3
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            209.7,
            209.7,
            210.3
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "68",
            "130",
            "28"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FIVN",
      "description": "",
      "representative_file": "FIVN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2152186,
      "rep_rows": 96294,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 08:38:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            23.89,
            22.7,
            22.72
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            23.89,
            22.7,
            22.86
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            23.89,
            22.7,
            22.665
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            23.89,
            22.7,
            22.665
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "249",
            "15154"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FLG",
      "description": "",
      "representative_file": "FLG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1585399,
      "rep_rows": 99233,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99233,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.49,
            10.47,
            10.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.4994,
            10.47,
            10.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.49,
            10.4,
            10.385
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.4994,
            10.43,
            10.395
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "364",
            "127263",
            "6265"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FLNC",
      "description": "",
      "representative_file": "FLNC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3386629,
      "rep_rows": 143677,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:54:00",
            "2025-04-16 21:14:00",
            "2025-04-16 22:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.7,
            3.7,
            3.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.7,
            3.7,
            3.7
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.7,
            3.7,
            3.7
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.7,
            3.7,
            3.7
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "5",
            "5"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FLR",
      "description": "",
      "representative_file": "FLR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1708573,
      "rep_rows": 101879,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101879,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:15:00",
            "2025-04-17 07:13:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            33.62,
            33.76,
            33.77
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            33.62,
            33.76,
            33.77
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            33.62,
            33.76,
            33.77
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            33.62,
            33.76,
            33.77
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "740"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FLUT",
      "description": "",
      "representative_file": "FLUT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2040234,
      "rep_rows": 101372,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101372,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:21:00",
            "2025-04-17 03:22:00",
            "2025-04-17 05:19:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            227.92,
            227.92,
            227.57
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            227.92,
            227.92,
            227.57
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            227.92,
            227.92,
            227.57
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            227.92,
            227.92,
            227.57
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "45",
            "10",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FLY",
      "description": "",
      "representative_file": "FLY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2436788,
      "rep_rows": 94063,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-07 12:51:00",
            "2025-08-07 12:52:00",
            "2025-08-07 12:53:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            70.0,
            68.48,
            67.19
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            71.16,
            69.74,
            67.55
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            66.08,
            66.99,
            62.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            68.12,
            67.0,
            62.22
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4206785",
            "497614",
            "830896"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FOUR",
      "description": "",
      "representative_file": "FOUR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2454134,
      "rep_rows": 98155,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:32:00",
            "2025-04-17 09:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            77.7,
            77.185,
            77.225
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            77.715,
            77.37,
            77.225
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            77.7,
            77.185,
            77.225
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            77.715,
            77.37,
            77.225
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "8043",
            "2368",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FRO",
      "description": "",
      "representative_file": "FRO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1892824,
      "rep_rows": 112317,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 112317,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:49:00",
            "2025-04-17 05:08:00",
            "2025-04-17 05:22:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.76,
            14.76,
            14.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.77,
            14.77,
            14.76
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.76,
            14.76,
            14.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.77,
            14.77,
            14.76
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "900",
            "500",
            "400"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FRSH",
      "description": "",
      "representative_file": "FRSH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2267745,
      "rep_rows": 102240,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 08:05:00",
            "2025-04-17 09:27:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.98,
            12.62,
            12.55
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.98,
            12.62,
            12.55
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.98,
            12.62,
            12.55
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.98,
            12.62,
            12.55
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "154",
            "250",
            "369"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FSLR",
      "description": "",
      "representative_file": "FSLR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3134469,
      "rep_rows": 114346,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:35:00",
            "2025-04-16 22:03:00",
            "2025-04-16 22:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            124.85,
            125.82,
            125.88
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            124.85,
            125.82,
            125.88
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            124.85,
            125.82,
            125.88
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            124.85,
            125.82,
            125.88
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "9",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FSLY",
      "description": "",
      "representative_file": "FSLY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2024827,
      "rep_rows": 113597,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 113597,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:29:00",
            "2025-04-17 08:00:00",
            "2025-04-17 08:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.53,
            5.37,
            5.39
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.53,
            5.37,
            5.39
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.47,
            5.36,
            5.39
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.53,
            5.36,
            5.39
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "439",
            "532",
            "102"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FSM",
      "description": "",
      "representative_file": "FSM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2071414,
      "rep_rows": 108695,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 108695,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:52:00",
            "2025-04-17 04:00:00",
            "2025-04-17 04:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.51,
            6.42,
            6.42
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.51,
            6.42,
            6.42
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.51,
            6.41,
            6.42
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.51,
            6.42,
            6.42
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "3188",
            "1000"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FTNT",
      "description": "",
      "representative_file": "FTNT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2693940,
      "rep_rows": 115539,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:24:00",
            "2025-04-16 21:13:00",
            "2025-04-16 21:14:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            96.68,
            96.5,
            96.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            96.68,
            96.66,
            96.7
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            96.68,
            96.5,
            96.7
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            96.68,
            96.66,
            96.7
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "21",
            "89",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FUBO",
      "description": "",
      "representative_file": "FUBO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2307155,
      "rep_rows": 138106,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 138531,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 02:39:00",
            "2025-04-17 02:54:00",
            "2025-04-17 04:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2.98,
            2.98,
            2.95
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2.98,
            2.98,
            2.95
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2.98,
            2.98,
            2.9
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2.98,
            2.98,
            2.9
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "827",
            "1",
            "861"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FUTU",
      "description": "",
      "representative_file": "FUTU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3368569,
      "rep_rows": 139568,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:06:00",
            "2025-04-16 20:11:00",
            "2025-04-16 20:15:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            82.34,
            81.55,
            81.2
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            82.34,
            81.55,
            81.2
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            82.34,
            81.55,
            81.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            82.34,
            81.55,
            81.2
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4",
            "29",
            "8"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/FXI",
      "description": "",
      "representative_file": "FXI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3846358,
      "rep_rows": 169452,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:46:00",
            "2025-04-16 21:00:00",
            "2025-04-16 21:15:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            32.47,
            32.46,
            32.47
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            32.47,
            32.46,
            32.51
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            32.46,
            32.46,
            32.46
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            32.46,
            32.46,
            32.46
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1700",
            "1000",
            "15892"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GAP",
      "description": "",
      "representative_file": "GAP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1803172,
      "rep_rows": 106904,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 106904,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:51:00",
            "2025-04-16 21:54:00",
            "2025-04-16 21:56:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.0,
            18.0,
            18.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.0,
            18.0,
            18.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.0,
            18.0,
            18.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.0,
            18.0,
            18.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "7",
            "2",
            "3"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GBTC",
      "description": "",
      "representative_file": "GBTC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2281395,
      "rep_rows": 126016,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 126016,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:19:00",
            "2025-04-16 23:20:00",
            "2025-04-16 23:34:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            66.4,
            66.4,
            66.29
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            66.4,
            66.4,
            66.29
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            66.4,
            66.4,
            66.29
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            66.4,
            66.4,
            66.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "49",
            "1000",
            "27"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GCT",
      "description": "",
      "representative_file": "GCT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1470678,
      "rep_rows": 77924,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 77924,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 08:28:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.08,
            12.1,
            12.17
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.08,
            12.11,
            12.215
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.08,
            12.1,
            12.17
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.08,
            12.1,
            12.215
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "150",
            "3000",
            "14279"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GDS",
      "description": "",
      "representative_file": "GDS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1778604,
      "rep_rows": 107642,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 107642,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:09:00",
            "2025-04-16 20:55:00",
            "2025-04-16 20:56:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.78,
            19.45,
            19.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.78,
            19.45,
            19.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.78,
            19.45,
            19.45
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.78,
            19.45,
            19.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "25",
            "15"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GDXJ",
      "description": "",
      "representative_file": "GDXJ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3448092,
      "rep_rows": 142051,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:11:00",
            "2025-04-16 20:22:00",
            "2025-04-16 20:26:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            65.52,
            65.44,
            65.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            65.52,
            65.5,
            65.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            65.52,
            65.43,
            65.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            65.52,
            65.5,
            65.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "166",
            "234"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GDXU",
      "description": "",
      "representative_file": "GDXU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4280626,
      "rep_rows": 154669,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:06:00",
            "2025-04-16 20:09:00",
            "2025-04-16 20:11:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            83.0,
            83.0,
            83.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            83.0,
            83.0,
            83.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            83.0,
            83.0,
            83.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            83.0,
            83.0,
            83.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "11",
            "50"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GE",
      "description": "",
      "representative_file": "GE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3209931,
      "rep_rows": 118620,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:33:00",
            "2025-04-17 01:17:00",
            "2025-04-17 03:46:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            184.73,
            184.84,
            184.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            184.73,
            184.84,
            184.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            184.73,
            184.84,
            184.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            184.73,
            184.84,
            184.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "5"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GENI",
      "description": "",
      "representative_file": "GENI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1639010,
      "rep_rows": 100057,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100057,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:10:00",
            "2025-04-17 07:12:00",
            "2025-04-17 08:18:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.23,
            10.24,
            10.26
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.23,
            10.25,
            10.27
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.23,
            10.24,
            10.26
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.23,
            10.25,
            10.27
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "980",
            "1080",
            "350"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GEO",
      "description": "",
      "representative_file": "GEO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1632928,
      "rep_rows": 95980,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 95980,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:20:00",
            "2025-04-17 05:46:00",
            "2025-04-17 06:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            29.51,
            29.53,
            29.52
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            29.51,
            29.53,
            29.52
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            29.5,
            29.53,
            29.52
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            29.5,
            29.53,
            29.52
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "847",
            "200",
            "103"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GEV",
      "description": "",
      "representative_file": "GEV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4143687,
      "rep_rows": 137760,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:11:00",
            "2025-04-17 03:19:00",
            "2025-04-17 04:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            333.0,
            333.97,
            335.1
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            333.97,
            333.97,
            335.1
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            333.0,
            333.97,
            335.1
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            333.97,
            333.97,
            335.1
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "3",
            "1385"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GFI",
      "description": "",
      "representative_file": "GFI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2165127,
      "rep_rows": 122864,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 122864,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:57:00",
            "2025-04-16 23:33:00",
            "2025-04-17 00:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            24.98,
            24.98,
            24.98
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            24.98,
            24.98,
            24.98
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            24.98,
            24.98,
            24.98
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            24.98,
            24.98,
            24.98
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "50",
            "1",
            "49"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GFS",
      "description": "",
      "representative_file": "GFS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1719505,
      "rep_rows": 104742,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 104742,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:22:00",
            "2025-04-17 00:25:00",
            "2025-04-17 02:08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            32.21,
            32.21,
            32.05
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            32.21,
            32.21,
            32.09
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            32.21,
            32.21,
            32.05
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            32.21,
            32.21,
            32.09
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "2",
            "114"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GGLL",
      "description": "",
      "representative_file": "GGLL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4609666,
      "rep_rows": 186245,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:05:00",
            "2025-04-16 20:17:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            28.02,
            27.8,
            27.94
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            28.02,
            27.8,
            27.94
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            28.02,
            27.8,
            27.94
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            28.02,
            27.8,
            27.94
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "24",
            "37",
            "500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GILD",
      "description": "",
      "representative_file": "GILD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2634219,
      "rep_rows": 107231,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:52:00",
            "2025-04-17 03:00:00",
            "2025-04-17 06:46:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            104.96,
            104.94,
            105.21
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            104.96,
            104.95,
            105.24
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            104.96,
            104.94,
            105.21
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            104.96,
            104.95,
            105.24
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "6",
            "140",
            "1604"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GILT",
      "description": "",
      "representative_file": "GILT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1357448,
      "rep_rows": 74134,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 74134,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:34:00",
            "2025-04-17 09:39:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.13,
            6.12,
            6.09
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.13,
            6.12,
            6.09
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.13,
            6.12,
            6.05
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.13,
            6.12,
            6.05
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1766",
            "494",
            "600"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GLDM",
      "description": "",
      "representative_file": "GLDM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3969863,
      "rep_rows": 167769,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:09:00",
            "2025-04-16 20:10:00",
            "2025-04-16 20:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            66.49,
            66.49,
            66.49
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            66.49,
            66.49,
            66.49
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            66.49,
            66.49,
            66.49
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            66.49,
            66.49,
            66.49
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "5"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GLL",
      "description": "",
      "representative_file": "GLL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3356026,
      "rep_rows": 144543,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:11:00",
            "2025-04-16 20:17:00",
            "2025-04-16 20:18:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.1,
            11.1,
            11.11
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.1,
            11.1,
            11.11
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.1,
            11.1,
            11.11
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.1,
            11.1,
            11.11
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "26",
            "126",
            "20"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GLW",
      "description": "",
      "representative_file": "GLW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3454319,
      "rep_rows": 135140,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:50:00",
            "2025-04-17 02:45:00",
            "2025-04-17 04:50:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            41.89,
            41.89,
            41.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            41.89,
            41.89,
            41.75
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            41.89,
            41.89,
            41.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            41.89,
            41.89,
            41.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "10",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GLXY",
      "description": "",
      "representative_file": "GLXY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3334000,
      "rep_rows": 135809,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-16 06:55:00",
            "2025-05-16 07:01:00",
            "2025-05-16 07:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            26.5,
            27.0,
            26.99
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            26.5,
            27.0,
            26.99
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            26.5,
            27.0,
            26.99
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            26.5,
            27.0,
            26.99
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "1200",
            "900"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GM",
      "description": "",
      "representative_file": "GM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2681436,
      "rep_rows": 111235,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:16:00",
            "2025-04-16 20:44:00",
            "2025-04-16 21:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            44.94,
            44.81,
            44.9
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            44.94,
            44.81,
            44.9
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            44.94,
            44.81,
            44.9
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            44.94,
            44.81,
            44.9
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GMAB",
      "description": "",
      "representative_file": "GMAB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1518027,
      "rep_rows": 97063,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 97063,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:00:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.48,
            19.47,
            19.52
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.5,
            19.53,
            19.52
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.48,
            19.47,
            19.47
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.5,
            19.52,
            19.48
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2264",
            "3230",
            "3200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GME",
      "description": "",
      "representative_file": "GME.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4295311,
      "rep_rows": 182699,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            26.69,
            26.48,
            26.25
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            26.69,
            26.48,
            26.25
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.95,
            26.24,
            26.25
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.95,
            26.24,
            26.25
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "901",
            "3",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GOOG",
      "description": "",
      "representative_file": "GOOG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6080153,
      "rep_rows": 254159,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00",
            "2025-04-16 20:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            156.33,
            156.6,
            156.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            156.33,
            156.6,
            156.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            156.33,
            156.6,
            156.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            156.33,
            156.6,
            156.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "91",
            "103"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GOOGL",
      "description": "",
      "representative_file": "GOOGL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6649830,
      "rep_rows": 280986,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            154.0,
            154.0,
            154.32
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            154.0,
            154.32,
            154.32
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            154.0,
            154.0,
            154.26
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            154.0,
            154.32,
            154.31
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "165",
            "213"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GOVZ",
      "description": "",
      "representative_file": "GOVZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 898531,
      "rep_rows": 52360,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 52360,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:35:00",
            "2025-04-17 07:38:00",
            "2025-04-17 09:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.75,
            9.71,
            9.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.77,
            9.71,
            9.75
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.72,
            9.71,
            9.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.72,
            9.71,
            9.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "9455",
            "250",
            "5123"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GRAL",
      "description": "",
      "representative_file": "GRAL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1858975,
      "rep_rows": 92095,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 92095,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 08:02:00",
            "2025-04-17 08:21:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            27.0,
            26.5,
            26.77
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            27.0,
            26.5,
            26.77
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            27.0,
            26.5,
            26.77
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            27.0,
            26.5,
            26.77
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1000",
            "113",
            "358"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GRNY",
      "description": "",
      "representative_file": "GRNY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2113318,
      "rep_rows": 106196,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 106196,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:40:00",
            "2025-04-16 23:03:00",
            "2025-04-17 00:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            17.49,
            18.3,
            18.26
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            17.49,
            18.3,
            18.26
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            17.49,
            18.3,
            18.26
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            17.49,
            18.3,
            18.26
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "25",
            "1",
            "1"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GRRR",
      "description": "",
      "representative_file": "GRRR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2776592,
      "rep_rows": 109870,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:30:00",
            "2025-04-16 20:34:00",
            "2025-04-16 21:25:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.0,
            18.91,
            19.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.0,
            18.91,
            19.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.0,
            18.91,
            19.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.0,
            18.91,
            19.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "3",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GS",
      "description": "",
      "representative_file": "GS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3310726,
      "rep_rows": 111511,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:27:00",
            "2025-04-16 21:45:00",
            "2025-04-16 22:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            498.5,
            498.49,
            498.49
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            498.5,
            498.49,
            498.49
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            498.5,
            498.49,
            498.49
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            498.5,
            498.49,
            498.49
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GSAT",
      "description": "",
      "representative_file": "GSAT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1698767,
      "rep_rows": 84097,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 84097,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:03:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.51,
            19.52,
            19.41
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.57,
            19.52,
            19.41
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.51,
            19.52,
            19.41
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.57,
            19.52,
            19.41
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1006",
            "17999",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GSK",
      "description": "",
      "representative_file": "GSK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1909622,
      "rep_rows": 110652,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 110652,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:04:00",
            "2025-04-17 04:05:00",
            "2025-04-17 04:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            35.31,
            35.3,
            35.3
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            35.31,
            35.3,
            35.3
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            35.31,
            35.3,
            35.29
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            35.31,
            35.3,
            35.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "800",
            "3300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GT",
      "description": "",
      "representative_file": "GT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2455648,
      "rep_rows": 106735,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:23:00",
            "2025-04-17 08:31:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.68,
            9.7736,
            9.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.68,
            9.7736,
            9.675
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.68,
            9.7736,
            9.62
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.68,
            9.7736,
            9.65
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "500",
            "100",
            "152491"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/GTLB",
      "description": "",
      "representative_file": "GTLB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2833911,
      "rep_rows": 118720,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:09:00",
            "2025-04-17 02:14:00",
            "2025-04-17 03:09:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            43.27,
            42.63,
            42.63
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            43.27,
            42.63,
            42.63
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            43.27,
            42.63,
            42.63
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            43.27,
            42.63,
            42.63
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "1",
            "81"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HAFN",
      "description": "",
      "representative_file": "HAFN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1297085,
      "rep_rows": 84940,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 84940,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:04:00",
            "2025-04-17 06:44:00",
            "2025-04-17 07:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            4.18,
            4.24,
            4.25
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            4.21,
            4.24,
            4.25
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            4.18,
            4.24,
            4.25
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            4.21,
            4.24,
            4.25
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1954",
            "499",
            "1200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HAL",
      "description": "",
      "representative_file": "HAL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2875788,
      "rep_rows": 119083,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:08:00",
            "2025-04-16 20:24:00",
            "2025-04-16 20:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            21.0,
            21.98,
            21.98
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            21.0,
            21.98,
            21.98
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            21.0,
            21.98,
            21.98
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            21.0,
            21.98,
            21.98
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "5",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HBAN",
      "description": "",
      "representative_file": "HBAN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1962800,
      "rep_rows": 102480,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102480,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:23:00",
            "2025-04-17 08:00:00",
            "2025-04-17 08:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            13.0,
            13.47,
            13.27
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            13.0,
            13.47,
            13.27
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.83,
            13.45,
            13.27
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.83,
            13.45,
            13.27
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "600",
            "4164"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HBM",
      "description": "",
      "representative_file": "HBM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1878434,
      "rep_rows": 105808,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 105808,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:46:00",
            "2025-04-17 08:55:00",
            "2025-04-17 09:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.4,
            7.187,
            7.06
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.4,
            7.187,
            7.06
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.4,
            7.187,
            7.06
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.4,
            7.187,
            7.06
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1000",
            "100",
            "130"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HD",
      "description": "",
      "representative_file": "HD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2891225,
      "rep_rows": 110653,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:33:00",
            "2025-04-16 20:44:00",
            "2025-04-16 21:45:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            346.5,
            346.5,
            351.66
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            346.5,
            346.5,
            351.66
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            346.5,
            346.5,
            351.66
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            346.5,
            346.5,
            351.66
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "10",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HIMS",
      "description": "",
      "representative_file": "HIMS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6255936,
      "rep_rows": 257212,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            27.22,
            27.2,
            27.15
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            27.22,
            27.2,
            27.15
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            27.22,
            27.2,
            27.15
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            27.22,
            27.2,
            27.15
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "30",
            "3",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HIMX",
      "description": "",
      "representative_file": "HIMX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1534677,
      "rep_rows": 91015,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 91015,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:53:00",
            "2025-04-17 02:01:00",
            "2025-04-17 02:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.45,
            6.45,
            6.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.45,
            6.45,
            6.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.45,
            6.45,
            6.45
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.45,
            6.45,
            6.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "3",
            "16"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HL",
      "description": "",
      "representative_file": "HL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3680619,
      "rep_rows": 145070,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:01:00",
            "2025-04-17 04:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.96,
            6.0,
            5.98
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.99,
            6.0,
            6.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.96,
            5.99,
            5.98
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.99,
            5.99,
            6.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "223",
            "3750",
            "2900"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HLN",
      "description": "",
      "representative_file": "HLN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1669682,
      "rep_rows": 102248,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102248,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:16:00",
            "2025-04-17 04:00:00",
            "2025-04-17 04:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.3,
            10.18,
            10.18
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.3,
            10.19,
            10.18
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.3,
            10.18,
            10.18
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.3,
            10.19,
            10.18
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "2583",
            "1400"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HMC",
      "description": "",
      "representative_file": "HMC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2163662,
      "rep_rows": 95000,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:05:00",
            "2025-04-16 20:19:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            28.8,
            29.04,
            28.8
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            28.8,
            29.04,
            28.8
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            28.8,
            29.04,
            28.8
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            28.8,
            29.04,
            28.8
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "1",
            "150"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HMY",
      "description": "",
      "representative_file": "HMY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2979489,
      "rep_rows": 129637,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:09:00",
            "2025-04-16 20:56:00",
            "2025-04-16 21:15:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.16,
            18.16,
            18.16
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.16,
            18.16,
            18.16
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.16,
            18.16,
            18.16
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.16,
            18.16,
            18.16
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "40",
            "47"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HODL",
      "description": "",
      "representative_file": "HODL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2321609,
      "rep_rows": 101929,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:46:00",
            "2025-04-16 22:47:00",
            "2025-04-16 23:40:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            23.88,
            23.84,
            23.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            23.88,
            23.84,
            23.75
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            23.88,
            23.84,
            23.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            23.88,
            23.84,
            23.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "5",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HOOD",
      "description": "",
      "representative_file": "HOOD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7158788,
      "rep_rows": 296419,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            40.8,
            40.75,
            40.79
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            40.8,
            40.79,
            40.79
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            40.79,
            40.75,
            40.79
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            40.79,
            40.79,
            40.79
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4",
            "25",
            "576"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HPE",
      "description": "",
      "representative_file": "HPE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2137108,
      "rep_rows": 115049,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 115049,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:04:00",
            "2025-04-16 22:43:00",
            "2025-04-17 01:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.6,
            14.8,
            15.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.6,
            14.8,
            15.14
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.6,
            14.8,
            15.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.6,
            14.8,
            15.14
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "2",
            "5"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HPQ",
      "description": "",
      "representative_file": "HPQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1991592,
      "rep_rows": 111864,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 111864,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:51:00",
            "2025-04-17 04:02:00",
            "2025-04-17 05:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            23.6,
            23.46,
            23.63
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            23.6,
            23.46,
            23.63
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            23.6,
            23.46,
            23.63
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            23.6,
            23.46,
            23.63
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "120",
            "100",
            "420"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HSAI",
      "description": "",
      "representative_file": "HSAI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2824458,
      "rep_rows": 122736,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:42:00",
            "2025-04-16 21:00:00",
            "2025-04-16 21:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.0,
            11.0,
            11.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.0,
            11.0,
            11.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.0,
            11.0,
            11.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.0,
            11.0,
            11.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "7",
            "100",
            "204"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HSBC",
      "description": "",
      "representative_file": "HSBC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1835646,
      "rep_rows": 108963,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 108963,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:09:00",
            "2025-04-17 01:57:00",
            "2025-04-17 02:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            52.0,
            52.6,
            52.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            52.0,
            52.6,
            52.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            51.9,
            52.6,
            52.6
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            51.9,
            52.6,
            52.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "29",
            "4",
            "14"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HTZ",
      "description": "",
      "representative_file": "HTZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2058365,
      "rep_rows": 117021,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 117021,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00",
            "2025-04-16 20:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.03,
            7.85,
            7.67
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.1,
            7.85,
            7.67
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.03,
            7.7,
            7.67
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.1,
            7.7,
            7.67
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "105",
            "92",
            "1192"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HUN",
      "description": "",
      "representative_file": "HUN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1593118,
      "rep_rows": 99586,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99586,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:28:00",
            "2025-04-17 06:25:00",
            "2025-04-17 09:29:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            13.0,
            12.97,
            13.18
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            13.0,
            12.97,
            13.19
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            13.0,
            12.97,
            13.18
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            13.0,
            12.97,
            13.19
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "1700"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HUT",
      "description": "",
      "representative_file": "HUT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3535599,
      "rep_rows": 141159,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:33:00",
            "2025-04-16 21:25:00",
            "2025-04-16 21:47:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.13,
            11.1,
            11.1
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.13,
            11.1,
            11.1
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.13,
            11.1,
            11.1
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.13,
            11.1,
            11.1
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "5",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/HYMC",
      "description": "",
      "representative_file": "HYMC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1987130,
      "rep_rows": 97579,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 97579,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:11:00",
            "2025-04-17 07:00:00",
            "2025-04-17 08:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.44,
            3.46,
            3.69
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.44,
            3.46,
            3.69
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.44,
            3.44,
            3.69
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.44,
            3.44,
            3.69
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "847",
            "300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IAG",
      "description": "",
      "representative_file": "IAG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2829142,
      "rep_rows": 114295,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:12:00",
            "2025-04-17 04:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.33,
            8.09,
            8.07
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.33,
            8.09,
            8.07
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.07,
            8.07,
            8.07
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.07,
            8.08,
            8.07
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5655",
            "4250",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IAU",
      "description": "",
      "representative_file": "IAU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4512798,
      "rep_rows": 191519,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            63.2,
            63.15,
            63.06
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            63.2,
            63.15,
            63.06
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            63.2,
            63.15,
            63.06
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            63.2,
            63.15,
            63.06
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "230",
            "4",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IAUM",
      "description": "",
      "representative_file": "IAUM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3183858,
      "rep_rows": 128005,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:10:00",
            "2025-04-16 20:14:00",
            "2025-04-16 20:25:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            33.39,
            33.3,
            33.39
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            33.39,
            33.3,
            33.39
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            33.39,
            33.3,
            33.39
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            33.39,
            33.3,
            33.39
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "15",
            "15",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IBIT",
      "description": "",
      "representative_file": "IBIT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7101816,
      "rep_rows": 313695,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            47.76,
            47.75,
            47.85
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            47.77,
            47.78,
            47.85
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            47.76,
            47.75,
            47.82
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            47.77,
            47.78,
            47.82
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1006",
            "558",
            "2489"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IBKR",
      "description": "",
      "representative_file": "IBKR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2692718,
      "rep_rows": 112414,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:28:00",
            "2025-04-16 21:44:00",
            "2025-04-16 22:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            157.6,
            158.4,
            158.4
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            157.6,
            158.4,
            158.4
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            157.6,
            158.4,
            158.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            157.6,
            158.4,
            158.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "20",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IBM",
      "description": "",
      "representative_file": "IBM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3334808,
      "rep_rows": 129925,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:19:00",
            "2025-04-16 21:43:00",
            "2025-04-16 21:45:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            240.0,
            238.0,
            241.81
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            240.0,
            238.0,
            243.2
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            240.0,
            238.0,
            241.81
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            240.0,
            238.0,
            243.2
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "2",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IBN",
      "description": "",
      "representative_file": "IBN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1579324,
      "rep_rows": 99431,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99431,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:49:00",
            "2025-04-16 23:59:00",
            "2025-04-17 03:09:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            32.21,
            32.16,
            32.52
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            32.21,
            32.16,
            32.52
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            32.21,
            32.16,
            32.52
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            32.21,
            32.16,
            32.52
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1400",
            "2100",
            "15"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ICL",
      "description": "",
      "representative_file": "ICL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1101724,
      "rep_rows": 75209,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 75209,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:05:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.35,
            6.33,
            6.365
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.35,
            6.33,
            6.365
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.35,
            6.33,
            6.365
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.35,
            6.33,
            6.365
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1189",
            "983",
            "260"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ICLN",
      "description": "",
      "representative_file": "ICLN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2319848,
      "rep_rows": 97158,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.36,
            11.37,
            11.36
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.39,
            11.37,
            11.38
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.36,
            11.35,
            11.36
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.375,
            11.36,
            11.38
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10959",
            "1800",
            "2500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IE",
      "description": "",
      "representative_file": "IE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1450101,
      "rep_rows": 88680,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 88680,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:41:00",
            "2025-04-17 09:06:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.51,
            6.22,
            6.38
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.51,
            6.22,
            6.41
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.5,
            6.22,
            6.3697
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.5,
            6.22,
            6.3697
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "599",
            "120",
            "33634"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IEMG",
      "description": "",
      "representative_file": "IEMG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2116188,
      "rep_rows": 101220,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101220,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 02:31:00",
            "2025-04-17 08:41:00",
            "2025-04-17 08:42:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            52.09,
            52.1,
            52.1
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            52.09,
            52.1,
            52.1
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            52.09,
            52.1,
            52.1
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            52.09,
            52.1,
            52.1
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "288",
            "288"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IGV",
      "description": "",
      "representative_file": "IGV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2149725,
      "rep_rows": 121034,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 121034,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:34:00",
            "2025-04-16 20:55:00",
            "2025-04-16 20:58:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            86.72,
            87.64,
            87.68
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            86.72,
            87.64,
            87.68
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            86.72,
            87.64,
            87.68
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            86.72,
            87.64,
            87.68
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IJH",
      "description": "",
      "representative_file": "IJH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2024015,
      "rep_rows": 101409,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101409,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:16:00",
            "2025-04-16 20:35:00",
            "2025-04-16 21:26:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            54.5,
            54.58,
            54.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            54.5,
            54.58,
            54.7
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            54.5,
            54.58,
            54.7
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            54.5,
            54.58,
            54.7
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "2",
            "5"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IMSR",
      "description": "",
      "representative_file": "IMSR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2208920,
      "rep_rows": 89301,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 12:12:00",
            "2025-04-17 13:21:00",
            "2025-04-17 13:57:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.6707,
            10.74,
            10.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.6707,
            10.74,
            10.7
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.6707,
            10.74,
            10.7
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.6707,
            10.74,
            10.7
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/INDA",
      "description": "",
      "representative_file": "INDA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2525109,
      "rep_rows": 107447,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:12:00",
            "2025-04-16 22:41:00",
            "2025-04-16 22:56:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            51.31,
            51.51,
            51.51
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            51.31,
            51.51,
            51.51
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            51.31,
            51.51,
            51.51
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            51.31,
            51.51,
            51.51
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/INFQ",
      "description": "",
      "representative_file": "INFQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2409163,
      "rep_rows": 94251,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-07 09:30:00",
            "2025-07-07 09:34:00",
            "2025-07-07 09:51:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.48,
            10.3,
            10.24
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.48,
            10.3,
            10.24
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.34,
            10.3,
            10.24
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.34,
            10.3,
            10.24
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "101",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/INFY",
      "description": "",
      "representative_file": "INFY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2397122,
      "rep_rows": 104853,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:07:00",
            "2025-04-17 04:23:00",
            "2025-04-17 05:56:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            16.69,
            16.72,
            16.91
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            16.69,
            16.72,
            16.92
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            16.69,
            16.72,
            16.91
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            16.69,
            16.72,
            16.92
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "203",
            "300",
            "600"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ING",
      "description": "",
      "representative_file": "ING.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1686166,
      "rep_rows": 98208,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 98208,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:58:00",
            "2025-04-17 06:00:00",
            "2025-04-17 06:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.85,
            18.85,
            18.86
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.85,
            18.86,
            18.86
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.85,
            18.85,
            18.86
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.85,
            18.86,
            18.86
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1650",
            "1213",
            "296"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/INOD",
      "description": "",
      "representative_file": "INOD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3192451,
      "rep_rows": 124301,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:11:00",
            "2025-04-16 20:17:00",
            "2025-04-16 20:21:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            34.08,
            36.17,
            36.17
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            34.08,
            36.17,
            36.18
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            34.08,
            36.17,
            36.17
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            34.08,
            36.17,
            36.18
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "50"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/INTC",
      "description": "",
      "representative_file": "INTC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7005756,
      "rep_rows": 310908,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.18,
            19.04,
            19.08
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.18,
            19.04,
            19.16
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.16,
            19.04,
            19.08
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.16,
            19.04,
            19.16
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "102",
            "94",
            "52"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/INTR",
      "description": "",
      "representative_file": "INTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1303486,
      "rep_rows": 93579,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 93579,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:25:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.56,
            5.64,
            5.645
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.57,
            5.69,
            5.645
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.56,
            5.64,
            5.645
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.56,
            5.67,
            5.645
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "506",
            "10661",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/INTW",
      "description": "",
      "representative_file": "INTW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2918372,
      "rep_rows": 114891,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:15:00",
            "2025-04-17 02:26:00",
            "2025-04-17 02:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.4,
            15.24,
            15.24
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.4,
            15.24,
            15.24
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.4,
            15.24,
            15.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.4,
            15.24,
            15.2
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "99",
            "29",
            "49"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IONQ",
      "description": "",
      "representative_file": "IONQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6458818,
      "rep_rows": 282980,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:07:00",
            "2025-04-16 20:15:00",
            "2025-04-16 20:17:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            24.53,
            24.6,
            24.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            24.53,
            24.6,
            24.65
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            24.53,
            24.6,
            24.65
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            24.53,
            24.6,
            24.65
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "10",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IONX",
      "description": "",
      "representative_file": "IONX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4086869,
      "rep_rows": 168189,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:07:00",
            "2025-04-17 04:33:00",
            "2025-04-17 05:53:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            29.97,
            29.68,
            29.26
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            29.97,
            29.72,
            29.26
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            29.97,
            29.68,
            29.26
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            29.97,
            29.72,
            29.26
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "200",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IONZ",
      "description": "",
      "representative_file": "IONZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2520468,
      "rep_rows": 141598,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 142048,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-24 10:37:00",
            "2025-06-24 11:42:00",
            "2025-06-24 11:51:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.24,
            19.35,
            19.24
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.24,
            19.35,
            19.24
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.24,
            19.35,
            19.24
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.24,
            19.35,
            19.24
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IOT",
      "description": "",
      "representative_file": "IOT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2505345,
      "rep_rows": 106922,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:05:00",
            "2025-04-16 23:17:00",
            "2025-04-17 00:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            38.25,
            38.5,
            38.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            38.25,
            38.5,
            38.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            38.0,
            38.5,
            38.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            38.0,
            38.5,
            38.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "15",
            "1",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IP",
      "description": "",
      "representative_file": "IP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1664947,
      "rep_rows": 99958,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99958,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:04:00",
            "2025-04-17 04:07:00",
            "2025-04-17 04:19:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            46.55,
            46.51,
            46.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            46.56,
            46.52,
            46.81
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            46.55,
            46.51,
            46.65
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            46.56,
            46.52,
            46.81
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "320",
            "700",
            "1770"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IRDM",
      "description": "",
      "representative_file": "IRDM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2442509,
      "rep_rows": 104360,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 02:33:00",
            "2025-04-17 04:37:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            24.0,
            24.1,
            23.89
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            24.0,
            24.1,
            24.56
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            24.0,
            24.1,
            23.89
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            24.0,
            24.1,
            23.908
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "100",
            "8082"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IREN",
      "description": "",
      "representative_file": "IREN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6483004,
      "rep_rows": 272996,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:18:00",
            "2025-04-17 02:28:00",
            "2025-04-17 03:49:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.47,
            5.49,
            5.55
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.49,
            5.5,
            5.55
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.47,
            5.49,
            5.55
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.49,
            5.5,
            5.55
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "11",
            "511",
            "500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ITB",
      "description": "",
      "representative_file": "ITB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2290631,
      "rep_rows": 100073,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:31:00",
            "2025-04-17 06:32:00",
            "2025-04-17 06:44:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            87.27,
            86.99,
            86.84
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            87.27,
            87.0,
            87.05
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            86.99,
            86.99,
            86.84
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            86.99,
            87.0,
            87.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "756",
            "1124"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ITUB",
      "description": "",
      "representative_file": "ITUB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1745392,
      "rep_rows": 102155,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102609,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:44:00",
            "2025-04-17 09:03:00",
            "2025-04-17 09:08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.78,
            5.61,
            5.55
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.78,
            5.61,
            5.55
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.78,
            5.61,
            5.55
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.78,
            5.61,
            5.55
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "101",
            "1000",
            "1070"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IVES",
      "description": "",
      "representative_file": "IVES.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1510853,
      "rep_rows": 81405,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 81405,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-04 09:30:00",
            "2025-06-04 09:31:00",
            "2025-06-04 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.37,
            25.345,
            25.37
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.37,
            25.39,
            25.39
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.285,
            25.343,
            25.37
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.285,
            25.38,
            25.38
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5115",
            "12858",
            "7755"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IVR",
      "description": "",
      "representative_file": "IVR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1460135,
      "rep_rows": 92617,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 92617,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:00:00",
            "2025-04-17 07:23:00",
            "2025-04-17 08:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.49,
            6.46,
            6.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.49,
            6.46,
            6.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.49,
            6.46,
            6.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.49,
            6.46,
            6.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "131",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/IXHL",
      "description": "",
      "representative_file": "IXHL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4580518,
      "rep_rows": 191487,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:04:00",
            "2025-04-17 09:25:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            0.57,
            0.561,
            0.58
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            0.571,
            0.561,
            0.58
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            0.57,
            0.54,
            0.58
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            0.57,
            0.55,
            0.58
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2667",
            "1213",
            "3426"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/JBS",
      "description": "",
      "representative_file": "JBS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1392292,
      "rep_rows": 86889,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 86889,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-13 09:30:00",
            "2025-05-13 09:37:00",
            "2025-05-13 09:40:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.84,
            14.91,
            14.8925
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.84,
            14.91,
            14.8925
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.84,
            14.91,
            14.8925
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.84,
            14.91,
            14.8925
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "500",
            "400",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/JD",
      "description": "",
      "representative_file": "JD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4596197,
      "rep_rows": 208569,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:21:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            35.35,
            35.49,
            35.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            35.35,
            35.5,
            35.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            35.35,
            35.49,
            35.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            35.35,
            35.5,
            35.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1498",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/JKS",
      "description": "",
      "representative_file": "JKS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1219647,
      "rep_rows": 73370,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 73370,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:09:00",
            "2025-04-16 23:19:00",
            "2025-04-16 23:26:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.88,
            15.97,
            15.98
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.88,
            15.97,
            15.98
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.87,
            15.97,
            15.97
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.87,
            15.97,
            15.98
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "149",
            "444"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/JMIA",
      "description": "",
      "representative_file": "JMIA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1948147,
      "rep_rows": 106097,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 106097,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:24:00",
            "2025-04-17 04:43:00",
            "2025-04-17 07:38:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2.14,
            2.02,
            2.05
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2.14,
            2.02,
            2.05
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2.14,
            2.02,
            2.05
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2.14,
            2.02,
            2.05
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "78",
            "245",
            "300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/JOBY",
      "description": "",
      "representative_file": "JOBY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5501367,
      "rep_rows": 240157,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:06:00",
            "2025-04-17 04:05:00",
            "2025-04-17 04:11:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.86,
            5.87,
            5.87
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.86,
            5.87,
            5.87
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.86,
            5.87,
            5.86
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.86,
            5.87,
            5.86
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "300",
            "655"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/JPM",
      "description": "",
      "representative_file": "JPM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3503548,
      "rep_rows": 139156,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:13:00",
            "2025-04-16 20:25:00",
            "2025-04-16 20:35:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            228.81,
            228.7,
            228.61
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            228.81,
            228.7,
            228.61
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            228.81,
            228.7,
            228.61
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            228.81,
            228.7,
            228.61
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4",
            "2",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/KC",
      "description": "",
      "representative_file": "KC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1719629,
      "rep_rows": 109020,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 109020,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:29:00",
            "2025-04-16 20:34:00",
            "2025-04-16 20:41:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.07,
            11.07,
            11.06
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.07,
            11.07,
            11.06
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.07,
            11.07,
            11.06
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.07,
            11.07,
            11.06
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "50",
            "50",
            "88"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/KD",
      "description": "",
      "representative_file": "KD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1764457,
      "rep_rows": 101159,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101159,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:49:00",
            "2025-04-17 00:47:00",
            "2025-04-17 02:53:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            30.9,
            30.88,
            30.01
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            30.9,
            30.88,
            30.01
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            30.9,
            30.88,
            30.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            30.9,
            30.88,
            30.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "32",
            "3",
            "64"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/KEY",
      "description": "",
      "representative_file": "KEY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1936757,
      "rep_rows": 101205,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101205,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:39:00",
            "2025-04-17 06:30:00",
            "2025-04-17 07:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.17,
            14.19,
            14.2
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.17,
            14.28,
            14.2
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.17,
            14.19,
            14.19
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.17,
            14.28,
            14.19
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "110",
            "700",
            "717"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/KGC",
      "description": "",
      "representative_file": "KGC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3342916,
      "rep_rows": 130850,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:15:00",
            "2025-04-16 20:19:00",
            "2025-04-16 20:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.17,
            15.18,
            15.18
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.18,
            15.18,
            15.19
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.17,
            15.18,
            15.18
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.18,
            15.18,
            15.19
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "53",
            "5",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/KMI",
      "description": "",
      "representative_file": "KMI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1971963,
      "rep_rows": 108547,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 108547,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:12:00",
            "2025-04-16 21:09:00",
            "2025-04-16 22:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            27.18,
            27.18,
            27.46
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            27.18,
            27.18,
            27.46
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            27.18,
            27.18,
            27.46
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            27.18,
            27.18,
            27.46
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "50",
            "1"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/KMX",
      "description": "",
      "representative_file": "KMX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1799581,
      "rep_rows": 103682,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 103682,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 06:21:00",
            "2025-04-17 07:16:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            64.53,
            64.18,
            64.02
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            64.53,
            64.18,
            64.02
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            64.53,
            64.18,
            64.02
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            64.53,
            64.18,
            64.02
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/KODK",
      "description": "",
      "representative_file": "KODK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1385147,
      "rep_rows": 81709,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 81709,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 08:26:00",
            "2025-04-17 09:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.83,
            6.0536,
            6.2162
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.83,
            6.0536,
            6.2162
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.83,
            6.0536,
            6.2162
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.83,
            6.0536,
            6.2162
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "339",
            "183",
            "630"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/KSS",
      "description": "",
      "representative_file": "KSS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2673174,
      "rep_rows": 110524,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:40:00",
            "2025-04-16 20:46:00",
            "2025-04-16 21:14:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.25,
            6.24,
            6.23
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.25,
            6.24,
            6.23
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.25,
            6.24,
            6.23
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.25,
            6.24,
            6.23
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "104",
            "48",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/KTOS",
      "description": "",
      "representative_file": "KTOS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3527022,
      "rep_rows": 137352,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:29:00",
            "2025-04-17 03:07:00",
            "2025-04-17 04:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            33.43,
            33.51,
            33.39
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            33.43,
            33.51,
            33.39
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            33.43,
            33.51,
            33.39
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            33.43,
            33.51,
            33.39
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "45",
            "2688"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/KURA",
      "description": "",
      "representative_file": "KURA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1430176,
      "rep_rows": 89721,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 89721,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.7,
            5.686,
            5.71
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.7,
            5.686,
            5.73
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.64,
            5.686,
            5.71
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.64,
            5.686,
            5.71
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "38687",
            "1487",
            "1084"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/KWEB",
      "description": "",
      "representative_file": "KWEB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3848852,
      "rep_rows": 165863,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:18:00",
            "2025-04-16 20:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            30.17,
            30.24,
            30.24
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            30.17,
            30.24,
            30.29
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            30.17,
            30.24,
            30.24
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            30.17,
            30.24,
            30.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "303",
            "1250"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LABD",
      "description": "",
      "representative_file": "LABD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2349966,
      "rep_rows": 123901,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 124296,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:14:00",
            "2025-04-16 20:49:00",
            "2025-04-16 20:57:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.65,
            10.57,
            10.57
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.65,
            10.64,
            10.57
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.65,
            10.57,
            10.56
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.65,
            10.64,
            10.56
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "938",
            "300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LBRT",
      "description": "",
      "representative_file": "LBRT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1685299,
      "rep_rows": 100786,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100786,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:33:00",
            "2025-04-16 21:19:00",
            "2025-04-16 21:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.52,
            12.5,
            12.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.52,
            12.5,
            12.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.52,
            12.5,
            12.42
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.52,
            12.5,
            12.42
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "21",
            "1",
            "133"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LC",
      "description": "",
      "representative_file": "LC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2021161,
      "rep_rows": 91476,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 02:27:00",
            "2025-04-17 03:13:00",
            "2025-04-17 06:58:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.45,
            9.45,
            9.4
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.45,
            9.45,
            9.4
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.45,
            9.45,
            9.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.45,
            9.45,
            9.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "31",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LCID",
      "description": "",
      "representative_file": "LCID.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3937717,
      "rep_rows": 179336,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:05:00",
            "2025-04-16 20:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2.3,
            2.29,
            2.3
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2.3,
            2.29,
            2.3
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2.3,
            2.29,
            2.3
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2.3,
            2.29,
            2.3
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1500",
            "204"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LEGN",
      "description": "",
      "representative_file": "LEGN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1555053,
      "rep_rows": 92720,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 92720,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:27:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            33.5,
            33.28,
            32.86
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            33.5,
            33.28,
            32.86
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            33.5,
            32.85,
            32.86
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            33.5,
            32.85,
            32.86
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "500",
            "10663",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LEN",
      "description": "",
      "representative_file": "LEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2580254,
      "rep_rows": 106103,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:51:00",
            "2025-04-17 06:30:00",
            "2025-04-17 06:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            101.84,
            101.66,
            101.02
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            101.84,
            101.66,
            101.98
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            101.84,
            101.66,
            101.02
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            101.84,
            101.66,
            101.98
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "123",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LEU",
      "description": "",
      "representative_file": "LEU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3748754,
      "rep_rows": 133043,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:54:00",
            "2025-04-16 20:59:00",
            "2025-04-16 23:34:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            67.65,
            67.65,
            67.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            67.65,
            67.73,
            67.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            67.65,
            67.65,
            67.45
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            67.65,
            67.73,
            67.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "20",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LI",
      "description": "",
      "representative_file": "LI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3197237,
      "rep_rows": 142101,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:08:00",
            "2025-04-16 21:09:00",
            "2025-04-16 21:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            22.8,
            22.8,
            22.88
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            22.8,
            22.8,
            22.88
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            22.8,
            22.8,
            22.88
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            22.8,
            22.8,
            22.88
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "200",
            "30"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LITE",
      "description": "",
      "representative_file": "LITE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4249312,
      "rep_rows": 144257,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:20:00",
            "2025-04-17 09:27:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            52.01,
            52.01,
            52.25
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            52.01,
            52.19,
            52.455
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            52.01,
            51.48,
            52.0955
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            52.01,
            52.19,
            52.0955
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "2372",
            "21075"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LLY",
      "description": "",
      "representative_file": "LLY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4220603,
      "rep_rows": 144049,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:16:00",
            "2025-04-16 20:57:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            736.98,
            736.68,
            736.68
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            736.98,
            736.68,
            736.68
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            736.98,
            736.68,
            736.68
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            736.98,
            736.68,
            736.68
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LMND",
      "description": "",
      "representative_file": "LMND.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3137014,
      "rep_rows": 122046,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:42:00",
            "2025-04-17 03:25:00",
            "2025-04-17 04:18:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            26.98,
            27.3,
            27.3
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            26.98,
            27.31,
            27.3
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            26.98,
            27.3,
            27.3
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            26.98,
            27.31,
            27.3
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "50",
            "101",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LPTH",
      "description": "",
      "representative_file": "LPTH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1954995,
      "rep_rows": 78894,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:27:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2.09,
            2.09,
            2.1299
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2.09,
            2.09,
            2.1299
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2.09,
            2.09,
            2.1299
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2.09,
            2.09,
            2.1299
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "227",
            "1438",
            "1030"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LRCX",
      "description": "",
      "representative_file": "LRCX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3684789,
      "rep_rows": 138865,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:16:00",
            "2025-04-16 21:02:00",
            "2025-04-16 21:26:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            65.66,
            65.68,
            65.85
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            65.66,
            65.68,
            65.85
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            65.66,
            65.67,
            65.85
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            65.66,
            65.67,
            65.85
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "30",
            "25"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LTBR",
      "description": "",
      "representative_file": "LTBR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1909894,
      "rep_rows": 100113,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100113,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 08:04:00",
            "2025-04-17 08:40:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.05,
            7.3999,
            7.31
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.05,
            7.4,
            7.31
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.05,
            7.38,
            7.31
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.05,
            7.4,
            7.31
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "172",
            "2000",
            "246"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LULU",
      "description": "",
      "representative_file": "LULU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3697617,
      "rep_rows": 139421,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:33:00",
            "2025-04-16 20:51:00",
            "2025-04-16 21:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            247.97,
            247.51,
            248.84
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            247.97,
            247.51,
            248.84
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            247.97,
            247.51,
            248.84
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            247.97,
            247.51,
            248.84
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "4",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LUMN",
      "description": "",
      "representative_file": "LUMN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2183953,
      "rep_rows": 121882,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 121882,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:11:00",
            "2025-04-17 08:00:00",
            "2025-04-17 08:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.3,
            3.31,
            3.33
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.3,
            3.31,
            3.33
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.3,
            3.31,
            3.33
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.3,
            3.31,
            3.33
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "829",
            "150",
            "1400"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LUNR",
      "description": "",
      "representative_file": "LUNR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4226872,
      "rep_rows": 177717,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:32:00",
            "2025-04-17 00:08:00",
            "2025-04-17 03:17:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.3,
            7.48,
            7.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.3,
            7.48,
            7.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.3,
            7.48,
            7.47
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.3,
            7.48,
            7.47
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "250",
            "200",
            "1070"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LUV",
      "description": "",
      "representative_file": "LUV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2661854,
      "rep_rows": 110817,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:13:00",
            "2025-04-16 22:50:00",
            "2025-04-16 23:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            24.99,
            24.99,
            24.99
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            24.99,
            24.99,
            25.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            24.99,
            24.99,
            24.99
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            24.99,
            24.99,
            25.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LYB",
      "description": "",
      "representative_file": "LYB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1924979,
      "rep_rows": 106464,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 106464,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 06:43:00",
            "2025-04-17 06:44:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            56.24,
            56.44,
            56.4
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            56.24,
            56.44,
            56.4
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            56.24,
            56.4,
            56.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            56.24,
            56.42,
            56.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "600",
            "188"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/LYFT",
      "description": "",
      "representative_file": "LYFT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3284485,
      "rep_rows": 134050,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:28:00",
            "2025-04-16 20:29:00",
            "2025-04-16 21:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.98,
            10.75,
            10.85
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.99,
            10.75,
            10.85
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.98,
            10.75,
            10.85
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.99,
            10.75,
            10.85
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "1",
            "500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/M",
      "description": "",
      "representative_file": "M.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1854539,
      "rep_rows": 105841,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 105841,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:48:00",
            "2025-04-17 00:30:00",
            "2025-04-17 00:34:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.91,
            11.25,
            11.44
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.91,
            11.25,
            11.44
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.91,
            11.25,
            11.44
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.91,
            11.25,
            11.44
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "10",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MAGS",
      "description": "",
      "representative_file": "MAGS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3410034,
      "rep_rows": 142451,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:25:00",
            "2025-04-16 20:38:00",
            "2025-04-16 21:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            43.2,
            43.2,
            43.03
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            43.2,
            43.2,
            43.03
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            43.2,
            43.2,
            43.03
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            43.2,
            43.2,
            43.03
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "1",
            "1100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MARA",
      "description": "",
      "representative_file": "MARA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5985578,
      "rep_rows": 259078,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:05:00",
            "2025-04-16 20:09:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.38,
            12.36,
            12.27
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.38,
            12.36,
            12.27
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.38,
            12.36,
            12.27
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.38,
            12.36,
            12.27
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "100",
            "5"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MBLY",
      "description": "",
      "representative_file": "MBLY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2785505,
      "rep_rows": 117175,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:32:00",
            "2025-04-17 00:15:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.01,
            12.38,
            12.38
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.01,
            12.38,
            12.38
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.01,
            12.38,
            12.38
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.01,
            12.38,
            12.38
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "100",
            "304"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MCHI",
      "description": "",
      "representative_file": "MCHI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1680626,
      "rep_rows": 101067,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101067,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:47:00",
            "2025-04-16 21:48:00",
            "2025-04-16 23:27:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            49.53,
            49.59,
            50.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            49.53,
            49.59,
            50.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            49.53,
            49.59,
            50.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            49.53,
            49.59,
            50.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MCHP",
      "description": "",
      "representative_file": "MCHP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2565801,
      "rep_rows": 110301,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:48:00",
            "2025-04-17 02:32:00",
            "2025-04-17 02:46:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            38.08,
            38.2,
            38.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            38.08,
            38.45,
            38.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            38.08,
            38.2,
            38.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            38.08,
            38.45,
            38.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "56",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MDB",
      "description": "",
      "representative_file": "MDB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3181142,
      "rep_rows": 112334,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:06:00",
            "2025-04-16 23:19:00",
            "2025-04-17 00:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            160.3,
            160.29,
            160.1
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            160.3,
            160.3,
            160.49
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            160.3,
            160.29,
            160.1
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            160.3,
            160.3,
            160.49
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "30",
            "134"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/META",
      "description": "",
      "representative_file": "META.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6382558,
      "rep_rows": 257786,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            502.7,
            502.7,
            503.33
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            502.7,
            503.33,
            503.33
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            502.7,
            502.32,
            503.33
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            502.7,
            502.32,
            503.33
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "76",
            "6"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/METC",
      "description": "",
      "representative_file": "METC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2594192,
      "rep_rows": 102109,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:52:00",
            "2025-04-17 04:00:00",
            "2025-04-17 05:40:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.6,
            9.41,
            9.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.6,
            9.41,
            9.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.6,
            9.41,
            9.6
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.6,
            9.41,
            9.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3000",
            "100",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/METU",
      "description": "",
      "representative_file": "METU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4051704,
      "rep_rows": 169046,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:06:00",
            "2025-04-16 20:08:00",
            "2025-04-16 20:21:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            22.06,
            22.22,
            22.3
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            22.06,
            22.22,
            22.3
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            22.06,
            22.22,
            22.3
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            22.06,
            22.22,
            22.3
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4",
            "10",
            "4"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MFG",
      "description": "",
      "representative_file": "MFG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1487540,
      "rep_rows": 94292,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 94292,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:53:00",
            "2025-04-17 06:52:00",
            "2025-04-17 06:53:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            4.7,
            4.78,
            4.78
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            4.7,
            4.78,
            4.78
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            4.7,
            4.78,
            4.78
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            4.7,
            4.78,
            4.78
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1460",
            "500",
            "1490"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MGM",
      "description": "",
      "representative_file": "MGM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1621211,
      "rep_rows": 101789,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101789,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:12:00",
            "2025-04-17 06:12:00",
            "2025-04-17 07:41:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            28.4,
            28.48,
            28.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            28.4,
            28.48,
            28.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            28.4,
            28.48,
            28.48
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            28.4,
            28.48,
            28.48
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "200",
            "915"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MNMD",
      "description": "",
      "representative_file": "MNMD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1290357,
      "rep_rows": 68347,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 68347,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.46,
            5.46,
            5.485
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.46,
            5.48,
            5.52
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.46,
            5.45,
            5.485
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.46,
            5.45,
            5.52
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "32096",
            "431"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MNSO",
      "description": "",
      "representative_file": "MNSO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1269093,
      "rep_rows": 80605,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 80605,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:18:00",
            "2025-04-16 22:25:00",
            "2025-04-17 01:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.6,
            15.6,
            15.61
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.6,
            15.6,
            15.61
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.6,
            15.6,
            15.61
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.6,
            15.6,
            15.61
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "50",
            "20",
            "90"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MOS",
      "description": "",
      "representative_file": "MOS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2604304,
      "rep_rows": 111795,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:51:00",
            "2025-04-17 06:23:00",
            "2025-04-17 08:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            27.07,
            27.1,
            27.1
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            27.07,
            27.1,
            27.1
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            27.07,
            27.1,
            27.1
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            27.07,
            27.1,
            27.1
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "102"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MP",
      "description": "",
      "representative_file": "MP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5107785,
      "rep_rows": 208253,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:04:00",
            "2025-04-16 20:08:00",
            "2025-04-16 20:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            28.35,
            28.35,
            28.36
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            28.35,
            28.35,
            28.36
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            28.35,
            28.35,
            28.35
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            28.35,
            28.35,
            28.35
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "55",
            "57"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MRK",
      "description": "",
      "representative_file": "MRK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3101393,
      "rep_rows": 122242,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:17:00",
            "2025-04-16 21:11:00",
            "2025-04-16 21:53:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            76.83,
            77.1,
            77.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            76.83,
            77.1,
            77.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            76.83,
            77.1,
            77.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            76.83,
            77.1,
            77.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "13",
            "1",
            "5"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MRNA",
      "description": "",
      "representative_file": "MRNA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3772027,
      "rep_rows": 154994,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:23:00",
            "2025-04-16 21:23:00",
            "2025-04-16 22:08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.19,
            25.35,
            25.35
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.19,
            25.35,
            25.35
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.19,
            25.35,
            25.35
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.19,
            25.35,
            25.35
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "12",
            "4",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MRVL",
      "description": "",
      "representative_file": "MRVL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4888547,
      "rep_rows": 205183,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:08:00",
            "2025-04-16 20:09:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            51.8,
            51.96,
            52.36
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            51.8,
            52.0,
            52.36
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            51.8,
            51.96,
            52.36
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            51.8,
            52.0,
            52.36
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "552",
            "28"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MS",
      "description": "",
      "representative_file": "MS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2742017,
      "rep_rows": 107301,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:12:00",
            "2025-04-16 22:17:00",
            "2025-04-16 22:34:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            107.8,
            108.0,
            108.17
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            107.8,
            108.0,
            108.17
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            107.8,
            108.0,
            108.17
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            107.8,
            108.0,
            108.17
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "9"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MSFT",
      "description": "",
      "representative_file": "MSFT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6243578,
      "rep_rows": 260582,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            373.0,
            372.97,
            373.57
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            373.0,
            373.57,
            373.99
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            373.0,
            372.97,
            373.57
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            373.0,
            373.57,
            373.99
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "86",
            "90"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MSFU",
      "description": "",
      "representative_file": "MSFU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3571145,
      "rep_rows": 146155,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00",
            "2025-04-16 20:35:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            28.99,
            29.11,
            28.95
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            28.99,
            29.11,
            28.95
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            28.99,
            29.11,
            28.95
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            28.99,
            29.11,
            28.95
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "110",
            "23",
            "775"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MSTR",
      "description": "",
      "representative_file": "MSTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7234856,
      "rep_rows": 294170,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            311.01,
            311.5,
            311.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            311.25,
            311.5,
            311.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            311.01,
            311.5,
            311.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            311.25,
            311.5,
            311.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "25",
            "1",
            "4"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MSTU",
      "description": "",
      "representative_file": "MSTU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6390055,
      "rep_rows": 297881,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:03:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.66,
            5.67,
            5.67
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.66,
            5.67,
            5.67
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.66,
            5.67,
            5.67
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.66,
            5.67,
            5.67
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4088",
            "524",
            "450"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MSTX",
      "description": "",
      "representative_file": "MSTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5873465,
      "rep_rows": 262866,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            26.87,
            26.73,
            26.83
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            26.87,
            26.73,
            26.83
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            26.79,
            26.73,
            26.83
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            26.79,
            26.73,
            26.83
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "174",
            "11",
            "68"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MSTY",
      "description": "",
      "representative_file": "MSTY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5048540,
      "rep_rows": 219070,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:17:00",
            "2025-04-16 21:45:00",
            "2025-04-16 23:18:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            21.05,
            21.02,
            21.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            21.06,
            21.02,
            21.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            21.05,
            21.02,
            21.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            21.06,
            21.02,
            21.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1001",
            "37",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MSTZ",
      "description": "",
      "representative_file": "MSTZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5781275,
      "rep_rows": 256858,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.02,
            7.99,
            7.99
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.02,
            8.01,
            7.99
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.01,
            7.99,
            7.99
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.01,
            8.01,
            7.99
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3478",
            "120",
            "125"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MT",
      "description": "",
      "representative_file": "MT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1654737,
      "rep_rows": 99841,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99841,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:00:00",
            "2025-04-17 08:00:00",
            "2025-04-17 08:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            27.07,
            26.89,
            27.01
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            27.07,
            26.89,
            27.01
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            27.07,
            26.89,
            27.01
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            27.07,
            26.89,
            27.01
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "600",
            "299"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MU",
      "description": "",
      "representative_file": "MU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7043064,
      "rep_rows": 273951,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            69.1,
            69.5,
            69.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            69.5,
            69.5,
            69.92
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            69.1,
            69.5,
            69.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            69.5,
            69.5,
            69.92
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "8",
            "12",
            "14"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MUFG",
      "description": "",
      "representative_file": "MUFG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2374695,
      "rep_rows": 103632,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:01:00",
            "2025-04-16 23:30:00",
            "2025-04-17 08:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.62,
            11.63,
            11.6842
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.62,
            11.63,
            11.6842
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.62,
            11.63,
            11.6842
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.62,
            11.63,
            11.6842
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "130",
            "4",
            "320"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MUU",
      "description": "",
      "representative_file": "MUU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3914663,
      "rep_rows": 143834,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:13:00",
            "2025-04-16 21:19:00",
            "2025-04-16 21:53:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.27,
            8.27,
            8.22
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.27,
            8.27,
            8.22
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.27,
            8.27,
            8.22
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.27,
            8.27,
            8.22
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "40",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/MUX",
      "description": "",
      "representative_file": "MUX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1580418,
      "rep_rows": 87648,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 87648,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:30:00",
            "2025-04-17 07:53:00",
            "2025-04-17 08:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.27,
            8.26,
            8.27
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.27,
            8.26,
            8.2968
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.27,
            8.26,
            8.27
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.27,
            8.26,
            8.2968
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "680",
            "975",
            "499"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NBIS",
      "description": "",
      "representative_file": "NBIS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6081450,
      "rep_rows": 250970,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:04:00",
            "2025-04-16 20:14:00",
            "2025-04-16 20:55:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            20.75,
            21.19,
            21.19
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            20.75,
            21.19,
            21.19
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            20.7,
            21.19,
            21.19
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            20.7,
            21.19,
            21.19
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "200",
            "7"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NCLH",
      "description": "",
      "representative_file": "NCLH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2366849,
      "rep_rows": 127777,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 127777,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:48:00",
            "2025-04-16 21:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            16.19,
            16.29,
            16.01
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            16.29,
            16.29,
            16.01
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            16.19,
            16.29,
            16.01
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            16.29,
            16.29,
            16.01
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "800",
            "10",
            "10"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NEBX",
      "description": "",
      "representative_file": "NEBX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2050557,
      "rep_rows": 75989,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-09 09:47:00",
            "2025-09-09 09:49:00",
            "2025-09-09 09:50:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            45.28,
            44.765,
            45.25
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            45.58,
            44.765,
            45.449
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            45.28,
            44.765,
            44.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            45.58,
            44.765,
            44.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "600",
            "200",
            "500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NEE",
      "description": "",
      "representative_file": "NEE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2875976,
      "rep_rows": 120277,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:08:00",
            "2025-04-16 20:59:00",
            "2025-04-16 21:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            65.77,
            65.77,
            65.77
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            65.77,
            65.77,
            65.77
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            65.77,
            65.77,
            65.77
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            65.77,
            65.77,
            65.77
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "35",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NEM",
      "description": "",
      "representative_file": "NEM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4075090,
      "rep_rows": 168223,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            56.36,
            56.36,
            56.44
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            56.36,
            56.36,
            56.44
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            56.36,
            56.36,
            56.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            56.36,
            56.36,
            56.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "10",
            "500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NET",
      "description": "",
      "representative_file": "NET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2298142,
      "rep_rows": 115263,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 115263,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:41:00",
            "2025-04-16 21:11:00",
            "2025-04-17 02:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            109.9,
            109.55,
            111.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            109.9,
            109.55,
            111.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            109.9,
            109.55,
            111.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            109.9,
            109.55,
            111.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "18",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NEXT",
      "description": "",
      "representative_file": "NEXT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1759011,
      "rep_rows": 104469,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 104469,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:33:00",
            "2025-04-17 09:34:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.51,
            7.6048,
            7.58
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.59,
            7.6048,
            7.61
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.5,
            7.53,
            7.555
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.59,
            7.58,
            7.555
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "49566",
            "1130",
            "1145"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NFLX",
      "description": "",
      "representative_file": "NFLX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5594446,
      "rep_rows": 223131,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            968.0,
            968.0,
            968.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            968.5,
            968.0,
            968.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            968.0,
            968.0,
            968.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            968.5,
            968.0,
            968.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "7",
            "8",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NG",
      "description": "",
      "representative_file": "NG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1753284,
      "rep_rows": 102764,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102764,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:29:00",
            "2025-04-17 06:00:00",
            "2025-04-17 07:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2.99,
            2.99,
            3.06
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2.99,
            2.99,
            3.06
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2.99,
            2.99,
            3.06
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2.99,
            2.99,
            3.06
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "1110",
            "1000"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NGD",
      "description": "",
      "representative_file": "NGD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2069746,
      "rep_rows": 109134,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 109134,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:57:00",
            "2025-04-17 07:00:00",
            "2025-04-17 07:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.76,
            3.73,
            3.72
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.76,
            3.73,
            3.72
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.76,
            3.73,
            3.72
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.76,
            3.73,
            3.72
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "244",
            "998"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NGG",
      "description": "",
      "representative_file": "NGG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1512275,
      "rep_rows": 88896,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 88896,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:30:00",
            "2025-04-17 04:07:00",
            "2025-04-17 05:11:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            71.39,
            71.43,
            70.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            71.39,
            71.43,
            70.7
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            71.39,
            71.43,
            70.7
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            71.39,
            71.43,
            70.7
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NKE",
      "description": "",
      "representative_file": "NKE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4401315,
      "rep_rows": 185987,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:04:00",
            "2025-04-16 20:05:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            53.5,
            53.5,
            53.55
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            53.5,
            53.55,
            53.55
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            53.5,
            53.5,
            53.55
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            53.5,
            53.55,
            53.55
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "10",
            "12"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NMAX",
      "description": "",
      "representative_file": "NMAX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1766612,
      "rep_rows": 89180,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 89180,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:07:00",
            "2025-04-17 00:15:00",
            "2025-04-17 00:46:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            27.7,
            28.25,
            28.25
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            28.25,
            28.25,
            28.25
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            27.7,
            28.25,
            28.25
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            28.25,
            28.25,
            28.25
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "190"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NNE",
      "description": "",
      "representative_file": "NNE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2615882,
      "rep_rows": 134839,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 134839,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:34:00",
            "2025-04-17 05:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            20.74,
            21.4,
            21.29
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            20.74,
            21.4,
            21.29
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            20.74,
            21.4,
            21.29
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            20.74,
            21.4,
            21.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NOG",
      "description": "",
      "representative_file": "NOG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1547692,
      "rep_rows": 97940,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 97940,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            23.58,
            23.44,
            23.4
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            23.58,
            23.44,
            23.4983
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            23.58,
            23.4,
            23.385
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            23.58,
            23.4,
            23.385
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "58080",
            "739"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NOK",
      "description": "",
      "representative_file": "NOK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3215482,
      "rep_rows": 141298,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:00:00",
            "2025-04-17 04:00:00",
            "2025-04-17 04:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.16,
            5.1,
            5.12
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.16,
            5.13,
            5.12
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.16,
            5.1,
            5.12
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.16,
            5.13,
            5.12
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "70",
            "1379",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NOW",
      "description": "",
      "representative_file": "NOW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3796458,
      "rep_rows": 134138,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:12:00",
            "2025-04-16 21:53:00",
            "2025-04-16 22:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            803.6,
            803.59,
            803.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            803.6,
            803.59,
            803.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            803.6,
            803.59,
            803.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            803.6,
            803.59,
            803.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "5",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NTLA",
      "description": "",
      "representative_file": "NTLA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3175786,
      "rep_rows": 134140,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:36:00",
            "2025-04-17 01:50:00",
            "2025-04-17 01:52:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.86,
            6.9,
            6.9
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.86,
            6.9,
            6.9
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.85,
            6.9,
            6.9
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.85,
            6.9,
            6.9
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "200",
            "50"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NU",
      "description": "",
      "representative_file": "NU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3566757,
      "rep_rows": 143618,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:21:00",
            "2025-04-16 21:04:00",
            "2025-04-16 21:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.76,
            10.8,
            10.85
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.76,
            10.8,
            10.85
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.76,
            10.8,
            10.85
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.76,
            10.8,
            10.85
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "30",
            "33"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NVAX",
      "description": "",
      "representative_file": "NVAX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2199672,
      "rep_rows": 126747,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 126747,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:04:00",
            "2025-04-17 03:36:00",
            "2025-04-17 04:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.2,
            6.19,
            6.4
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.2,
            6.19,
            6.4
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.2,
            6.19,
            6.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.2,
            6.19,
            6.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "20",
            "1",
            "400"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NVD",
      "description": "",
      "representative_file": "NVD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5182473,
      "rep_rows": 214233,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            31.68,
            31.54,
            31.28
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            31.68,
            31.54,
            31.28
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            31.68,
            31.54,
            31.21
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            31.68,
            31.54,
            31.21
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "21",
            "10",
            "33"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NVDA",
      "description": "",
      "representative_file": "NVDA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8381116,
      "rep_rows": 356540,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            103.5,
            103.4,
            103.78
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            103.5,
            103.8,
            103.78
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            103.32,
            103.4,
            103.66
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            103.43,
            103.7,
            103.73
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "422",
            "1983",
            "2090"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NVDD",
      "description": "",
      "representative_file": "NVDD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2052964,
      "rep_rows": 82251,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:08:00",
            "2025-04-16 20:09:00",
            "2025-04-16 20:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.2,
            7.2,
            7.21
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.2,
            7.2,
            7.21
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.2,
            7.2,
            7.21
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.2,
            7.2,
            7.21
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "40"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NVDL",
      "description": "",
      "representative_file": "NVDL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6659415,
      "rep_rows": 290176,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            31.8,
            31.82,
            32.02
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            31.81,
            32.0,
            32.03
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            31.8,
            31.82,
            32.01
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            31.81,
            32.0,
            32.01
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "1050",
            "500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NVDQ",
      "description": "",
      "representative_file": "NVDQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3305776,
      "rep_rows": 144158,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:12:00",
            "2025-04-16 20:22:00",
            "2025-04-16 20:29:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.38,
            3.42,
            3.42
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.38,
            3.42,
            3.42
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.38,
            3.42,
            3.42
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.38,
            3.42,
            3.42
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "97",
            "24"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NVDU",
      "description": "",
      "representative_file": "NVDU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3255511,
      "rep_rows": 117679,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:03:00",
            "2025-04-16 20:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            45.06,
            45.22,
            45.24
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            45.06,
            45.29,
            45.24
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            44.91,
            45.22,
            45.21
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            44.91,
            45.29,
            45.21
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "25",
            "94",
            "227"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NVDX",
      "description": "",
      "representative_file": "NVDX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5406907,
      "rep_rows": 236551,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:03:00",
            "2025-04-16 20:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.65,
            6.68,
            6.69
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.65,
            6.68,
            6.69
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.65,
            6.67,
            6.69
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.65,
            6.67,
            6.69
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "500",
            "2853",
            "500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NVDY",
      "description": "",
      "representative_file": "NVDY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4143639,
      "rep_rows": 185223,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:11:00",
            "2025-04-16 20:16:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.55,
            14.55,
            14.55
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.55,
            14.55,
            14.55
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.55,
            14.55,
            14.55
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.55,
            14.55,
            14.55
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4",
            "103",
            "87"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NVO",
      "description": "",
      "representative_file": "NVO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5508304,
      "rep_rows": 241533,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:25:00",
            "2025-04-16 20:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            62.95,
            63.0,
            63.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            62.95,
            63.0,
            63.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            62.95,
            63.0,
            63.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            62.95,
            63.0,
            63.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "29",
            "1",
            "9"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NVOX",
      "description": "",
      "representative_file": "NVOX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3274075,
      "rep_rows": 136104,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:45:00",
            "2025-04-17 06:51:00",
            "2025-04-17 06:54:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.81,
            5.38,
            5.25
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.81,
            5.38,
            5.25
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.81,
            5.38,
            5.25
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.81,
            5.38,
            5.25
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1736",
            "700",
            "370"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NVS",
      "description": "",
      "representative_file": "NVS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1848582,
      "rep_rows": 101223,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101223,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:01:00",
            "2025-04-17 03:19:00",
            "2025-04-17 04:45:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            110.0,
            110.13,
            109.38
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            110.0,
            110.13,
            109.38
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            110.0,
            110.13,
            109.38
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            110.0,
            110.13,
            109.38
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "70",
            "5",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NVTS",
      "description": "",
      "representative_file": "NVTS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4826745,
      "rep_rows": 203530,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:04:00",
            "2025-04-17 07:00:00",
            "2025-04-17 07:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            1.73,
            1.74,
            1.74
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            1.73,
            1.74,
            1.74
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            1.73,
            1.74,
            1.74
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            1.73,
            1.74,
            1.74
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "2499",
            "456"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NWG",
      "description": "",
      "representative_file": "NWG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1727643,
      "rep_rows": 98761,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 98761,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:02:00",
            "2025-04-17 04:45:00",
            "2025-04-17 04:49:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.31,
            12.31,
            12.31
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.31,
            12.31,
            12.31
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.31,
            12.31,
            12.31
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.31,
            12.31,
            12.31
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1400",
            "1700",
            "1400"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NXE",
      "description": "",
      "representative_file": "NXE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1938424,
      "rep_rows": 108539,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 108539,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:27:00",
            "2025-04-16 20:33:00",
            "2025-04-16 20:50:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            4.87,
            4.87,
            4.86
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            4.87,
            4.87,
            4.86
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            4.87,
            4.87,
            4.86
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            4.87,
            4.87,
            4.86
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "6",
            "101",
            "5"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/NXT",
      "description": "",
      "representative_file": "NXT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1889982,
      "rep_rows": 99918,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99918,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:55:00",
            "2025-04-17 07:56:00",
            "2025-04-17 07:57:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            39.5,
            39.5,
            39.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            39.5,
            39.8,
            39.86
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            39.5,
            39.5,
            39.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            39.5,
            39.8,
            39.86
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "1008",
            "1978"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/OBDC",
      "description": "",
      "representative_file": "OBDC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1783647,
      "rep_rows": 101016,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101016,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:43:00",
            "2025-04-16 21:55:00",
            "2025-04-16 23:38:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            13.6,
            13.6,
            13.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            13.6,
            13.6,
            13.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            13.6,
            13.6,
            13.6
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            13.6,
            13.6,
            13.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "7",
            "2",
            "10"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/OGN",
      "description": "",
      "representative_file": "OGN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2393039,
      "rep_rows": 102723,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:00:00",
            "2025-04-17 07:50:00",
            "2025-04-17 07:53:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.92,
            10.93,
            10.95
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.92,
            10.95,
            10.95
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.91,
            10.93,
            10.95
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.91,
            10.95,
            10.95
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "350",
            "4797",
            "2099"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/OKLL",
      "description": "",
      "representative_file": "OKLL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4031461,
      "rep_rows": 159076,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-24 09:45:00",
            "2025-06-24 09:56:00",
            "2025-06-24 09:57:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            22.389,
            23.26,
            23.25
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            22.389,
            23.6999,
            23.25
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            22.389,
            23.26,
            23.25
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            22.389,
            23.6,
            23.25
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "150",
            "1355",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/OKLO",
      "description": "",
      "representative_file": "OKLO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6177951,
      "rep_rows": 251001,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:05:00",
            "2025-04-16 20:35:00",
            "2025-04-16 20:36:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            21.52,
            22.0,
            22.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            21.52,
            22.0,
            22.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            21.49,
            22.0,
            22.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            21.49,
            22.0,
            22.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "650",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/OKTA",
      "description": "",
      "representative_file": "OKTA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2801369,
      "rep_rows": 111827,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:52:00",
            "2025-04-17 00:11:00",
            "2025-04-17 05:55:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            99.93,
            99.75,
            100.8
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            99.93,
            99.75,
            100.8
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            99.93,
            99.75,
            100.8
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            99.93,
            99.75,
            100.8
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "148"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ON",
      "description": "",
      "representative_file": "ON.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2782220,
      "rep_rows": 118318,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:28:00",
            "2025-04-16 22:13:00",
            "2025-04-16 22:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            34.28,
            34.33,
            34.55
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            34.28,
            34.33,
            34.55
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            34.28,
            34.33,
            34.55
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            34.28,
            34.33,
            34.55
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "2",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ONDS",
      "description": "",
      "representative_file": "ONDS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5758863,
      "rep_rows": 245931,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:06:00",
            "2025-04-17 04:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            0.91,
            0.8897,
            0.871
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            0.91,
            0.8897,
            0.871
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            0.91,
            0.8897,
            0.8702
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            0.91,
            0.8897,
            0.8702
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5299",
            "100",
            "917"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ONON",
      "description": "",
      "representative_file": "ONON.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2668265,
      "rep_rows": 112699,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:39:00",
            "2025-04-16 23:58:00",
            "2025-04-17 00:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            41.6,
            41.6,
            41.58
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            41.6,
            41.6,
            41.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            41.6,
            41.6,
            41.58
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            41.6,
            41.6,
            41.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "5",
            "509"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/OPFI",
      "description": "",
      "representative_file": "OPFI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1421089,
      "rep_rows": 80575,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 80575,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:19:00",
            "2025-04-17 04:28:00",
            "2025-04-17 08:38:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.36,
            8.39,
            8.42
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.36,
            8.39,
            8.42
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.36,
            8.39,
            8.42
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.36,
            8.39,
            8.42
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1000",
            "200",
            "250"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ORCL",
      "description": "",
      "representative_file": "ORCL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6060364,
      "rep_rows": 243710,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:35:00",
            "2025-04-16 21:39:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            130.93,
            130.2,
            130.29
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            130.93,
            130.2,
            130.29
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            130.93,
            130.2,
            130.29
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            130.93,
            130.2,
            130.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "5",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ORCX",
      "description": "",
      "representative_file": "ORCX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3643313,
      "rep_rows": 152168,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 11:23:00",
            "2025-04-17 15:12:00",
            "2025-04-21 08:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.655,
            10.48,
            10.15
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.655,
            10.48,
            10.15
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.655,
            10.48,
            10.15
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.655,
            10.48,
            10.15
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "330"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ORLA",
      "description": "",
      "representative_file": "ORLA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1687861,
      "rep_rows": 98751,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 98751,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:26:00",
            "2025-04-17 07:00:00",
            "2025-04-17 07:49:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.31,
            11.31,
            11.31
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.31,
            11.31,
            11.31
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.31,
            11.31,
            11.31
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.31,
            11.31,
            11.31
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "564"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/OSCR",
      "description": "",
      "representative_file": "OSCR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4460337,
      "rep_rows": 190433,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:27:00",
            "2025-04-17 04:15:00",
            "2025-04-17 05:55:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.21,
            12.67,
            12.39
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.21,
            12.67,
            12.39
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.21,
            12.67,
            12.35
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.21,
            12.67,
            12.35
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "116",
            "2174"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/OSS",
      "description": "",
      "representative_file": "OSS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1469551,
      "rep_rows": 77599,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 77599,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 08:31:00",
            "2025-04-17 08:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            1.9521,
            2.19,
            2.12
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            1.9521,
            2.19,
            2.12
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            1.9521,
            2.19,
            2.12
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            1.9521,
            2.19,
            2.12
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "495",
            "5000"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/OUNZ",
      "description": "",
      "representative_file": "OUNZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1606846,
      "rep_rows": 86689,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 86689,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:16:00",
            "2025-04-17 04:00:00",
            "2025-04-17 04:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            32.06,
            32.05,
            32.05
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            32.06,
            32.05,
            32.05
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            32.06,
            32.05,
            32.05
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            32.06,
            32.05,
            32.05
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "20",
            "3303",
            "109"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/OUST",
      "description": "",
      "representative_file": "OUST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2927394,
      "rep_rows": 114997,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:05:00",
            "2025-04-17 09:06:00",
            "2025-04-17 09:28:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.97,
            7.0,
            6.94
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.97,
            7.0,
            6.94
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.97,
            7.0,
            6.94
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.97,
            7.0,
            6.94
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "178",
            "280"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/OWL",
      "description": "",
      "representative_file": "OWL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2629503,
      "rep_rows": 108338,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:24:00",
            "2025-04-17 02:28:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            17.5,
            17.5,
            17.08
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            17.5,
            17.75,
            17.335
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            17.5,
            17.5,
            17.08
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            17.5,
            17.7,
            17.335
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "56",
            "34950"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/OXLC",
      "description": "",
      "representative_file": "OXLC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1892949,
      "rep_rows": 99389,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99389,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:03:00",
            "2025-04-17 04:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            4.59,
            4.46,
            4.46
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            4.59,
            4.46,
            4.46
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            4.59,
            4.46,
            4.46
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            4.59,
            4.46,
            4.46
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "154",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/OXY",
      "description": "",
      "representative_file": "OXY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4150303,
      "rep_rows": 178528,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:04:00",
            "2025-04-16 20:05:00",
            "2025-04-16 20:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            38.57,
            38.4,
            38.41
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            38.57,
            38.4,
            38.41
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            38.57,
            38.35,
            38.41
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            38.57,
            38.35,
            38.41
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "100",
            "94"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PAAS",
      "description": "",
      "representative_file": "PAAS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3372762,
      "rep_rows": 137456,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:18:00",
            "2025-04-17 04:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            27.94,
            27.85,
            27.76
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            27.94,
            27.85,
            27.76
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            27.94,
            27.84,
            27.76
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            27.94,
            27.85,
            27.76
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "500",
            "1300",
            "241"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PAGS",
      "description": "",
      "representative_file": "PAGS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1602009,
      "rep_rows": 99036,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99036,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:14:00",
            "2025-04-17 09:05:00",
            "2025-04-17 09:29:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.5979,
            8.4302,
            8.41
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.5979,
            8.4302,
            8.41
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.5979,
            8.4302,
            8.41
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.5979,
            8.4302,
            8.41
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "150",
            "600"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PANW",
      "description": "",
      "representative_file": "PANW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3462778,
      "rep_rows": 137441,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:22:00",
            "2025-04-16 20:36:00",
            "2025-04-16 20:59:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            170.0,
            170.41,
            170.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            170.0,
            170.41,
            170.86
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            170.0,
            170.41,
            170.7
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            170.0,
            170.41,
            170.86
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "1",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PATH",
      "description": "",
      "representative_file": "PATH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4271362,
      "rep_rows": 178533,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:59:00",
            "2025-04-16 22:36:00",
            "2025-04-16 22:48:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.5,
            10.5,
            10.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.5,
            10.5,
            10.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.5,
            10.5,
            10.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.5,
            10.5,
            10.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "37",
            "63",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PBF",
      "description": "",
      "representative_file": "PBF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2325794,
      "rep_rows": 99435,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:50:00",
            "2025-04-17 08:14:00",
            "2025-04-17 08:15:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.18,
            15.2,
            15.2
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.18,
            15.2,
            15.2
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.16,
            15.2,
            15.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.16,
            15.2,
            15.2
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "391",
            "100",
            "800"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PBR.A",
      "description": "",
      "representative_file": "PBR.A.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1937173,
      "rep_rows": 115458,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 115458,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:58:00",
            "2025-04-17 01:58:00",
            "2025-04-17 02:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.68,
            10.68,
            10.68
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.68,
            10.68,
            10.68
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.68,
            10.68,
            10.68
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.68,
            10.68,
            10.68
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "9",
            "1",
            "99"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PBR",
      "description": "",
      "representative_file": "PBR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2482125,
      "rep_rows": 135899,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 135899,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:07:00",
            "2025-04-16 21:01:00",
            "2025-04-16 21:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.5,
            11.46,
            11.46
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.5,
            11.46,
            11.46
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.5,
            11.46,
            11.46
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.5,
            11.46,
            11.46
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "45",
            "10",
            "45"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PCG",
      "description": "",
      "representative_file": "PCG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1892888,
      "rep_rows": 106482,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 106482,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:57:00",
            "2025-04-17 07:24:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            17.17,
            17.15,
            17.29
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            17.17,
            17.15,
            17.32
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            17.17,
            17.15,
            17.255
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            17.17,
            17.15,
            17.27
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "100",
            "539249"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PCT",
      "description": "",
      "representative_file": "PCT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1786469,
      "rep_rows": 101128,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101128,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:16:00",
            "2025-04-17 09:27:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.2,
            5.96,
            6.08
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.2,
            5.96,
            6.0972
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.19,
            5.96,
            5.95
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.19,
            5.96,
            6.095
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "100",
            "82292"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PD",
      "description": "",
      "representative_file": "PD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2065750,
      "rep_rows": 94130,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:00:00",
            "2025-04-17 09:14:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.13,
            15.0843,
            15.07
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.14,
            15.0843,
            15.08
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.13,
            15.0843,
            15.07
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.14,
            15.0843,
            15.08
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1613",
            "100",
            "40124"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PDD",
      "description": "",
      "representative_file": "PDD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3833375,
      "rep_rows": 174646,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            92.11,
            93.0,
            93.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            92.11,
            93.0,
            93.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            92.11,
            93.0,
            93.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            92.11,
            93.0,
            93.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "11",
            "2",
            "52"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PDYN",
      "description": "",
      "representative_file": "PDYN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2306320,
      "rep_rows": 128065,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 128065,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:52:00",
            "2025-04-17 07:02:00",
            "2025-04-17 07:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.9,
            5.9,
            5.85
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.9,
            5.9,
            5.85
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.9,
            5.9,
            5.85
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.9,
            5.9,
            5.85
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "118",
            "200",
            "125"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PENN",
      "description": "",
      "representative_file": "PENN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1584303,
      "rep_rows": 99751,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99751,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:16:00",
            "2025-04-17 08:03:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.27,
            14.34,
            14.31
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.27,
            14.36,
            14.31
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.26,
            14.34,
            14.285
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.26,
            14.36,
            14.3
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "550",
            "23098"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PGY",
      "description": "",
      "representative_file": "PGY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3490519,
      "rep_rows": 143978,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:12:00",
            "2025-04-17 07:13:00",
            "2025-04-17 07:14:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.41,
            9.42,
            9.38
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.41,
            9.42,
            9.38
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.41,
            9.4,
            9.38
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.41,
            9.4,
            9.38
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "107",
            "518",
            "196"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PHG",
      "description": "",
      "representative_file": "PHG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1375519,
      "rep_rows": 87019,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 87019,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:04:00",
            "2025-04-17 07:19:00",
            "2025-04-17 07:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            23.84,
            23.66,
            23.64
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            23.84,
            23.66,
            23.66
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            23.84,
            23.57,
            23.64
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            23.84,
            23.59,
            23.66
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "400",
            "4140",
            "1000"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PHYS",
      "description": "",
      "representative_file": "PHYS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2290650,
      "rep_rows": 113238,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 113238,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:31:00",
            "2025-04-17 02:00:00",
            "2025-04-17 03:37:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.65,
            25.58,
            25.53
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.65,
            25.58,
            25.53
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.61,
            25.58,
            25.53
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.61,
            25.58,
            25.53
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "546",
            "40",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PINS",
      "description": "",
      "representative_file": "PINS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2999961,
      "rep_rows": 123666,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:58:00",
            "2025-04-17 01:33:00",
            "2025-04-17 04:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.4,
            25.69,
            25.51
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.4,
            25.69,
            25.75
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.4,
            25.69,
            25.51
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.4,
            25.69,
            25.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "1",
            "550"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PL",
      "description": "",
      "representative_file": "PL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4165152,
      "rep_rows": 174307,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:05:00",
            "2025-04-17 05:06:00",
            "2025-04-17 06:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.24,
            3.24,
            3.24
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.24,
            3.24,
            3.24
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.24,
            3.24,
            3.24
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.24,
            3.24,
            3.24
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1200",
            "401",
            "1080"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PLTD",
      "description": "",
      "representative_file": "PLTD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2691967,
      "rep_rows": 135071,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 135071,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:10:00",
            "2025-04-16 22:24:00",
            "2025-04-16 22:35:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.62,
            14.65,
            14.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.62,
            14.65,
            14.65
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.62,
            14.65,
            14.65
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.62,
            14.65,
            14.65
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "225",
            "127",
            "98"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PLTR",
      "description": "",
      "representative_file": "PLTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7812572,
      "rep_rows": 326350,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            92.78,
            92.78,
            92.78
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            92.78,
            92.8,
            92.92
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            92.78,
            92.78,
            92.69
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            92.78,
            92.78,
            92.69
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "42",
            "712",
            "193"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PLTU",
      "description": "",
      "representative_file": "PLTU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4921320,
      "rep_rows": 196469,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:12:00",
            "2025-04-16 20:17:00",
            "2025-04-16 20:25:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            31.93,
            31.93,
            31.93
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            31.93,
            31.93,
            31.93
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            31.93,
            31.93,
            31.93
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            31.93,
            31.93,
            31.93
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "171",
            "29"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PLTZ",
      "description": "",
      "representative_file": "PLTZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3467451,
      "rep_rows": 136115,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-06 09:37:00",
            "2025-06-06 09:38:00",
            "2025-06-06 09:42:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.819,
            18.63,
            18.25
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.82,
            18.63,
            18.25
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.819,
            18.63,
            18.25
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.82,
            18.63,
            18.25
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "400",
            "500",
            "300"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/POET",
      "description": "",
      "representative_file": "POET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3733582,
      "rep_rows": 161953,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:02:00",
            "2025-04-17 06:18:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.79,
            3.8,
            3.8
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.79,
            3.8,
            3.8
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.79,
            3.8,
            3.8
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.79,
            3.8,
            3.8
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "136"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PONY",
      "description": "",
      "representative_file": "PONY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3699433,
      "rep_rows": 153559,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:29:00",
            "2025-04-16 20:30:00",
            "2025-04-16 20:44:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            4.9,
            4.9,
            4.89
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            4.9,
            4.9,
            4.89
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            4.9,
            4.9,
            4.89
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            4.9,
            4.9,
            4.89
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "5",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PPTA",
      "description": "",
      "representative_file": "PPTA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2548516,
      "rep_rows": 105648,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:32:00",
            "2025-04-17 08:36:00",
            "2025-04-17 09:25:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            13.01,
            13.37,
            13.37
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            13.01,
            13.37,
            13.37
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            13.01,
            13.35,
            13.35
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            13.01,
            13.35,
            13.35
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "500",
            "959"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PR",
      "description": "",
      "representative_file": "PR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1825729,
      "rep_rows": 102863,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102863,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:52:00",
            "2025-04-17 02:16:00",
            "2025-04-17 02:48:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.98,
            11.62,
            11.61
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.0,
            11.62,
            11.61
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.98,
            11.62,
            11.61
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.0,
            11.62,
            11.61
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "80",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PSKY",
      "description": "",
      "representative_file": "PSKY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2711225,
      "rep_rows": 113660,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 08:03:00",
            "2025-04-17 08:28:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.62,
            10.62,
            10.78
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.62,
            10.8,
            10.78
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.62,
            10.62,
            10.78
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.62,
            10.62,
            10.78
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "315",
            "180"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PSLV",
      "description": "",
      "representative_file": "PSLV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4033986,
      "rep_rows": 156303,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:04:00",
            "2025-04-16 21:25:00",
            "2025-04-16 22:25:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.1,
            11.05,
            10.87
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.1,
            11.05,
            10.87
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.1,
            11.05,
            10.87
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.1,
            11.05,
            10.87
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "500",
            "1900"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PSNL",
      "description": "",
      "representative_file": "PSNL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1375908,
      "rep_rows": 84807,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 84807,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.3,
            3.3,
            3.2505
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.31,
            3.3,
            3.31
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.3,
            3.3,
            3.2505
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.31,
            3.3,
            3.31
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "600",
            "3812",
            "1900"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PSO",
      "description": "",
      "representative_file": "PSO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1012213,
      "rep_rows": 71893,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 71893,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:06:00",
            "2025-04-17 04:08:00",
            "2025-04-17 05:35:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.73,
            15.73,
            15.71
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.73,
            15.74,
            15.71
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.73,
            15.73,
            15.71
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.73,
            15.74,
            15.71
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "1375",
            "250"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PSQ",
      "description": "",
      "representative_file": "PSQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3351718,
      "rep_rows": 139276,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            42.0,
            41.93,
            41.85
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            42.0,
            41.93,
            41.92
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            41.97,
            41.93,
            41.85
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            41.97,
            41.93,
            41.92
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3603",
            "2400",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PSTG",
      "description": "",
      "representative_file": "PSTG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2656165,
      "rep_rows": 107558,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:06:00",
            "2025-04-17 07:26:00",
            "2025-04-17 07:27:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            42.0,
            41.51,
            41.4
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            42.0,
            41.52,
            41.4
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            42.0,
            41.51,
            41.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            42.0,
            41.52,
            41.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "200",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PTEN",
      "description": "",
      "representative_file": "PTEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1698587,
      "rep_rows": 102321,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102321,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:40:00",
            "2025-04-16 20:42:00",
            "2025-04-16 21:24:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.06,
            6.06,
            6.04
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.06,
            6.06,
            6.04
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.06,
            6.06,
            6.04
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.06,
            6.06,
            6.04
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "4"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PTIR",
      "description": "",
      "representative_file": "PTIR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3385732,
      "rep_rows": 183011,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 183618,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:52:00",
            "2025-04-16 20:54:00",
            "2025-04-16 20:58:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            152.5,
            154.0,
            154.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            152.5,
            154.0,
            154.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            152.5,
            154.0,
            154.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            152.5,
            154.0,
            154.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "8",
            "60",
            "50"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PTON",
      "description": "",
      "representative_file": "PTON.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2036340,
      "rep_rows": 115172,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 115172,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:00:00",
            "2025-04-17 07:43:00",
            "2025-04-17 09:12:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.65,
            5.66,
            5.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.65,
            5.66,
            5.65
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.65,
            5.65,
            5.65
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.65,
            5.66,
            5.65
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "374",
            "987",
            "478"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PUK",
      "description": "",
      "representative_file": "PUK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1360305,
      "rep_rows": 86578,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 86578,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:01:00",
            "2025-04-17 04:10:00",
            "2025-04-17 04:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            20.73,
            20.74,
            20.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            20.73,
            20.74,
            20.75
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            20.73,
            20.74,
            20.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            20.73,
            20.74,
            20.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "500",
            "136",
            "371"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/PYPL",
      "description": "",
      "representative_file": "PYPL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4243304,
      "rep_rows": 178531,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:18:00",
            "2025-04-16 20:24:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            60.0,
            60.45,
            60.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            60.0,
            60.5,
            60.53
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            60.0,
            60.45,
            60.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            60.0,
            60.5,
            60.53
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "18",
            "5"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/QBTS",
      "description": "",
      "representative_file": "QBTS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6064553,
      "rep_rows": 253165,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:27:00",
            "2025-04-16 20:47:00",
            "2025-04-16 20:59:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.47,
            6.51,
            6.48
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.47,
            6.51,
            6.48
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.47,
            6.48,
            6.48
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.47,
            6.48,
            6.48
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "81",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/QBTX",
      "description": "",
      "representative_file": "QBTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3077748,
      "rep_rows": 110977,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-25 09:33:00",
            "2025-04-25 09:46:00",
            "2025-04-25 09:55:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            24.96,
            25.035,
            25.1365
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            24.96,
            25.035,
            25.1365
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            24.95,
            25.035,
            25.1365
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            24.95,
            25.035,
            25.1365
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "600",
            "100",
            "300"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/QCOM",
      "description": "",
      "representative_file": "QCOM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3545940,
      "rep_rows": 147555,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:06:00",
            "2025-04-16 20:16:00",
            "2025-04-16 20:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            136.68,
            136.5,
            136.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            136.69,
            136.5,
            136.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            136.68,
            136.5,
            136.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            136.69,
            136.5,
            136.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "120",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/QFIN",
      "description": "",
      "representative_file": "QFIN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2179741,
      "rep_rows": 93335,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:19:00",
            "2025-04-16 21:30:00",
            "2025-04-16 21:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            35.45,
            38.88,
            38.88
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            35.45,
            38.88,
            38.88
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            35.45,
            38.88,
            38.37
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            35.45,
            38.88,
            38.37
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "275",
            "225"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/QGEN",
      "description": "",
      "representative_file": "QGEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1445727,
      "rep_rows": 94325,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 94325,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:21:00",
            "2025-04-17 04:24:00",
            "2025-04-17 04:38:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            40.58,
            40.62,
            40.71
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            40.58,
            40.63,
            40.73
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            40.58,
            40.62,
            40.71
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            40.58,
            40.63,
            40.73
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "615",
            "400"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/QLD",
      "description": "",
      "representative_file": "QLD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4757113,
      "rep_rows": 210489,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            78.17,
            78.3,
            78.15
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            78.17,
            78.3,
            78.15
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            78.17,
            78.3,
            78.12
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            78.17,
            78.3,
            78.12
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "200",
            "900"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/QMCO",
      "description": "",
      "representative_file": "QMCO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2317581,
      "rep_rows": 93152,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:19:00",
            "2025-04-17 04:37:00",
            "2025-04-17 05:34:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.6,
            10.99,
            10.71
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.6,
            10.99,
            10.71
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.6,
            10.99,
            10.71
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.6,
            10.99,
            10.71
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "100",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/QQQI",
      "description": "",
      "representative_file": "QQQI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3942955,
      "rep_rows": 170613,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 08:01:00",
            "2025-04-17 08:35:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            45.86,
            45.48,
            45.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            45.86,
            45.48,
            45.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            45.3021,
            45.48,
            45.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            45.8289,
            45.48,
            45.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "428",
            "100",
            "2000"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/QQQM",
      "description": "",
      "representative_file": "QQQM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4334292,
      "rep_rows": 188167,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:03:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            183.0,
            183.43,
            183.41
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            183.0,
            183.43,
            183.41
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            183.0,
            183.43,
            183.41
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            183.0,
            183.43,
            183.41
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "300",
            "300"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/QS",
      "description": "",
      "representative_file": "QS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4460744,
      "rep_rows": 186236,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:19:00",
            "2025-04-16 20:24:00",
            "2025-04-16 20:29:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.8,
            3.8,
            3.8
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.8,
            3.8,
            3.8
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.8,
            3.8,
            3.8
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.8,
            3.8,
            3.8
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "5"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/QUBT",
      "description": "",
      "representative_file": "QUBT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5235781,
      "rep_rows": 222531,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:46:00",
            "2025-04-16 21:40:00",
            "2025-04-16 21:44:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.49,
            6.49,
            6.49
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.49,
            6.49,
            6.49
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.49,
            6.49,
            6.49
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.49,
            6.49,
            6.49
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "5",
            "195"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/QURE",
      "description": "",
      "representative_file": "QURE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1821186,
      "rep_rows": 100494,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100494,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:43:00",
            "2025-04-17 07:17:00",
            "2025-04-17 07:21:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.38,
            10.45,
            10.32
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.38,
            10.99,
            11.03
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.38,
            10.45,
            10.32
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.38,
            10.99,
            11.03
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "1057",
            "1363"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/QXO",
      "description": "",
      "representative_file": "QXO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2655034,
      "rep_rows": 111314,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:18:00",
            "2025-04-16 21:39:00",
            "2025-04-17 00:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            13.62,
            13.38,
            13.38
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            13.62,
            13.38,
            13.38
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            13.62,
            13.38,
            13.38
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            13.62,
            13.38,
            13.38
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RBLX",
      "description": "",
      "representative_file": "RBLX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3584407,
      "rep_rows": 142679,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:15:00",
            "2025-04-16 20:47:00",
            "2025-04-16 22:46:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            59.0,
            58.15,
            58.15
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            59.0,
            58.15,
            58.15
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            59.0,
            58.15,
            58.15
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            59.0,
            58.15,
            58.15
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "40",
            "23"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RBRK",
      "description": "",
      "representative_file": "RBRK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2989649,
      "rep_rows": 119280,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:21:00",
            "2025-04-16 20:42:00",
            "2025-04-17 00:24:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            61.78,
            61.75,
            62.53
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            61.78,
            61.75,
            62.53
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            61.78,
            61.59,
            62.53
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            61.78,
            61.59,
            62.53
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "36",
            "440",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RCAT",
      "description": "",
      "representative_file": "RCAT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4267593,
      "rep_rows": 177927,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:52:00",
            "2025-04-17 02:14:00",
            "2025-04-17 03:36:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.16,
            5.17,
            5.17
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.17,
            5.17,
            5.17
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.16,
            5.17,
            5.17
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.17,
            5.17,
            5.17
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "306",
            "500",
            "1120"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RCL",
      "description": "",
      "representative_file": "RCL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2170556,
      "rep_rows": 105806,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 105806,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:00:00",
            "2025-04-17 03:09:00",
            "2025-04-17 03:17:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            193.0,
            193.25,
            193.25
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            193.0,
            193.25,
            193.25
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            193.0,
            193.25,
            193.25
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            193.0,
            193.25,
            193.25
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "2",
            "13"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RDDT",
      "description": "",
      "representative_file": "RDDT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4339448,
      "rep_rows": 165584,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:15:00",
            "2025-04-16 20:21:00",
            "2025-04-16 20:26:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            95.4,
            95.34,
            95.49
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            95.5,
            95.34,
            95.49
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            95.4,
            95.34,
            95.49
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            95.5,
            95.34,
            95.49
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "20",
            "1",
            "52"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RDTL",
      "description": "",
      "representative_file": "RDTL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1736055,
      "rep_rows": 82725,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 82725,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:11:00",
            "2025-04-17 09:33:00",
            "2025-04-17 09:37:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.51,
            12.99,
            13.0358
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.51,
            13.07,
            13.06
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.51,
            12.99,
            13.0358
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.51,
            13.07,
            13.06
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "300",
            "300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RDW",
      "description": "",
      "representative_file": "RDW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4532870,
      "rep_rows": 198020,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:03:00",
            "2025-04-17 04:35:00",
            "2025-04-17 07:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.81,
            9.87,
            9.85
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.81,
            9.87,
            9.85
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.81,
            9.87,
            9.85
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.81,
            9.87,
            9.85
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "102",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/REAL",
      "description": "",
      "representative_file": "REAL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1595332,
      "rep_rows": 99055,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99055,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:01:00",
            "2025-04-17 09:03:00",
            "2025-04-17 09:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.21,
            5.25,
            5.2
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.21,
            5.25,
            5.2
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.2,
            5.25,
            5.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.2,
            5.25,
            5.2
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1337",
            "100",
            "782"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RELX",
      "description": "",
      "representative_file": "RELX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1729483,
      "rep_rows": 100497,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100497,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:14:00",
            "2025-04-17 05:58:00",
            "2025-04-17 06:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            51.33,
            51.63,
            51.62
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            51.33,
            51.63,
            51.62
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            51.33,
            51.63,
            51.62
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            51.33,
            51.63,
            51.62
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "1000",
            "500"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/REMX",
      "description": "",
      "representative_file": "REMX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1845359,
      "rep_rows": 89698,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 89698,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            37.41,
            37.4099,
            37.345
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            37.41,
            37.4099,
            37.37
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            37.16,
            37.4099,
            37.3
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            37.16,
            37.4099,
            37.37
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1902",
            "1000",
            "990"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RGTI",
      "description": "",
      "representative_file": "RGTI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6336657,
      "rep_rows": 273689,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:45:00",
            "2025-04-16 20:46:00",
            "2025-04-16 20:54:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.38,
            8.38,
            8.3
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.38,
            8.38,
            8.35
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.38,
            8.38,
            8.3
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.38,
            8.38,
            8.35
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "7",
            "45",
            "305"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RGTX",
      "description": "",
      "representative_file": "RGTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3912178,
      "rep_rows": 149490,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:49:00",
            "2025-04-17 08:00:00",
            "2025-04-17 08:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            20.48,
            20.5,
            21.16
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            20.48,
            20.5,
            21.16
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            20.48,
            20.5,
            21.16
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            20.48,
            20.5,
            21.16
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "145",
            "200",
            "120"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RH",
      "description": "",
      "representative_file": "RH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1963888,
      "rep_rows": 91592,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 91592,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:00:00",
            "2025-04-17 07:06:00",
            "2025-04-17 07:22:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            155.37,
            155.18,
            155.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            155.4,
            155.18,
            155.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            154.99,
            155.18,
            155.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            154.99,
            155.18,
            155.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "400",
            "100",
            "250"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RIO",
      "description": "",
      "representative_file": "RIO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2944962,
      "rep_rows": 121726,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:00:00",
            "2025-04-17 04:01:00",
            "2025-04-17 04:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            58.25,
            58.19,
            58.2
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            58.25,
            58.19,
            58.2
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            58.25,
            58.15,
            58.17
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            58.25,
            58.15,
            58.17
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "22",
            "650",
            "700"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RIOT",
      "description": "",
      "representative_file": "RIOT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4727039,
      "rep_rows": 195895,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.35,
            6.35,
            6.36
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.35,
            6.35,
            6.36
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.35,
            6.35,
            6.36
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.35,
            6.35,
            6.36
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "240",
            "2",
            "104"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RIVN",
      "description": "",
      "representative_file": "RIVN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4714344,
      "rep_rows": 195903,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:07:00",
            "2025-04-16 20:10:00",
            "2025-04-16 20:12:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.51,
            11.43,
            11.51
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.51,
            11.43,
            11.51
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.51,
            11.43,
            11.51
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.51,
            11.43,
            11.51
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "56",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RKLB",
      "description": "",
      "representative_file": "RKLB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6268568,
      "rep_rows": 262270,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:07:00",
            "2025-04-16 20:10:00",
            "2025-04-16 20:11:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.99,
            19.99,
            19.98
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.99,
            19.99,
            19.98
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.99,
            19.99,
            19.98
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.99,
            19.99,
            19.98
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "33",
            "17",
            "17"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RKLX",
      "description": "",
      "representative_file": "RKLX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3406179,
      "rep_rows": 134746,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:03:00",
            "2025-04-17 09:03:00",
            "2025-04-17 09:43:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            21.82,
            21.56,
            21.649
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            21.82,
            21.56,
            21.649
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            21.82,
            21.56,
            21.635
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            21.82,
            21.56,
            21.635
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "691",
            "100",
            "1640"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RKT",
      "description": "",
      "representative_file": "RKT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3439351,
      "rep_rows": 136987,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:56:00",
            "2025-04-16 21:43:00",
            "2025-04-16 21:45:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.59,
            12.55,
            12.54
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.59,
            12.55,
            12.54
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.59,
            12.55,
            12.44
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.59,
            12.55,
            12.44
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "25",
            "50"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RMBS",
      "description": "",
      "representative_file": "RMBS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1878223,
      "rep_rows": 97771,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 97771,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:03:00",
            "2025-04-17 06:17:00",
            "2025-04-17 06:55:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            45.92,
            44.4,
            46.13
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            45.92,
            44.4,
            46.13
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            45.92,
            44.4,
            46.13
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            45.92,
            44.4,
            46.13
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "25",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ROBN",
      "description": "",
      "representative_file": "ROBN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3874784,
      "rep_rows": 146265,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:21:00",
            "2025-04-16 22:46:00",
            "2025-04-17 01:49:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.14,
            11.17,
            11.36
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.14,
            11.17,
            11.36
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.14,
            11.17,
            11.36
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.14,
            11.17,
            11.36
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "50",
            "10",
            "900"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ROKU",
      "description": "",
      "representative_file": "ROKU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2148620,
      "rep_rows": 111987,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 111987,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:18:00",
            "2025-04-16 20:37:00",
            "2025-04-16 20:44:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            59.5,
            59.3,
            59.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            59.5,
            59.45,
            59.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            59.5,
            59.3,
            59.45
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            59.5,
            59.45,
            59.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "18",
            "2",
            "1"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RTO",
      "description": "",
      "representative_file": "RTO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1268987,
      "rep_rows": 80261,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 80261,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:17:00",
            "2025-04-17 04:42:00",
            "2025-04-17 04:49:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            22.53,
            22.93,
            22.93
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            22.54,
            22.93,
            22.94
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            22.53,
            22.91,
            22.93
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            22.54,
            22.91,
            22.94
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "352",
            "360",
            "300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RTX",
      "description": "",
      "representative_file": "RTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3081030,
      "rep_rows": 119496,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:56:00",
            "2025-04-16 20:58:00",
            "2025-04-16 21:59:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            130.44,
            130.44,
            129.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            130.44,
            130.44,
            129.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            130.44,
            130.44,
            129.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            130.44,
            130.44,
            129.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RUM",
      "description": "",
      "representative_file": "RUM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2600409,
      "rep_rows": 110902,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 08:29:00",
            "2025-04-17 09:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.184,
            7.18,
            7.11
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.184,
            7.18,
            7.11
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.184,
            7.18,
            7.11
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.184,
            7.18,
            7.11
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "492",
            "914"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RUN",
      "description": "",
      "representative_file": "RUN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2515264,
      "rep_rows": 134316,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 134316,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:34:00",
            "2025-04-17 04:05:00",
            "2025-04-17 04:38:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.55,
            6.49,
            6.58
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.55,
            6.53,
            6.58
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.55,
            6.49,
            6.58
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.55,
            6.53,
            6.58
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "60",
            "366",
            "388"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RWM",
      "description": "",
      "representative_file": "RWM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2048475,
      "rep_rows": 100756,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100756,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:03:00",
            "2025-04-16 20:46:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            22.06,
            22.03,
            22.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            22.06,
            22.03,
            22.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            22.06,
            22.03,
            22.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            22.06,
            22.03,
            22.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "100",
            "22"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/RYAAY",
      "description": "",
      "representative_file": "RYAAY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1460723,
      "rep_rows": 90178,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 90178,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:00:00",
            "2025-04-17 07:11:00",
            "2025-04-17 07:12:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            45.69,
            45.76,
            45.76
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            45.69,
            45.77,
            45.76
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            45.69,
            45.76,
            45.76
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            45.69,
            45.77,
            45.76
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "284",
            "318",
            "212"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/S",
      "description": "",
      "representative_file": "S.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2970145,
      "rep_rows": 126235,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:12:00",
            "2025-04-17 00:10:00",
            "2025-04-17 02:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            16.9,
            17.2,
            17.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            16.9,
            17.2,
            17.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            16.9,
            17.2,
            17.45
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            16.9,
            17.2,
            17.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "14",
            "500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SA",
      "description": "",
      "representative_file": "SA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2112968,
      "rep_rows": 86930,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:12:00",
            "2025-04-17 05:16:00",
            "2025-04-17 05:46:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.64,
            12.3,
            12.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.64,
            12.3,
            12.65
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.64,
            12.3,
            12.65
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.64,
            12.3,
            12.65
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "100",
            "700"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SAN",
      "description": "",
      "representative_file": "SAN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1791513,
      "rep_rows": 108045,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 108045,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:01:00",
            "2025-04-17 04:02:00",
            "2025-04-17 04:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.77,
            6.78,
            6.77
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.77,
            6.78,
            6.77
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.77,
            6.78,
            6.77
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.77,
            6.78,
            6.77
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1300",
            "129",
            "1000"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SAP",
      "description": "",
      "representative_file": "SAP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2772177,
      "rep_rows": 107615,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:02:00",
            "2025-04-17 03:56:00",
            "2025-04-17 04:15:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            263.39,
            262.41,
            261.83
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            263.39,
            262.41,
            261.83
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            263.39,
            262.41,
            261.83
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            263.39,
            262.41,
            261.83
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "15",
            "44",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SATS",
      "description": "",
      "representative_file": "SATS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2848083,
      "rep_rows": 114210,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            22.14,
            22.09,
            22.2601
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            22.29,
            22.09,
            22.285
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            22.14,
            22.09,
            22.2601
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            22.29,
            22.09,
            22.285
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "44579",
            "100",
            "256"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SBET",
      "description": "",
      "representative_file": "SBET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4571098,
      "rep_rows": 190428,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:14:00",
            "2025-04-17 04:23:00",
            "2025-04-17 07:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            0.23,
            0.225,
            0.2298
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            0.23,
            0.225,
            0.2298
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            0.23,
            0.225,
            0.2298
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            0.23,
            0.225,
            0.2298
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "730",
            "270",
            "300"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SBIT",
      "description": "",
      "representative_file": "SBIT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4196567,
      "rep_rows": 175949,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:06:00",
            "2025-04-16 20:07:00",
            "2025-04-16 20:08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.84,
            11.86,
            11.87
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.84,
            11.87,
            11.87
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.84,
            11.86,
            11.87
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.84,
            11.87,
            11.87
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "6000",
            "10",
            "800"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SBS",
      "description": "",
      "representative_file": "SBS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1411780,
      "rep_rows": 92770,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 92770,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:11:00",
            "2025-04-17 09:09:00",
            "2025-04-17 09:15:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.8,
            18.13,
            18.3
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.8,
            18.13,
            18.3
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.8,
            18.13,
            18.3
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.8,
            18.13,
            18.3
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1300",
            "200",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SBSW",
      "description": "",
      "representative_file": "SBSW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2245189,
      "rep_rows": 126691,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 126691,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:01:00",
            "2025-04-17 04:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            4.85,
            4.75,
            4.72
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            4.85,
            4.75,
            4.72
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            4.73,
            4.75,
            4.72
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            4.8,
            4.75,
            4.72
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3520",
            "1900",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SBUX",
      "description": "",
      "representative_file": "SBUX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3092539,
      "rep_rows": 130633,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:12:00",
            "2025-04-16 20:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            81.54,
            80.86,
            80.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            81.54,
            80.86,
            80.75
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            81.54,
            80.74,
            80.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            81.54,
            80.75,
            80.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "193",
            "38"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SCCO",
      "description": "",
      "representative_file": "SCCO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2025031,
      "rep_rows": 102364,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102364,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:43:00",
            "2025-04-16 23:44:00",
            "2025-04-17 03:52:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            89.98,
            87.8,
            89.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            89.98,
            87.8,
            89.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            89.98,
            87.8,
            89.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            89.98,
            87.8,
            89.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "30",
            "1"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SCHA",
      "description": "",
      "representative_file": "SCHA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1940371,
      "rep_rows": 96840,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 96840,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:11:00",
            "2025-04-17 07:16:00",
            "2025-04-17 08:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            22.0,
            21.62,
            21.5604
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            22.0,
            21.62,
            21.5604
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            22.0,
            21.62,
            21.5604
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            22.0,
            21.62,
            21.5604
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "11",
            "464",
            "102"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SCHF",
      "description": "",
      "representative_file": "SCHF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2072363,
      "rep_rows": 101400,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101400,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:35:00",
            "2025-04-17 02:22:00",
            "2025-04-17 07:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.61,
            19.71,
            19.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.61,
            19.71,
            19.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.61,
            19.71,
            19.35
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.61,
            19.71,
            19.55
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "15",
            "1148"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SCHG",
      "description": "",
      "representative_file": "SCHG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3468900,
      "rep_rows": 133635,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:19:00",
            "2025-04-17 04:26:00",
            "2025-04-17 04:43:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            24.14,
            24.13,
            24.12
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            24.14,
            24.13,
            24.12
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            24.13,
            24.13,
            24.12
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            24.13,
            24.13,
            24.12
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1872",
            "407",
            "203"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SDGR",
      "description": "",
      "representative_file": "SDGR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1572669,
      "rep_rows": 93385,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 93385,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:03:00",
            "2025-04-17 04:04:00",
            "2025-04-17 06:35:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.38,
            25.49,
            25.03
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.38,
            25.49,
            25.03
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.38,
            25.49,
            25.03
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.38,
            25.49,
            25.03
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SE",
      "description": "",
      "representative_file": "SE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3024211,
      "rep_rows": 118233,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:51:00",
            "2025-04-16 22:13:00",
            "2025-04-16 22:56:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            118.15,
            119.92,
            119.71
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            118.15,
            119.92,
            119.92
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            118.15,
            119.92,
            119.71
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            118.15,
            119.92,
            119.92
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "200",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SEDG",
      "description": "",
      "representative_file": "SEDG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2240829,
      "rep_rows": 119265,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 119265,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:17:00",
            "2025-04-17 04:21:00",
            "2025-04-17 04:36:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.92,
            12.72,
            12.82
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.92,
            12.72,
            12.82
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.92,
            12.72,
            12.82
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.92,
            12.72,
            12.82
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "250",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SEI",
      "description": "",
      "representative_file": "SEI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1749339,
      "rep_rows": 98245,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 98245,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:32:00",
            "2025-04-17 09:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.43,
            18.475,
            18.54
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.43,
            18.64,
            18.54
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.43,
            18.475,
            18.495
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.43,
            18.54,
            18.495
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "13653",
            "2700",
            "1100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SERV",
      "description": "",
      "representative_file": "SERV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4142922,
      "rep_rows": 173556,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:21:00",
            "2025-04-16 23:11:00",
            "2025-04-16 23:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.41,
            5.46,
            5.46
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.41,
            5.46,
            5.46
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.41,
            5.46,
            5.46
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.41,
            5.46,
            5.46
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "30",
            "4",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SEZL",
      "description": "",
      "representative_file": "SEZL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2498484,
      "rep_rows": 91671,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:16:00",
            "2025-04-17 07:32:00",
            "2025-04-17 08:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            41.39,
            43.77,
            43.99
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            41.39,
            43.88,
            43.99
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            41.24,
            43.77,
            43.6789
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            41.24,
            43.88,
            43.6789
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "51",
            "500",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SG",
      "description": "",
      "representative_file": "SG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1949275,
      "rep_rows": 111489,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 111489,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:37:00",
            "2025-04-17 03:57:00",
            "2025-04-17 08:53:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.79,
            20.66,
            19.79
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.79,
            20.66,
            19.79
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.79,
            20.66,
            19.79
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.79,
            20.66,
            19.79
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "40",
            "3",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SGML",
      "description": "",
      "representative_file": "SGML.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1924774,
      "rep_rows": 113302,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 113302,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:12:00",
            "2025-04-16 23:42:00",
            "2025-04-17 00:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.04,
            8.04,
            8.04
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.04,
            8.04,
            8.04
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.04,
            8.04,
            8.04
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.04,
            8.04,
            8.04
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "1",
            "10"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SGOL",
      "description": "",
      "representative_file": "SGOL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3223212,
      "rep_rows": 126661,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:07:00",
            "2025-04-16 20:31:00",
            "2025-04-16 20:49:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            31.95,
            32.0,
            31.96
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            31.95,
            32.0,
            31.96
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            31.95,
            32.0,
            31.96
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            31.95,
            32.0,
            31.96
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "10",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SHEL",
      "description": "",
      "representative_file": "SHEL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2051961,
      "rep_rows": 122555,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 122555,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:05:00",
            "2025-04-17 04:15:00",
            "2025-04-17 04:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            64.88,
            64.89,
            64.83
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            64.88,
            64.89,
            64.83
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            64.88,
            64.89,
            64.83
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            64.88,
            64.89,
            64.83
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "117",
            "117",
            "500"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SHLD",
      "description": "",
      "representative_file": "SHLD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2713799,
      "rep_rows": 104925,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:12:00",
            "2025-04-16 20:18:00",
            "2025-04-16 20:37:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            50.78,
            50.79,
            50.85
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            50.78,
            50.79,
            50.85
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            50.78,
            50.79,
            50.85
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            50.78,
            50.79,
            50.85
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "5",
            "5"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SHLS",
      "description": "",
      "representative_file": "SHLS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1648353,
      "rep_rows": 102124,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102124,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.31,
            3.281,
            3.26
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.31,
            3.281,
            3.29
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.28,
            3.26,
            3.25
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.28,
            3.26,
            3.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "85383",
            "5846",
            "12670"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SHNY",
      "description": "",
      "representative_file": "SHNY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1725065,
      "rep_rows": 59539,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:57:00",
            "2025-04-16 22:10:00",
            "2025-04-16 22:18:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            78.01,
            78.01,
            78.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            78.01,
            78.01,
            78.65
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            78.01,
            75.18,
            78.65
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            78.01,
            75.18,
            78.65
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "6",
            "35",
            "7"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SHOP",
      "description": "",
      "representative_file": "SHOP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3514487,
      "rep_rows": 137020,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:14:00",
            "2025-04-16 20:22:00",
            "2025-04-16 20:24:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            84.0,
            84.89,
            83.56
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            84.45,
            84.89,
            83.56
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            84.0,
            84.89,
            83.56
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            84.45,
            84.89,
            83.56
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "44",
            "10",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SIL",
      "description": "",
      "representative_file": "SIL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3134405,
      "rep_rows": 123817,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:29:00",
            "2025-04-16 21:30:00",
            "2025-04-17 01:48:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            42.4,
            42.4,
            42.4
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            42.4,
            42.4,
            42.4
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            42.4,
            42.4,
            42.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            42.4,
            42.4,
            42.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "200",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SILJ",
      "description": "",
      "representative_file": "SILJ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3480730,
      "rep_rows": 137762,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:04:00",
            "2025-04-16 20:10:00",
            "2025-04-16 21:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.9,
            12.9,
            12.94
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.9,
            12.9,
            12.94
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.9,
            12.9,
            12.94
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.9,
            12.9,
            12.94
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "400",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SIRI",
      "description": "",
      "representative_file": "SIRI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2470047,
      "rep_rows": 106671,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:07:00",
            "2025-04-16 21:09:00",
            "2025-04-16 22:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            20.08,
            20.08,
            20.08
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            20.08,
            20.08,
            20.08
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            20.08,
            20.08,
            20.08
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            20.08,
            20.08,
            20.08
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "6",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SIVR",
      "description": "",
      "representative_file": "SIVR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3418224,
      "rep_rows": 138804,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:07:00",
            "2025-04-16 20:17:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            31.41,
            31.35,
            31.35
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            31.41,
            31.35,
            31.35
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            31.41,
            31.35,
            31.35
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            31.41,
            31.35,
            31.35
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "9",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SKYT",
      "description": "",
      "representative_file": "SKYT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1813552,
      "rep_rows": 97580,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 97580,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.83,
            6.805,
            6.81
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.83,
            6.805,
            6.81
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.75,
            6.805,
            6.81
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.805,
            6.805,
            6.81
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "16064",
            "1035",
            "1000"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SLB",
      "description": "",
      "representative_file": "SLB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2886821,
      "rep_rows": 119112,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:21:00",
            "2025-04-16 20:41:00",
            "2025-04-16 20:47:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            34.26,
            34.26,
            34.26
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            34.26,
            34.26,
            34.26
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            34.26,
            34.26,
            34.26
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            34.26,
            34.26,
            34.26
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "2",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SLV",
      "description": "",
      "representative_file": "SLV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6427459,
      "rep_rows": 273556,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:04:00",
            "2025-04-16 20:05:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            29.85,
            29.83,
            29.86
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            29.85,
            29.85,
            29.86
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            29.83,
            29.83,
            29.86
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            29.83,
            29.83,
            29.86
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "33",
            "3502",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SM",
      "description": "",
      "representative_file": "SM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1715308,
      "rep_rows": 101829,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101829,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            22.55,
            22.63,
            22.625
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            22.63,
            22.75,
            22.75
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            22.52,
            22.618,
            22.625
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            22.63,
            22.625,
            22.72
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "54733",
            "2672",
            "3655"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SMCI",
      "description": "",
      "representative_file": "SMCI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6232090,
      "rep_rows": 266144,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            31.88,
            31.85,
            31.99
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            31.88,
            31.88,
            31.99
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            31.88,
            31.85,
            31.99
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            31.88,
            31.88,
            31.99
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "24",
            "29",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SMCL",
      "description": "",
      "representative_file": "SMCL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3364115,
      "rep_rows": 135540,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:04:00",
            "2025-04-16 22:11:00",
            "2025-04-16 23:28:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.64,
            9.64,
            9.63
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.64,
            9.64,
            9.63
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.64,
            9.64,
            9.63
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.64,
            9.64,
            9.63
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "161",
            "246",
            "230"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SMCX",
      "description": "",
      "representative_file": "SMCX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4315147,
      "rep_rows": 178288,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.3,
            25.54,
            25.54
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.3,
            25.54,
            25.54
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.3,
            25.54,
            25.54
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.3,
            25.54,
            25.54
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "6",
            "15",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SMCY",
      "description": "",
      "representative_file": "SMCY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2624046,
      "rep_rows": 103707,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:37:00",
            "2025-04-16 22:11:00",
            "2025-04-16 22:19:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.74,
            18.6,
            18.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.74,
            18.6,
            18.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.74,
            18.6,
            18.6
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.74,
            18.6,
            18.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SMFG",
      "description": "",
      "representative_file": "SMFG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2175130,
      "rep_rows": 93594,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:02:00",
            "2025-04-16 21:10:00",
            "2025-04-17 09:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            13.31,
            13.3,
            13.4
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            13.31,
            13.3,
            13.4
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            13.31,
            13.3,
            13.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            13.31,
            13.3,
            13.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "113",
            "30",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SMMT",
      "description": "",
      "representative_file": "SMMT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2559031,
      "rep_rows": 108860,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:31:00",
            "2025-04-16 23:01:00",
            "2025-04-17 03:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            23.49,
            23.13,
            23.31
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            23.49,
            23.13,
            23.31
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            23.49,
            23.13,
            23.31
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            23.49,
            23.13,
            23.31
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "1",
            "60"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SMR",
      "description": "",
      "representative_file": "SMR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5946080,
      "rep_rows": 261328,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:06:00",
            "2025-04-17 01:44:00",
            "2025-04-17 02:12:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            14.53,
            14.91,
            14.91
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            14.53,
            14.91,
            14.91
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            14.53,
            14.91,
            14.91
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            14.53,
            14.91,
            14.91
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "151",
            "151",
            "50"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SMST",
      "description": "",
      "representative_file": "SMST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3029910,
      "rep_rows": 116933,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:14:00",
            "2025-04-16 20:16:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2.33,
            2.33,
            2.31
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2.33,
            2.33,
            2.31
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2.33,
            2.33,
            2.31
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2.33,
            2.33,
            2.31
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "945",
            "9900",
            "500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SMTC",
      "description": "",
      "representative_file": "SMTC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2329327,
      "rep_rows": 93984,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:08:00",
            "2025-04-17 07:20:00",
            "2025-04-17 07:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.98,
            26.02,
            26.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.98,
            26.02,
            26.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.98,
            26.02,
            26.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.98,
            26.02,
            26.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "50",
            "100",
            "1398"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SNAP",
      "description": "",
      "representative_file": "SNAP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4168680,
      "rep_rows": 185831,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:06:00",
            "2025-04-16 20:16:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.77,
            7.72,
            7.77
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.77,
            7.77,
            7.77
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.77,
            7.72,
            7.77
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.77,
            7.77,
            7.77
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "30",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SNDK",
      "description": "",
      "representative_file": "SNDK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5558809,
      "rep_rows": 196823,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            31.75,
            32.165,
            31.6562
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            32.41,
            32.165,
            31.6562
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            31.75,
            32.165,
            31.6447
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            32.41,
            32.165,
            31.6447
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "11445",
            "150",
            "699"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SNN",
      "description": "",
      "representative_file": "SNN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1277308,
      "rep_rows": 82162,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 82162,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:07:00",
            "2025-04-17 05:14:00",
            "2025-04-17 05:15:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.86,
            25.82,
            25.81
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.86,
            25.82,
            25.81
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.86,
            25.82,
            25.8
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.86,
            25.82,
            25.8
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "200",
            "500"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SNOW",
      "description": "",
      "representative_file": "SNOW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3555929,
      "rep_rows": 132517,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:10:00",
            "2025-04-16 20:13:00",
            "2025-04-16 20:24:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            145.7,
            146.0,
            146.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            145.7,
            146.0,
            146.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            145.7,
            146.0,
            146.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            145.7,
            146.0,
            146.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "100",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SNY",
      "description": "",
      "representative_file": "SNY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1752096,
      "rep_rows": 103587,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 103587,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:00:00",
            "2025-04-17 03:01:00",
            "2025-04-17 04:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            50.59,
            50.71,
            50.9
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            50.62,
            50.71,
            50.9
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            50.59,
            50.68,
            50.9
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            50.62,
            50.68,
            50.9
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "30",
            "25",
            "1000"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SOC",
      "description": "",
      "representative_file": "SOC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2805774,
      "rep_rows": 117774,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:05:00",
            "2025-04-17 09:29:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            20.0,
            19.56,
            19.72
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            20.0,
            19.56,
            19.72
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            20.0,
            19.56,
            19.6
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            20.0,
            19.56,
            19.71
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "35",
            "200",
            "35833"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SOFI",
      "description": "",
      "representative_file": "SOFI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6656478,
      "rep_rows": 294521,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.52,
            10.62,
            10.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.52,
            10.62,
            10.65
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.52,
            10.6,
            10.54
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.52,
            10.6,
            10.54
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "41",
            "2589"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SOFX",
      "description": "",
      "representative_file": "SOFX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2508594,
      "rep_rows": 93201,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:37:00",
            "2025-04-17 06:56:00",
            "2025-04-17 07:39:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.7,
            7.9,
            7.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.7,
            7.9,
            7.65
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.7,
            7.9,
            7.65
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.7,
            7.9,
            7.65
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "300",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SOLZ",
      "description": "",
      "representative_file": "SOLZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2408970,
      "rep_rows": 96470,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:33:00",
            "2025-04-17 09:02:00",
            "2025-04-17 09:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.41,
            15.36,
            15.299
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.41,
            15.36,
            15.299
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.41,
            15.3599,
            15.299
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.41,
            15.3599,
            15.299
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "2143",
            "1000"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SONY",
      "description": "",
      "representative_file": "SONY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2802262,
      "rep_rows": 121361,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:07:00",
            "2025-04-16 20:08:00",
            "2025-04-16 21:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            23.57,
            23.64,
            23.77
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            23.57,
            23.64,
            23.77
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            23.57,
            23.64,
            23.77
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            23.57,
            23.64,
            23.77
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "400",
            "200",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SOUN",
      "description": "",
      "representative_file": "SOUN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5718652,
      "rep_rows": 245755,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:25:00",
            "2025-04-16 20:26:00",
            "2025-04-16 20:27:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.7,
            7.77,
            7.84
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.7,
            7.84,
            7.84
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.7,
            7.77,
            7.84
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.7,
            7.84,
            7.84
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "23",
            "107",
            "15"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SPMO",
      "description": "",
      "representative_file": "SPMO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2889699,
      "rep_rows": 113405,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:32:00",
            "2025-04-16 21:01:00",
            "2025-04-16 21:28:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            91.5,
            91.49,
            91.49
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            93.8,
            91.49,
            91.49
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            91.5,
            91.49,
            91.49
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            93.8,
            91.49,
            91.49
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "1",
            "46"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SPOT",
      "description": "",
      "representative_file": "SPOT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2564933,
      "rep_rows": 109851,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 109851,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:13:00",
            "2025-04-17 01:11:00",
            "2025-04-17 02:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            562.1,
            570.0,
            567.61
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            562.1,
            570.41,
            567.61
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            561.18,
            569.0,
            567.61
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            561.18,
            569.0,
            567.61
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "115",
            "10"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SPPP",
      "description": "",
      "representative_file": "SPPP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1421549,
      "rep_rows": 73453,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 73453,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:00:00",
            "2025-04-17 08:00:00",
            "2025-04-17 08:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.46,
            9.47,
            9.47
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.47,
            9.47,
            9.47
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.46,
            9.39,
            9.47
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.47,
            9.42,
            9.47
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4200",
            "14499",
            "496"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SPYG",
      "description": "",
      "representative_file": "SPYG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2751125,
      "rep_rows": 108473,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:24:00",
            "2025-04-17 08:00:00",
            "2025-04-17 08:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            76.66,
            77.78,
            76.55
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            76.66,
            77.78,
            76.55
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            76.66,
            77.78,
            76.55
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            76.66,
            77.78,
            76.55
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "100",
            "1237"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SPYU",
      "description": "",
      "representative_file": "SPYU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3067186,
      "rep_rows": 116754,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:05:00",
            "2025-04-16 20:15:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            24.48,
            24.7,
            24.62
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            24.48,
            24.73,
            24.62
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            24.47,
            24.7,
            24.62
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            24.47,
            24.73,
            24.62
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2300",
            "500",
            "52"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SQM",
      "description": "",
      "representative_file": "SQM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1692116,
      "rep_rows": 95091,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 95091,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:04:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            33.39,
            34.62,
            34.9
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            33.39,
            34.65,
            34.9
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            33.39,
            34.62,
            34.9
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            33.39,
            34.65,
            34.9
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "6324",
            "300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SRPT",
      "description": "",
      "representative_file": "SRPT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3189021,
      "rep_rows": 129556,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:01:00",
            "2025-04-17 08:30:00",
            "2025-04-17 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            54.0,
            54.0,
            53.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            54.0,
            54.0,
            54.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            54.0,
            54.0,
            53.65
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            54.0,
            54.0,
            53.705
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "474",
            "13597"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SSL",
      "description": "",
      "representative_file": "SSL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1380391,
      "rep_rows": 86616,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 86616,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:01:00",
            "2025-04-17 04:47:00",
            "2025-04-17 04:55:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.49,
            3.55,
            3.59
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.49,
            3.55,
            3.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.49,
            3.55,
            3.59
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.49,
            3.55,
            3.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1800",
            "470",
            "850"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SSRM",
      "description": "",
      "representative_file": "SSRM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1883494,
      "rep_rows": 106986,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 106986,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:58:00",
            "2025-04-17 06:59:00",
            "2025-04-17 07:59:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.07,
            10.95,
            10.89
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.07,
            10.95,
            10.89
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.07,
            10.95,
            10.89
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.07,
            10.95,
            10.89
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "134",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/STLA",
      "description": "",
      "representative_file": "STLA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3110027,
      "rep_rows": 134404,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:01:00",
            "2025-04-17 04:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.37,
            9.37,
            9.37
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.37,
            9.37,
            9.38
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.37,
            9.37,
            9.37
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.37,
            9.37,
            9.38
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4650",
            "1488",
            "1548"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/STM",
      "description": "",
      "representative_file": "STM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2155767,
      "rep_rows": 128241,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 128241,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:13:00",
            "2025-04-17 03:01:00",
            "2025-04-17 04:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            20.12,
            20.6,
            20.52
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            20.12,
            20.6,
            20.52
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            20.12,
            20.6,
            20.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            20.12,
            20.6,
            20.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4",
            "5",
            "1386"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/STNE",
      "description": "",
      "representative_file": "STNE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1656629,
      "rep_rows": 102391,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102391,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:42:00",
            "2025-04-17 08:54:00",
            "2025-04-17 09:17:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.95,
            11.84,
            11.9
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.95,
            11.84,
            11.9
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.95,
            11.84,
            11.9
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.95,
            11.84,
            11.9
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "1000",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/STX",
      "description": "",
      "representative_file": "STX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3637976,
      "rep_rows": 125146,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:00:00",
            "2025-04-17 09:27:00",
            "2025-04-17 09:28:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            73.76,
            73.01,
            73.11
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            73.76,
            73.18,
            73.12
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            73.76,
            73.01,
            73.11
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            73.76,
            73.18,
            73.11
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "310",
            "300"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SUPV",
      "description": "",
      "representative_file": "SUPV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1524074,
      "rep_rows": 87565,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 87565,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:37:00",
            "2025-04-17 08:00:00",
            "2025-04-17 09:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.43,
            15.75,
            15.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.43,
            15.75,
            15.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.43,
            15.75,
            15.45
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.43,
            15.75,
            15.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "194",
            "1000",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SVM",
      "description": "",
      "representative_file": "SVM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2641959,
      "rep_rows": 112882,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 07:05:00",
            "2025-04-17 07:26:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.95,
            3.85,
            3.91
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.95,
            3.9,
            3.91
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.95,
            3.85,
            3.91
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.95,
            3.9,
            3.91
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4000",
            "655",
            "830"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SW",
      "description": "",
      "representative_file": "SW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1635822,
      "rep_rows": 103307,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 103307,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:01:00",
            "2025-04-17 04:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            40.84,
            40.84,
            40.84
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            40.85,
            40.84,
            40.84
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            40.84,
            40.84,
            40.84
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            40.85,
            40.84,
            40.84
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "670",
            "467",
            "160"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/SYM",
      "description": "",
      "representative_file": "SYM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3138938,
      "rep_rows": 121759,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:37:00",
            "2025-04-16 21:46:00",
            "2025-04-16 23:54:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            21.02,
            21.0,
            20.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            21.02,
            21.0,
            20.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            21.02,
            21.0,
            20.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            21.02,
            21.0,
            20.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "25",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TAL",
      "description": "",
      "representative_file": "TAL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1520082,
      "rep_rows": 98010,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 98010,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:19:00",
            "2025-04-17 01:30:00",
            "2025-04-17 01:50:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.0,
            10.08,
            10.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.0,
            10.08,
            10.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.0,
            10.08,
            10.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.0,
            10.08,
            10.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "99",
            "4",
            "1"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TCOM",
      "description": "",
      "representative_file": "TCOM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2508838,
      "rep_rows": 111451,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:13:00",
            "2025-04-16 22:22:00",
            "2025-04-16 22:26:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            56.09,
            56.25,
            56.08
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            56.09,
            56.25,
            56.08
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            56.09,
            56.08,
            56.08
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            56.09,
            56.08,
            56.08
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "30",
            "500",
            "500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TDOC",
      "description": "",
      "representative_file": "TDOC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2090950,
      "rep_rows": 122112,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 122112,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:04:00",
            "2025-04-16 20:37:00",
            "2025-04-16 21:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.85,
            7.15,
            7.05
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.85,
            7.15,
            7.05
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.85,
            7.15,
            7.05
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.85,
            7.15,
            7.05
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "30",
            "56",
            "1"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TEAM",
      "description": "",
      "representative_file": "TEAM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2875640,
      "rep_rows": 108640,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:10:00",
            "2025-04-16 21:12:00",
            "2025-04-16 21:57:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            206.12,
            208.53,
            207.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            206.12,
            208.53,
            207.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            206.12,
            207.3,
            207.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            206.12,
            207.3,
            207.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "39",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TECK",
      "description": "",
      "representative_file": "TECK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1764961,
      "rep_rows": 104145,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 104145,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:07:00",
            "2025-04-17 09:12:00",
            "2025-04-17 09:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            33.54,
            33.2,
            33.26
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            33.6,
            33.2,
            33.38
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            33.54,
            33.2,
            33.26
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            33.6,
            33.2,
            33.38
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1400",
            "100",
            "300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TECL",
      "description": "",
      "representative_file": "TECL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3233224,
      "rep_rows": 120846,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:16:00",
            "2025-04-16 20:20:00",
            "2025-04-16 20:21:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            44.5,
            44.52,
            44.53
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            44.5,
            44.52,
            44.55
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            44.5,
            44.52,
            44.53
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            44.5,
            44.52,
            44.55
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "11",
            "21"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TECS",
      "description": "",
      "representative_file": "TECS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2739783,
      "rep_rows": 109780,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:12:00",
            "2025-04-16 20:16:00",
            "2025-04-16 20:22:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            60.95,
            60.95,
            61.69
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            60.95,
            60.95,
            61.69
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            60.95,
            60.95,
            61.69
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            60.95,
            60.95,
            61.69
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "49",
            "5",
            "17"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TEM",
      "description": "",
      "representative_file": "TEM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5173629,
      "rep_rows": 223625,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:05:00",
            "2025-04-16 20:08:00",
            "2025-04-16 20:19:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            41.0,
            40.99,
            40.99
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            41.0,
            40.99,
            40.99
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            41.0,
            40.99,
            40.99
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            41.0,
            40.99,
            40.99
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "26",
            "120"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TER",
      "description": "",
      "representative_file": "TER.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2506726,
      "rep_rows": 117036,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 117036,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:44:00",
            "2025-04-16 20:50:00",
            "2025-04-16 20:51:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            70.86,
            71.1,
            71.1
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            70.86,
            71.1,
            71.1
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            70.86,
            71.1,
            71.1
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            70.86,
            71.1,
            71.1
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "50",
            "44",
            "44"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TETH",
      "description": "",
      "representative_file": "TETH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1126132,
      "rep_rows": 69366,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 69366,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:35:00",
            "2025-04-17 05:10:00",
            "2025-04-17 05:34:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.97,
            7.97,
            7.95
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.97,
            7.97,
            7.95
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.97,
            7.97,
            7.95
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.97,
            7.97,
            7.95
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "1500",
            "500"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TEVA",
      "description": "",
      "representative_file": "TEVA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2092813,
      "rep_rows": 116128,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 116128,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:12:00",
            "2025-04-17 04:14:00",
            "2025-04-17 04:27:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            13.56,
            13.56,
            13.57
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            13.56,
            13.56,
            13.57
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            13.55,
            13.56,
            13.57
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            13.55,
            13.56,
            13.57
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "510",
            "200",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TGT",
      "description": "",
      "representative_file": "TGT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3161944,
      "rep_rows": 127423,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:06:00",
            "2025-04-16 20:07:00",
            "2025-04-16 20:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            90.5,
            90.5,
            90.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            90.5,
            90.5,
            90.75
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            90.5,
            90.5,
            90.75
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            90.5,
            90.5,
            90.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4",
            "1",
            "4"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TGTX",
      "description": "",
      "representative_file": "TGTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1647001,
      "rep_rows": 95921,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 95921,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 08:39:00",
            "2025-04-17 08:45:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            38.5,
            38.3378,
            38.27
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            38.5,
            38.3378,
            38.28
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            38.5,
            38.3378,
            38.25
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            38.5,
            38.3378,
            38.25
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "500",
            "1050"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TIGR",
      "description": "",
      "representative_file": "TIGR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2207247,
      "rep_rows": 130209,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 130209,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:18:00",
            "2025-04-16 21:06:00",
            "2025-04-16 21:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.66,
            6.71,
            6.72
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.66,
            6.71,
            6.73
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.66,
            6.71,
            6.72
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.66,
            6.71,
            6.73
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1028",
            "302",
            "698"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TKC",
      "description": "",
      "representative_file": "TKC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 997610,
      "rep_rows": 76519,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 76519,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:03:00",
            "2025-04-17 07:00:00",
            "2025-04-17 07:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.84,
            5.84,
            5.8
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.84,
            5.85,
            5.8
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.83,
            5.84,
            5.8
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.83,
            5.85,
            5.8
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2828",
            "2059",
            "2140"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TLRY",
      "description": "",
      "representative_file": "TLRY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3026729,
      "rep_rows": 158613,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 158613,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:30:00",
            "2025-04-17 04:01:00",
            "2025-04-17 04:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            0.47,
            0.4826,
            0.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            0.47,
            0.4826,
            0.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            0.47,
            0.4826,
            0.4889
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            0.47,
            0.4826,
            0.4889
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "336",
            "921"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TMC",
      "description": "",
      "representative_file": "TMC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2798112,
      "rep_rows": 150148,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 150148,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:34:00",
            "2025-04-16 20:36:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2.69,
            2.7,
            2.69
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2.69,
            2.7,
            2.69
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2.69,
            2.69,
            2.69
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2.69,
            2.69,
            2.69
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1538",
            "601",
            "129"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TMDX",
      "description": "",
      "representative_file": "TMDX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1715296,
      "rep_rows": 87863,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 87863,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:45:00",
            "2025-04-17 03:58:00",
            "2025-04-17 04:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            85.53,
            87.0,
            86.2
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            85.53,
            87.0,
            86.2
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            85.53,
            87.0,
            86.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            85.53,
            87.0,
            86.2
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "1",
            "1491"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TME",
      "description": "",
      "representative_file": "TME.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2621656,
      "rep_rows": 114170,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:06:00",
            "2025-04-16 21:30:00",
            "2025-04-16 21:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.36,
            12.42,
            12.48
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.36,
            12.43,
            12.48
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.36,
            12.42,
            12.48
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.36,
            12.43,
            12.48
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "33",
            "845",
            "156"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TMUS",
      "description": "",
      "representative_file": "TMUS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2058309,
      "rep_rows": 108823,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 108823,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:14:00",
            "2025-04-16 21:35:00",
            "2025-04-16 22:22:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            259.35,
            259.77,
            259.73
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            259.35,
            259.77,
            259.73
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            259.35,
            259.73,
            259.73
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            259.35,
            259.73,
            259.73
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "10",
            "1"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TNXP",
      "description": "",
      "representative_file": "TNXP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1816365,
      "rep_rows": 86351,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 86351,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:16:00",
            "2025-04-17 04:22:00",
            "2025-04-17 05:27:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            16.29,
            15.95,
            16.03
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            16.29,
            15.95,
            16.03
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            16.29,
            15.95,
            16.03
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            16.29,
            15.95,
            16.03
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "126",
            "128"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TOST",
      "description": "",
      "representative_file": "TOST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2714296,
      "rep_rows": 111437,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:45:00",
            "2025-04-17 02:13:00",
            "2025-04-17 06:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            35.9,
            33.49,
            34.99
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            35.9,
            33.49,
            35.01
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            35.9,
            33.49,
            34.99
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            35.9,
            33.49,
            35.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "1",
            "600"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TRMD",
      "description": "",
      "representative_file": "TRMD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1439140,
      "rep_rows": 81461,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 81461,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:32:00",
            "2025-04-17 09:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.37,
            15.4332,
            15.41
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.4579,
            15.45,
            15.41
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.37,
            15.4007,
            15.41
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.415,
            15.42,
            15.41
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "14721",
            "3834",
            "2300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TS",
      "description": "",
      "representative_file": "TS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1480948,
      "rep_rows": 96155,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 96155,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:00:00",
            "2025-04-17 07:33:00",
            "2025-04-17 08:19:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            32.84,
            32.64,
            32.77
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            32.84,
            32.64,
            32.77
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            32.84,
            32.64,
            32.77
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            32.84,
            32.64,
            32.77
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200",
            "200",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSDD",
      "description": "",
      "representative_file": "TSDD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4409260,
      "rep_rows": 183253,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:05:00",
            "2025-04-16 20:07:00",
            "2025-04-16 20:17:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            49.5,
            49.6,
            49.2
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            49.5,
            49.6,
            49.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            49.39,
            49.6,
            49.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            49.39,
            49.6,
            49.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "170",
            "10",
            "237"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSEM",
      "description": "",
      "representative_file": "TSEM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1932572,
      "rep_rows": 96490,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 96490,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 05:48:00",
            "2025-04-17 06:06:00",
            "2025-04-17 06:37:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            34.46,
            34.53,
            34.47
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            34.46,
            34.53,
            34.47
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            34.46,
            34.52,
            34.47
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            34.46,
            34.52,
            34.47
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "110",
            "200",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSL",
      "description": "",
      "representative_file": "TSL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1891349,
      "rep_rows": 85791,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:26:00",
            "2025-04-16 20:36:00",
            "2025-04-16 20:39:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.21,
            9.2,
            9.21
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.21,
            9.2,
            9.21
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.21,
            9.2,
            9.21
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.21,
            9.2,
            9.21
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "104",
            "170",
            "1574"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSLA",
      "description": "",
      "representative_file": "TSLA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8714580,
      "rep_rows": 353187,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            242.5,
            242.2,
            242.28
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            242.5,
            242.71,
            242.28
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            241.81,
            241.91,
            242.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            242.0,
            242.28,
            242.2
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "553",
            "1172",
            "1189"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSLG",
      "description": "",
      "representative_file": "TSLG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3503191,
      "rep_rows": 142022,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 02:25:00",
            "2025-04-17 03:07:00",
            "2025-04-17 04:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.93,
            3.89,
            3.94
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.93,
            3.89,
            3.94
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.93,
            3.89,
            3.94
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.93,
            3.89,
            3.94
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1500",
            "10",
            "300"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSLL",
      "description": "",
      "representative_file": "TSLL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7688962,
      "rep_rows": 351339,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.72,
            7.7,
            7.71
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.72,
            7.72,
            7.73
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.71,
            7.69,
            7.71
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.71,
            7.7,
            7.73
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "202",
            "11024",
            "14427"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSLQ",
      "description": "",
      "representative_file": "TSLQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6482672,
      "rep_rows": 282700,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            39.62,
            39.62,
            39.62
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            39.75,
            39.62,
            39.62
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            39.62,
            39.62,
            39.62
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            39.62,
            39.62,
            39.62
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "884",
            "341",
            "25"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSLR",
      "description": "",
      "representative_file": "TSLR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3457680,
      "rep_rows": 152560,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:05:00",
            "2025-04-16 20:07:00",
            "2025-04-16 20:22:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.34,
            12.33,
            12.33
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.34,
            12.33,
            12.33
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.34,
            12.33,
            12.33
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.34,
            12.33,
            12.33
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "10",
            "20"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSLS",
      "description": "",
      "representative_file": "TSLS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3515545,
      "rep_rows": 136137,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:05:00",
            "2025-04-16 20:16:00",
            "2025-04-16 20:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.02,
            11.02,
            11.05
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.02,
            11.02,
            11.05
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.02,
            11.02,
            11.05
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.02,
            11.02,
            11.05
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "183",
            "100",
            "1000"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSLT",
      "description": "",
      "representative_file": "TSLT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4264828,
      "rep_rows": 188258,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:05:00",
            "2025-04-16 20:16:00",
            "2025-04-16 20:17:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.64,
            10.54,
            10.58
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.65,
            10.54,
            10.58
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.63,
            10.54,
            10.58
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.63,
            10.54,
            10.58
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "206",
            "60",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSLY",
      "description": "",
      "representative_file": "TSLY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4248980,
      "rep_rows": 185079,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.65,
            7.63,
            7.63
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.65,
            7.63,
            7.63
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.6,
            7.63,
            7.6
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.6,
            7.63,
            7.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "495",
            "55",
            "3216"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSLZ",
      "description": "",
      "representative_file": "TSLZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3580279,
      "rep_rows": 196920,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 196920,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:04:00",
            "2025-04-16 20:05:00",
            "2025-04-16 20:07:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.61,
            3.61,
            3.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.61,
            3.61,
            3.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.61,
            3.59,
            3.6
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.61,
            3.59,
            3.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1983",
            "505",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSM",
      "description": "",
      "representative_file": "TSM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6221390,
      "rep_rows": 258948,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:00:00",
            "2025-04-16 20:01:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            152.7,
            151.7,
            152.85
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            152.7,
            151.7,
            152.85
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            152.7,
            151.7,
            152.85
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            152.7,
            151.7,
            152.85
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "62",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSMX",
      "description": "",
      "representative_file": "TSMX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2841859,
      "rep_rows": 110420,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:17:00",
            "2025-04-16 20:43:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.29,
            15.5,
            15.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.35,
            15.5,
            15.57
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.29,
            15.5,
            15.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.35,
            15.5,
            15.57
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "320",
            "1186",
            "839"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TSSI",
      "description": "",
      "representative_file": "TSSI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2165014,
      "rep_rows": 109469,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 109469,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:00:00",
            "2025-04-17 08:48:00",
            "2025-04-17 09:25:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.2805,
            7.1886,
            7.17
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.2805,
            7.1886,
            7.17
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.2805,
            7.1886,
            7.17
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.2805,
            7.1886,
            7.17
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "195",
            "200",
            "109"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TTD",
      "description": "",
      "representative_file": "TTD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4263370,
      "rep_rows": 172007,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:07:00",
            "2025-04-16 20:16:00",
            "2025-04-16 20:28:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            48.78,
            48.8,
            48.89
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            48.78,
            48.8,
            48.89
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            48.78,
            48.8,
            48.83
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            48.78,
            48.8,
            48.83
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "40"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TTE",
      "description": "",
      "representative_file": "TTE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1799044,
      "rep_rows": 100398,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100398,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:05:00",
            "2025-04-17 04:15:00",
            "2025-04-17 04:16:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            58.7,
            58.69,
            58.68
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            58.7,
            58.69,
            58.68
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            58.7,
            58.69,
            58.68
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            58.7,
            58.69,
            58.68
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "130",
            "260",
            "260"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TTMI",
      "description": "",
      "representative_file": "TTMI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1926642,
      "rep_rows": 99306,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99306,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:41:00",
            "2025-04-17 09:42:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.71,
            18.59,
            18.91
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.71,
            18.59,
            18.91
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.71,
            18.59,
            18.91
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.71,
            18.59,
            18.91
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "34921",
            "100",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TWLO",
      "description": "",
      "representative_file": "TWLO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1885190,
      "rep_rows": 102205,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 102205,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 02:02:00",
            "2025-04-17 03:35:00",
            "2025-04-17 07:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            88.19,
            86.0,
            85.77
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            88.19,
            86.0,
            86.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            88.19,
            86.0,
            85.77
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            88.19,
            86.0,
            86.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "28",
            "300"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TXG",
      "description": "",
      "representative_file": "TXG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2298484,
      "rep_rows": 100910,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:40:00",
            "2025-04-17 04:00:00",
            "2025-04-17 04:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.2,
            8.1,
            8.05
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.2,
            8.1,
            8.06
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.2,
            8.1,
            8.05
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.2,
            8.1,
            8.06
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "30",
            "129",
            "432"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/TXN",
      "description": "",
      "representative_file": "TXN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2930214,
      "rep_rows": 117316,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:20:00",
            "2025-04-17 06:21:00",
            "2025-04-17 08:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            147.7,
            147.73,
            147.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            147.7,
            147.73,
            148.02
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            147.57,
            147.73,
            147.7
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            147.57,
            147.73,
            148.02
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "225",
            "100",
            "340"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/U",
      "description": "",
      "representative_file": "U.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3749840,
      "rep_rows": 153497,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:04:00",
            "2025-04-16 20:05:00",
            "2025-04-16 22:24:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19.06,
            19.06,
            18.94
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.06,
            19.06,
            18.94
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19.06,
            19.06,
            18.94
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.06,
            19.06,
            18.94
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UAA",
      "description": "",
      "representative_file": "UAA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1803010,
      "rep_rows": 108511,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 108511,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:43:00",
            "2025-04-17 06:05:00",
            "2025-04-17 06:18:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.7,
            5.6,
            5.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.7,
            5.6,
            5.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.7,
            5.6,
            5.6
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.7,
            5.6,
            5.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "200",
            "216"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UAL",
      "description": "",
      "representative_file": "UAL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2262303,
      "rep_rows": 118758,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 118758,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:32:00",
            "2025-04-16 21:08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            67.05,
            68.03,
            67.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            67.05,
            68.03,
            67.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            67.05,
            68.03,
            67.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            67.05,
            68.03,
            67.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "1",
            "10"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UAMY",
      "description": "",
      "representative_file": "UAMY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3621746,
      "rep_rows": 146453,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:43:00",
            "2025-04-16 22:52:00",
            "2025-04-17 01:25:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.67,
            3.67,
            3.67
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.67,
            3.67,
            3.67
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.67,
            3.67,
            3.67
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.67,
            3.67,
            3.67
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "7000",
            "7",
            "13"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UBER",
      "description": "",
      "representative_file": "UBER.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4051678,
      "rep_rows": 165979,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:11:00",
            "2025-04-16 20:12:00",
            "2025-04-16 20:16:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            73.22,
            73.2,
            73.41
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            73.22,
            73.2,
            73.41
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            73.22,
            73.2,
            73.41
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            73.22,
            73.2,
            73.41
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "6",
            "29"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UBS",
      "description": "",
      "representative_file": "UBS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1754972,
      "rep_rows": 103504,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 103504,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:16:00",
            "2025-04-17 05:55:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            28.18,
            28.14,
            28.12
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            28.18,
            28.14,
            28.12
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            28.18,
            28.14,
            28.12
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            28.18,
            28.14,
            28.12
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "955",
            "500",
            "944"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UEC",
      "description": "",
      "representative_file": "UEC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2818174,
      "rep_rows": 153711,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 153711,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:05:00",
            "2025-04-17 04:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            4.96,
            4.9,
            4.9
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            4.99,
            4.9,
            4.9
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            4.96,
            4.9,
            4.9
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            4.99,
            4.9,
            4.9
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1831",
            "500",
            "400"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UL",
      "description": "",
      "representative_file": "UL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1848126,
      "rep_rows": 110587,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 110587,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:46:00",
            "2025-04-17 04:17:00",
            "2025-04-17 06:16:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            63.09,
            62.81,
            62.67
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            63.09,
            62.82,
            62.67
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            63.09,
            62.81,
            62.67
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            63.09,
            62.82,
            62.67
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "749",
            "250"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ULTY",
      "description": "",
      "representative_file": "ULTY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4159646,
      "rep_rows": 206332,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:03:00",
            "2025-04-16 20:04:00",
            "2025-04-16 20:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.66,
            5.65,
            5.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.66,
            5.65,
            5.65
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.66,
            5.65,
            5.65
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.66,
            5.65,
            5.65
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "10",
            "6"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UMAC",
      "description": "",
      "representative_file": "UMAC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2558100,
      "rep_rows": 134146,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 134146,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:05:00",
            "2025-04-17 06:42:00",
            "2025-04-17 08:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.03,
            5.19,
            5.2
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.04,
            5.19,
            5.2
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.03,
            5.19,
            5.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.04,
            5.19,
            5.2
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "500",
            "1000",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UMC",
      "description": "",
      "representative_file": "UMC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2353768,
      "rep_rows": 109414,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:00:00",
            "2025-04-16 21:03:00",
            "2025-04-16 21:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            6.89,
            6.86,
            6.83
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            6.89,
            6.86,
            6.83
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            6.89,
            6.84,
            6.83
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            6.89,
            6.84,
            6.83
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "177",
            "541",
            "177"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UNG",
      "description": "",
      "representative_file": "UNG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4327058,
      "rep_rows": 183009,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:20:00",
            "2025-04-16 23:36:00",
            "2025-04-17 00:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            17.05,
            17.16,
            17.2
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            17.05,
            17.16,
            17.2
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            17.05,
            17.16,
            17.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            17.05,
            17.16,
            17.2
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "13",
            "100",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UNH",
      "description": "",
      "representative_file": "UNH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5856051,
      "rep_rows": 238196,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:16:00",
            "2025-04-16 20:21:00",
            "2025-04-16 20:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            588.0,
            588.0,
            588.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            588.0,
            588.0,
            589.1
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            588.0,
            588.0,
            588.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            588.0,
            588.0,
            589.1
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4",
            "5",
            "500"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UNHG",
      "description": "",
      "representative_file": "UNHG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2981034,
      "rep_rows": 120101,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-22 09:30:00",
            "2025-07-22 09:31:00",
            "2025-07-22 09:39:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.1,
            15.13,
            15.33
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.1,
            15.14,
            15.33
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.1,
            15.13,
            15.33
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.1,
            15.14,
            15.33
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "255",
            "199"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UPS",
      "description": "",
      "representative_file": "UPS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3254428,
      "rep_rows": 129354,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:12:00",
            "2025-04-16 21:21:00",
            "2025-04-16 21:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            94.65,
            94.65,
            94.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            94.65,
            94.65,
            94.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            94.65,
            94.65,
            94.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            94.65,
            94.65,
            94.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UPST",
      "description": "",
      "representative_file": "UPST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3944186,
      "rep_rows": 159817,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:10:00",
            "2025-04-16 20:44:00",
            "2025-04-16 21:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            39.1,
            39.1,
            39.15
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            39.1,
            39.1,
            39.15
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            39.1,
            39.1,
            39.15
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            39.1,
            39.1,
            39.15
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "81",
            "40"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UPWK",
      "description": "",
      "representative_file": "UPWK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1684218,
      "rep_rows": 101228,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101228,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:02:00",
            "2025-04-17 04:49:00",
            "2025-04-17 08:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.65,
            12.82,
            12.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.65,
            12.82,
            12.8
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.65,
            12.82,
            12.74
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.65,
            12.82,
            12.8
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "50",
            "137",
            "750"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/URA",
      "description": "",
      "representative_file": "URA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3323992,
      "rep_rows": 136692,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 23:44:00",
            "2025-04-17 03:00:00",
            "2025-04-17 03:04:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            22.92,
            22.97,
            23.04
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            22.92,
            22.97,
            23.04
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            22.92,
            22.97,
            23.04
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            22.92,
            22.97,
            23.04
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "7",
            "18",
            "60"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/URNM",
      "description": "",
      "representative_file": "URNM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2264450,
      "rep_rows": 88024,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:19:00",
            "2025-04-17 08:33:00",
            "2025-04-17 09:05:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            31.5,
            31.5,
            31.4999
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            31.5,
            31.5,
            31.4999
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            31.5,
            31.5,
            31.4999
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            31.5,
            31.5,
            31.4999
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "454",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/USAR",
      "description": "",
      "representative_file": "USAR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4469183,
      "rep_rows": 183214,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:43:00",
            "2025-04-16 20:45:00",
            "2025-04-16 21:44:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.7,
            15.66,
            15.66
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.7,
            15.66,
            15.9
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.7,
            15.66,
            15.66
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.7,
            15.66,
            15.9
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "7",
            "10",
            "200"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/USB",
      "description": "",
      "representative_file": "USB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1819033,
      "rep_rows": 101845,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101845,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:09:00",
            "2025-04-16 23:49:00",
            "2025-04-17 04:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            38.29,
            38.3,
            37.96
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            38.29,
            38.4,
            37.96
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            38.29,
            38.3,
            37.96
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            38.29,
            38.4,
            37.96
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "2",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/USO",
      "description": "",
      "representative_file": "USO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4241375,
      "rep_rows": 184133,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:33:00",
            "2025-04-16 20:51:00",
            "2025-04-16 22:55:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            67.79,
            67.88,
            68.07
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            67.79,
            67.88,
            68.07
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            67.79,
            67.88,
            68.07
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            67.79,
            67.88,
            68.07
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1300",
            "10",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/UUUU",
      "description": "",
      "representative_file": "UUUU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4171597,
      "rep_rows": 169754,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 01:37:00",
            "2025-04-17 01:43:00",
            "2025-04-17 04:18:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            4.53,
            4.45,
            4.52
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            4.53,
            4.45,
            4.52
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            4.53,
            4.45,
            4.52
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            4.53,
            4.45,
            4.52
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "90",
            "1",
            "5991"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VALE",
      "description": "",
      "representative_file": "VALE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3019025,
      "rep_rows": 122039,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-17 00:30:00",
            "2025-04-17 00:56:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.98,
            9.27,
            9.27
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.98,
            9.27,
            9.27
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.98,
            9.27,
            9.27
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.98,
            9.27,
            9.27
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2000",
            "10",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VEA",
      "description": "",
      "representative_file": "VEA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2992717,
      "rep_rows": 108044,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:08:00",
            "2025-04-16 22:17:00",
            "2025-04-16 22:39:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            50.19,
            50.57,
            50.45
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            50.19,
            50.57,
            50.45
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            50.19,
            50.57,
            50.45
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            50.19,
            50.57,
            50.45
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "45",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VFC",
      "description": "",
      "representative_file": "VFC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1787045,
      "rep_rows": 105040,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 105040,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:35:00",
            "2025-04-17 00:05:00",
            "2025-04-17 00:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.72,
            10.5,
            10.4
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.72,
            10.5,
            10.4
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.72,
            10.5,
            10.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.72,
            10.5,
            10.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "2",
            "500"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VG",
      "description": "",
      "representative_file": "VG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2438110,
      "rep_rows": 133436,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 133436,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:04:00",
            "2025-04-16 22:13:00",
            "2025-04-17 04:08:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.2,
            9.19,
            8.95
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.2,
            9.19,
            8.95
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.2,
            9.19,
            8.95
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.2,
            9.19,
            8.95
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10",
            "3",
            "1342"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VGK",
      "description": "",
      "representative_file": "VGK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2431110,
      "rep_rows": 102332,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:50:00",
            "2025-04-17 08:00:00",
            "2025-04-17 08:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            69.55,
            69.79,
            69.37
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            69.55,
            69.79,
            69.37
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            69.55,
            69.79,
            69.34
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            69.55,
            69.79,
            69.34
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "4404",
            "2950"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VISN",
      "description": "",
      "representative_file": "VISN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1821456,
      "rep_rows": 105825,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 105825,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 07:00:00",
            "2025-04-17 08:49:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            3.47,
            3.5,
            3.42
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            3.47,
            3.5,
            3.42
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            3.47,
            3.5,
            3.42
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            3.47,
            3.5,
            3.42
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "290",
            "100",
            "150"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VIST",
      "description": "",
      "representative_file": "VIST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1594857,
      "rep_rows": 88659,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 88659,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:11:00",
            "2025-04-17 00:53:00",
            "2025-04-17 02:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            45.43,
            45.44,
            45.44
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            45.43,
            45.44,
            45.44
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            45.43,
            45.44,
            45.44
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            45.43,
            45.44,
            45.44
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "1",
            "45"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VKTX",
      "description": "",
      "representative_file": "VKTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3147994,
      "rep_rows": 126650,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:41:00",
            "2025-04-16 20:49:00",
            "2025-04-16 21:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            23.4,
            23.64,
            23.64
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            23.4,
            23.64,
            23.64
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            22.6,
            23.64,
            23.64
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            22.6,
            23.64,
            23.64
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "1",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VNET",
      "description": "",
      "representative_file": "VNET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1867425,
      "rep_rows": 111247,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 111247,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:18:00",
            "2025-04-16 21:57:00",
            "2025-04-16 22:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            4.91,
            4.91,
            4.95
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.0,
            4.93,
            4.95
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            4.91,
            4.91,
            4.95
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.0,
            4.93,
            4.95
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1990",
            "426",
            "270"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VNM",
      "description": "",
      "representative_file": "VNM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1335888,
      "rep_rows": 80553,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 80553,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:00:00",
            "2025-04-17 06:01:00",
            "2025-04-17 06:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.69,
            11.66,
            11.65
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.69,
            11.66,
            11.65
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.66,
            11.66,
            11.65
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.66,
            11.66,
            11.65
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "10000",
            "2000",
            "4000"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VOD",
      "description": "",
      "representative_file": "VOD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1709872,
      "rep_rows": 101336,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101336,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:05:00",
            "2025-04-17 04:06:00",
            "2025-04-17 04:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.2,
            9.18,
            9.17
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.2,
            9.18,
            9.17
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.19,
            9.18,
            9.17
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.19,
            9.18,
            9.17
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1011",
            "1800",
            "2200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VOYG",
      "description": "",
      "representative_file": "VOYG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2119593,
      "rep_rows": 85982,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-11 13:10:00",
            "2025-06-11 13:11:00",
            "2025-06-11 13:12:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            69.75,
            67.72,
            72.49
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            70.0,
            72.74,
            73.95
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            65.1,
            67.0,
            67.59
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            67.32,
            72.355,
            68.485
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2484328",
            "902012",
            "731506"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VRT",
      "description": "",
      "representative_file": "VRT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4204352,
      "rep_rows": 158320,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:05:00",
            "2025-04-16 20:27:00",
            "2025-04-16 21:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            73.98,
            70.51,
            70.98
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            73.98,
            70.51,
            70.98
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            73.98,
            70.3,
            70.98
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            73.98,
            70.3,
            70.98
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "25",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VSAT",
      "description": "",
      "representative_file": "VSAT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1909158,
      "rep_rows": 101689,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 101689,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:46:00",
            "2025-04-17 00:49:00",
            "2025-04-17 01:39:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.49,
            8.49,
            8.48
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.49,
            8.49,
            8.48
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.49,
            8.49,
            8.48
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.49,
            8.49,
            8.48
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "20",
            "70",
            "59"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VSCO",
      "description": "",
      "representative_file": "VSCO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1775541,
      "rep_rows": 100466,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100466,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 03:30:00",
            "2025-04-17 05:12:00",
            "2025-04-17 07:46:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            15.8,
            15.81,
            15.72
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            15.82,
            15.81,
            15.73
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            15.8,
            15.81,
            15.72
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            15.81,
            15.81,
            15.73
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "720",
            "100",
            "2822"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VST",
      "description": "",
      "representative_file": "VST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3494713,
      "rep_rows": 138863,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:14:00",
            "2025-04-16 20:15:00",
            "2025-04-16 20:48:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            116.0,
            116.42,
            116.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            116.37,
            116.42,
            116.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            116.0,
            116.42,
            116.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            116.37,
            116.42,
            116.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "22",
            "1",
            "111"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VSTM",
      "description": "",
      "representative_file": "VSTM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1513408,
      "rep_rows": 93477,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 93477,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 08:32:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5.0,
            4.96,
            4.9147
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5.0,
            4.96,
            4.9147
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5.0,
            4.96,
            4.9147
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5.0,
            4.96,
            4.9147
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "500",
            "17517",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VT",
      "description": "",
      "representative_file": "VT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2758554,
      "rep_rows": 112423,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:43:00",
            "2025-04-16 20:46:00",
            "2025-04-16 21:23:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            110.97,
            110.97,
            111.06
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            110.97,
            110.97,
            111.06
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            110.97,
            110.97,
            111.06
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            110.97,
            110.97,
            111.06
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "5",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VTRS",
      "description": "",
      "representative_file": "VTRS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1689518,
      "rep_rows": 100786,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 100786,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 06:39:00",
            "2025-04-17 07:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.45,
            7.48,
            7.48
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.45,
            7.48,
            7.48
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.45,
            7.48,
            7.48
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.45,
            7.48,
            7.48
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "794",
            "400",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VTWO",
      "description": "",
      "representative_file": "VTWO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1834000,
      "rep_rows": 104162,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 104162,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:58:00",
            "2025-04-17 07:49:00",
            "2025-04-17 07:54:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            75.07,
            74.91,
            74.77
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            75.08,
            74.91,
            74.77
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            75.07,
            74.91,
            74.77
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            75.08,
            74.91,
            74.77
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "700",
            "250",
            "150"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VUG",
      "description": "",
      "representative_file": "VUG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3039690,
      "rep_rows": 103270,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:12:00",
            "2025-04-16 21:14:00",
            "2025-04-16 21:49:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            353.55,
            354.08,
            354.08
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            353.55,
            354.08,
            354.08
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            353.55,
            354.08,
            354.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            353.55,
            354.08,
            354.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "8",
            "1",
            "7"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VWO",
      "description": "",
      "representative_file": "VWO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2775657,
      "rep_rows": 104060,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:31:00",
            "2025-04-16 22:14:00",
            "2025-04-17 00:09:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            43.23,
            43.23,
            43.48
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            43.23,
            43.23,
            43.48
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            43.23,
            43.23,
            43.48
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            43.23,
            43.23,
            43.48
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "60",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VXUS",
      "description": "",
      "representative_file": "VXUS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3036572,
      "rep_rows": 118075,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:19:00",
            "2025-04-16 20:25:00",
            "2025-04-16 21:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            60.68,
            60.96,
            60.95
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            60.68,
            60.96,
            60.95
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            60.68,
            60.96,
            60.95
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            60.68,
            60.96,
            60.95
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "7",
            "1",
            "3"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VXX",
      "description": "",
      "representative_file": "VXX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4008352,
      "rep_rows": 169468,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:01:00",
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            72.4,
            72.25,
            72.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            72.4,
            72.25,
            72.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            72.2,
            72.25,
            71.62
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            72.2,
            72.25,
            71.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "11",
            "498"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/VYMI",
      "description": "",
      "representative_file": "VYMI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2490151,
      "rep_rows": 97830,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:47:00",
            "2025-04-16 22:09:00",
            "2025-04-17 08:37:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            72.3,
            72.29,
            72.29
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            72.3,
            72.29,
            72.29
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            72.3,
            72.29,
            72.29
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            72.3,
            72.29,
            72.29
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "7",
            "2",
            "150"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/W",
      "description": "",
      "representative_file": "W.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2015154,
      "rep_rows": 104683,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 104683,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 00:55:00",
            "2025-04-17 01:08:00",
            "2025-04-17 01:38:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.37,
            25.78,
            25.78
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.78,
            25.78,
            25.78
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            25.37,
            25.78,
            25.78
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            25.78,
            25.78,
            25.78
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "10",
            "8"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/WB",
      "description": "",
      "representative_file": "WB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1293717,
      "rep_rows": 82343,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 82343,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:40:00",
            "2025-04-16 22:46:00",
            "2025-04-16 23:20:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.65,
            7.65,
            7.68
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.65,
            7.65,
            7.68
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.65,
            7.65,
            7.68
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.65,
            7.65,
            7.68
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "1200",
            "800"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/WBD",
      "description": "",
      "representative_file": "WBD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2599854,
      "rep_rows": 134795,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 134795,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:58:00",
            "2025-04-16 21:16:00",
            "2025-04-16 21:21:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            7.96,
            7.96,
            7.96
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            7.96,
            7.96,
            7.96
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.96,
            7.96,
            7.96
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            7.96,
            7.96,
            7.96
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "999",
            "4"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/WDC",
      "description": "",
      "representative_file": "WDC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4173311,
      "rep_rows": 153746,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 02:02:00",
            "2025-04-17 09:00:00",
            "2025-04-17 09:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            36.45,
            36.01,
            36.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            36.45,
            36.01,
            36.02
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            36.45,
            36.01,
            36.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            36.45,
            36.01,
            36.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "8",
            "100",
            "916"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/WDS",
      "description": "",
      "representative_file": "WDS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1376887,
      "rep_rows": 84207,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 84207,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 06:42:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.5,
            12.68,
            12.7
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.5,
            12.68,
            12.71
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.5,
            12.67,
            12.7
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.5,
            12.67,
            12.71
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "6377",
            "1040"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/WEN",
      "description": "",
      "representative_file": "WEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1872389,
      "rep_rows": 112457,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 112457,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:00:00",
            "2025-04-17 07:02:00",
            "2025-04-17 08:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.58,
            12.55,
            12.5701
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.58,
            12.55,
            12.6194
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.57,
            12.55,
            12.5001
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.57,
            12.55,
            12.5127
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "600",
            "150",
            "3873"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/WFC",
      "description": "",
      "representative_file": "WFC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2780891,
      "rep_rows": 113712,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:44:00",
            "2025-04-16 20:58:00",
            "2025-04-16 22:28:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            64.83,
            64.37,
            64.08
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            64.83,
            64.37,
            64.08
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            64.83,
            64.37,
            63.93
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            64.83,
            64.37,
            63.93
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "4",
            "1",
            "20"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/WGMI",
      "description": "",
      "representative_file": "WGMI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1602421,
      "rep_rows": 82991,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 82991,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:58:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:33:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.0,
            11.87,
            12.02
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.04,
            11.98,
            12.02
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.0,
            11.87,
            11.975
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.04,
            11.885,
            11.975
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "12401",
            "1200"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/WPM",
      "description": "",
      "representative_file": "WPM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2075587,
      "rep_rows": 107899,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 107899,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:01:00",
            "2025-04-16 21:31:00",
            "2025-04-16 21:46:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            85.0,
            86.44,
            86.44
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            85.0,
            86.44,
            86.44
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            85.0,
            86.44,
            86.44
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            85.0,
            86.44,
            86.44
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "2",
            "50"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/WRD",
      "description": "",
      "representative_file": "WRD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2762103,
      "rep_rows": 163166,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 163166,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:02:00",
            "2025-04-17 04:12:00",
            "2025-04-17 04:16:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            8.91,
            8.91,
            8.91
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            8.92,
            8.91,
            8.91
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            8.91,
            8.91,
            8.91
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            8.92,
            8.91,
            8.91
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "630",
            "400",
            "1069"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/WU",
      "description": "",
      "representative_file": "WU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1730363,
      "rep_rows": 105918,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 105918,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 04:13:00",
            "2025-04-17 07:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.77,
            9.79,
            9.79
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            9.77,
            9.79,
            9.79
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.77,
            9.79,
            9.79
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.77,
            9.79,
            9.79
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "450",
            "5000",
            "110"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/WULF",
      "description": "",
      "representative_file": "WULF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4449596,
      "rep_rows": 178758,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 22:51:00",
            "2025-04-16 23:47:00",
            "2025-04-16 23:49:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2.3,
            2.33,
            2.33
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2.3,
            2.33,
            2.33
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2.3,
            2.33,
            2.33
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2.3,
            2.33,
            2.33
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "52",
            "200",
            "248"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/WYFI",
      "description": "",
      "representative_file": "WYFI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1705984,
      "rep_rows": 66627,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-07 11:50:00",
            "2025-08-07 11:51:00",
            "2025-08-07 11:52:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            25.0,
            24.25,
            22.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            25.13,
            24.54,
            22.77
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            23.01,
            22.0,
            21.12
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            24.25,
            22.5,
            21.12
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1400937",
            "335264",
            "208519"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/XME",
      "description": "",
      "representative_file": "XME.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2507663,
      "rep_rows": 101287,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:18:00",
            "2025-04-17 09:25:00",
            "2025-04-17 09:29:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            55.57,
            55.57,
            54.57
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            55.57,
            55.57,
            54.57
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            55.57,
            55.57,
            54.57
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            55.57,
            55.57,
            54.57
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "185",
            "604"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/XOM",
      "description": "",
      "representative_file": "XOM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3744791,
      "rep_rows": 152229,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:02:00",
            "2025-04-16 20:03:00",
            "2025-04-16 20:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            104.39,
            104.39,
            104.27
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            104.39,
            104.39,
            104.27
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            104.39,
            104.39,
            104.19
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            104.39,
            104.39,
            104.19
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "250",
            "50"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/XP",
      "description": "",
      "representative_file": "XP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1564899,
      "rep_rows": 99795,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 99795,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:25:00",
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            13.68,
            13.75,
            13.775
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            13.68,
            13.795,
            13.81
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            13.68,
            13.73,
            13.72
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            13.68,
            13.76,
            13.795
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "300",
            "82799",
            "221107"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/XPEV",
      "description": "",
      "representative_file": "XPEV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4232891,
      "rep_rows": 195539,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:08:00",
            "2025-04-16 20:13:00",
            "2025-04-16 20:17:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.73,
            18.98,
            18.98
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            18.73,
            18.98,
            18.98
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.73,
            18.98,
            18.98
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            18.73,
            18.98,
            18.98
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "3",
            "12",
            "50"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/XRPI",
      "description": "",
      "representative_file": "XRPI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1888382,
      "rep_rows": 74732,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-22 08:43:00",
            "2025-05-22 08:47:00",
            "2025-05-22 08:55:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            16.6,
            17.43,
            18.3
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            16.6,
            17.43,
            18.3
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            16.6,
            17.43,
            18.3
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            16.6,
            17.43,
            18.3
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1089",
            "350",
            "1230"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/XXRP",
      "description": "",
      "representative_file": "XXRP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3985698,
      "rep_rows": 161989,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:00:00",
            "2025-04-17 05:01:00",
            "2025-04-17 05:09:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            30.4,
            29.98,
            29.99
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            30.4,
            29.98,
            29.99
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            30.4,
            29.98,
            29.99
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            30.4,
            29.98,
            29.99
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "100",
            "100"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/XYZ",
      "description": "",
      "representative_file": "XYZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3348740,
      "rep_rows": 140878,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:16:00",
            "2025-04-16 20:34:00",
            "2025-04-16 20:52:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            53.75,
            53.75,
            54.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            53.75,
            53.75,
            54.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            53.75,
            53.75,
            54.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            53.75,
            53.75,
            54.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "200",
            "2"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/YMAX",
      "description": "",
      "representative_file": "YMAX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3237767,
      "rep_rows": 133596,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:13:00",
            "2025-04-16 20:17:00",
            "2025-04-16 20:18:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            12.5,
            12.5,
            12.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            12.5,
            12.5,
            12.5
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            12.5,
            12.5,
            12.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            12.5,
            12.5,
            12.5
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "2",
            "1",
            "10"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/YMM",
      "description": "",
      "representative_file": "YMM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1519603,
      "rep_rows": 97174,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 97174,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 04:02:00",
            "2025-04-17 04:51:00",
            "2025-04-17 04:52:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            10.13,
            10.45,
            10.37
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.13,
            10.45,
            10.4
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            10.13,
            10.45,
            10.37
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            10.13,
            10.45,
            10.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "600",
            "1000",
            "600"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/YPF",
      "description": "",
      "representative_file": "YPF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1691879,
      "rep_rows": 95230,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 95230,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 07:12:00",
            "2025-04-17 08:39:00",
            "2025-04-17 09:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            32.61,
            33.28,
            33.27
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            32.61,
            33.28,
            33.27
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            32.61,
            33.27,
            33.27
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            32.61,
            33.27,
            33.27
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "160",
            "200",
            "100"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ZETA",
      "description": "",
      "representative_file": "ZETA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3958442,
      "rep_rows": 172188,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 20:43:00",
            "2025-04-16 21:36:00",
            "2025-04-16 21:42:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            11.54,
            11.59,
            11.59
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            11.54,
            11.59,
            11.59
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            11.54,
            11.59,
            11.59
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            11.54,
            11.59,
            11.59
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "5",
            "5",
            "1"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ZIM",
      "description": "",
      "representative_file": "ZIM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3093737,
      "rep_rows": 126432,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:30:00",
            "2025-04-16 21:32:00",
            "2025-04-16 22:06:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            13.5,
            13.5,
            13.6
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            13.5,
            13.5,
            13.6
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            13.5,
            13.5,
            13.6
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            13.5,
            13.5,
            13.6
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "4",
            "65"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ZLAB",
      "description": "",
      "representative_file": "ZLAB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1250361,
      "rep_rows": 77229,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 77229,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16 21:40:00",
            "2025-04-16 22:30:00",
            "2025-04-17 02:19:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            29.0,
            30.0,
            29.1
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            29.0,
            30.0,
            29.1
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            29.0,
            30.0,
            29.1
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            29.0,
            30.0,
            29.1
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "60",
            "70"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ZS",
      "description": "",
      "representative_file": "ZS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3117880,
      "rep_rows": 112068,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 02:07:00",
            "2025-04-17 02:44:00",
            "2025-04-17 07:02:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            204.55,
            205.45,
            204.36
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            204.55,
            205.45,
            204.4
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            204.55,
            205.45,
            204.36
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            204.55,
            205.45,
            204.4
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "1",
            "13",
            "236"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_12m/ZTO",
      "description": "",
      "representative_file": "ZTO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1306273,
      "rep_rows": 91405,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 91405,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17 09:30:00",
            "2025-04-17 09:31:00",
            "2025-04-17 09:32:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            18.9,
            19.18,
            19.42
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19.12,
            19.395,
            19.43
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            18.65,
            19.18,
            19.28
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19.12,
            19.37,
            19.28
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "48653",
            "11494",
            "5335"
          ]
        }
      ]
    },
    {
      "table": "cache_intraday_v3_2y",
      "description": "",
      "representative_file": "ALST.parquet",
      "file_count": 2062,
      "is_sharded": true,
      "total_size_bytes": 5902085161,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-10-16 09:30:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            0.0006
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            0.0006
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            0.0006
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            0.0006
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_pair/AAPL",
      "description": "",
      "representative_file": "AAPL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 857657,
      "rep_rows": 28821,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 28821,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            255.38,
            255.22,
            254.9
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            255.38,
            255.22,
            254.9
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            254.8,
            255.22,
            254.9
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            254.8,
            255.22,
            254.9
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3670.0,
            633.0,
            475.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/AAPU",
      "description": "",
      "representative_file": "AAPU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 478459,
      "rep_rows": 19021,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 19021,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0404",
            "0405"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:04:00-05:00",
            "2026-02-17T04:05:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            29.0,
            29.0,
            29.01
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            29.0,
            29.0,
            29.01
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            29.0,
            29.0,
            29.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            29.0,
            29.0,
            29.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            608.0,
            167.0,
            700.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/AMD",
      "description": "",
      "representative_file": "AMD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1065817,
      "rep_rows": 32702,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 32702,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            204.85,
            204.8,
            204.7
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            205.11,
            204.8,
            204.7
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            204.4,
            204.8,
            204.14
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            204.42,
            204.8,
            204.14
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4454.0,
            945.0,
            2376.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/AMDL",
      "description": "",
      "representative_file": "AMDL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 826508,
      "rep_rows": 31515,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 31515,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            13.26,
            13.0,
            12.96
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            13.29,
            13.0,
            12.96
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            13.02,
            13.0,
            12.92
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            13.02,
            13.0,
            12.93
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            872.0,
            187.0,
            5385.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/AMZN",
      "description": "",
      "representative_file": "AMZN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 993105,
      "rep_rows": 32563,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 32563,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0402",
            "0403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:02:00-05:00",
            "2026-02-17T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            200.0,
            199.0,
            198.92
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            200.0,
            199.0,
            198.98
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            198.66,
            198.78,
            198.89
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            199.05,
            198.78,
            198.98
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12203.0,
            1701.0,
            1158.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/AMZU",
      "description": "",
      "representative_file": "AMZU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 614807,
      "rep_rows": 23546,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 23546,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0402",
            "0405",
            "0407"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:02:00-05:00",
            "2026-02-17T04:05:00-05:00",
            "2026-02-17T04:07:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            25.25,
            25.3,
            25.3
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            25.25,
            25.3,
            25.3
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            25.25,
            25.3,
            25.3
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            25.25,
            25.3,
            25.3
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            351.0,
            611.0,
            614.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/AVGO",
      "description": "",
      "representative_file": "AVGO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1053681,
      "rep_rows": 33082,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 33082,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            322.4,
            322.48,
            322.16
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            322.7,
            322.5,
            322.16
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            322.25,
            322.48,
            322.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            322.25,
            322.5,
            322.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1388.0,
            651.0,
            755.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/AVGU",
      "description": "",
      "representative_file": "AVGU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 125050,
      "rep_rows": 4121,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 4121,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0435",
            "0512",
            "0741"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:35:00-05:00",
            "2026-02-17T05:12:00-05:00",
            "2026-02-17T07:41:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            28.8,
            28.88,
            28.6
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            28.8,
            28.88,
            28.6
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            28.8,
            28.88,
            28.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            28.8,
            28.88,
            28.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            100.0,
            349.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/BA",
      "description": "",
      "representative_file": "BA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 687818,
      "rep_rows": 20569,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 20569,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0435",
            "0628",
            "0700"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:35:00-05:00",
            "2026-02-17T06:28:00-05:00",
            "2026-02-17T07:00:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            242.57,
            242.57,
            242.6
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            242.57,
            242.57,
            242.6
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            242.57,
            242.57,
            242.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            242.57,
            242.57,
            242.6
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            195.0,
            280.0,
            649.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/BOEU",
      "description": "",
      "representative_file": "BOEU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 76980,
      "rep_rows": 2255,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 2255,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0805",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T08:05:00-05:00",
            "2026-02-17T09:30:00-05:00",
            "2026-02-17T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            46.83,
            47.15,
            47.18
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.83,
            47.15,
            47.18
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            46.83,
            47.15,
            47.18
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            46.83,
            47.15,
            47.18
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            660.0,
            148.0,
            130.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/COIN",
      "description": "",
      "representative_file": "COIN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 972831,
      "rep_rows": 32510,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 32510,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            162.8,
            162.87,
            162.9
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            162.8,
            163.01,
            162.9
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            162.63,
            162.87,
            162.8
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            162.66,
            163.01,
            162.8
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3823.0,
            1522.0,
            991.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/CONL",
      "description": "",
      "representative_file": "CONL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 947292,
      "rep_rows": 36779,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 36779,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            6.73,
            6.72,
            6.72
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            6.73,
            6.72,
            6.72
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            6.67,
            6.72,
            6.69
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            6.7,
            6.72,
            6.69
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7954.0,
            1543.0,
            2060.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/GGLL",
      "description": "",
      "representative_file": "GGLL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 588409,
      "rep_rows": 19754,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 19754,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0412",
            "0419"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:12:00-05:00",
            "2026-02-17T04:19:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            89.5,
            89.33,
            89.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            89.5,
            89.33,
            89.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            89.5,
            89.33,
            89.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            89.5,
            89.33,
            89.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            279.0,
            116.0,
            1081.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/GOOGL",
      "description": "",
      "representative_file": "GOOGL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 900621,
      "rep_rows": 29446,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 29446,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            303.58,
            303.79,
            303.5
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            303.84,
            303.81,
            303.5
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            303.21,
            303.5,
            303.44
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            303.83,
            303.5,
            303.44
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10335.0,
            3516.0,
            1185.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/LITE",
      "description": "",
      "representative_file": "LITE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 918678,
      "rep_rows": 25328,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 25328,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0441",
            "0514"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:41:00-05:00",
            "2026-02-17T05:14:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            549.0,
            547.67,
            545.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            549.0,
            547.67,
            545.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            549.0,
            547.67,
            545.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            549.0,
            547.67,
            545.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            640.0,
            235.0,
            654.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/LITL",
      "description": "",
      "representative_file": "LITL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7769,
      "rep_rows": 41,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 41,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-18",
            "2026-02-25"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1018",
            "1328",
            "0950"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T10:18:00-05:00",
            "2026-02-18T13:28:00-05:00",
            "2026-02-25T09:50:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            30.04,
            30.21,
            30.2315
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            30.04,
            30.21,
            30.2315
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            30.04,
            30.21,
            30.2315
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.04,
            30.21,
            30.2315
          ]
        },
        {
          "name": "vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2171",
            "800",
            "300"
          ]
        }
      ]
    },
    {
      "table": "cache_pair/META",
      "description": "",
      "representative_file": "META.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1071217,
      "rep_rows": 31264,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 31264,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0402",
            "0404"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:02:00-05:00",
            "2026-02-17T04:04:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            636.85,
            635.31,
            635.46
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            636.85,
            635.5,
            635.46
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            635.5,
            634.9,
            635.46
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            635.6,
            635.5,
            635.46
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1502.0,
            2137.0,
            188.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/METU",
      "description": "",
      "representative_file": "METU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 623519,
      "rep_rows": 23350,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 23350,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0402",
            "0411",
            "0412"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:02:00-05:00",
            "2026-02-17T04:11:00-05:00",
            "2026-02-17T04:12:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            28.77,
            28.77,
            28.73
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            28.77,
            28.77,
            28.73
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            28.75,
            28.77,
            28.73
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            28.75,
            28.77,
            28.73
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            791.0,
            332.0,
            251.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/MSFT",
      "description": "",
      "representative_file": "MSFT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1125645,
      "rep_rows": 36484,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 36484,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            400.31,
            400.76,
            400.33
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            402.2,
            400.76,
            400.43
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            400.2,
            400.5,
            400.2
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            400.91,
            400.5,
            400.2
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10219.0,
            550.0,
            6230.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/MSFU",
      "description": "",
      "representative_file": "MSFU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 772043,
      "rep_rows": 28656,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 28656,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0404",
            "0405",
            "0407"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:04:00-05:00",
            "2026-02-17T04:05:00-05:00",
            "2026-02-17T04:07:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            27.44,
            27.42,
            27.43
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            27.44,
            27.42,
            27.45
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            27.44,
            27.42,
            27.43
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            27.44,
            27.42,
            27.45
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            424.0,
            132.0,
            542.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/MSTR",
      "description": "",
      "representative_file": "MSTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1003629,
      "rep_rows": 35702,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 35702,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            131.55,
            131.83,
            131.73
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            132.07,
            131.94,
            131.73
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            131.41,
            131.8,
            131.2
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            131.71,
            131.85,
            131.34
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2798.0,
            817.0,
            4916.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/MSTU",
      "description": "",
      "representative_file": "MSTU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 926607,
      "rep_rows": 36357,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 36357,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            5.16,
            5.18,
            5.17
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            5.18,
            5.18,
            5.17
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            5.16,
            5.17,
            5.14
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            5.18,
            5.17,
            5.14
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2500.0,
            1382.0,
            13590.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/MU",
      "description": "",
      "representative_file": "MU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1234182,
      "rep_rows": 37399,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 37399,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0402",
            "0403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:02:00-05:00",
            "2026-02-17T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            408.45,
            407.93,
            408.25
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            408.45,
            408.0,
            409.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            407.99,
            407.9,
            408.25
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            407.99,
            408.0,
            409.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2009.0,
            2842.0,
            1973.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/MUU",
      "description": "",
      "representative_file": "MUU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 854428,
      "rep_rows": 26616,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 26616,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0402",
            "0406"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:02:00-05:00",
            "2026-02-17T04:06:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            191.51,
            189.16,
            190.11
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            191.51,
            189.32,
            190.11
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            191.51,
            189.16,
            190.11
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            191.51,
            189.32,
            190.11
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            535.0,
            224.0,
            100.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/NFLU",
      "description": "",
      "representative_file": "NFLU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 222386,
      "rep_rows": 7855,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 7855,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0409",
            "0801",
            "0802"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:09:00-05:00",
            "2026-02-17T08:01:00-05:00",
            "2026-02-17T08:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            21.01,
            20.98,
            22.0
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            21.01,
            20.98,
            22.0
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            21.0,
            20.98,
            22.0
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            21.0,
            20.98,
            22.0
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            200.0,
            805.0,
            5000.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/NFLX",
      "description": "",
      "representative_file": "NFLX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1094452,
      "rep_rows": 37527,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 37527,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            76.59,
            76.52,
            76.57
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            77.12,
            76.57,
            76.57
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            76.43,
            76.44,
            76.46
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            76.62,
            76.57,
            76.56
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10660.0,
            581.0,
            311.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/NVDA",
      "description": "",
      "representative_file": "NVDA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1220870,
      "rep_rows": 39689,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 39689,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            182.1,
            182.0,
            181.94
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            182.25,
            182.0,
            181.94
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            181.31,
            181.9,
            181.71
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            182.09,
            181.98,
            181.83
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11847.0,
            4026.0,
            5965.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/NVDL",
      "description": "",
      "representative_file": "NVDL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 892126,
      "rep_rows": 31382,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 31382,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0402",
            "0403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:02:00-05:00",
            "2026-02-17T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            82.4,
            81.47,
            81.48
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            82.4,
            81.47,
            81.48
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            81.5,
            81.47,
            81.48
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            81.5,
            81.47,
            81.48
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1174.0,
            502.0,
            329.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/PLTR",
      "description": "",
      "representative_file": "PLTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1094240,
      "rep_rows": 35187,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 35187,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            129.57,
            129.32,
            129.33
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            129.95,
            129.32,
            129.49
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            128.8,
            129.29,
            129.22
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            129.54,
            129.29,
            129.37
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12887.0,
            1162.0,
            3704.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/PLTU",
      "description": "",
      "representative_file": "PLTU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 679146,
      "rep_rows": 23857,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 23857,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0402",
            "0405"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:02:00-05:00",
            "2026-02-17T04:05:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            37.11,
            36.42,
            36.65
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            37.11,
            36.49,
            36.65
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            36.41,
            36.42,
            36.6
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            36.59,
            36.49,
            36.65
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            602.0,
            760.0,
            983.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/PYPL",
      "description": "",
      "representative_file": "PYPL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 644097,
      "rep_rows": 22841,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 22841,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0404",
            "0407"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:04:00-05:00",
            "2026-02-17T04:07:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            40.28,
            40.23,
            40.23
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            40.28,
            40.25,
            40.23
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            40.23,
            40.23,
            40.23
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            40.23,
            40.25,
            40.23
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3708.0,
            2100.0,
            340.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/PYPU",
      "description": "",
      "representative_file": "PYPU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9000,
      "rep_rows": 80,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 80,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-30",
            "2026-03-31",
            "2026-03-31"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1420",
            "1136",
            "1137"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-30T14:20:00-04:00",
            "2026-03-31T11:36:00-04:00",
            "2026-03-31T11:37:00-04:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            25.31,
            25.76,
            25.79
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            25.31,
            25.76,
            25.79
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            25.31,
            25.76,
            25.79
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            25.31,
            25.76,
            25.79
          ]
        },
        {
          "name": "vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "300",
            "200",
            "200"
          ]
        }
      ]
    },
    {
      "table": "cache_pair/SMCI",
      "description": "",
      "representative_file": "SMCI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 873796,
      "rep_rows": 30563,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 30563,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0403"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:03:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            30.49,
            30.33,
            30.36
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            30.5,
            30.33,
            30.36
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            30.33,
            30.29,
            30.35
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.33,
            30.29,
            30.35
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4574.0,
            596.0,
            485.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/SMCX",
      "description": "",
      "representative_file": "SMCX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 601588,
      "rep_rows": 23896,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 23896,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0411",
            "0423",
            "0430"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:11:00-05:00",
            "2026-02-17T04:23:00-05:00",
            "2026-02-17T04:30:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            22.08,
            22.1,
            22.2
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            22.12,
            22.1,
            22.2
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            22.04,
            22.1,
            22.2
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            22.12,
            22.1,
            22.2
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2372.5,
            76.0,
            140.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/SNDK",
      "description": "",
      "representative_file": "SNDK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1209107,
      "rep_rows": 33907,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 33907,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            627.87,
            621.45,
            622.24
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            627.87,
            621.45,
            622.24
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            620.14,
            621.45,
            621.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            621.45,
            621.45,
            621.5
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3231.0,
            4663.0,
            1712.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/SNDX",
      "description": "",
      "representative_file": "SNDX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 319919,
      "rep_rows": 14743,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 14743,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0925",
            "0930",
            "0931"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T09:25:00-05:00",
            "2026-02-17T09:30:00-05:00",
            "2026-02-17T09:31:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            20.48,
            20.4,
            20.425
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            20.48,
            20.425,
            20.455
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            20.48,
            20.4,
            20.36
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            20.48,
            20.425,
            20.455
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1051.0,
            12916.0,
            971.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/TSLA",
      "description": "",
      "representative_file": "TSLA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1247976,
      "rep_rows": 39277,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 39277,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            414.47,
            415.6,
            414.73
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            415.62,
            415.6,
            414.73
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            414.47,
            415.0,
            414.7
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            415.56,
            415.0,
            414.73
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4851.0,
            4811.0,
            677.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair/TSLL",
      "description": "",
      "representative_file": "TSLL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1064537,
      "rep_rows": 39386,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 39386,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-17",
            "2026-02-17",
            "2026-02-17"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0400",
            "0401",
            "0402"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-17T04:00:00-05:00",
            "2026-02-17T04:01:00-05:00",
            "2026-02-17T04:02:00-05:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            15.81,
            15.78,
            15.74
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            15.81,
            15.79,
            15.74
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            15.71,
            15.73,
            15.71
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            15.78,
            15.74,
            15.73
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17827.0,
            14319.0,
            7842.0
          ]
        }
      ]
    },
    {
      "table": "cache_pair_1y",
      "description": "",
      "representative_file": "UNHU.parquet",
      "file_count": 87,
      "is_sharded": true,
      "total_size_bytes": 297523640,
      "rep_rows": 203,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 203,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-25",
            "2026-03-26",
            "2026-03-26"
          ]
        },
        {
          "name": "hm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1234",
            "0930",
            "1243"
          ]
        },
        {
          "name": "ts",
          "arrow_type": "timestamp[ns, tz=America/New_York]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-25T12:34:00-04:00",
            "2026-03-26T09:30:00-04:00",
            "2026-03-26T12:43:00-04:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24.35,
            24.59,
            24.55
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            24.35,
            24.6,
            24.55
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            24.35,
            24.59,
            24.55
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24.35,
            24.6,
            24.55
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            400.0,
            100.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UNHU",
            "UNHU",
            "UNHU"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/adjusted_closes",
      "description": "Split-adjusted close prices per (ticker,date).",
      "representative_file": "adjusted_closes.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 219282,
      "rep_rows": 12073,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-05-08",
            "2026-05-08",
            "2026-05-08"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "clo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            115.62,
            63.18,
            24.945
          ]
        },
        {
          "name": "adj_clo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            115.62,
            63.18,
            24.945
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/auctions_12m",
      "description": "Opening/closing auction prints and imbalances.",
      "representative_file": "auctions_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 61072321,
      "rep_rows": 4624773,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-07",
            "2025-04-07",
            "2025-04-07"
          ]
        },
        {
          "name": "time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "09:00:00.005554",
            "09:00:00.006197",
            "09:00:00.006760"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SPPL",
            "LGCB",
            "BGLC"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            2.8,
            1.67,
            2.14
          ]
        },
        {
          "name": "size",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            312.0,
            1.0,
            57.0
          ]
        },
        {
          "name": "auction_type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "REOPEN",
            "REOPEN",
            "REOPEN"
          ]
        },
        {
          "name": "ecn",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q",
            "Q",
            "Q"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/auctions_2m",
      "description": "Opening/closing auction prints and imbalances.",
      "representative_file": "auctions_2m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10826275,
      "rep_rows": 819417,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-02",
            "2026-02-02",
            "2026-02-02"
          ]
        },
        {
          "name": "time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "07:30:00.000939",
            "08:10:00.000625",
            "09:00:00.000429"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AQST",
            "NFBK",
            "ATOS"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            3.2,
            13.18,
            8.08
          ]
        },
        {
          "name": "size",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            23305.0,
            180.0,
            1.0
          ]
        },
        {
          "name": "auction_type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "REOPEN",
            "REOPEN",
            "REOPEN"
          ]
        },
        {
          "name": "ecn",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q",
            "Q",
            "Q"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/auctions_gaps_sample",
      "description": "Opening/closing auction prints and imbalances.",
      "representative_file": "auctions_gaps_sample.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 140353,
      "rep_rows": 12073,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-05-08",
            "2026-05-08",
            "2026-05-08"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.1041,
            1.7561,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/auctions_sample",
      "description": "Opening/closing auction prints and imbalances.",
      "representative_file": "auctions_sample.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1001147,
      "rep_rows": 57152,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-05-08",
            "2026-05-08",
            "2026-05-08"
          ]
        },
        {
          "name": "time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "09:00:00.000693",
            "09:00:00.001159",
            "09:30:00.000366"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BNZI",
            "OLOX",
            "FNRN"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            6.37,
            4.46,
            17.89
          ]
        },
        {
          "name": "size",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.0,
            110.0,
            362.0
          ]
        },
        {
          "name": "auction_type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "REOPEN",
            "REOPEN",
            "OPEN"
          ]
        },
        {
          "name": "ecn",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q",
            "Q",
            "Q"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/bloomberg_adr_daily",
      "description": "Bloomberg ADR factor data.",
      "representative_file": "bloomberg_adr_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 877792,
      "rep_rows": 16523,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-01",
            "2024-04-02",
            "2024-04-03"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ADDYY",
            "ADDYY",
            "ADDYY"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            113.0,
            109.43,
            108.115
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            115.0,
            109.8,
            109.37
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            111.26,
            108.45,
            108.06
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            111.73,
            108.9,
            108.752
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            18928.0,
            36426.0,
            30198.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            null,
            111.73,
            108.9
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            null,
            -2.058534,
            -0.720845
          ]
        },
        {
          "name": "daily_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -2.532892,
            -0.135904
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/bloomberg_adr_factors",
      "description": "Bloomberg ADR factor data.",
      "representative_file": "bloomberg_adr_factors.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9694123,
      "rep_rows": 242101,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-23",
            "2025-04-28",
            "2025-05-01"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "SHORT"
          ]
        },
        {
          "name": "UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.475927,
            0.542958,
            -0.456264
          ]
        },
        {
          "name": "NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.472988,
            0.096693,
            1.39788
          ]
        },
        {
          "name": "BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.764019,
            0.546968,
            -0.642939
          ]
        },
        {
          "name": "KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.398727,
            1.304654,
            1.296296
          ]
        },
        {
          "name": "VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.238806,
            1.766784,
            -0.811542
          ]
        },
        {
          "name": "SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.835952,
            -0.254001,
            1.518438
          ]
        },
        {
          "name": "RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.025654,
            1.037449,
            0.56414
          ]
        },
        {
          "name": "AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.443937,
            0.977433,
            -2.368018
          ]
        },
        {
          "name": "BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.419564,
            5.508724,
            -0.940951
          ]
        },
        {
          "name": "SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.411252,
            2.43569,
            1.163626
          ]
        },
        {
          "name": "BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.201588,
            -0.648487,
            0.636356
          ]
        },
        {
          "name": "TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.863561,
            0.306551,
            0.081887
          ]
        },
        {
          "name": "XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.656004,
            -1.344622,
            1.774194
          ]
        },
        {
          "name": "BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.869442,
            -4.106348,
            0.809208
          ]
        },
        {
          "name": "IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.622255,
            -2.139037,
            -3.566122
          ]
        },
        {
          "name": "SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.612236,
            -3.228346,
            0.98464
          ]
        },
        {
          "name": "EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.307357,
            2.634195,
            2.507546
          ]
        },
        {
          "name": "BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.69837,
            0.96463,
            3.23165
          ]
        },
        {
          "name": "BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.748879,
            0.569143,
            -0.850935
          ]
        },
        {
          "name": "ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.390098,
            0.591572,
            0.428135
          ]
        },
        {
          "name": "SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.794903,
            -0.921105,
            -1.711538
          ]
        },
        {
          "name": "NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.789875,
            0.169431,
            -0.78421
          ]
        },
        {
          "name": "TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.126469,
            3.020562,
            0.00523
          ]
        },
        {
          "name": "BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.329486,
            -0.165941,
            1.28286
          ]
        },
        {
          "name": "SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.442381,
            -0.060735,
            0.062035
          ]
        },
        {
          "name": "ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.001159,
            -0.753023,
            1.058256
          ]
        },
        {
          "name": "TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.264201,
            -0.060569,
            3.665487
          ]
        },
        {
          "name": "HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.747843,
            -0.036744,
            0.574964
          ]
        },
        {
          "name": "PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.542094,
            1.808137,
            -2.022694
          ]
        },
        {
          "name": "LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.260739,
            0.87668,
            0.0
          ]
        },
        {
          "name": "RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.415297,
            -0.033025,
            0.3367
          ]
        },
        {
          "name": "UL_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "UL_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "UL_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "UL_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "NSRGY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "NSRGY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "NSRGY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "NSRGY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "BTI_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BTI_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BTI_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "BTI_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KMTUY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "KMTUY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KMTUY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KMTUY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWAGY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        },
        {
          "name": "VWAGY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "VWAGY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWAGY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "SIEGY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        },
        {
          "name": "SIEGY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "SIEGY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "SIEGY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "RHHBY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "RHHBY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "RHHBY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "RHHBY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "AZN_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "AZN_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "AZN_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "AZN_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "BNTX_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        },
        {
          "name": "BNTX_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        },
        {
          "name": "BNTX_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BNTX_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "SAP_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "SAP_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        },
        {
          "name": "SAP_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "SAP_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BABA_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "BABA_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "BABA_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BABA_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "TCEHY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "TCEHY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "TCEHY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "TCEHY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XPEV_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        },
        {
          "name": "XPEV_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "XPEV_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "XPEV_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BYDDY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "BYDDY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "BYDDY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "BYDDY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "IDEXY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "IDEXY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "IDEXY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        },
        {
          "name": "IDEXY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        },
        {
          "name": "SFTBY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "SFTBY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "SFTBY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "SFTBY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "EADSY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "EADSY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        },
        {
          "name": "EADSY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EADSY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BMWYY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BMWYY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BMWYY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BMWYY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "MBGYY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        },
        {
          "name": "MBGYY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "MBGYY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "MBGYY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BUD_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BUD_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BUD_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "BUD_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ADDYY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "ADDYY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "ADDYY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ADDYY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "SONY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "SONY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "SONY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "SONY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "NVS_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "NVS_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "NVS_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "NVS_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "TM_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        },
        {
          "name": "TM_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        },
        {
          "name": "TM_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "TM_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BHP_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        },
        {
          "name": "BHP_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "BHP_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "BHP_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "SHEL_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "SHEL_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "SHEL_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "SHEL_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ASML_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        },
        {
          "name": "ASML_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "ASML_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ASML_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "TSM_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        },
        {
          "name": "TSM_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        },
        {
          "name": "TSM_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "TSM_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "HESAY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "HESAY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "HESAY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "HESAY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "PPRUY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        },
        {
          "name": "PPRUY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "PPRUY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "PPRUY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "LRLCY_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "LRLCY_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "LRLCY_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "LRLCY_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "RIO_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "RIO_up2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "RIO_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "RIO_dn2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "euro_autos_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.968588,
            1.365707,
            1.210054
          ]
        },
        {
          "name": "euro_autos_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "euro_autos_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "euro_pharma_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.226572,
            0.728104,
            -0.862696
          ]
        },
        {
          "name": "euro_pharma_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "euro_pharma_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "china_tech_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.147649,
            -1.448227,
            0.825411
          ]
        },
        {
          "name": "china_tech_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "china_tech_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "euro_staples_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.109264,
            0.521369,
            0.02267
          ]
        },
        {
          "name": "euro_staples_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "euro_staples_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_daily_value_traded_20d",
      "description": "",
      "representative_file": "calc_avg_daily_value_traded_20d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 310620,
      "rep_rows": 19636,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            215713731.172,
            306010288.217,
            190945.807
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_daily_value_traded_3m",
      "description": "",
      "representative_file": "calc_avg_daily_value_traded_3m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 341170,
      "rep_rows": 21679,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            264207336.514,
            397699683.519,
            187508.15
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_daily_volume_20d",
      "description": "Pre-computed rolling 20-day average daily volume per (ticker,date).",
      "representative_file": "calc_avg_daily_volume_20d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 296990,
      "rep_rows": 20179,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            2150817.2,
            4114623.35,
            8971.3
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_daily_volume_20d_12m",
      "description": "Pre-computed rolling 20-day average daily volume per (ticker,date).",
      "representative_file": "calc_avg_daily_volume_20d_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8393428,
      "rep_rows": 1020529,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            2118718.7,
            5019540.6,
            26832.05
          ]
        },
        {
          "name": "date_as_of",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-02",
            "2025-04-02",
            "2025-04-02"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_daily_volume_20d_2m",
      "description": "Pre-computed rolling 20-day average daily volume per (ticker,date).",
      "representative_file": "calc_avg_daily_volume_20d_2m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1793569,
      "rep_rows": 181297,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            1951386.75,
            9326865.45,
            9598.3
          ]
        },
        {
          "name": "date_as_of",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-03",
            "2026-02-03",
            "2026-02-03"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_daily_volume_90d",
      "description": "Pre-computed rolling 90-day average daily volume per (ticker,date).",
      "representative_file": "calc_avg_daily_volume_90d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 340192,
      "rep_rows": 22879,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            2172125.52,
            6739788.03,
            8207.73
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_daily_volume_ex_finr_20d",
      "description": "",
      "representative_file": "calc_avg_daily_volume_ex_finr_20d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 183736,
      "rep_rows": 12510,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            1206651.25,
            3867517.1,
            2757.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_daily_volume_ex_finr_90d",
      "description": "",
      "representative_file": "calc_avg_daily_volume_ex_finr_90d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 191799,
      "rep_rows": 12938,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            1267920.53,
            4104506.77,
            2430.94
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_postmarket_volume_ex_finr_90d",
      "description": "",
      "representative_file": "calc_avg_postmarket_volume_ex_finr_90d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 156944,
      "rep_rows": 12744,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            846.48,
            19677.92,
            10.79
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_premarket_value_traded_ex_finr_20d",
      "description": "",
      "representative_file": "calc_avg_premarket_value_traded_ex_finr_20d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 169517,
      "rep_rows": 12510,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            330978.23,
            4237957.14,
            18.82
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_premarket_value_traded_ex_finr_3m",
      "description": "",
      "representative_file": "calc_avg_premarket_value_traded_ex_finr_3m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 178125,
      "rep_rows": 12744,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            324638.13,
            3781622.32,
            241.67
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_premarket_volume_90d",
      "description": "Pre-computed rolling 90-day average pre-market volume per (ticker,date).",
      "representative_file": "calc_avg_premarket_volume_90d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 144956,
      "rep_rows": 10690,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            2666.13,
            56237.79,
            193.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_premarket_volume_90d_12m",
      "description": "Pre-computed rolling 90-day average pre-market volume per (ticker,date).",
      "representative_file": "calc_avg_premarket_volume_90d_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1127379,
      "rep_rows": 132487,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            1384.16,
            36728.47,
            1232.2
          ]
        },
        {
          "name": "date_as_of",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-02",
            "2025-04-02",
            "2025-04-02"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_premarket_volume_90d_2m",
      "description": "Pre-computed rolling 90-day average pre-market volume per (ticker,date).",
      "representative_file": "calc_avg_premarket_volume_90d_2m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 319068,
      "rep_rows": 31653,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            1204.42,
            45837.33,
            348.83
          ]
        },
        {
          "name": "date_as_of",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-03",
            "2026-02-03",
            "2026-02-03"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_premarket_volume_ex_finr_90d",
      "description": "",
      "representative_file": "calc_avg_premarket_volume_ex_finr_90d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 165779,
      "rep_rows": 12881,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            2730.02,
            50205.83,
            6.08
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_true_range_14d",
      "description": "Pre-computed 14-day ATR per (ticker,date).",
      "representative_file": "calc_avg_true_range_14d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 229017,
      "rep_rows": 19594,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker_by_esignal",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "round",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.9632,
            2.1695,
            0.0955
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_true_range_14d_12m",
      "description": "Pre-computed 14-day ATR per (ticker,date).",
      "representative_file": "calc_avg_true_range_14d_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 22003565,
      "rep_rows": 4891466,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker_by_esignal",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "round",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.9509,
            1.4707,
            0.0946
          ]
        },
        {
          "name": "date_as_of",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-02",
            "2025-04-02",
            "2025-04-02"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_avg_true_range_14d_2m",
      "description": "Pre-computed 14-day ATR per (ticker,date).",
      "representative_file": "calc_avg_true_range_14d_2m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3768703,
      "rep_rows": 821088,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker_by_esignal",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "round",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.7732,
            3.336,
            0.0815
          ]
        },
        {
          "name": "date_as_of",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-03",
            "2026-02-03",
            "2026-02-03"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_high_low_52w",
      "description": "Rolling 52-week high/low per (ticker,date).",
      "representative_file": "calc_high_low_52w.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 389520,
      "rep_rows": 24131,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            107.07,
            25.83,
            24.75
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            160.27,
            75.6999,
            25.14
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_high_low_52w_12m",
      "description": "Rolling 52-week high/low per (ticker,date).",
      "representative_file": "calc_high_low_52w_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7883223,
      "rep_rows": 1194926,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            112.75,
            27.12,
            24.82
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            155.35,
            47.77,
            25.4
          ]
        },
        {
          "name": "date_as_of",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-02",
            "2025-04-02",
            "2025-04-02"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_high_low_52w_2m",
      "description": "Rolling 52-week high/low per (ticker,date).",
      "representative_file": "calc_high_low_52w_2m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1560395,
      "rep_rows": 215774,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            96.43,
            21.53,
            24.33
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            160.27,
            66.95,
            25.22
          ]
        },
        {
          "name": "date_as_of",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-03",
            "2026-02-03",
            "2026-02-03"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_high_low_all_time",
      "description": "All-time high/low per ticker.",
      "representative_file": "calc_high_low_all_time.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 453845,
      "rep_rows": 28469,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            7.074427,
            3.444071,
            24.03
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            179.57,
            109.692406,
            25.4
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_auction_money_traded_20d",
      "description": "",
      "representative_file": "calc_median_auction_money_traded_20d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 171631,
      "rep_rows": 11831,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            1530655.2,
            3704243.9,
            3462.49
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_daily_value_traded_20d",
      "description": "",
      "representative_file": "calc_median_daily_value_traded_20d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 305535,
      "rep_rows": 19636,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            205876057.625,
            263105853.09,
            149072.133
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_daily_value_traded_3m",
      "description": "",
      "representative_file": "calc_median_daily_value_traded_3m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 331056,
      "rep_rows": 21677,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            245895215.1,
            365328683.35,
            154886.93
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_daily_volume_20d",
      "description": "Pre-computed rolling 20-day median daily volume per (ticker,date).",
      "representative_file": "calc_median_daily_volume_20d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 266103,
      "rep_rows": 20179,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            2057337.0,
            3670173.5,
            6792.5
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_daily_volume_90d",
      "description": "Pre-computed rolling 90-day median daily volume per (ticker,date).",
      "representative_file": "calc_median_daily_volume_90d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 298221,
      "rep_rows": 22879,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            2011843.5,
            6456454.0,
            6549.5
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_daily_volume_ex_finr_20d",
      "description": "",
      "representative_file": "calc_median_daily_volume_ex_finr_20d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 168105,
      "rep_rows": 12510,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            1125834.5,
            3729725.0,
            1052.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_daily_volume_ex_finr_90d",
      "description": "",
      "representative_file": "calc_median_daily_volume_ex_finr_90d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 173965,
      "rep_rows": 12938,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            1153957.0,
            3908847.0,
            1160.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_opg_volume_20d",
      "description": "",
      "representative_file": "calc_median_opg_volume_20d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 126748,
      "rep_rows": 11901,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            13360.0,
            55930.0,
            139.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_postmarket_volume_ex_finr_90d",
      "description": "",
      "representative_file": "calc_median_postmarket_volume_ex_finr_90d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 114116,
      "rep_rows": 12744,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            112.0,
            8398.5,
            0.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_premarket_value_traded_ex_finr_20d",
      "description": "",
      "representative_file": "calc_median_premarket_value_traded_ex_finr_20d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 144823,
      "rep_rows": 12510,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            52096.68,
            3186448.1,
            0.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_premarket_value_traded_ex_finr_3m",
      "description": "",
      "representative_file": "calc_median_premarket_value_traded_ex_finr_3m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 146933,
      "rep_rows": 12744,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            61920.09,
            2857271.53,
            0.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_premarket_volume_90d",
      "description": "",
      "representative_file": "calc_median_premarket_volume_90d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 113379,
      "rep_rows": 10690,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            599.5,
            36201.0,
            193.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_premarket_volume_ex_finr_90d",
      "description": "",
      "representative_file": "calc_median_premarket_volume_ex_finr_90d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 120352,
      "rep_rows": 12881,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            538.0,
            29737.0,
            0.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_median_true_range_20d",
      "description": "",
      "representative_file": "calc_median_true_range_20d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 279479,
      "rep_rows": 20179,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "mtr_perc",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.6679,
            3.0395,
            0.4132
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_profiler_volume",
      "description": "",
      "representative_file": "calc_profiler_volume.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 176307,
      "rep_rows": 12302,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "avg_premkt_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1336.0,
            66901.0,
            23.0
          ]
        },
        {
          "name": "avg_premkt_vol_reports",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13895.0,
            163913.0,
            null
          ]
        },
        {
          "name": "traded_days",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.0,
            60.0,
            5.0
          ]
        },
        {
          "name": "working_days",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            60.0,
            60.0,
            61.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_volatility_20d",
      "description": "",
      "representative_file": "calc_volatility_20d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 241644,
      "rep_rows": 17638,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            35.392,
            46.376,
            2.967
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_volatility_260d",
      "description": "",
      "representative_file": "calc_volatility_260d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 317958,
      "rep_rows": 22797,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            29.539,
            52.305,
            2.375
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/calc_volatility_90d",
      "description": "",
      "representative_file": "calc_volatility_90d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 287539,
      "rep_rows": 20683,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            28.3,
            57.362,
            2.61
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/daily_4yr_gaps",
      "description": "Daily OHLCV history cache.",
      "representative_file": "daily_4yr_gaps.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 79782243,
      "rep_rows": 21031064,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2020-10-01",
            "2020-10-01",
            "2020-10-01"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA_20221014"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.82,
            0.52,
            -0.12
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/daily_4yr_ohlcv",
      "description": "Daily OHLCV history cache.",
      "representative_file": "daily_4yr_ohlcv.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 299967206,
      "rep_rows": 20930036,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2020-10-01",
            "2020-10-01",
            "2020-10-01"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA_20221014"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            101.77,
            11.69,
            24.93
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            101.22,
            11.39,
            24.92
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            723579.0,
            6112046.0,
            24856.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/daily_4yr_prevol",
      "description": "Daily OHLCV history cache.",
      "representative_file": "daily_4yr_prevol.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 24149902,
      "rep_rows": 5228468,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2020-10-01",
            "2020-10-01",
            "2020-10-01"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAA_20221014",
            "AAAU"
          ]
        },
        {
          "name": "pre_v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "34051",
            "23250",
            "27600"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/daily_5y_ttn_tickers",
      "description": "Daily OHLCV history cache.",
      "representative_file": "daily_5y_ttn_tickers.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 19749762,
      "rep_rows": 686807,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ACHR",
            "ACHR",
            "ACHR"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-09-17T00:00:00",
            "2021-09-20T00:00:00",
            "2021-09-21T00:00:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            9.9,
            9.4,
            8.99
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            10.0,
            9.4,
            9.32
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            9.36,
            8.67,
            8.72
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            9.48,
            8.72,
            8.99
          ]
        },
        {
          "name": "v",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            892052.0,
            1663193.0,
            1566690.0
          ]
        },
        {
          "name": "vw",
          "arrow_type": "double",
          "nullable": true,
          "description": "VWAP (volume-weighted average price) for the bar",
          "sample_values": [
            9.6485,
            8.8845,
            9.0132
          ]
        },
        {
          "name": "n",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            3916.0,
            10806.0,
            7487.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/daily_money_traded",
      "description": "",
      "representative_file": "daily_money_traded.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 307343,
      "rep_rows": 12143,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-05-08",
            "2026-05-08",
            "2026-05-08"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "moneytr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            309878355.402094,
            176560031.914214,
            166912.3156
          ]
        },
        {
          "name": "moneytr_ex_finr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            161325874.68,
            89528603.995,
            46528.01
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/daily_vol_ex_finr",
      "description": "",
      "representative_file": "daily_vol_ex_finr.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 212912,
      "rep_rows": 12143,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-05-08",
            "2026-05-08",
            "2026-05-08"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "daily",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1399410",
            "1416540",
            "1864"
          ]
        },
        {
          "name": "premkt",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1068",
            "3244",
            "0"
          ]
        },
        {
          "name": "postmkt",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "1838",
            "0"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/earnings_calendar_forward",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_calendar_forward.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 255732,
      "rep_rows": 3500,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AACI"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Agilent Technologies Inc",
            "Alcoa Corp",
            "Armada Acquisition Corp III"
          ]
        },
        {
          "name": "Sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Healthcare",
            "Basic Materials",
            "Financial"
          ]
        },
        {
          "name": "Market Cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32674.48,
            16672.56,
            337.92
          ]
        },
        {
          "name": "Institutional Transactions",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0.08%",
            "6.42%",
            null
          ]
        },
        {
          "name": "Gross Margin",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "52.41%",
            "11.87%",
            null
          ]
        },
        {
          "name": "Operating Margin",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "22.04%",
            "9.30%",
            null
          ]
        },
        {
          "name": "Performance (Month)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0.20%",
            "-13.77%",
            "0.61%"
          ]
        },
        {
          "name": "Performance (Quarter)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-10.77%",
            "6.80%",
            null
          ]
        },
        {
          "name": "Performance (Half Year)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-21.22%",
            "76.78%",
            null
          ]
        },
        {
          "name": "Relative Strength Index (14)",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            48.35,
            44.57,
            65.15
          ]
        },
        {
          "name": "Earnings Date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "5/27/2026 4:30:00 PM",
            "4/16/2026 4:30:00 PM",
            null
          ]
        },
        {
          "name": "_window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "earningsdate_nextdays30",
            "earningsdate_nextdays30",
            "earningsdate_nextdays30"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7267",
            "7268",
            "7269"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/earnings_calendar_forward_enriched",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_calendar_forward_enriched.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 297681,
      "rep_rows": 3495,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "Ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AACI"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Agilent Technologies Inc",
            "Alcoa Corp",
            "Armada Acquisition Corp III"
          ]
        },
        {
          "name": "Sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Healthcare",
            "Basic Materials",
            "Financial"
          ]
        },
        {
          "name": "Market Cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33214.25,
            16640.89,
            337.75
          ]
        },
        {
          "name": "Institutional Transactions",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0.08%",
            "5.27%",
            null
          ]
        },
        {
          "name": "Gross Margin",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "52.41%",
            "11.87%",
            null
          ]
        },
        {
          "name": "Operating Margin",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "22.04%",
            "9.30%",
            null
          ]
        },
        {
          "name": "Performance (Month)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2.34%",
            "-11.20%",
            "0.56%"
          ]
        },
        {
          "name": "Performance (Quarter)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-11.06%",
            "2.79%",
            null
          ]
        },
        {
          "name": "Performance (Half Year)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-19.70%",
            "71.41%",
            null
          ]
        },
        {
          "name": "Relative Strength Index (14)",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            52.2,
            43.75,
            63.42
          ]
        },
        {
          "name": "Earnings Date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "5/27/2026 4:30:00 PM",
            "4/16/2026 4:30:00 PM",
            null
          ]
        },
        {
          "name": "_window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "earningsdate_nextdays30",
            "earningsdate_nextdays30",
            "earningsdate_nextdays30"
          ]
        },
        {
          "name": "ed",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-05-27T16:30:00",
            "2026-04-16T16:30:00",
            null
          ]
        },
        {
          "name": "cons_eps_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "cons_eps_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "cons_eps_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "cons_eps_n",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "yoy_eps_ago",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "eps_growth_yoy_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rev_est_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rev_est_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rev_est_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rev_growth_yoy_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/earnings_streak",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_streak.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20706,
      "rep_rows": 1464,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAL"
          ]
        },
        {
          "name": "eps_streak",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "1"
          ]
        },
        {
          "name": "latest_eps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.08,
            0.81,
            0.91
          ]
        },
        {
          "name": "n_quarters",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "3"
          ]
        },
        {
          "name": "eps_streak_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "eps_4+beats",
            "eps_4+beats",
            "eps_1beat"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/eps_surprise",
      "description": "",
      "representative_file": "eps_surprise.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 87737,
      "rep_rows": 6066,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MKTX",
            "MKTX",
            "MKTX"
          ]
        },
        {
          "name": "fiscal_period",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q3",
            "Q2",
            "Q1"
          ]
        },
        {
          "name": "fiscal_year",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025",
            "2025",
            "2025"
          ]
        },
        {
          "name": "filing_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-11-07",
            "2025-08-06",
            "2025-05-07"
          ]
        },
        {
          "name": "eps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.84,
            1.91,
            0.4
          ]
        },
        {
          "name": "revenue",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            208821000.0,
            219462000.0,
            208576000.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/es_intraday_pm",
      "description": "",
      "representative_file": "es_intraday_pm.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 351034,
      "rep_rows": 17026,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-01 04:00:00",
            "2025-04-01 04:05:00",
            "2025-04-01 04:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            5640.0,
            5638.25,
            5639.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            5640.25,
            5641.0,
            5640.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            5637.0,
            5636.75,
            5637.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            5638.25,
            5638.75,
            5639.75
          ]
        },
        {
          "name": "v",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            3058.0,
            2065.0,
            1938.0
          ]
        },
        {
          "name": "trade_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-01",
            "2025-04-01",
            "2025-04-01"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ES M25",
            "ES M25",
            "ES M25"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/etf_first_candle",
      "description": "",
      "representative_file": "etf_first_candle.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 21551,
      "rep_rows": 204,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SPY",
            "QQQ",
            "IWM"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-01-12",
            "2026-01-12",
            "2026-01-12"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            690.65,
            622.5,
            259.59
          ]
        },
        {
          "name": "close_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            690.69,
            622.42,
            259.59
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            690.72,
            622.5,
            259.59
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            690.62,
            622.42,
            259.59
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4313.0,
            1673.0,
            710.0
          ]
        },
        {
          "name": "fc_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0058,
            -0.0129,
            0.0
          ]
        },
        {
          "name": "fc_green",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "fc_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0145,
            0.0129,
            0.0
          ]
        },
        {
          "name": "ret_5m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.013,
            -0.0112,
            -0.0154
          ]
        },
        {
          "name": "ret_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.0116,
            0.0016,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/extended_high_low",
      "description": "",
      "representative_file": "extended_high_low.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 204156,
      "rep_rows": 11737,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            113.28,
            62.7,
            24.94
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            119.0,
            63.95,
            25.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/extended_high_low_postmarket",
      "description": "",
      "representative_file": "extended_high_low_postmarket.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 134062,
      "rep_rows": 7579,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAAU"
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            115.62,
            62.9367,
            46.46
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            115.65,
            63.7296,
            46.6
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/extended_hours_12m",
      "description": "",
      "representative_file": "extended_hours_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3853633,
      "rep_rows": 87524,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-28",
            "2026-02-26",
            "2025-05-19"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ok",
            "ok",
            "ok"
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            106.3,
            126.01,
            113.77
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            106.26,
            120.0,
            113.77
          ]
        },
        {
          "name": "ah_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            106.26,
            121.0,
            113.77
          ]
        },
        {
          "name": "ah_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            106.3,
            124.72,
            113.77
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            177132.0,
            396922.0,
            297494.0
          ]
        },
        {
          "name": "ah_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            10.0,
            1.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            106.5,
            124.02,
            113.31
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            106.3,
            118.71,
            111.4
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            106.5,
            121.74,
            113.31
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            106.3,
            122.75,
            111.4
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1999.0,
            16274.0,
            1005.0
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "8",
            "2"
          ]
        },
        {
          "name": "pm_vwap_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market VWAP",
          "sample_values": [
            null,
            121.74,
            113.31
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/finviz_earnings_universe",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "finviz_earnings_universe.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 252650,
      "rep_rows": 3634,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "No.",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "3"
          ]
        },
        {
          "name": "Ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAAU"
          ]
        },
        {
          "name": "Market Cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32674.48,
            16672.56,
            null
          ]
        },
        {
          "name": "Dividend Yield",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0.86%",
            "0.63%",
            null
          ]
        },
        {
          "name": "Return on Assets",
          "arrow_type": "string",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            "10.43%",
            "6.71%",
            null
          ]
        },
        {
          "name": "Return on Equity",
          "arrow_type": "string",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            "19.95%",
            "16.57%",
            null
          ]
        },
        {
          "name": "Return on Invested Capital",
          "arrow_type": "string",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            "12.95%",
            "11.30%",
            null
          ]
        },
        {
          "name": "Current Ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.07,
            1.48,
            null
          ]
        },
        {
          "name": "Quick Ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.59,
            0.88,
            null
          ]
        },
        {
          "name": "LT Debt/Equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.44,
            0.36,
            null
          ]
        },
        {
          "name": "Total Debt/Equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.49,
            0.36,
            null
          ]
        },
        {
          "name": "Gross Margin",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "52.41%",
            "11.87%",
            null
          ]
        },
        {
          "name": "Operating Margin",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "22.04%",
            "9.30%",
            null
          ]
        },
        {
          "name": "Profit Margin",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "18.26%",
            "8.07%",
            null
          ]
        },
        {
          "name": "Earnings Date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "5/27/2026 4:30:00 PM",
            "4/16/2026 4:30:00 PM",
            null
          ]
        },
        {
          "name": "Price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            115.62,
            63.18,
            46.6
          ]
        },
        {
          "name": "Change",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-2.55%",
            "0.86%",
            "0.46%"
          ]
        },
        {
          "name": "Volume",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            "2688965",
            "2794251",
            "1299932"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/finviz_full_snapshot",
      "description": "Finviz screener bundle (fundamentals, technicals, ownership).",
      "representative_file": "finviz_full_snapshot.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 628982,
      "rep_rows": 3295,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 3295,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAL"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Agilent Technologies Inc",
            "Alcoa Corp",
            "American Airlines Group Inc"
          ]
        },
        {
          "name": "Sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Healthcare",
            "Basic Materials",
            "Industrials"
          ]
        },
        {
          "name": "Industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Diagnostics & Research",
            "Aluminum",
            "Airlines"
          ]
        },
        {
          "name": "Country",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "USA",
            "USA",
            "USA"
          ]
        },
        {
          "name": "Market Cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32674.48,
            16672.56,
            8829.49
          ]
        },
        {
          "name": "Dividend Yield",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0.86%",
            "0.63%",
            null
          ]
        },
        {
          "name": "Payout Ratio",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21.70%",
            "9.02%",
            "0.00%"
          ]
        },
        {
          "name": "EPS (ttm)",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.54,
            3.98,
            0.31
          ]
        },
        {
          "name": "EPS Growth This Year",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6.83%",
            "90.91%",
            "-131.64%"
          ]
        },
        {
          "name": "Sales Growth Quarter Over Quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6.96%",
            "-6.44%",
            "10.84%"
          ]
        },
        {
          "name": "Shares Outstanding",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            282.7,
            263.89,
            661.39
          ]
        },
        {
          "name": "Shares Float",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            281.8,
            262.62,
            649.73
          ]
        },
        {
          "name": "Insider Ownership",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "0.28%",
            "0.48%",
            "1.78%"
          ]
        },
        {
          "name": "Insider Transactions",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "-2.34%",
            "0.00%",
            "-0.74%"
          ]
        },
        {
          "name": "Institutional Ownership",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "92.56%",
            "80.28%",
            "72.89%"
          ]
        },
        {
          "name": "Institutional Transactions",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0.08%",
            "6.42%",
            "0.51%"
          ]
        },
        {
          "name": "Short Float",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1.59%",
            "2.28%",
            "9.18%"
          ]
        },
        {
          "name": "LT Debt/Equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.44,
            0.36,
            null
          ]
        },
        {
          "name": "Total Debt/Equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.49,
            0.36,
            null
          ]
        },
        {
          "name": "Gross Margin",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "52.41%",
            "11.87%",
            "19.37%"
          ]
        },
        {
          "name": "Operating Margin",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "22.04%",
            "9.30%",
            "3.21%"
          ]
        },
        {
          "name": "Profit Margin",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "18.26%",
            "8.07%",
            "0.36%"
          ]
        },
        {
          "name": "Performance (Week)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0.96%",
            "0.88%",
            "12.75%"
          ]
        },
        {
          "name": "Performance (Month)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0.20%",
            "-13.77%",
            "17.41%"
          ]
        },
        {
          "name": "Performance (Quarter)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-10.77%",
            "6.80%",
            "-12.40%"
          ]
        },
        {
          "name": "Performance (Half Year)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-21.22%",
            "76.78%",
            "-0.52%"
          ]
        },
        {
          "name": "Performance (Year)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6.37%",
            "145.65%",
            "21.03%"
          ]
        },
        {
          "name": "Performance (YTD)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-15.03%",
            "18.89%",
            "-12.92%"
          ]
        },
        {
          "name": "Beta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.22,
            1.51,
            1.29
          ]
        },
        {
          "name": "Average True Range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.66,
            2.61,
            0.54
          ]
        },
        {
          "name": "Volatility (Week)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3.15%",
            "2.93%",
            "3.44%"
          ]
        },
        {
          "name": "50-Day Simple Moving Average",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-0.02%",
            "-2.59%",
            "16.07%"
          ]
        },
        {
          "name": "200-Day Simple Moving Average",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-10.79%",
            "30.43%",
            "3.26%"
          ]
        },
        {
          "name": "Relative Strength Index (14)",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            48.35,
            44.57,
            67.29
          ]
        },
        {
          "name": "Average Volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            2264.51,
            5940.1,
            65557.03
          ]
        },
        {
          "name": "Relative Volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            1.19,
            0.47,
            0.88
          ]
        },
        {
          "name": "Price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            115.62,
            63.18,
            13.35
          ]
        },
        {
          "name": "Change",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-2.55%",
            "0.86%",
            "1.29%"
          ]
        },
        {
          "name": "Volume",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            "2688965",
            "2794251",
            "57836397"
          ]
        },
        {
          "name": "Earnings Date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "5/27/2026 4:30:00 PM",
            "4/16/2026 4:30:00 PM",
            "4/23/2026 8:30:00 AM"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/finviz_pm_relevant",
      "description": "Finviz screener bundle (fundamentals, technicals, ownership).",
      "representative_file": "finviz_pm_relevant.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 173600,
      "rep_rows": 3295,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 3295,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAL"
          ]
        },
        {
          "name": "Sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Healthcare",
            "Basic Materials",
            "Industrials"
          ]
        },
        {
          "name": "Market Cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32674.48,
            16672.56,
            8829.49
          ]
        },
        {
          "name": "Shares Float",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            281.8,
            262.62,
            649.73
          ]
        },
        {
          "name": "Short Float",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1.59%",
            "2.28%",
            "9.18%"
          ]
        },
        {
          "name": "Beta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.22,
            1.51,
            1.29
          ]
        },
        {
          "name": "Volatility (Week)",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3.15%",
            "2.93%",
            "3.44%"
          ]
        },
        {
          "name": "Average Volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            2264.51,
            5940.1,
            65557.03
          ]
        },
        {
          "name": "Relative Volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            1.19,
            0.47,
            0.88
          ]
        },
        {
          "name": "Price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            115.62,
            63.18,
            13.35
          ]
        },
        {
          "name": "Volume",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            "2688965",
            "2794251",
            "57836397"
          ]
        },
        {
          "name": "Earnings Date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "5/27/2026 4:30:00 PM",
            "4/16/2026 4:30:00 PM",
            "4/23/2026 8:30:00 AM"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/float_data",
      "description": "",
      "representative_file": "float_data.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 100344,
      "rep_rows": 3169,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAAU"
          ]
        },
        {
          "name": "shares_outstanding",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "282602317",
            "263862492",
            "62700000"
          ]
        },
        {
          "name": "weighted_shares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            282602317.0,
            263862592.0,
            null
          ]
        },
        {
          "name": "market_cap_poly",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32609481358.63,
            19333212115.84,
            null
          ]
        },
        {
          "name": "sic_code",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3826",
            "3334",
            "6221"
          ]
        },
        {
          "name": "primary_exchange",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "XNYS",
            "XNYS",
            "BATS"
          ]
        },
        {
          "name": "type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CS",
            "CS",
            "ETF"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/foreign_etf_daily",
      "description": "",
      "representative_file": "foreign_etf_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 78143,
      "rep_rows": 1290,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EWJ",
            "EWJ",
            "EWJ"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-01",
            "2025-04-02",
            "2025-04-03"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            67.83,
            67.34,
            66.1
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            68.405,
            68.26,
            66.42
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            67.505,
            67.315,
            65.215
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            68.2,
            68.22,
            65.41
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            4730951.0,
            3999180.0,
            9542644.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            null,
            68.2,
            68.22
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            null,
            -1.260997,
            -3.107593
          ]
        },
        {
          "name": "daily_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.545481,
            1.306801,
            -1.043873
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/foreign_peers_daily",
      "description": "",
      "representative_file": "foreign_peers_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 747303,
      "rep_rows": 13791,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SOXX",
            "SOXX",
            "SOXX"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-01",
            "2025-04-02",
            "2025-04-03"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            187.45,
            185.39,
            179.75
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            188.34,
            192.02,
            181.14
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            183.8,
            184.73,
            169.99
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            188.27,
            189.48,
            170.36
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            3108828.0,
            2784763.0,
            9982623.0
          ]
        },
        {
          "name": "subsector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Semiconductors",
            "Semiconductors",
            "Semiconductors"
          ]
        },
        {
          "name": "us_peers",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NVDA,AMD,INTC,QCOM,AVGO,MU,MRVL,TXN",
            "NVDA,AMD,INTC,QCOM,AVGO,MU,MRVL,TXN",
            "NVDA,AMD,INTC,QCOM,AVGO,MU,MRVL,TXN"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            null,
            188.27,
            189.48
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            null,
            -1.529718,
            -5.135107
          ]
        },
        {
          "name": "daily_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.43745,
            2.20616,
            -5.223922
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/fred_macro_daily",
      "description": "",
      "representative_file": "fred_macro_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 210987,
      "rep_rows": 3647,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2016-05-14T00:00:00",
            "2016-05-15T00:00:00",
            "2016-05-16T00:00:00"
          ]
        },
        {
          "name": "DGS10",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            1.75
          ]
        },
        {
          "name": "DGS2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            0.79
          ]
        },
        {
          "name": "DGS30",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            2.59
          ]
        },
        {
          "name": "T10Y2Y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            0.96
          ]
        },
        {
          "name": "T10Y3M",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            1.47
          ]
        },
        {
          "name": "DFF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.37,
            0.37,
            0.37
          ]
        },
        {
          "name": "SOFR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "T10YIE",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            1.6
          ]
        },
        {
          "name": "T5YIE",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            1.53
          ]
        },
        {
          "name": "RRPONTSYD",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            20.123
          ]
        },
        {
          "name": "WTREGEN",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "WALCL",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "WRESBAL",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "BAMLH0A0HYM2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "BAMLC0A0CM",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "BAMLH0A3HYC",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "DTWEXBGS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            111.1217
          ]
        },
        {
          "name": "DEXUSEU",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            1.1328
          ]
        },
        {
          "name": "DEXCHUS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            6.5184
          ]
        },
        {
          "name": "VIXCLS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            14.68
          ]
        },
        {
          "name": "NFCI",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "DCOILWTICO",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            47.72
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/fred_macro_meta",
      "description": "",
      "representative_file": "fred_macro_meta.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3257,
      "rep_rows": 24,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "series_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DGS10",
            "DGS2",
            "DGS30"
          ]
        },
        {
          "name": "description",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10Y Treasury yield",
            "2Y Treasury yield",
            "30Y Treasury yield"
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-05-11T01:02:47.047941",
            "2026-05-11T01:02:47.047941",
            "2026-05-11T01:02:47.047941"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/futures_premarket_12m",
      "description": "",
      "representative_file": "futures_premarket_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 42731,
      "rep_rows": 260,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "trade_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-01",
            "2025-04-02",
            "2025-04-03"
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.0222,
            -0.8216,
            -0.5413
          ]
        },
        {
          "name": "es_pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            5638.75,
            5613.0,
            5512.25
          ]
        },
        {
          "name": "es_pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            5640.0,
            5659.5,
            5542.25
          ]
        },
        {
          "name": "es_slope_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.875,
            -2.875,
            6.125
          ]
        },
        {
          "name": "nq_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.0722,
            -1.0673,
            -0.8968
          ]
        },
        {
          "name": "nq_pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            19381.0,
            19327.25,
            18923.75
          ]
        },
        {
          "name": "nq_pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            19395.0,
            19535.75,
            19095.0
          ]
        },
        {
          "name": "nq_slope_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.625,
            -14.75,
            21.375
          ]
        },
        {
          "name": "rty_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0693,
            -1.1085,
            -0.7692
          ]
        },
        {
          "name": "rty_pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            2021.5,
            1998.4,
            1960.8
          ]
        },
        {
          "name": "rty_pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            2020.1,
            2020.8,
            1976.0
          ]
        },
        {
          "name": "rty_slope_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.6,
            -0.8,
            3.15
          ]
        },
        {
          "name": "nq_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.05,
            -0.2457,
            -0.3555
          ]
        },
        {
          "name": "rty_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0915,
            -0.2869,
            -0.2279
          ]
        },
        {
          "name": "vx_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vx_pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vx_pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vx_slope_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "es_pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "es_pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "nq_pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "nq_pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vx_pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vx_pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "es_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/futures_premarket_features",
      "description": "",
      "representative_file": "futures_premarket_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 18425,
      "rep_rows": 34,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-24T00:00:00",
            "2026-03-25T00:00:00",
            "2026-03-26T00:00:00"
          ]
        },
        {
          "name": "es_pm_ret_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.6371,
            0.1052,
            -0.3213
          ]
        },
        {
          "name": "es_open_400",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            6631.25,
            6654.75,
            6614.5
          ]
        },
        {
          "name": "es_close_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            6589.0,
            6661.75,
            6593.25
          ]
        },
        {
          "name": "es_slope_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.625,
            -0.0,
            0.75
          ]
        },
        {
          "name": "nq_pm_ret_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.6543,
            0.0881,
            -0.4215
          ]
        },
        {
          "name": "nq_open_400",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24414.25,
            24408.5,
            24258.5
          ]
        },
        {
          "name": "nq_close_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24254.5,
            24430.0,
            24156.25
          ]
        },
        {
          "name": "rty_pm_ret_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.7536,
            -0.047,
            -0.4932
          ]
        },
        {
          "name": "rty_open_400",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            2508.0,
            2553.4,
            2534.4
          ]
        },
        {
          "name": "rty_close_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            2489.1,
            2552.2,
            2521.9
          ]
        },
        {
          "name": "vx_pm_ret_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.6327,
            0.9382,
            0.8351
          ]
        },
        {
          "name": "vx_open_400",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            23.55,
            23.45,
            23.95
          ]
        },
        {
          "name": "vx_close_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24.17,
            23.67,
            24.15
          ]
        },
        {
          "name": "nq_vs_es_spread",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.0172,
            -0.0171,
            -0.1002
          ]
        },
        {
          "name": "rty_vs_es_spread",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.1165,
            -0.1522,
            -0.1719
          ]
        },
        {
          "name": "vx_term_spread",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.32,
            -0.12,
            -0.4
          ]
        },
        {
          "name": "vx_contango_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.324,
            -0.507,
            -1.6563
          ]
        },
        {
          "name": "vx_close_prev",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            23.62,
            23.75
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/global_signals_daily",
      "description": "",
      "representative_file": "global_signals_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 721192,
      "rep_rows": 11398,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ASML",
            "ASML",
            "ASML"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-01",
            "2025-04-02",
            "2025-04-03"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            664.57,
            664.385,
            649.53
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            670.64,
            676.3872,
            650.9653
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            656.35,
            660.8303,
            622.82
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            667.34,
            669.01,
            623.22
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            1212618.0,
            1119008.0,
            2877114.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            null,
            667.34,
            669.01
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            null,
            -0.442803,
            -2.911765
          ]
        },
        {
          "name": "daily_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            0.250247,
            -6.844442
          ]
        },
        {
          "name": "overnight_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.442803,
            -2.911765
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/imbalance_2y_full",
      "description": "",
      "representative_file": "imbalance_2y_full.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13899559,
      "rep_rows": 3749976,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AACB"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-25",
            "2025-04-25",
            "2025-04-25"
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "-19239",
            "-26613",
            "0"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-25",
            "2025-04-25",
            "2025-04-25"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/marketbeat_earnings_forward",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "marketbeat_earnings_forward.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 107012,
      "rep_rows": 11218,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IREN",
            "IREN",
            "IREN"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q1 2026",
            "Q2 2026",
            "Q3 2026"
          ]
        },
        {
          "name": "n_estimates",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "low_estimate",
          "arrow_type": "string",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "$0.06",
            "-$0.13",
            "-$0.30"
          ]
        },
        {
          "name": "high_estimate",
          "arrow_type": "string",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "$0.18",
            "$0.12",
            "$0.14"
          ]
        },
        {
          "name": "avg_estimate",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$0.12",
            "$0.00",
            "-$0.06"
          ]
        },
        {
          "name": "revenue_estimate",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "guidance",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "estimates",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "eps_low",
          "arrow_type": "string",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "eps_high",
          "arrow_type": "string",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "eps_avg",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "revenue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/marketbeat_earnings_historical",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "marketbeat_earnings_historical.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 221244,
      "rep_rows": 14025,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IREN",
            "IREN",
            "IREN"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "5/13/2026",
            "2/5/2026",
            "11/6/2025"
          ]
        },
        {
          "name": "is_estimated",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Boolean flag — earnings date estimated (not confirmed)",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-",
            "Q2 2026",
            "Q1 2026"
          ]
        },
        {
          "name": "consensus_eps",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-",
            "-$0.07",
            "$0.1433"
          ]
        },
        {
          "name": "reported_eps",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-",
            "-$0.44",
            "-$0.34"
          ]
        },
        {
          "name": "beat_miss",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-",
            "-$0.37",
            "-$0.4833"
          ]
        },
        {
          "name": "gaap_eps",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-",
            "-$0.52",
            "$1.08"
          ]
        },
        {
          "name": "revenue_estimate",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-",
            "$229.64M",
            "$244.60M"
          ]
        },
        {
          "name": "actual_revenue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-",
            "$184.69M",
            "$240.30M"
          ]
        },
        {
          "name": "earn_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "revenue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/marketbeat_earnings_parsed",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "marketbeat_earnings_parsed.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 76695,
      "rep_rows": 957,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IREN",
            "IREN",
            "IREN"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2/5/2026",
            "11/6/2025",
            "8/28/2025"
          ]
        },
        {
          "name": "is_estimated",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Boolean flag — earnings date estimated (not confirmed)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q2 2026",
            "Q1 2026",
            "Q4 2025"
          ]
        },
        {
          "name": "consensus_eps",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-$0.07",
            "$0.1433",
            "$0.17"
          ]
        },
        {
          "name": "reported_eps",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-$0.44",
            "-$0.34",
            "$0.19"
          ]
        },
        {
          "name": "beat_miss",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-$0.37",
            "-$0.4833",
            "+$0.02"
          ]
        },
        {
          "name": "gaap_eps",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-$0.52",
            "$1.08",
            "$0.66"
          ]
        },
        {
          "name": "revenue_estimate",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$229.64M",
            "$244.60M",
            "$187.51M"
          ]
        },
        {
          "name": "actual_revenue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$184.69M",
            "$240.30M",
            "$187.30M"
          ]
        },
        {
          "name": "cons_eps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.07,
            0.1433,
            0.17
          ]
        },
        {
          "name": "rep_eps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.44,
            -0.34,
            0.19
          ]
        },
        {
          "name": "eps_surprise",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.37,
            -0.4833,
            0.02
          ]
        },
        {
          "name": "eps_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -528.571429,
            -337.26448,
            11.764706
          ]
        },
        {
          "name": "beat_miss_clean",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "miss",
            "miss",
            "beat"
          ]
        },
        {
          "name": "earn_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-05T00:00:00",
            "2025-11-06T00:00:00",
            "2025-08-28T00:00:00"
          ]
        },
        {
          "name": "earn_date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-05",
            "2025-11-06",
            "2025-08-28"
          ]
        },
        {
          "name": "rev_est",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            229640000.0,
            244600000.0,
            187510000.0
          ]
        },
        {
          "name": "rev_act",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            184690000.0,
            240300000.0,
            187300000.0
          ]
        },
        {
          "name": "rev_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -19.574116,
            -1.757972,
            -0.111994
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/money_traded_pulled_apr25",
      "description": "",
      "representative_file": "money_traded_pulled_apr25.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1245261,
      "rep_rows": 22090,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "pm_money_3m_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            324638.13,
            3781622.32,
            241.67
          ]
        },
        {
          "name": "pm_money_20d_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            330978.23,
            4237957.14,
            18.82
          ]
        },
        {
          "name": "pm_money_3m_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61920.09,
            2857271.53,
            0.0
          ]
        },
        {
          "name": "pm_money_20d_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            52096.68,
            3186448.1,
            0.0
          ]
        },
        {
          "name": "daily_money_3m_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            265468042.695,
            419056621.145,
            192436.198
          ]
        },
        {
          "name": "daily_money_20d_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            207430105.003,
            392630146.284,
            195512.898
          ]
        },
        {
          "name": "daily_money_3m_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            245895215.1,
            417738991.09,
            157585.67
          ]
        },
        {
          "name": "daily_money_20d_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            181602039.66,
            324550730.76,
            170420.499
          ]
        },
        {
          "name": "auction_money_20d_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1667666.0,
            4656303.73,
            3462.49
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/nq_intraday_pm",
      "description": "",
      "representative_file": "nq_intraday_pm.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 455707,
      "rep_rows": 17029,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-01 04:00:00",
            "2025-04-01 04:05:00",
            "2025-04-01 04:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            19395.0,
            19397.0,
            19403.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            19403.5,
            19411.25,
            19409.0
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            19384.25,
            19391.75,
            19395.5
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            19397.5,
            19402.0,
            19408.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            1342.0,
            1025.0,
            768.0
          ]
        },
        {
          "name": "trade_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-01",
            "2025-04-01",
            "2025-04-01"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NQ M25",
            "NQ M25",
            "NQ M25"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/opg_clo_2026-04-17",
      "description": "",
      "representative_file": "opg_clo_2026-04-17.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 976,
      "rep_rows": 0,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 0,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": []
    },
    {
      "table": "enrichment_data/ratings_30d",
      "description": "",
      "representative_file": "ratings_30d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 166635,
      "rep_rows": 26108,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-11",
            "2026-04-11",
            "2026-04-12"
          ]
        },
        {
          "name": "time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "05:42:12",
            "11:14:00",
            "23:53:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CRWV",
            "REPL",
            "CAI"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Upgrade",
            "Downgrade",
            "Initiated Coverage"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/ratings_grades_30d",
      "description": "",
      "representative_file": "ratings_grades_30d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 122763,
      "rep_rows": 16823,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-11",
            "2026-04-11",
            "2026-04-12"
          ]
        },
        {
          "name": "time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "05:42:12",
            "11:14:00",
            "23:53:00"
          ]
        },
        {
          "name": "orig_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CRWV",
            "REPL",
            "CAI"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Upgrade",
            "Downgrade",
            "Initiated Coverage"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/rty_intraday_pm",
      "description": "",
      "representative_file": "rty_intraday_pm.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 345544,
      "rep_rows": 16956,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-01 04:00:00",
            "2025-04-01 04:05:00",
            "2025-04-01 04:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            2020.1,
            2019.2,
            2019.5
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            2020.2,
            2020.6,
            2020.8
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            2018.5,
            2019.0,
            2019.2
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            2019.4,
            2019.3,
            2020.8
          ]
        },
        {
          "name": "v",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            278.0,
            179.0,
            184.0
          ]
        },
        {
          "name": "trade_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-01",
            "2025-04-01",
            "2025-04-01"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RTY M25",
            "RTY M25",
            "RTY M25"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/sector_etf_first_candle_12m",
      "description": "",
      "representative_file": "sector_etf_first_candle_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 170710,
      "rep_rows": 2916,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SPY",
            "XLI",
            "XLV"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-15",
            "2025-04-15",
            "2025-04-15"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ok",
            "ok",
            "ok"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            539.68,
            126.77,
            139.0
          ]
        },
        {
          "name": "close_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            539.73,
            126.77,
            138.69
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            540.12,
            126.9,
            139.045
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            539.44,
            126.62,
            138.63
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "426251",
            "113228",
            "33487"
          ]
        },
        {
          "name": "fc_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0093,
            0.0,
            -0.223
          ]
        },
        {
          "name": "fc_green",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "fc_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.126,
            0.2209,
            0.2986
          ]
        },
        {
          "name": "ret_5m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.1084,
            0.1972,
            -0.2374
          ]
        },
        {
          "name": "ret_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.5133,
            0.5049,
            -0.3453
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/short_interest_ownership",
      "description": "",
      "representative_file": "short_interest_ownership.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 130327,
      "rep_rows": 1887,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAL"
          ]
        },
        {
          "name": "mcap_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            32674.48,
            16672.56,
            8829.49
          ]
        },
        {
          "name": "shares_out_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            282.7,
            263.89,
            661.39
          ]
        },
        {
          "name": "shares_float_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            281.8,
            262.62,
            649.73
          ]
        },
        {
          "name": "insider_own_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.28,
            0.48,
            1.78
          ]
        },
        {
          "name": "insider_trans_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            -2.34,
            0.0,
            -0.74
          ]
        },
        {
          "name": "inst_own_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            92.56,
            80.28,
            72.89
          ]
        },
        {
          "name": "inst_trans_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.08,
            6.42,
            0.51
          ]
        },
        {
          "name": "short_float_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.59,
            2.28,
            9.18
          ]
        },
        {
          "name": "short_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.98,
            1.01,
            0.91
          ]
        },
        {
          "name": "avg_vol_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2264.51,
            5940.1,
            65557.03
          ]
        },
        {
          "name": "price_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            115.62,
            63.18,
            13.35
          ]
        },
        {
          "name": "si_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "low_si",
            "moderate_si",
            "high_si"
          ]
        },
        {
          "name": "insider_buying",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "insider_selling",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "inst_buying",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "inst_selling",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/snapshots_yesterday",
      "description": "",
      "representative_file": "snapshots_yesterday.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 652662,
      "rep_rows": 12227,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "YOpen",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            117.34,
            63.74,
            null
          ]
        },
        {
          "name": "YCls",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            115.62,
            63.18,
            24.945
          ]
        },
        {
          "name": "YLstPrс",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            115.62,
            63.35,
            24.97
          ]
        },
        {
          "name": "YVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1399410.0,
            1416540.0,
            1864.0
          ]
        },
        {
          "name": "YPreMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1068.0,
            3244.0,
            0.0
          ]
        },
        {
          "name": "YPostMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            1838.0,
            0.0
          ]
        },
        {
          "name": "YDayLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            113.28,
            62.72,
            24.94
          ]
        },
        {
          "name": "YDayHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            119.0,
            63.95,
            24.97
          ]
        },
        {
          "name": "YExtLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            117.91,
            63.1,
            null
          ]
        },
        {
          "name": "YExtHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            119.0,
            63.72,
            null
          ]
        },
        {
          "name": "YPostVW",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            115.2814,
            63.2023,
            24.9614
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/split_events_full",
      "description": "Stock split events table (yfinance source) for split-adjustment audits.",
      "representative_file": "split_events_full.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7267,
      "rep_rows": 440,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AABB",
            "AABB",
            "AABB"
          ]
        },
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-04-30",
            "2022-09-14",
            "2025-07-10"
          ]
        },
        {
          "name": "ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.022222,
            1.01,
            1.028571
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/splits_2026-05-06",
      "description": "",
      "representative_file": "splits_2026-05-06.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2408,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ex_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-05-06"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MIMI"
          ]
        },
        {
          "name": "amount",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.1
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/splits_2026-05-07",
      "description": "",
      "representative_file": "splits_2026-05-07.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2439,
      "rep_rows": 3,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ex_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-05-07",
            "2026-05-07",
            "2026-05-07"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CHSN",
            "NKGFF",
            "SBS"
          ]
        },
        {
          "name": "amount",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.01,
            0.2,
            5.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/splits_2026-05-08",
      "description": "",
      "representative_file": "splits_2026-05-08.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2484,
      "rep_rows": 7,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ex_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-05-08",
            "2026-05-08",
            "2026-05-08"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BMTLF",
            "BNZI",
            "CVNA"
          ]
        },
        {
          "name": "amount",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.1,
            0.05,
            5.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/spy_10yr_daily",
      "description": "",
      "representative_file": "spy_10yr_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 65391,
      "rep_rows": 1397,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "v",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            88698745.0,
            89431112.0,
            45713108.0
          ]
        },
        {
          "name": "vw",
          "arrow_type": "double",
          "nullable": true,
          "description": "VWAP (volume-weighted average price) for the bar",
          "sample_values": [
            337.04,
            333.84,
            339.76
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            337.69,
            331.7,
            336.06
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            337.04,
            333.84,
            339.76
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            337.69,
            333.84,
            339.76
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            337.04,
            331.7,
            336.06
          ]
        },
        {
          "name": "t",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "1601510400000",
            "1601596800000",
            "1601856000000"
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/vix_term_raw_daily",
      "description": "",
      "representative_file": "vix_term_raw_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6916,
      "rep_rows": 55,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SVXY",
            "SVXY",
            "SVXY"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-05-04",
            "2026-05-05",
            "2026-05-06"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            51.01,
            51.09,
            51.355
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            51.57,
            51.24,
            51.45
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            50.16,
            50.6,
            51.06
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            50.6,
            50.77,
            51.22
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            1325176.282737,
            858440.936173,
            1051225.131368
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/vix_term_structure",
      "description": "",
      "representative_file": "vix_term_structure.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 24673,
      "rep_rows": 20,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-13",
            "2026-04-14",
            "2026-04-15"
          ]
        },
        {
          "name": "SVXY_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UVXY_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VIXM_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            15.77,
            15.75,
            15.77
          ]
        },
        {
          "name": "VIXY_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            29.58,
            29.22,
            29.33
          ]
        },
        {
          "name": "SVXY_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UVXY_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VIXM_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            16.1,
            15.765,
            15.81
          ]
        },
        {
          "name": "VIXY_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            31.3,
            29.42,
            29.62
          ]
        },
        {
          "name": "SVXY_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UVXY_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VIXM_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            15.77,
            15.65,
            15.6374
          ]
        },
        {
          "name": "VIXY_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            29.57,
            28.77,
            28.92
          ]
        },
        {
          "name": "SVXY_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UVXY_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VIXM_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            16.045,
            15.67,
            15.64
          ]
        },
        {
          "name": "VIXY_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            31.16,
            28.82,
            28.96
          ]
        },
        {
          "name": "SVXY_volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UVXY_volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VIXM_volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            200109.794878,
            293195.462992,
            605465.2566
          ]
        },
        {
          "name": "VIXY_volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            7445733.398638,
            7636071.660583,
            5209555.507416
          ]
        },
        {
          "name": "vxx_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.01217,
            0.003765
          ]
        },
        {
          "name": "vixm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.001268,
            0.00127
          ]
        },
        {
          "name": "roll_yield_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.010902,
            -0.002495
          ]
        },
        {
          "name": "roll_yield_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "roll_yield_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vxx_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            null,
            -2.569304,
            -0.889802
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/vix_term_structure_12m",
      "description": "",
      "representative_file": "vix_term_structure_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 62325,
      "rep_rows": 258,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-01",
            "2025-04-02",
            "2025-04-03"
          ]
        },
        {
          "name": "SVXY_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.7,
            46.45,
            40.66
          ]
        },
        {
          "name": "UVXY_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            117.5,
            112.75,
            154.4
          ]
        },
        {
          "name": "VIXY_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            50.33,
            48.95,
            60.95
          ]
        },
        {
          "name": "VXX_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            51.48,
            50.09,
            62.49
          ]
        },
        {
          "name": "SVXY_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.08,
            46.8,
            43.66
          ]
        },
        {
          "name": "UVXY_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            126.05,
            124.95,
            154.95
          ]
        },
        {
          "name": "VIXY_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            52.84,
            52.5,
            61.26
          ]
        },
        {
          "name": "VXX_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            54.0,
            53.65,
            62.61
          ]
        },
        {
          "name": "SVXY_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.6323,
            44.78,
            40.66
          ]
        },
        {
          "name": "UVXY_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            114.9,
            109.75,
            132.6
          ]
        },
        {
          "name": "VIXY_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            49.6205,
            48.18,
            54.79
          ]
        },
        {
          "name": "VXX_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            50.69,
            49.18,
            55.93
          ]
        },
        {
          "name": "SVXY_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.44,
            44.87,
            42.88
          ]
        },
        {
          "name": "UVXY_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            119.625,
            124.8685,
            137.95
          ]
        },
        {
          "name": "VIXY_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            51.07,
            52.42,
            56.394
          ]
        },
        {
          "name": "VXX_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            52.17,
            53.65,
            57.51
          ]
        },
        {
          "name": "SVXY_volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            1054329.0,
            3721516.0,
            10026505.0
          ]
        },
        {
          "name": "UVXY_volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            4116600.2,
            4926482.2,
            8330117.8
          ]
        },
        {
          "name": "VIXY_volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            819138.0,
            1547218.0,
            3158381.0
          ]
        },
        {
          "name": "VXX_volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            4972491.0,
            6785328.0,
            17355509.0
          ]
        },
        {
          "name": "vxx_daily_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.322599,
            -6.635601,
            8.659364
          ]
        },
        {
          "name": "vxx_overnight_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            4.215229,
            14.813336
          ]
        },
        {
          "name": "vxx_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "contango_proxy",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "backwardation_proxy",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "uvxy_daily_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.776385,
            -9.70501,
            11.92461
          ]
        },
        {
          "name": "vix_regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "FEAR",
            "FEAR",
            "FEAR"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/vx_intraday_pm",
      "description": "",
      "representative_file": "vx_intraday_pm.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 39087,
      "rep_rows": 1997,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-20 04:00:00",
            "2026-02-20 04:05:00",
            "2026-02-20 04:10:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            21.08,
            21.05,
            21.0
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            21.1,
            21.08,
            21.05
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            21.08,
            21.05,
            21.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            21.09,
            21.05,
            21.0
          ]
        },
        {
          "name": "v",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            12.0,
            32.0,
            59.0
          ]
        },
        {
          "name": "trade_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-20",
            "2026-02-20",
            "2026-02-20"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VX J26",
            "VX J26",
            "VX J26"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yesterday_values_2026-04-17",
      "description": "",
      "representative_file": "yesterday_values_2026-04-17.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 976,
      "rep_rows": 0,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 0,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": []
    },
    {
      "table": "enrichment_data/yf_asset_profile",
      "description": "",
      "representative_file": "yf_asset_profile.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 42015,
      "rep_rows": 1207,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAOX",
            "AAGC"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Aluminum",
            null,
            "Leisure"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Basic Materials",
            null,
            "Consumer Cyclical"
          ]
        },
        {
          "name": "fullTimeEmployees",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14900.0,
            null,
            null
          ]
        },
        {
          "name": "country",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "United States",
            null,
            "United States"
          ]
        },
        {
          "name": "city",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Pittsburgh",
            null,
            "Cheyenne"
          ]
        },
        {
          "name": "website",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "https://www.alcoa.com",
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_calendar_events",
      "description": "",
      "representative_file": "yf_calendar_events.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10527,
      "rep_rows": 79,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PFE",
            "BBD",
            "RKT"
          ]
        },
        {
          "name": "earnings_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Earnings announcement date",
          "sample_values": [
            "2026-05-05 08:30:S",
            "2026-05-06 16:00:S",
            "2026-05-07 16:00:S"
          ]
        },
        {
          "name": "earnings_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.7228,
            0.1212,
            0.12471
          ]
        },
        {
          "name": "earnings_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            0.56,
            0.12,
            0.1
          ]
        },
        {
          "name": "earnings_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            0.81,
            0.12239,
            0.18
          ]
        },
        {
          "name": "revenue_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13822476560.0,
            36184758630.0,
            2781805460.0
          ]
        },
        {
          "name": "exDividendDate",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-01-22 19:00:00",
            "2026-05-05 20:00:00",
            "2025-03-19 20:00:00"
          ]
        },
        {
          "name": "dividendDate",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-05 19:00:00",
            "2026-06-07 20:00:00",
            "2025-04-02 20:00:00"
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_earnings_actuals",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "yf_earnings_actuals.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 40730,
      "rep_rows": 1566,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAL",
            "AAMI",
            "AAOI"
          ]
        },
        {
          "name": "earn_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-23T11:00:00",
            "2026-04-30T11:00:00",
            "2026-05-07T20:00:00"
          ]
        },
        {
          "name": "earn_date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-23",
            "2026-04-30",
            "2026-05-07"
          ]
        },
        {
          "name": "cons_eps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.46,
            0.86,
            -0.05
          ]
        },
        {
          "name": "rep_eps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.4,
            1.05,
            -0.07
          ]
        },
        {
          "name": "eps_surprise",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.06,
            0.19,
            -0.02
          ]
        },
        {
          "name": "eps_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.04,
            22.09,
            -44.84
          ]
        },
        {
          "name": "beat_miss_clean",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "beat",
            "beat",
            "miss"
          ]
        },
        {
          "name": "is_estimated",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Boolean flag — earnings date estimated (not confirmed)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "source",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "yf",
            "yf",
            "yf"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_earnings_trend",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "yf_earnings_trend.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 427982,
      "rep_rows": 4672,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LTNC",
            "LTNC",
            "LTNC"
          ]
        },
        {
          "name": "period",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0q",
            "+1q",
            "0y"
          ]
        },
        {
          "name": "endDate",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earningsEstimate_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earningsEstimate_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earningsEstimate_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earningsEstimate_yearAgoEps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earningsEstimate_numberOfAnalysts",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earningsEstimate_growth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earningsEstimate_earningsCurrency",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "revenueEstimate_avg",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "revenueEstimate_low",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "revenueEstimate_high",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "revenueEstimate_numberOfAnalysts",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "revenueEstimate_yearAgoRevenue",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "revenueEstimate_growth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "revenueEstimate_revenueCurrency",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "epsTrend_current",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "epsTrend_7daysAgo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "epsTrend_30daysAgo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "epsTrend_60daysAgo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "epsTrend_90daysAgo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "epsTrend_epsTrendCurrency",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "epsRevisions_upLast7days",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "epsRevisions_upLast30days",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "epsRevisions_downLast30days",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "epsRevisions_downLast7Days",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "epsRevisions_downLast90days",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "epsRevisions_epsRevisionsCurrency",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_fund_ownership",
      "description": "",
      "representative_file": "yf_fund_ownership.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 176708,
      "rep_rows": 6201,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NVDA",
            "NVDA",
            "NVDA"
          ]
        },
        {
          "name": "row",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "maxAge",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "reportDate",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-12-31",
            "2025-12-31",
            "2026-02-28"
          ]
        },
        {
          "name": "organization",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "VANGUARD INDEX FUNDS-Vanguard Total Stock Market Index Fund",
            "VANGUARD INDEX FUNDS-Vanguard 500 Index Fund",
            "Fidelity Concord Street Trust-Fidelity 500 Index Fund"
          ]
        },
        {
          "name": "pctHeld",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0299,
            0.0252,
            0.0127
          ]
        },
        {
          "name": "position",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            725485169.0,
            612769545.0,
            309248004.0
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            145009979122.0,
            122480379646.0,
            61812492549.0
          ]
        },
        {
          "name": "pctChange",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.0016,
            0.0179,
            0.0017
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_grading_history",
      "description": "Yahoo Finance analyst grading history.",
      "representative_file": "yf_grading_history.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2731868,
      "rep_rows": 165163,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LTNC",
            "LTNC",
            "LTNC"
          ]
        },
        {
          "name": "row",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "epochGradeDate",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-31 01:55:57",
            "2026-03-23 10:28:45",
            "2026-03-23 08:47:43"
          ]
        },
        {
          "name": "firm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Benchmark",
            "Rosenblatt",
            "Cantor Fitzgerald"
          ]
        },
        {
          "name": "toGrade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Buy",
            "Buy",
            "Overweight"
          ]
        },
        {
          "name": "fromGrade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Buy",
            "Buy",
            "Overweight"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "reit",
            "main",
            "reit"
          ]
        },
        {
          "name": "priceTargetAction",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "Maintains",
            "Maintains",
            "Maintains"
          ]
        },
        {
          "name": "currentPriceTarget",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            250.0,
            325.0,
            300.0
          ]
        },
        {
          "name": "priorPriceTarget",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            250.0,
            325.0,
            300.0
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_insider_trades",
      "description": "",
      "representative_file": "yf_insider_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1090598,
      "rep_rows": 60237,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "row",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "maxAge",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "shares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8760.0,
            8740.0,
            6990.0
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "filerUrl",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "transactionText",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Stock Award(Grant) at price 0.00 per share.",
            "Stock Award(Grant) at price 0.00 per share.",
            "Stock Award(Grant) at price 0.00 per share."
          ]
        },
        {
          "name": "filerName",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OLSON EMILY M.",
            "OPLINGER WILLIAM F",
            "BEERMAN MOLLY S."
          ]
        },
        {
          "name": "filerRelation",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Officer",
            "Chief Executive Officer",
            "Chief Financial Officer"
          ]
        },
        {
          "name": "moneyText",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "startDate",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-15",
            "2026-02-23",
            "2026-02-23"
          ]
        },
        {
          "name": "ownership",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "D",
            "D",
            "D"
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-05-11T01:06:52.837398",
            "2026-05-11T01:06:52.837398",
            "2026-05-11T01:06:52.837398"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_insider_trades_clean",
      "description": "",
      "representative_file": "yf_insider_trades_clean.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1665283,
      "rep_rows": 60237,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "row",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "maxAge",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "shares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8760.0,
            8740.0,
            6990.0
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "filerUrl",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "transactionText",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Stock Award(Grant) at price 0.00 per share.",
            "Stock Award(Grant) at price 0.00 per share.",
            "Stock Award(Grant) at price 0.00 per share."
          ]
        },
        {
          "name": "filerName",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OLSON EMILY M.",
            "OPLINGER WILLIAM F",
            "BEERMAN MOLLY S."
          ]
        },
        {
          "name": "filerRelation",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Officer",
            "Chief Executive Officer",
            "Chief Financial Officer"
          ]
        },
        {
          "name": "moneyText",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "startDate",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-15T00:00:00",
            "2026-02-23T00:00:00",
            "2026-02-23T00:00:00"
          ]
        },
        {
          "name": "ownership",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "D",
            "D",
            "D"
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-05-11T01:06:52.837398",
            "2026-05-11T01:06:52.837398",
            "2026-05-11T01:06:52.837398"
          ]
        },
        {
          "name": "parsed_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "value_expected",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "tx_type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "grant",
            "grant",
            "grant"
          ]
        },
        {
          "name": "is_buy",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_sale",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_grant",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "is_exercise",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_value_bug",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "value_clean",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_institution_ownership",
      "description": "",
      "representative_file": "yf_institution_ownership.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 247852,
      "rep_rows": 8713,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "KMI",
            "KMI",
            "KMI"
          ]
        },
        {
          "name": "row",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "maxAge",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "reportDate",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-12-31",
            "2025-12-31",
            "2025-12-31"
          ]
        },
        {
          "name": "organization",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Vanguard Group Inc",
            "Blackrock Inc.",
            "State Street Corporation"
          ]
        },
        {
          "name": "pctHeld",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0945,
            0.0776,
            0.0525
          ]
        },
        {
          "name": "position",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            210281448.0,
            172727825.0,
            116860317.0
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            6638585249.0,
            5453017382.0,
            3689280172.0
          ]
        },
        {
          "name": "pctChange",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0104,
            -0.0126,
            0.022
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_key_stats",
      "description": "",
      "representative_file": "yf_key_stats.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 162358,
      "rep_rows": 1191,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LTNC",
            "ECOX",
            "AIXI"
          ]
        },
        {
          "name": "sharesOutstanding",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            21566594298.0,
            7426124405.0,
            13349444.0
          ]
        },
        {
          "name": "floatShares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1070114903.0,
            28666593.0
          ]
        },
        {
          "name": "sharesShort",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            1075704.0
          ]
        },
        {
          "name": "sharesShortPriorMonth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            787591.0
          ]
        },
        {
          "name": "shortRatio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            0.55
          ]
        },
        {
          "name": "shortPercentOfFloat",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            0.3072
          ]
        },
        {
          "name": "heldPercentInsiders",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "heldPercentInstitutions",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.00041,
            0.0,
            0.04716
          ]
        },
        {
          "name": "beta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -13.261,
            2.502
          ]
        },
        {
          "name": "beta3Year",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pegRatio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "trailingEps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.04,
            -1.0,
            -2.28
          ]
        },
        {
          "name": "forwardEps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            -0.54
          ]
        },
        {
          "name": "priceToBook",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "enterpriseValue",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            null,
            2381526.0,
            74028880.0
          ]
        },
        {
          "name": "enterpriseToRevenue",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            3.331,
            1.515
          ]
        },
        {
          "name": "enterpriseToEbitda",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            -2.752
          ]
        },
        {
          "name": "52WeekChange",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.777778,
            13.5,
            -0.752616
          ]
        },
        {
          "name": "SandP52WeekChange",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.344452,
            0.344452,
            0.344452
          ]
        },
        {
          "name": "bookValue",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            -0.001,
            -0.005,
            -3.084
          ]
        },
        {
          "name": "netIncomeToCommon",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -6474669.0,
            -29130924.0
          ]
        },
        {
          "name": "profitMargins",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            -0.596
          ]
        },
        {
          "name": "lastFiscalYearEnd",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "2021-12-30 19:00:00",
            "2024-12-30 19:00:00"
          ]
        },
        {
          "name": "mostRecentQuarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "2022-09-29 20:00:00",
            "2025-06-29 20:00:00"
          ]
        },
        {
          "name": "earningsQuarterlyGrowth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "revenueQuarterlyGrowth",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_major_holders",
      "description": "",
      "representative_file": "yf_major_holders.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 31915,
      "rep_rows": 757,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LTNC",
            "NVDA",
            "ECOX"
          ]
        },
        {
          "name": "insidersPercentHeld",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.0,
            0.04209,
            0.0
          ]
        },
        {
          "name": "institutionsPercentHeld",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.00041,
            0.69737,
            0.0
          ]
        },
        {
          "name": "institutionsFloatPercentHeld",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.00041,
            0.72801,
            0.0
          ]
        },
        {
          "name": "institutionsCount",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.0,
            7381.0,
            0.0
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_option_chain_live",
      "description": "",
      "representative_file": "yf_option_chain_live.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6940064,
      "rep_rows": 398210,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "expiration",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-05-15T00:00:00",
            "2026-05-15T00:00:00",
            "2026-05-15T00:00:00"
          ]
        },
        {
          "name": "optionType",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "calls",
            "calls",
            "calls"
          ]
        },
        {
          "name": "contractSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AA260515C00030000",
            "AA260515C00035000",
            "AA260515C00040000"
          ]
        },
        {
          "name": "strike",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            30.0,
            35.0,
            40.0
          ]
        },
        {
          "name": "currency",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "USD",
            "USD",
            "USD"
          ]
        },
        {
          "name": "lastPrice",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            35.7,
            28.4,
            27.25
          ]
        },
        {
          "name": "change",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "percentChange",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "openInterest",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "bid",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "ask",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "contractSize",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "REGULAR",
            "REGULAR",
            "REGULAR"
          ]
        },
        {
          "name": "lastTradeDate",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-17T16:27:55",
            "2026-05-01T19:19:17",
            "2026-04-23T13:30:51"
          ]
        },
        {
          "name": "impliedVolatility",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1e-05,
            1e-05,
            1e-05
          ]
        },
        {
          "name": "inTheMoney",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "snapshot_ts",
          "arrow_type": "timestamp[ns, tz=US/Eastern]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-05-11T01:22:45.959537-04:00",
            "2026-05-11T01:22:45.959537-04:00",
            "2026-05-11T01:22:45.959537-04:00"
          ]
        },
        {
          "name": "dte",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_options_features_nightly",
      "description": "",
      "representative_file": "yf_options_features_nightly.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 44053,
      "rep_rows": 534,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAL",
            "AAOI"
          ]
        },
        {
          "name": "n_contracts_45d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "328",
            "304",
            "868"
          ]
        },
        {
          "name": "n_expirations",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6",
            "6",
            "6"
          ]
        },
        {
          "name": "call_oi_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.0,
            6.0,
            1.0
          ]
        },
        {
          "name": "put_oi_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            1.0,
            36.0
          ]
        },
        {
          "name": "pc_ratio_oi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.166667,
            36.0
          ]
        },
        {
          "name": "call_vol_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4645.0,
            31951.0,
            25657.0
          ]
        },
        {
          "name": "put_vol_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2618.0,
            42457.0,
            18582.0
          ]
        },
        {
          "name": "pc_ratio_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.563617,
            1.328816,
            0.724247
          ]
        },
        {
          "name": "iv_call_med_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.125009,
            1e-05,
            1e-05
          ]
        },
        {
          "name": "iv_put_med_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.023447,
            0.062509,
            0.125009
          ]
        },
        {
          "name": "iv_skew",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.101561,
            0.062499,
            0.124999
          ]
        },
        {
          "name": "iv_front",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.125009,
            0.015635,
            0.250007
          ]
        },
        {
          "name": "iv_back",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.125009,
            1e-05,
            1e-05
          ]
        },
        {
          "name": "iv_term_struct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.015625,
            0.249997
          ]
        },
        {
          "name": "atm_iv_call",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1e-05,
            1e-05,
            1e-05
          ]
        },
        {
          "name": "otm_call_iv_med",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.250007,
            0.500005,
            0.500005
          ]
        },
        {
          "name": "atm_iv_put",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1e-05,
            1e-05,
            1e-05
          ]
        },
        {
          "name": "otm_put_iv_med",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.250007,
            0.500005,
            0.250007
          ]
        },
        {
          "name": "wing_skew",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            -0.249998
          ]
        },
        {
          "name": "snapshot_ts",
          "arrow_type": "timestamp[ns, tz=US/Eastern]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-05-11T01:22:45.959537-04:00",
            "2026-05-11T01:22:45.959537-04:00",
            "2026-05-11T01:22:45.959537-04:00"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_price_targets",
      "description": "",
      "representative_file": "yf_price_targets.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 45191,
      "rep_rows": 860,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ANET",
            "ANNX",
            "APG"
          ]
        },
        {
          "name": "current",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            141.77,
            5.69,
            44.04
          ]
        },
        {
          "name": "target_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            188.5943,
            14.0,
            53.2
          ]
        },
        {
          "name": "target_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            186.0,
            12.0,
            53.0
          ]
        },
        {
          "name": "target_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            220.0,
            27.0,
            56.0
          ]
        },
        {
          "name": "target_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            173.0,
            8.0,
            50.0
          ]
        },
        {
          "name": "upside_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            33.028356,
            146.045694,
            20.799273
          ]
        },
        {
          "name": "rec_key",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "strong_buy",
            "strong_buy",
            "strong_buy"
          ]
        },
        {
          "name": "rec_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.31034,
            1.22222,
            1.4
          ]
        },
        {
          "name": "n_analysts",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "26",
            "7",
            "10"
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-05-11T01:04:49.294421",
            "2026-05-11T01:04:49.294421",
            "2026-05-11T01:04:49.294421"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_recommendation_trend",
      "description": "",
      "representative_file": "yf_recommendation_trend.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20626,
      "rep_rows": 2630,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NVDA",
            "NVDA",
            "NVDA"
          ]
        },
        {
          "name": "row",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "period",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0m",
            "-1m",
            "-2m"
          ]
        },
        {
          "name": "strongBuy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.0,
            9.0,
            12.0
          ]
        },
        {
          "name": "buy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            47.0,
            48.0,
            48.0
          ]
        },
        {
          "name": "hold",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            2.0,
            2.0
          ]
        },
        {
          "name": "sell",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "strongSell",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_sec_filings",
      "description": "",
      "representative_file": "yf_sec_filings.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4781524,
      "rep_rows": 61300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LTNC",
            "LTNC",
            "LTNC"
          ]
        },
        {
          "name": "row",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-03-30",
            "2023-02-03",
            "2023-01-25"
          ]
        },
        {
          "name": "epochDate",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-03-29 20:00:00",
            "2023-02-02 19:00:00",
            "2023-01-24 19:00:00"
          ]
        },
        {
          "name": "type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "15-12G",
            "SC 13G",
            "S-8"
          ]
        },
        {
          "name": "title",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Notice of termination of registration of a class of securities under Section 12(",
            "Tender Offer/Acquisition Reports",
            "Offering Registrations"
          ]
        },
        {
          "name": "edgarUrl",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "https://finance.yahoo.com/sec-filing/ECOX/0001079973-23-000389_1144169",
            "https://finance.yahoo.com/sec-filing/ECOX/0001964450-23-000001_1144169",
            "https://finance.yahoo.com/sec-filing/ECOX/0001079973-23-000120_1144169"
          ]
        },
        {
          "name": "exhibits",
          "arrow_type": "list<element: struct<downloadUrl: string, type: string, url: string>>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[{'downloadUrl': None, 'type': '15-12G', 'url': 'https://cdn.yahoofinance.com/pr",
            "[{'downloadUrl': None, 'type': 'SC 13G', 'url': 'https://cdn.yahoofinance.com/pr",
            "[{'downloadUrl': None, 'type': 'S-8', 'url': 'https://cdn.yahoofinance.com/prod/"
          ]
        },
        {
          "name": "maxAge",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/yf_share_purchase_activity",
      "description": "",
      "representative_file": "yf_share_purchase_activity.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 38367,
      "rep_rows": 844,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VG",
            "NBRI",
            "NFLX"
          ]
        },
        {
          "name": "period",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6m",
            "6m",
            "6m"
          ]
        },
        {
          "name": "buyInfoCount",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "13",
            "0",
            "27"
          ]
        },
        {
          "name": "buyInfoShares",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16546034",
            "0",
            "3183495"
          ]
        },
        {
          "name": "buyPercentInsiderShares",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.377,
            null,
            0.134
          ]
        },
        {
          "name": "sellInfoCount",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12",
            "0",
            "22"
          ]
        },
        {
          "name": "sellInfoShares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15466034.0,
            null,
            2423511.0
          ]
        },
        {
          "name": "sellPercentInsiderShares",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.352,
            null,
            0.102
          ]
        },
        {
          "name": "netInfoCount",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "25",
            "0",
            "49"
          ]
        },
        {
          "name": "netInfoShares",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1080000",
            "0",
            "759984"
          ]
        },
        {
          "name": "netPercentInsiderShares",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            0.025,
            null,
            0.032
          ]
        },
        {
          "name": "totalInsiderShares",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "45011696",
            "0",
            "24476334"
          ]
        },
        {
          "name": "_fetched",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764",
            "2026-04-21T19:53:02.078764"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_calc_snapshot",
      "description": "",
      "representative_file": "median_premarket_volume_90d.parquet",
      "file_count": 29,
      "is_sharded": true,
      "total_size_bytes": 6868658,
      "rep_rows": 10707,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 10707,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            600.0,
            43136.0,
            286.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/_corr_beta_sample",
      "description": "",
      "representative_file": "_corr_beta_sample.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4220,
      "rep_rows": 63,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 63,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "XLK",
            "QQQ",
            "SPY"
          ]
        },
        {
          "name": "corr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.94,
            0.94,
            0.94
          ]
        },
        {
          "name": "beta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.02,
            1.28,
            1.8
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NVDA",
            "NVDA",
            "NVDA"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/corp_listings",
      "description": "",
      "representative_file": "corp_listings.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 88319,
      "rep_rows": 2417,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 2417,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SRNGF",
            "AVMLF",
            "DNGHF"
          ]
        },
        {
          "name": "action_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "244224043",
            "244224059",
            "244224230"
          ]
        },
        {
          "name": "flag",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "N",
            "N",
            "N"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-09-29",
            "2025-09-29",
            "2025-09-29"
          ]
        },
        {
          "name": "eff_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-09-29",
            "2025-09-29",
            "2025-09-29"
          ]
        },
        {
          "name": "amd_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "company_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Siren Gold Ltd",
            "Advance Metals Ltd",
            "Dingdang Health Technology Group Ltd"
          ]
        },
        {
          "name": "info_source",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Exchange",
            "Exchange",
            "Exchange"
          ]
        },
        {
          "name": "mand_opt_status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Mandatory",
            "Mandatory",
            "Mandatory"
          ]
        },
        {
          "name": "action_status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reported/Continue",
            "Reported/Continue",
            "Reported/Continue"
          ]
        },
        {
          "name": "notes",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "N.A.",
            "N.A.",
            "N.A."
          ]
        },
        {
          "name": "exch_code",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UV",
            "UV",
            "UV"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/corp_ticker_changes",
      "description": "",
      "representative_file": "corp_ticker_changes.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 49995,
      "rep_rows": 986,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 986,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "action_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "244190561",
            "244200287",
            "244200364"
          ]
        },
        {
          "name": "flag",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "N",
            "N",
            "N"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-09-25",
            "2025-09-26",
            "2025-09-26"
          ]
        },
        {
          "name": "eff_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-09-29",
            "2025-09-29",
            "2025-09-29"
          ]
        },
        {
          "name": "amd_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "company_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Farstarcap Investment Corp",
            "Alco Holdings Ltd",
            "Kore Mining Ltd"
          ]
        },
        {
          "name": "info_source",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Exchange",
            "Exchange",
            "Exchange"
          ]
        },
        {
          "name": "mand_opt_status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Mandatory",
            "Mandatory",
            "Mandatory"
          ]
        },
        {
          "name": "tkr_chg_reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Name change",
            "Reverse stock split",
            "Reverse stock split"
          ]
        },
        {
          "name": "action_status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reported/Continue",
            "Reported/Continue",
            "Reported/Continue"
          ]
        },
        {
          "name": "notes",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "N.A.",
            "N.A.",
            "N.A."
          ]
        },
        {
          "name": "exch_code",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CN",
            "US",
            "US"
          ]
        },
        {
          "name": "old_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FRS/P CN",
            "ALHDF US",
            "KOREF US"
          ]
        },
        {
          "name": "new_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BPAG CN",
            "ALHDD US",
            "KORED US"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/corr_beta_all",
      "description": "",
      "representative_file": "corr_beta_all.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 50881,
      "rep_rows": 14994,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 14994,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DIA",
            "ARKG",
            "ARKK"
          ]
        },
        {
          "name": "corr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.85,
            0.84,
            0.81
          ]
        },
        {
          "name": "beta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.14,
            0.55,
            0.45
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/corr_beta_missing",
      "description": "",
      "representative_file": "corr_beta_missing.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 407462,
      "rep_rows": 120146,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 120146,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IWM",
            "ARKK",
            "SPY"
          ]
        },
        {
          "name": "corr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.57,
            0.5,
            0.42
          ]
        },
        {
          "name": "beta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.86,
            0.25,
            0.71
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAAU",
            "AAAU",
            "AAAU"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/corr_beta_v2_expanded",
      "description": "",
      "representative_file": "corr_beta_v2_expanded.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 976,
      "rep_rows": 0,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 0,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": []
    },
    {
      "table": "enrichment_data/datum_full/daily_ocv_per_ticker",
      "description": "",
      "representative_file": "daily_ocv_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9252248,
      "rep_rows": 722450,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 722450,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2020-01-02",
            "2020-01-03",
            "2020-01-06"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            85.9,
            84.67,
            84.0
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            85.95,
            84.57,
            84.82
          ]
        },
        {
          "name": "v",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            1392522.0,
            1118322.0,
            1993195.0
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/daily_ocv_refs",
      "description": "",
      "representative_file": "daily_ocv_refs.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1307765,
      "rep_rows": 79665,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 79665,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2020-01-02",
            "2020-01-03",
            "2020-01-06"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            323.54,
            321.16,
            320.49
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            324.87,
            322.41,
            323.64
          ]
        },
        {
          "name": "v",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            59253833.0,
            77783566.0,
            55761948.0
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SPY",
            "SPY",
            "SPY"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/dvd",
      "description": "",
      "representative_file": "dvd.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 386032,
      "rep_rows": 31019,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 31019,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IHHSF",
            "XOMO",
            "PGCMF"
          ]
        },
        {
          "name": "declared_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-09",
            "2026-04-15",
            "2026-04-06"
          ]
        },
        {
          "name": "ex_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-16",
            "2026-04-16",
            "2026-04-16"
          ]
        },
        {
          "name": "record_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-17",
            "2026-04-16",
            "2026-04-17"
          ]
        },
        {
          "name": "payable_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-29",
            "2026-04-17",
            "2026-05-07"
          ]
        },
        {
          "name": "dvd_frequency",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Quarter",
            "Irreg",
            "Annual"
          ]
        },
        {
          "name": "dvd_type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Regular Cash",
            "Income",
            "Regular Cash"
          ]
        },
        {
          "name": "dvd_type_group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Cash",
            "Cash",
            "Cash"
          ]
        },
        {
          "name": "amount",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.406,
            0.0716,
            0.02
          ]
        },
        {
          "name": "seq_number",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/dvd_cash",
      "description": "",
      "representative_file": "dvd_cash.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 77298,
      "rep_rows": 5950,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 5950,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ex_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-15",
            "2026-04-15",
            "2026-04-15"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ABBV",
            "ABT",
            "ACA"
          ]
        },
        {
          "name": "amount",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.73,
            0.63,
            0.05
          ]
        },
        {
          "name": "_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-15",
            "2026-04-15",
            "2026-04-15"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/dvd_splits",
      "description": "",
      "representative_file": "dvd_splits.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5062,
      "rep_rows": 130,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 130,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ex_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-15",
            "2026-04-15",
            "2026-04-13"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BNRG",
            "EOSU",
            "AKAN"
          ]
        },
        {
          "name": "amount",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2,
            0.04,
            0.222222
          ]
        },
        {
          "name": "_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-15",
            "2026-04-15",
            "2026-04-13"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/dvd_stock",
      "description": "",
      "representative_file": "dvd_stock.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3501,
      "rep_rows": 3,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 3,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ex_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-07",
            "2026-03-27",
            "2026-03-23"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MOVE",
            "SBS",
            "DIT"
          ]
        },
        {
          "name": "amount",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.358,
            0.00161,
            0.5
          ]
        },
        {
          "name": "_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-07",
            "2026-03-27",
            "2026-03-23"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/holidays",
      "description": "",
      "representative_file": "holidays.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4077,
      "rep_rows": 415,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 415,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "0",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1981-01-01",
            "1981-02-16",
            "1981-04-17"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/opg_and_clo_2yr",
      "description": "",
      "representative_file": "opg_and_clo_2yr.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 43833363,
      "rep_rows": 5707997,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17",
            "2024-04-17",
            "2024-04-17"
          ]
        },
        {
          "name": "opg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            137.24,
            37.16,
            25.1
          ]
        },
        {
          "name": "clo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            134.55,
            35.55,
            25.1
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/opg_and_clo_all_12m",
      "description": "",
      "representative_file": "opg_and_clo_all_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 819047,
      "rep_rows": 125813,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 125819,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-11",
            "2025-03-12",
            "2025-03-13"
          ]
        },
        {
          "name": "opg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            122.59,
            122.1,
            118.98
          ]
        },
        {
          "name": "clo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            121.03,
            119.85,
            117.33
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/opg_and_clo_refs",
      "description": "",
      "representative_file": "opg_and_clo_refs.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 137556,
      "rep_rows": 13248,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 14076,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SPY",
            "SPY",
            "SPY"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-11",
            "2025-03-12",
            "2025-03-13"
          ]
        },
        {
          "name": "opg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            559.46,
            562.22,
            558.5
          ]
        },
        {
          "name": "clo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            555.92,
            558.87,
            551.42
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SPY",
            "SPY",
            "SPY"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/short_days",
      "description": "",
      "representative_file": "short_days.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1740,
      "rep_rows": 28,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 28,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "0",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2015-11-27",
            "2015-12-24",
            "2016-11-25"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/snapshots_yesterday",
      "description": "",
      "representative_file": "snapshots_yesterday.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3774786,
      "rep_rows": 96920,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 96920,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "YOpen",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            118.04,
            73.83,
            null
          ]
        },
        {
          "name": "YCls",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            120.39,
            71.84,
            24.965
          ]
        },
        {
          "name": "YLstPrс",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            120.39,
            71.83,
            24.91
          ]
        },
        {
          "name": "YVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1389144.0,
            2039982.0,
            274.0
          ]
        },
        {
          "name": "YPreMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            71.0,
            24745.0,
            1.0
          ]
        },
        {
          "name": "YPostMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            77.0,
            3948.0,
            0.0
          ]
        },
        {
          "name": "YDayLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            117.86,
            71.16,
            24.91
          ]
        },
        {
          "name": "YDayHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            121.59,
            74.01,
            24.91
          ]
        },
        {
          "name": "YExtLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            71.64,
            null
          ]
        },
        {
          "name": "YExtHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            74.01,
            null
          ]
        },
        {
          "name": "YPostVW",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            120.6058,
            71.9818,
            24.9469
          ]
        },
        {
          "name": "_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-15",
            "2026-04-15",
            "2026-04-15"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/snapshots_yesterday_full",
      "description": "",
      "representative_file": "snapshots_yesterday_full.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 53776045,
      "rep_rows": 1667874,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 1667874,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "YOpen",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            118.04,
            73.83,
            null
          ]
        },
        {
          "name": "YCls",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            120.39,
            71.84,
            24.965
          ]
        },
        {
          "name": "YLstPrс",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            120.39,
            71.83,
            24.91
          ]
        },
        {
          "name": "YVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1389144.0,
            2039982.0,
            274.0
          ]
        },
        {
          "name": "YPreMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            71.0,
            24745.0,
            1.0
          ]
        },
        {
          "name": "YPostMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            77.0,
            3948.0,
            0.0
          ]
        },
        {
          "name": "YDayLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            117.86,
            71.16,
            24.91
          ]
        },
        {
          "name": "YDayHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            121.59,
            74.01,
            24.91
          ]
        },
        {
          "name": "YExtLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            71.64,
            null
          ]
        },
        {
          "name": "YExtHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            74.01,
            null
          ]
        },
        {
          "name": "YPostVW",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            120.6058,
            71.9818,
            24.9469
          ]
        },
        {
          "name": "_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-15",
            "2026-04-15",
            "2026-04-15"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full/working_days",
      "description": "",
      "representative_file": "working_days.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2347,
      "rep_rows": 138,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 138,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "0",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-29",
            "2025-09-30",
            "2025-10-01"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full_12m/corp_listings_12m",
      "description": "",
      "representative_file": "corp_listings_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 169424,
      "rep_rows": 5097,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 5097,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CRNVF",
            "QUP",
            "OWNB"
          ]
        },
        {
          "name": "action_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "241739826",
            "241724161",
            "241722392"
          ]
        },
        {
          "name": "flag",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "N",
            "N",
            "N"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-11",
            "2025-03-10",
            "2025-03-07"
          ]
        },
        {
          "name": "eff_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-11",
            "2025-03-11",
            "2025-03-11"
          ]
        },
        {
          "name": "amd_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "company_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Claranova SE",
            "Daily Delta Q100 Upside Option Strategy ETF",
            "Bitwise Bitcoin Standard Corporations ETF"
          ]
        },
        {
          "name": "info_source",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Exchange",
            "Exchange",
            "Exchange"
          ]
        },
        {
          "name": "mand_opt_status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Mandatory",
            "Mandatory",
            "Mandatory"
          ]
        },
        {
          "name": "action_status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reported/Continue",
            "Reported/Continue",
            "Reported/Continue"
          ]
        },
        {
          "name": "notes",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "N.A.",
            "N.A.",
            "N.A."
          ]
        },
        {
          "name": "exch_code",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UV",
            "UP",
            "UP"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full_12m/corp_ticker_changes_12m",
      "description": "",
      "representative_file": "corp_ticker_changes_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 86207,
      "rep_rows": 1924,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 1924,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "action_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "241727484",
            "241710143",
            "241727216"
          ]
        },
        {
          "name": "flag",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "N",
            "N",
            "N"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-10",
            "2025-03-07",
            "2025-03-10"
          ]
        },
        {
          "name": "eff_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-11",
            "2025-03-11",
            "2025-03-11"
          ]
        },
        {
          "name": "amd_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "company_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Valuence Merger Corp I",
            "Maclaren Minerals Ltd",
            "Valuence Merger Corp I"
          ]
        },
        {
          "name": "info_source",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Exchange",
            "Exchange",
            "Exchange"
          ]
        },
        {
          "name": "mand_opt_status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Mandatory",
            "Mandatory",
            "Mandatory"
          ]
        },
        {
          "name": "tkr_chg_reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Change of exchange",
            "Name change",
            "Change of exchange"
          ]
        },
        {
          "name": "action_status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reported/Continue",
            "Reported/Continue",
            "Reported/Continue"
          ]
        },
        {
          "name": "notes",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "N.A.",
            "N.A.",
            "N.A."
          ]
        },
        {
          "name": "exch_code",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "US",
            "CN",
            "US"
          ]
        },
        {
          "name": "old_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VMCAU US",
            "MRN CN",
            "VMCA US"
          ]
        },
        {
          "name": "new_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VMCUF US",
            "SCU CN",
            "VMCAF US"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full_12m/corr_beta_12m",
      "description": "",
      "representative_file": "corr_beta_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 50368,
      "rep_rows": 14619,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 14619,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DIA",
            "ARKG",
            "ARKK"
          ]
        },
        {
          "name": "corr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.88,
            0.86,
            0.74
          ]
        },
        {
          "name": "beta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.17,
            0.7,
            0.47
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "_window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12m",
            "12m",
            "12m"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full_12m/opg_and_clo_sample",
      "description": "",
      "representative_file": "opg_and_clo_sample.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 22108,
      "rep_rows": 1380,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 1380,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SPY",
            "SPY",
            "SPY"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-11",
            "2025-03-12",
            "2025-03-13"
          ]
        },
        {
          "name": "opg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            559.46,
            562.22,
            558.5
          ]
        },
        {
          "name": "clo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            555.92,
            558.87,
            551.42
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SPY",
            "SPY",
            "SPY"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full_12m/snapshots_yesterday_12m",
      "description": "",
      "representative_file": "snapshots_yesterday_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 103031425,
      "rep_rows": 3202089,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 3202089,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "YOpen",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            118.04,
            73.83,
            null
          ]
        },
        {
          "name": "YCls",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            120.39,
            71.84,
            24.965
          ]
        },
        {
          "name": "YLstPrс",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            120.39,
            71.83,
            24.91
          ]
        },
        {
          "name": "YVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1389144.0,
            2039982.0,
            274.0
          ]
        },
        {
          "name": "YPreMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            71.0,
            24745.0,
            1.0
          ]
        },
        {
          "name": "YPostMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            77.0,
            3948.0,
            0.0
          ]
        },
        {
          "name": "YDayLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            117.86,
            71.16,
            24.91
          ]
        },
        {
          "name": "YDayHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            121.59,
            74.01,
            24.91
          ]
        },
        {
          "name": "YExtLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            71.64,
            null
          ]
        },
        {
          "name": "YExtHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            74.01,
            null
          ]
        },
        {
          "name": "YPostVW",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            120.6058,
            71.9818,
            24.9469
          ]
        },
        {
          "name": "_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-15",
            "2026-04-15",
            "2026-04-15"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full_24m/snapshots_yesterday_24m_incremental",
      "description": "",
      "representative_file": "snapshots_yesterday_24m_incremental.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10451198,
      "rep_rows": 306535,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 306535,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "YOpen",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            125.95,
            32.25,
            null
          ]
        },
        {
          "name": "YCls",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            126.7,
            32.84,
            25.08
          ]
        },
        {
          "name": "YLstPrс",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            126.7,
            32.8,
            25.11
          ]
        },
        {
          "name": "YVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1064507.0,
            2357794.0,
            6828.0
          ]
        },
        {
          "name": "YPreMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            389.0,
            24770.0,
            201.0
          ]
        },
        {
          "name": "YPostMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1747.0,
            0.0
          ]
        },
        {
          "name": "YDayLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            124.405,
            31.85,
            25.09
          ]
        },
        {
          "name": "YDayHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128.09,
            33.36,
            25.14
          ]
        },
        {
          "name": "YExtLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            126.36,
            32.48,
            25.09
          ]
        },
        {
          "name": "YExtHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            126.36,
            33.08,
            25.09
          ]
        },
        {
          "name": "YPostVW",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            126.3295,
            32.6476,
            25.1081
          ]
        },
        {
          "name": "_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-10",
            "2025-03-10",
            "2025-03-10"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full_48m",
      "description": "",
      "representative_file": "snapshots_yesterday_48m.parquet",
      "file_count": 2,
      "is_sharded": true,
      "total_size_bytes": 294519811,
      "rep_rows": 2063010,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 2063010,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "YOpen",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            125.95,
            32.25,
            null
          ]
        },
        {
          "name": "YCls",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            126.7,
            32.84,
            25.08
          ]
        },
        {
          "name": "YLstPrс",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            126.7,
            32.8,
            25.11
          ]
        },
        {
          "name": "YVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1064507.0,
            2357794.0,
            6828.0
          ]
        },
        {
          "name": "YPreMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            389.0,
            24770.0,
            201.0
          ]
        },
        {
          "name": "YPostMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1747.0,
            0.0
          ]
        },
        {
          "name": "YDayLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            124.405,
            31.85,
            25.09
          ]
        },
        {
          "name": "YDayHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128.09,
            33.36,
            25.14
          ]
        },
        {
          "name": "YExtLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            126.36,
            32.48,
            25.09
          ]
        },
        {
          "name": "YExtHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            126.36,
            33.08,
            25.09
          ]
        },
        {
          "name": "YPostVW",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            126.3295,
            32.6476,
            25.1081
          ]
        },
        {
          "name": "_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-10",
            "2025-03-10",
            "2025-03-10"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_full_48m/chunks",
      "description": "",
      "representative_file": "chunk_018.parquet",
      "file_count": 26,
      "is_sharded": true,
      "total_size_bytes": 244014053,
      "rep_rows": 65209,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 65209,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAAU"
          ]
        },
        {
          "name": "YOpen",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            124.77,
            71.87,
            19.25
          ]
        },
        {
          "name": "YCls",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            121.32,
            67.37,
            19.19
          ]
        },
        {
          "name": "YLstPrс",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            121.01,
            67.17,
            19.19
          ]
        },
        {
          "name": "YVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1343289.0,
            6289833.0,
            303428.0
          ]
        },
        {
          "name": "YPreMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1124.0,
            49179.0,
            7016.0
          ]
        },
        {
          "name": "YPostMhVolNF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            824.0,
            9246.0,
            0.0
          ]
        },
        {
          "name": "YDayLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            121.01,
            66.72,
            19.14
          ]
        },
        {
          "name": "YDayHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            125.1,
            72.68,
            19.37
          ]
        },
        {
          "name": "YExtLo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            121.01,
            67.0,
            19.26
          ]
        },
        {
          "name": "YExtHi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            125.0,
            72.68,
            19.37
          ]
        },
        {
          "name": "YPostVW",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            122.3898,
            68.466,
            19.2497
          ]
        },
        {
          "name": "_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2022-04-25",
            "2022-04-25",
            "2022-04-25"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_unlocked/auctions_gaps_per_ticker",
      "description": "Opening/closing auction prints and imbalances.",
      "representative_file": "auctions_gaps_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 300177,
      "rep_rows": 61630,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 61634,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-09-29",
            "2025-09-30",
            "2025-10-01"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2999,
            0.4437,
            0.4207
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_unlocked/daily_high_low_ex_finr_per_ticker",
      "description": "",
      "representative_file": "daily_high_low_ex_finr_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 509995,
      "rep_rows": 61630,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 61634,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-09-29",
            "2025-09-30",
            "2025-10-01"
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            121.91,
            123.31,
            127.94
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            124.2,
            128.36,
            138.98
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_unlocked/daily_money_traded_per_ticker",
      "description": "",
      "representative_file": "daily_money_traded_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1213507,
      "rep_rows": 61633,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 61637,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-09-29",
            "2025-09-30",
            "2025-10-01"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "moneytr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            183689141.411555,
            308269467.055896,
            590970546.552156
          ]
        },
        {
          "name": "moneytr_ex_finr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            109532516.365,
            193756383.301,
            350189156.685
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_unlocked/daily_volume_ex_finr_per_ticker",
      "description": "",
      "representative_file": "daily_volume_ex_finr_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 867488,
      "rep_rows": 61633,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 61637,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-09-29",
            "2025-09-30",
            "2025-10-01"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "daily",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "885811",
            "1517813",
            "2562880"
          ]
        },
        {
          "name": "premkt",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2709",
            "229",
            "3030"
          ]
        },
        {
          "name": "postmkt",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "29",
            "115"
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_unlocked/dvd_cash_per_ticker",
      "description": "",
      "representative_file": "dvd_cash_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 146284,
      "rep_rows": 28422,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 28422,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ex_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-31",
            "2026-01-06",
            "2025-09-30"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "amount",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.255,
            0.255,
            0.248
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_unlocked/dvd_splits_per_ticker",
      "description": "",
      "representative_file": "dvd_splits_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15289,
      "rep_rows": 925,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 925,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ex_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2016-11-01",
            "2016-10-06",
            "2000-06-12"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "amount",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.339552,
            0.333333,
            2.0
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_unlocked/dvd_stock_per_ticker",
      "description": "",
      "representative_file": "dvd_stock_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4744,
      "rep_rows": 68,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 68,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ex_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "1997-10-29",
            "1997-07-29",
            "2003-04-17"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ADBE",
            "ADBE",
            "AEG"
          ]
        },
        {
          "name": "amount",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.003333,
            0.01,
            0.04
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ADBE",
            "ADBE",
            "AEG"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_unlocked/imbalance_per_ticker",
      "description": "",
      "representative_file": "imbalance_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 262080,
      "rep_rows": 60732,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 60736,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-09-29",
            "2025-09-30",
            "2025-10-01"
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "-7280",
            "5568",
            "-12594"
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_unlocked/opg_and_clo_adjusted_per_ticker",
      "description": "",
      "representative_file": "opg_and_clo_adjusted_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 477380,
      "rep_rows": 61630,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 61634,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-09-29",
            "2025-09-30",
            "2025-10-01"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "clo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            123.75,
            128.35,
            138.58
          ]
        },
        {
          "name": "adj_clo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            123.502,
            128.35,
            138.58
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_unlocked/ratings_grades_per_ticker",
      "description": "",
      "representative_file": "ratings_grades_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 132791,
      "rep_rows": 20944,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 20944,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-03",
            "2025-10-03",
            "2025-10-07"
          ]
        },
        {
          "name": "time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "03:37:43",
            "13:29:40",
            "23:50:28"
          ]
        },
        {
          "name": "orig_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reiterated Rating",
            "Reiterated Rating",
            "Upgrade"
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_unlocked/ratings_per_ticker",
      "description": "",
      "representative_file": "ratings_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 133690,
      "rep_rows": 21500,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 21504,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-03",
            "2025-10-03",
            "2025-10-07"
          ]
        },
        {
          "name": "time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "03:37:43",
            "13:29:40",
            "23:50:28"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reiterated Rating",
            "Reiterated Rating",
            "Upgrade"
          ]
        },
        {
          "name": "_x_ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_untapped/dvd_frequencies",
      "description": "",
      "representative_file": "dvd_frequencies.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1624,
      "rep_rows": 10,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 10,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "0",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Quarter",
            "None",
            "Semi-Anl"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_untapped/dvd_types",
      "description": "",
      "representative_file": "dvd_types.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2341,
      "rep_rows": 63,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 63,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "0",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Regular Cash",
            "Special Cash",
            "Pro Rata"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_untapped/extended_hl_postmarket_apr16",
      "description": "",
      "representative_file": "extended_hl_postmarket_apr16.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 137844,
      "rep_rows": 7817,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 7817,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAAU"
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            118.25,
            65.0,
            47.22
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            119.9897,
            71.0,
            47.35
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_untapped/extended_hl_premarket_apr16",
      "description": "",
      "representative_file": "extended_hl_premarket_apr16.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 205183,
      "rep_rows": 11763,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 11763,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            117.615,
            65.0,
            24.84
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            121.12,
            72.42,
            25.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_untapped/median_pm_value_20d",
      "description": "",
      "representative_file": "median_pm_value_20d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 145203,
      "rep_rows": 12529,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 12529,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            41510.26,
            1938245.68,
            0.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_untapped/median_pm_value_3m",
      "description": "",
      "representative_file": "median_pm_value_3m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 147920,
      "rep_rows": 12784,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 12784,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            50931.11,
            2411777.1,
            0.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_untapped/profiler_volume",
      "description": "",
      "representative_file": "profiler_volume.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 176888,
      "rep_rows": 12319,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 12319,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "avg_premkt_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1221.0,
            68168.0,
            23.0
          ]
        },
        {
          "name": "avg_premkt_vol_reports",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13895.0,
            163913.0,
            null
          ]
        },
        {
          "name": "traded_days",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.0,
            60.0,
            5.0
          ]
        },
        {
          "name": "working_days",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            60.0,
            60.0,
            61.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_untapped/ticker_count_at_open",
      "description": "",
      "representative_file": "ticker_count_at_open.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1588,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 1,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "0",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8532"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_untapped/tickers_all_ptps",
      "description": "",
      "representative_file": "tickers_all_ptps.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3057,
      "rep_rows": 123,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 123,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "sorter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ptp_exempt",
            "ptp_exempt",
            "ptp_exempt"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AGQ",
            "BDRY",
            "BNO"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_untapped/tickers_sorters",
      "description": "",
      "representative_file": "tickers_sorters.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2452,
      "rep_rows": 10,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 10,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "key",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "sp500",
            "us_base",
            "us_secondary"
          ]
        },
        {
          "name": "sorter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "S&P 500",
            "US Base",
            "US Secondary"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/datum_untapped_v2/extended_hl_pm",
      "description": "",
      "representative_file": "extended_hl_pm.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 52595326,
      "rep_rows": 5628101,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            132.87,
            35.0,
            25.1
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            137.46,
            37.48,
            25.15
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17",
            "2024-04-17",
            "2024-04-17"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/_to_download_10k",
      "description": "",
      "representative_file": "_to_download_10k.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 790589,
      "rep_rows": 9987,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "VERO_20260116",
            "BIAF_20260313",
            "MBIO_20250707"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VERO",
            "BIAF",
            "MBIO"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-01-16T00:00:00",
            "2026-03-13T00:00:00",
            "2025-07-07T00:00:00"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.43,
            1.07,
            1.19
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            5.74,
            1.795,
            3.56
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.0,
            2.12,
            3.34
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            308915099.0,
            240989591.0,
            278739673.0
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1066592.9,
            1318550.9,
            1706682.65
          ]
        },
        {
          "name": "spike_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            289.627935,
            182.768516,
            163.322498
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            301.398601,
            67.757009,
            199.159664
          ]
        },
        {
          "name": "intraday",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.372822,
            18.10585,
            -6.179775
          ]
        },
        {
          "name": "day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            459.440559,
            98.130841,
            180.672269
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/abort_backtest_fp_v2",
      "description": "",
      "representative_file": "abort_backtest_fp_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 141150,
      "rep_rows": 1169,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BOTY",
            "SNAL",
            "EFOI"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-05T00:00:00",
            "2026-04-14T00:00:00",
            "2026-04-17T00:00:00"
          ]
        },
        {
          "name": "next_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-10T00:00:00",
            "2026-04-15T00:00:00",
            "2026-04-20T00:00:00"
          ]
        },
        {
          "name": "close_x",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.4884,
            1.7,
            6.49
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.358768,
            0.995511,
            0.998274
          ]
        },
        {
          "name": "p",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            0.99951
          ]
        },
        {
          "name": "y",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "daily_rank",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "close_y",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.4884,
            1.7,
            6.49
          ]
        },
        {
          "name": "o_d1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2,
            0.86,
            6.0
          ]
        },
        {
          "name": "c_d1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.23,
            0.8701,
            5.44
          ]
        },
        {
          "name": "o_d2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.465,
            0.8428,
            null
          ]
        },
        {
          "name": "c_d2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.195137,
            0.76,
            null
          ]
        },
        {
          "name": "c_d3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.72,
            0.825,
            null
          ]
        },
        {
          "name": "c_d5",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5205,
            null,
            null
          ]
        },
        {
          "name": "c_d6",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.56,
            null,
            null
          ]
        },
        {
          "name": "spy_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.365858,
            null,
            null
          ]
        },
        {
          "name": "spy_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.734389,
            null,
            null
          ]
        },
        {
          "name": "spy_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.100277,
            null,
            null
          ]
        },
        {
          "name": "VIXCLS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            21.77,
            null,
            null
          ]
        },
        {
          "name": "BAMLH0A0HYM2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.97,
            null,
            null
          ]
        },
        {
          "name": "DTWEXBGS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            118.5034,
            null,
            null
          ]
        },
        {
          "name": "vix_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.33,
            null,
            null
          ]
        },
        {
          "name": "vix_20d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.91,
            null,
            null
          ]
        },
        {
          "name": "hy_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.09,
            null,
            null
          ]
        },
        {
          "name": "arkk_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -14.567233,
            null,
            null
          ]
        },
        {
          "name": "arkk_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -18.252403,
            null,
            null
          ]
        },
        {
          "name": "iwm_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.862893,
            null,
            null
          ]
        },
        {
          "name": "iwm_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.136997,
            null,
            null
          ]
        },
        {
          "name": "amc_vol_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.200278,
            null,
            null
          ]
        },
        {
          "name": "gme_vol_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.412518,
            null,
            null
          ]
        },
        {
          "name": "n_pumps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            21.0,
            null,
            null
          ]
        },
        {
          "name": "regime_A_vix_calm",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            0.0,
            null,
            null
          ]
        },
        {
          "name": "regime_B_spy_up",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            0.0,
            null,
            null
          ]
        },
        {
          "name": "regime_C_arkk_lead",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            0.0,
            null,
            null
          ]
        },
        {
          "name": "regime_D_meme_active",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            1.0,
            null,
            null
          ]
        },
        {
          "name": "regime_E_hy_tight",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            0.0,
            null,
            null
          ]
        },
        {
          "name": "regime_F_vix_unwind",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            0.0,
            null,
            null
          ]
        },
        {
          "name": "regime_G_FOMO_full",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            0.0,
            null,
            null
          ]
        },
        {
          "name": "q",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q4",
            "Q4",
            "Q4"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/amc_pumps",
      "description": "",
      "representative_file": "amc_pumps.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 215920,
      "rep_rows": 1765,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ABCL",
            "ABCL",
            "ABCL"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-02T00:00:00",
            "2025-07-22T00:00:00",
            "2025-10-17T00:00:00"
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            5.98,
            4.92,
            5.59
          ]
        },
        {
          "name": "ah_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            5.96,
            5.15,
            5.84
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            7.94,
            5.34,
            5.9898
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            5.96,
            5.12,
            5.77
          ]
        },
        {
          "name": "ah_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            6.54,
            5.21,
            5.8217
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1260724.0,
            289236.0,
            252834.0
          ]
        },
        {
          "name": "ah_vol_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.260724,
            0.289236,
            0.252834
          ]
        },
        {
          "name": "ah_high_pct_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            32.77592,
            8.536585,
            7.152057
          ]
        },
        {
          "name": "ah_close_pct_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            9.364548,
            5.894309,
            4.144902
          ]
        },
        {
          "name": "ah_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.110368,
            4.471545,
            3.932021
          ]
        },
        {
          "name": "ah_fade_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -17.632242,
            -2.434457,
            -2.806438
          ]
        },
        {
          "name": "amc_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "strong_20_50",
            "mild_5_10",
            "mild_5_10"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            5.96,
            5.15,
            5.84
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5165066.6,
            7414022.3,
            6662486.95
          ]
        },
        {
          "name": "next_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            6.25,
            5.03,
            5.76
          ]
        },
        {
          "name": "next_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            5.9,
            4.99,
            5.86
          ]
        },
        {
          "name": "next_day_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.51505,
            2.235772,
            3.041145
          ]
        },
        {
          "name": "next_day_intra",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -5.6,
            -0.795229,
            1.736111
          ]
        },
        {
          "name": "next_day_total",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.337793,
            1.422764,
            4.830054
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/edge_grid_1way",
      "description": "",
      "representative_file": "edge_grid_1way.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7814,
      "rep_rows": 61,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "sector=Consumer Defensive",
            "exchange=BATS",
            "vix_bucket=panic"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "91",
            "31",
            "708"
          ]
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            46.2,
            61.3,
            47.3
          ]
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.47,
            -0.82,
            -1.66
          ]
        },
        {
          "name": "med%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.58,
            1.49,
            -0.3
          ]
        },
        {
          "name": "std%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.9,
            15.26,
            18.19
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            -0.69,
            -0.85,
            -1.45
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/edge_grid_2way",
      "description": "",
      "representative_file": "edge_grid_2way.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5345,
      "rep_rows": 3,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "sector=Consumer Defensive | spy_5d_bucket=flat",
            "sector=Real Estate | vix_bucket=low",
            "sector=Communication Services | spy_5d_bucket=dn"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "37",
            "34",
            "38"
          ]
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            54.1,
            58.8,
            52.6
          ]
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.49,
            1.14,
            2.37
          ]
        },
        {
          "name": "med%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.34,
            0.83,
            0.66
          ]
        },
        {
          "name": "std%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.66,
            7.12,
            16.84
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            3.08,
            2.55,
            2.23
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/edge_grid_3way",
      "description": "",
      "representative_file": "edge_grid_3way.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5517,
      "rep_rows": 4,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "sector=Technology | vix_bucket=elevated | spy_5d_bucket=crash",
            "spike_bucket=soft_3x | sector=Industrials | vix_bucket=high",
            "sector=Healthcare | vix_bucket=normal | spy_5d_bucket=rip"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "22",
            "30",
            "30"
          ]
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            72.7,
            70.0,
            66.7
          ]
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.3,
            2.71,
            3.78
          ]
        },
        {
          "name": "med%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.65,
            3.93,
            3.42
          ]
        },
        {
          "name": "std%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.91,
            13.07,
            18.62
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            7.06,
            3.29,
            3.22
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/edge_grid_TOP_tradeable",
      "description": "",
      "representative_file": "edge_grid_TOP_tradeable.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3655,
      "rep_rows": 0,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "group",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": []
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "med%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "std%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": []
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/edge_REAL_1way",
      "description": "",
      "representative_file": "edge_REAL_1way.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6893,
      "rep_rows": 40,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "float_bucket=mid_10_30M",
            "sector=Energy",
            "spike_bucket=normal_10x"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "42",
            "20",
            "247"
          ]
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            59.5,
            60.0,
            59.5
          ]
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.41,
            0.06,
            -0.65
          ]
        },
        {
          "name": "med%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            7.0,
            3.66
          ]
        },
        {
          "name": "std%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.96,
            10.2,
            9.6
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            0.73,
            0.1,
            -1.07
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/edge_REAL_2way",
      "description": "",
      "representative_file": "edge_REAL_2way.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5305,
      "rep_rows": 3,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "spike_bucket=normal_10x | float_bucket=huge_gt100M",
            "spike_bucket=normal_10x | spy_5d_bucket=up",
            "vix_bucket=high | spy_5d_bucket=up"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "22",
            "69",
            "15"
          ]
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            68.2,
            66.7,
            66.7
          ]
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.36,
            1.65,
            1.34
          ]
        },
        {
          "name": "med%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.11,
            7.0,
            7.0
          ]
        },
        {
          "name": "std%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.04,
            8.05,
            9.64
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            6.2,
            3.25,
            2.2
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/edge_REAL_3way",
      "description": "",
      "representative_file": "edge_REAL_3way.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5347,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "spike_bucket=normal_10x | float_bucket=unknown | sector=Technology"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "15"
          ]
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73.3
          ]
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.23
          ]
        },
        {
          "name": "med%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0
          ]
        },
        {
          "name": "std%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.78
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            4.56
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/edge_REAL_TOP",
      "description": "",
      "representative_file": "edge_REAL_TOP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5347,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "spike_bucket=normal_10x | float_bucket=unknown | sector=Technology"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "15"
          ]
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73.3
          ]
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.23
          ]
        },
        {
          "name": "med%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0
          ]
        },
        {
          "name": "std%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.78
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            4.56
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/intensity_grading_summary",
      "description": "",
      "representative_file": "intensity_grading_summary.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5279,
      "rep_rows": 12,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "stage_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "08:00",
            "08:00",
            "08:00"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A+",
            "A",
            "B"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "72",
            "71",
            "71"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73.6,
            64.8,
            66.2
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.65,
            1.55,
            2.19
          ]
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.15,
            8.14,
            6.91
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            2.86,
            3.02,
            5.03
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/intensity_stage1_predictions",
      "description": "",
      "representative_file": "intensity_stage1_predictions.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 14292,
      "rep_rows": 285,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMBIQ_20251001",
            "GLXG_20251001",
            "IVDA_20251002"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-01T00:00:00",
            "2025-10-01T00:00:00",
            "2025-10-02T00:00:00"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.756272,
            0.78577,
            0.778223
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "C",
            "B",
            "B"
          ]
        },
        {
          "name": "y_win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "R",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.941176,
            -6.926407,
            -4.651163
          ]
        },
        {
          "name": "exch_group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OTC",
            "NASDAQ",
            "NASDAQ"
          ]
        },
        {
          "name": "spike_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "25-100x",
            "100-500x",
            "25-100x"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "30-75M",
            "10-30M",
            "10-30M"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/intensity_stage2_predictions",
      "description": "",
      "representative_file": "intensity_stage2_predictions.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15307,
      "rep_rows": 328,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMBIQ_20251001",
            "GLXG_20251001",
            "IVDA_20251002"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-01T00:00:00",
            "2025-10-01T00:00:00",
            "2025-10-02T00:00:00"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.771733,
            0.731212,
            0.73334
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B",
            "C",
            "C"
          ]
        },
        {
          "name": "y_win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "R",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.941176,
            -6.926407,
            -4.651163
          ]
        },
        {
          "name": "exch_group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OTC",
            "NASDAQ",
            "NASDAQ"
          ]
        },
        {
          "name": "spike_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "25-100x",
            "100-500x",
            "25-100x"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "30-75M",
            "10-30M",
            "10-30M"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/intensity_stage3_predictions",
      "description": "",
      "representative_file": "intensity_stage3_predictions.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15577,
      "rep_rows": 337,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMBIQ_20251001",
            "GLXG_20251001",
            "IVDA_20251002"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-01T00:00:00",
            "2025-10-01T00:00:00",
            "2025-10-02T00:00:00"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.785932,
            0.726495,
            0.715008
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "C",
            "C"
          ]
        },
        {
          "name": "y_win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "R",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.941176,
            -6.926407,
            -4.651163
          ]
        },
        {
          "name": "exch_group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OTC",
            "NASDAQ",
            "NASDAQ"
          ]
        },
        {
          "name": "spike_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "25-100x",
            "100-500x",
            "25-100x"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "30-75M",
            "10-30M",
            "10-30M"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/intensity_v2_predictions",
      "description": "",
      "representative_file": "intensity_v2_predictions.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6236,
      "rep_rows": 63,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ACCL_20260202",
            "AIRE_20251022",
            "AIXC_20251024"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ACCL",
            "AIRE",
            "AIXC"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-02T00:00:00",
            "2025-10-22T00:00:00",
            "2025-10-24T00:00:00"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B",
            "A",
            "C"
          ]
        },
        {
          "name": "p_win",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.83516,
            0.930095,
            0.735639
          ]
        },
        {
          "name": "y",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/prepump_long_bt",
      "description": "",
      "representative_file": "prepump_long_bt.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9938,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "rule",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TRAIN top-5 | D close → D+1 open (overnight)",
            "TEST  top-5 | D close → D+1 open (overnight)",
            "TRAIN top-5 | D close → D+1 close (1d)"
          ]
        },
        {
          "name": "N_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2145",
            "685",
            "2145"
          ]
        },
        {
          "name": "WR_trades%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            38.5,
            36.2,
            39.0
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.3,
            -0.36,
            -0.31
          ]
        },
        {
          "name": "med_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.9,
            -1.66,
            -2.74
          ]
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.6,
            20.4,
            19.5
          ]
        },
        {
          "name": "Sharpe_trade",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            -0.38,
            -0.28,
            -0.26
          ]
        },
        {
          "name": "daily_basket_WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            41.5,
            40.1,
            44.5
          ]
        },
        {
          "name": "Sharpe_daily",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            -0.82,
            -0.6,
            -0.56
          ]
        },
        {
          "name": "days",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "429",
            "137",
            "429"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/prepump_long_v2_predictions",
      "description": "",
      "representative_file": "prepump_long_v2_predictions.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2538885,
      "rep_rows": 95651,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BOTY",
            "SNAL",
            "EFOI"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-05T00:00:00",
            "2026-04-14T00:00:00",
            "2026-04-17T00:00:00"
          ]
        },
        {
          "name": "next_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-10T00:00:00",
            "2026-04-15T00:00:00",
            "2026-04-20T00:00:00"
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.4884,
            1.7,
            6.49
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.358768,
            0.995511,
            0.998274
          ]
        },
        {
          "name": "p",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            0.99951
          ]
        },
        {
          "name": "y",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "daily_rank",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_5_30_HONEST",
      "description": "",
      "representative_file": "pump_5_30_HONEST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4545002,
      "rep_rows": 47413,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-09-14T00:00:00",
            "2023-09-29T00:00:00",
            "2023-10-18T00:00:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            29.52,
            29.07,
            27.1
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.19,
            29.06,
            26.52
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            6722592.0,
            7723051.0,
            6489364.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            28.65,
            28.14,
            27.77
          ]
        },
        {
          "name": "prev_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            28.22,
            26.59,
            26.3
          ]
        },
        {
          "name": "prev_volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            3960695.0,
            7998093.0,
            6025202.0
          ]
        },
        {
          "name": "avg_vol_20d_PRIOR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6124480.3,
            6664626.75,
            5732181.25
          ]
        },
        {
          "name": "prev_day_spike",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.646699,
            1.200081,
            1.051119
          ]
        },
        {
          "name": "intraday_d_minus_1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.523742,
            5.829259,
            5.589354
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.015957,
            0.074046,
            0.035808
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            3.036649,
            3.304904,
            -2.412676
          ]
        },
        {
          "name": "intraday",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.269648,
            -0.0344,
            -2.140221
          ]
        },
        {
          "name": "day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.375218,
            3.269367,
            -4.50126
          ]
        },
        {
          "name": "pattern",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OTHER",
            "E_RALLY_FLAT_OPEN",
            "B_FADED_OVERNIGHT"
          ]
        },
        {
          "name": "short_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -2.269648,
            0.0344,
            2.140221
          ]
        },
        {
          "name": "gap_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3_5",
            "3_5",
            "<-2"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_5_30_HONEST_audit",
      "description": "",
      "representative_file": "pump_5_30_HONEST_audit.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3194961,
      "rep_rows": 46023,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-09-14T00:00:00",
            "2023-09-29T00:00:00",
            "2023-10-20T00:00:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            29.52,
            29.07,
            23.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.19,
            29.06,
            24.01
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            6722592.0,
            7723051.0,
            9204421.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            28.65,
            28.14,
            24.24
          ]
        },
        {
          "name": "avg_vol_20d_PRIOR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6124480.3,
            6664626.75,
            6057018.0
          ]
        },
        {
          "name": "intraday_d_minus_1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.523742,
            5.829259,
            -7.33945
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            3.036649,
            3.304904,
            -3.052805
          ]
        },
        {
          "name": "intraday",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.269648,
            -0.0344,
            2.170213
          ]
        },
        {
          "name": "day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.375218,
            3.269367,
            -0.948845
          ]
        },
        {
          "name": "is_clean",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "short_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -2.269648,
            0.0344,
            -2.170213
          ]
        },
        {
          "name": "train_test",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TRAIN",
            "TRAIN",
            "TRAIN"
          ]
        },
        {
          "name": "pattern",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OTHER",
            "E_RALLY_FLAT_OPEN",
            "F_GAP_DOWN_NO_RALLY"
          ]
        },
        {
          "name": "gap_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3_5",
            "3_5",
            "<-3"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_5y_validation",
      "description": "",
      "representative_file": "pump_5y_validation.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1361126,
      "rep_rows": 5539,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AACG_20220107",
            "AACG_20250801",
            "AACG_20250804"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AACG",
            "AACG",
            "AACG"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2022-01-07T00:00:00",
            "2025-08-01T00:00:00",
            "2025-08-04T00:00:00"
          ]
        },
        {
          "name": "p_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            2.17,
            1.21
          ]
        },
        {
          "name": "p_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.93,
            2.22,
            1.22
          ]
        },
        {
          "name": "p_935",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0199,
            2.07,
            1.255
          ]
        },
        {
          "name": "p_945",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0972,
            2.08,
            1.25
          ]
        },
        {
          "name": "p_1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.15,
            null,
            1.1794
          ]
        },
        {
          "name": "p_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0683,
            null,
            1.235
          ]
        },
        {
          "name": "p_1300",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.13,
            null,
            null
          ]
        },
        {
          "name": "p_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.67,
            2.08,
            1.235
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            2.02,
            2.22,
            1.55
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            2.03,
            2.22,
            1.62
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            1.83,
            2.0,
            1.15
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.96,
            2.11,
            1.22
          ]
        },
        {
          "name": "pm_vwap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market VWAP",
          "sample_values": [
            1.908815,
            2.127715,
            1.356211
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6960",
            "36692",
            "3355085"
          ]
        },
        {
          "name": "pre9_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.03,
            2.22,
            1.62
          ]
        },
        {
          "name": "pre9_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            1.83,
            2.0,
            1.15
          ]
        },
        {
          "name": "pre9_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6054",
            "35125",
            "3298333"
          ]
        },
        {
          "name": "last30_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.0,
            2.17,
            1.2499
          ]
        },
        {
          "name": "last30_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "906",
            "1567",
            "56752"
          ]
        },
        {
          "name": "slope_30m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.0,
            -0.471698,
            2.521008
          ]
        },
        {
          "name": "bar_5min_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.02,
            2.22,
            1.33
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.98,
            2.22,
            1.08
          ]
        },
        {
          "name": "intraday_d_minus_1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.761905,
            26.857143,
            -51.351351
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1292962.55,
            167999.85,
            344719.95
          ]
        },
        {
          "name": "gap_at_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            -2.525253,
            0.0,
            12.962963
          ]
        },
        {
          "name": "pm_close_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            -1.010101,
            -4.954955,
            12.962963
          ]
        },
        {
          "name": "pm_open_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            2.020202,
            0.0,
            43.518519
          ]
        },
        {
          "name": "pm_high_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.525253,
            0.0,
            50.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.10101,
            9.90991,
            43.518519
          ]
        },
        {
          "name": "stretch_30m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.0,
            -0.471698,
            2.521008
          ]
        },
        {
          "name": "p_open_vs_pm_vwap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.109844,
            4.337271,
            -10.04347
          ]
        },
        {
          "name": "broke_pm_high_5min",
          "arrow_type": "bool",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022",
            "2025",
            "2025"
          ]
        },
        {
          "name": "s1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s1_v2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s4",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s6",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "s7",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s8",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s9",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s1_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            7.165803,
            null,
            1.229508
          ]
        },
        {
          "name": "s2_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -8.663212,
            6.306306,
            -2.459016
          ]
        },
        {
          "name": "s3_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            7.165803,
            null,
            1.229508
          ]
        },
        {
          "name": "s4_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -11.398964,
            null,
            3.327869
          ]
        },
        {
          "name": "s6_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -8.663212,
            6.306306,
            -2.459016
          ]
        },
        {
          "name": "s7_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            null,
            2.528926
          ]
        },
        {
          "name": "s8_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            4.147465,
            -3.305785
          ]
        },
        {
          "name": "s9_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            null,
            -2.528926
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_accum_dataset",
      "description": "",
      "representative_file": "pump_accum_dataset.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1079883,
      "rep_rows": 8583,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "vol_ramp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.240492,
            0.983811,
            0.629908
          ]
        },
        {
          "name": "dvol_ramp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.123573,
            0.822426,
            0.450596
          ]
        },
        {
          "name": "price_chg_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            -52.327586,
            -24.460432,
            -31.016043
          ]
        },
        {
          "name": "vola_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.497772,
            4.280717,
            2.855116
          ]
        },
        {
          "name": "quiet_climb",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            -4.984637,
            -5.714096,
            -10.863323
          ]
        },
        {
          "name": "slope_obv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.000463,
            -0.115338,
            -0.049879
          ]
        },
        {
          "name": "cons_green",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "hl_count_10d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "2",
            "2"
          ]
        },
        {
          "name": "rg_expansion",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.200095,
            1.151466,
            1.437793
          ]
        },
        {
          "name": "spike_cnt_20d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "1",
            "0"
          ]
        },
        {
          "name": "max_spike_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            19.662289,
            3.570508,
            1.504266
          ]
        },
        {
          "name": "pct_upper_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2,
            0.15,
            0.05
          ]
        },
        {
          "name": "max_abs_move_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.604651,
            9.651289,
            6.569343
          ]
        },
        {
          "name": "d1_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            28.604651,
            4.727708,
            5.737705
          ]
        },
        {
          "name": "d1_vol_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.825131,
            0.73971,
            1.238365
          ]
        },
        {
          "name": "d1_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            91.372093,
            5.98444,
            8.196721
          ]
        },
        {
          "name": "dist_hi20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -56.964981,
            -31.372549,
            -33.846154
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "POET",
            "KOPN"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-23T00:00:00"
          ]
        },
        {
          "name": "label",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_bars_1m",
      "description": "",
      "representative_file": "pump_bars_1m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 17814453,
      "rep_rows": 1127638,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 1127748,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-04-22 04:00:00",
            "2024-04-22 04:01:00",
            "2024-04-22 04:14:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            1.2,
            1.16,
            1.09
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            1.2,
            1.17,
            1.09
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            1.2,
            1.16,
            1.09
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            1.2,
            1.17,
            1.09
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "500",
            "200",
            "224"
          ]
        },
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NKGN_20240422",
            "NKGN_20240422",
            "NKGN_20240422"
          ]
        },
        {
          "name": "event_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "NKGN",
            "NKGN"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_bars_1m_5y",
      "description": "",
      "representative_file": "pump_bars_1m_5y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 42058444,
      "rep_rows": 2616221,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-04-22 04:00:00",
            "2024-04-22 04:01:00",
            "2024-04-22 04:14:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "NKGN",
            "NKGN"
          ]
        },
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NKGN_20240422",
            "NKGN_20240422",
            "NKGN_20240422"
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            1.2,
            1.16,
            1.09
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            1.2,
            1.17,
            1.09
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            1.2,
            1.17,
            1.09
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "500",
            "200",
            "224"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            1.2,
            1.16,
            1.09
          ]
        },
        {
          "name": "event_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_bars_1m_widefull",
      "description": "",
      "representative_file": "pump_bars_1m_widefull.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 144538442,
      "rep_rows": 8309336,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "NKGN",
            "NKGN"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            1.2,
            1.16,
            1.09
          ]
        },
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-04-22 04:00:00",
            "2024-04-22 04:01:00",
            "2024-04-22 04:14:00"
          ]
        },
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NKGN_20240422",
            "NKGN_20240422",
            "NKGN_20240422"
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            1.2,
            1.16,
            1.09
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            1.2,
            1.17,
            1.09
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "500",
            "200",
            "224"
          ]
        },
        {
          "name": "event_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00"
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            1.2,
            1.17,
            1.09
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_combos_v2",
      "description": "",
      "representative_file": "pump_combos_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11331,
      "rep_rows": 108,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "filter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "break_20d=0",
            "atr 2-5x",
            "atr<2x"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "417",
            "437",
            "183"
          ]
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80.1,
            79.4,
            73.8
          ]
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.69,
            3.7,
            3.09
          ]
        },
        {
          "name": "med%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            7.0,
            7.0
          ]
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.2,
            6.2,
            6.0
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            9.48,
            9.47,
            8.21
          ]
        },
        {
          "name": "stop%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.4,
            2.5,
            2.7
          ]
        },
        {
          "name": "tgt%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            67.6,
            70.5,
            57.4
          ]
        },
        {
          "name": "tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1-way",
            "1-way",
            "1-way"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_daily_context",
      "description": "",
      "representative_file": "pump_daily_context.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 624789,
      "rep_rows": 48545,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NKGN_20240422",
            "NKGN_20240422",
            "NKGN_20240422"
          ]
        },
        {
          "name": "event_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00"
          ]
        },
        {
          "name": "day_offset",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-5",
            "-4",
            "-3"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-15T00:00:00",
            "2024-04-16T00:00:00",
            "2024-04-17T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "NKGN",
            "NKGN"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.21,
            1.25,
            1.11
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.24,
            1.21,
            1.03
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            85812.0,
            53597.0,
            183582.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_daily_density_regime",
      "description": "",
      "representative_file": "pump_daily_density_regime.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 166214,
      "rep_rows": 1255,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-04-13T00:00:00",
            "2021-04-14T00:00:00",
            "2021-04-15T00:00:00"
          ]
        },
        {
          "name": "spy_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VIXCLS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16.65,
            16.99,
            16.57
          ]
        },
        {
          "name": "BAMLH0A0HYM2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "DTWEXBGS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            113.0391,
            112.7849,
            112.6181
          ]
        },
        {
          "name": "vix_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.3,
            0.3,
            -0.12
          ]
        },
        {
          "name": "vix_20d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.55,
            -2.82,
            -2.29
          ]
        },
        {
          "name": "hy_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "arkk_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.012194,
            3.352094,
            1.997744
          ]
        },
        {
          "name": "arkk_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.024209,
            -0.912554,
            -0.65903
          ]
        },
        {
          "name": "iwm_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.413223,
            1.191717,
            0.777318
          ]
        },
        {
          "name": "iwm_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -5.665046,
            -3.114967,
            -3.452284
          ]
        },
        {
          "name": "amc_vol_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.510208,
            0.602042,
            0.651382
          ]
        },
        {
          "name": "gme_vol_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.564694,
            0.79163,
            0.785496
          ]
        },
        {
          "name": "n_pumps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "regime_A_vix_calm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "regime_B_spy_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "regime_C_arkk_lead",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "regime_D_meme_active",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "regime_E_hy_tight",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "regime_F_vix_unwind",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "regime_G_FOMO_full",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_daily_ohlcv",
      "description": "",
      "representative_file": "pump_daily_ohlcv.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10369882,
      "rep_rows": 648534,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-01-02",
            "2024-01-03",
            "2024-01-04"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            1.15,
            1.09,
            1.14
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            1.15,
            1.2342,
            1.1499
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            0.9741,
            1.04,
            1.09
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            0.9741,
            1.04,
            1.09
          ]
        },
        {
          "name": "v",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            15333.0,
            2567.0,
            5609.0
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AACG",
            "AACG",
            "AACG"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_events",
      "description": "",
      "representative_file": "pump_events.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 326697,
      "rep_rows": 4427,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-23T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "POET",
            "KOPN"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.31,
            1.27,
            1.29
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.47,
            1.25,
            0.9633
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            23765525.0,
            3928627.0,
            7776112.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.106,
            1.05,
            1.29
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            626632.4,
            63876.1,
            941221.1
          ]
        },
        {
          "name": "spike_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            37.925784,
            61.503865,
            8.261727
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            18.444846,
            20.952381,
            0.0
          ]
        },
        {
          "name": "day_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            32.911392,
            19.047619,
            -25.325581
          ]
        },
        {
          "name": "mcap_event_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            147.466667,
            160.494761,
            236.197183
          ]
        },
        {
          "name": "mcap_cur_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            8.0,
            1313.0,
            520.0
          ]
        },
        {
          "name": "shares_proxy_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            133.333333,
            152.852154,
            183.098592
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Technology",
            "Technology"
          ]
        },
        {
          "name": "lvl2",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Tech Hardware & Semiconductors",
            "Tech Hardware & Semiconductors"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Biotech & Pharma",
            "Semiconductors",
            "Technology Hardware"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_events_5y",
      "description": "",
      "representative_file": "pump_events_5y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1208079,
      "rep_rows": 14550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AACG_20220107",
            "AACQ_20210615",
            "AAGR_20231220"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AACG",
            "AACQ",
            "AAGR"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2022-01-07T00:00:00",
            "2021-06-15T00:00:00",
            "2023-12-20T00:00:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.93,
            10.05,
            0.6962
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            2.64,
            10.02,
            0.9927
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            9718034.0,
            4925193.0,
            6273859.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.98,
            9.98,
            0.77
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -2.525253,
            0.701403,
            -9.584416
          ]
        },
        {
          "name": "day_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            33.333333,
            0.400802,
            28.922078
          ]
        },
        {
          "name": "intra_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.787565,
            -0.298507,
            42.588337
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1292962.55,
            1219794.95,
            1042012.65
          ]
        },
        {
          "name": "med_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            43172.5,
            1280291.5,
            98594.5
          ]
        },
        {
          "name": "spike_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.516099,
            4.037722,
            6.020905
          ]
        },
        {
          "name": "dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25655609.76,
            49350433.86,
            6228059.8293
          ]
        },
        {
          "name": "mcap_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spike_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "weak_5x",
            "soft_3x",
            "weak_5x"
          ]
        },
        {
          "name": "price_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "low_1_2",
            "upper_5_10",
            "penny_0.5_1"
          ]
        },
        {
          "name": "mcap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "unknown",
            "unknown",
            "unknown"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_events_enriched",
      "description": "",
      "representative_file": "pump_events_enriched.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 811605,
      "rep_rows": 4427,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 4428,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-23T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "POET",
            "KOPN"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.31,
            1.27,
            1.29
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.47,
            1.25,
            0.9633
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            23765525.0,
            3928627.0,
            7776112.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.106,
            1.05,
            1.29
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            626632.4,
            63876.1,
            941221.1
          ]
        },
        {
          "name": "spike_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            37.925784,
            61.503865,
            8.261727
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            18.444846,
            20.952381,
            0.0
          ]
        },
        {
          "name": "day_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            32.911392,
            19.047619,
            -25.325581
          ]
        },
        {
          "name": "mcap_event_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            147.466667,
            160.494761,
            236.197183
          ]
        },
        {
          "name": "mcap_cur_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            8.0,
            1313.0,
            520.0
          ]
        },
        {
          "name": "shares_proxy_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            133.333333,
            152.852154,
            183.098592
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Technology",
            "Technology"
          ]
        },
        {
          "name": "lvl2",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Tech Hardware & Semiconductors",
            "Tech Hardware & Semiconductors"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Biotech & Pharma",
            "Semiconductors",
            "Technology Hardware"
          ]
        },
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NKGN_20240422",
            "POET_20240422",
            "KOPN_20240423"
          ]
        },
        {
          "name": "overnight",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5852602.0,
            161023.0,
            52959.0
          ]
        },
        {
          "name": "prev_ah",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            131526.0
          ]
        },
        {
          "name": "rth_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6276724.0,
            2038698.0,
            817577.0
          ]
        },
        {
          "name": "prev_overnight_extra",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "total_window",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12129326.0,
            2199721.0,
            1002062.0
          ]
        },
        {
          "name": "pct_prev_ah",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            13.125535
          ]
        },
        {
          "name": "pct_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            48.251667,
            7.320156,
            5.285002
          ]
        },
        {
          "name": "pct_rth_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            51.748333,
            92.679844,
            81.589463
          ]
        },
        {
          "name": "pump_start",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pm",
            "rth_early",
            "rth_early"
          ]
        },
        {
          "name": "ret_d1_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            25.85034,
            26.4,
            -10.931174
          ]
        },
        {
          "name": "ret_d2_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            16.326531,
            82.4,
            -15.581854
          ]
        },
        {
          "name": "ret_d3_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            34.693878,
            58.4,
            -18.633863
          ]
        },
        {
          "name": "ret_d5_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            11.564626,
            135.2,
            -18.405481
          ]
        },
        {
          "name": "gap_d1_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.204082,
            4.0,
            0.695526
          ]
        },
        {
          "name": "spike_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "25-100x",
            "25-100x",
            "5-10x"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "75-150M",
            "150-300M",
            "150-300M"
          ]
        },
        {
          "name": "price_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "1-2",
            "1-2",
            "1-2"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_events_enriched_master",
      "description": "",
      "representative_file": "pump_events_enriched_master.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1730273,
      "rep_rows": 14550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AACG_20220107",
            "AACQ_20210615",
            "AAGR_20231220"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AACG",
            "AACQ",
            "AAGR"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2022-01-07T00:00:00",
            "2021-06-15T00:00:00",
            "2023-12-20T00:00:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.93,
            10.05,
            0.6962
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            2.64,
            10.02,
            0.9927
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            9718034.0,
            4925193.0,
            6273859.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.98,
            9.98,
            0.77
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -2.525253,
            0.701403,
            -9.584416
          ]
        },
        {
          "name": "day_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            33.333333,
            0.400802,
            28.922078
          ]
        },
        {
          "name": "intra_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.787565,
            -0.298507,
            42.588337
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1292962.55,
            1219794.95,
            1042012.65
          ]
        },
        {
          "name": "med_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            43172.5,
            1280291.5,
            98594.5
          ]
        },
        {
          "name": "spike_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.516099,
            4.037722,
            6.020905
          ]
        },
        {
          "name": "dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25655609.76,
            49350433.86,
            6228059.8293
          ]
        },
        {
          "name": "mcap_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spike_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "weak_5x",
            "soft_3x",
            "weak_5x"
          ]
        },
        {
          "name": "price_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "low_1_2",
            "upper_5_10",
            "penny_0.5_1"
          ]
        },
        {
          "name": "mcap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "unknown",
            "unknown",
            "unknown"
          ]
        },
        {
          "name": "ttn_pre3d_n_stories",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_rumor",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_contract",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_drug_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_drug_neg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_product",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_lawsuit",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_short_report",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_insider_13d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_index_add",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_recall",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_restruct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_tariff",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_ai",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_research_alert",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_stories",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_rumor_press",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_contract_deal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_ceo_change",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_drug_trial_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_drug_trial_neg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_product_launch",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_lawsuit_legal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_short_report",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_insider_13d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_index_add",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_supply_recall",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_restructuring",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_tariff_trade",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_ai_mention",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_conf_call_summary",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_ttn_research_alert",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_preliminary",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "has_news_pre3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "has_news_day",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "shares_out",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "float_shares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "shares_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "short_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "short_pct_float",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "insider_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "inst_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "shares_out_poly",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "weighted_shares_poly",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "exchange",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "mcap_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "shares_out_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "float_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "insider_pct_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "inst_pct_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "float_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "unknown",
            "unknown",
            "unknown"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "country",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "country_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "unknown",
            "unknown",
            "unknown"
          ]
        },
        {
          "name": "ins_n_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ins_buys_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ins_sells_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ins_buy_val_30d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "ins_sell_val_30d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "analyst_strongBuy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "analyst_buy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "analyst_hold",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "analyst_sell",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "analyst_strongSell",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "analyst_total",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "analyst_pos_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "analyst_neg_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "call_oi_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "put_oi_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pc_ratio_oi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "call_vol_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "put_vol_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "DGS10",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.76,
            1.51,
            3.86
          ]
        },
        {
          "name": "DGS2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.87,
            0.16,
            4.34
          ]
        },
        {
          "name": "T10Y2Y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.89,
            1.35,
            -0.48
          ]
        },
        {
          "name": "DFF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.08,
            0.06,
            5.33
          ]
        },
        {
          "name": "VIXCLS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.76,
            17.02,
            13.67
          ]
        },
        {
          "name": "BAMLH0A0HYM2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            3.43
          ]
        },
        {
          "name": "DTWEXBGS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            115.0451,
            111.3507,
            119.5435
          ]
        },
        {
          "name": "T10YIE",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.48,
            2.38,
            2.19
          ]
        },
        {
          "name": "spy_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            466.09,
            424.48,
            468.26
          ]
        },
        {
          "name": "spy_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.39535,
            -0.183417,
            -1.38573
          ]
        },
        {
          "name": "spy_ret_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.867526,
            0.520981,
            -0.476089
          ]
        },
        {
          "name": "spy_ret_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.055752,
            2.156334,
            3.30708
          ]
        },
        {
          "name": "vix_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "normal",
            "normal",
            "low"
          ]
        },
        {
          "name": "FXI_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RSX_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "GLD_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SLV_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "USO_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "BITO_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "near_split_5d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ah_high_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ah_low_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ah_close_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ah_open_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ah_vol_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_since_prev_pump",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "campaign_id",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "is_first_in_campaign",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "is_repeat_within_5d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "lifetime_pump_count",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "repeat_pumper_flag",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "spy_5d_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dn",
            "flat",
            "flat"
          ]
        },
        {
          "name": "dilution_filing_pre10d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "dilution_filing_post5d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_events_v2",
      "description": "",
      "representative_file": "pump_events_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1326344,
      "rep_rows": 4427,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-23T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "POET",
            "KOPN"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.31,
            1.27,
            1.29
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.47,
            1.25,
            0.9633
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            23765525.0,
            3928627.0,
            7776112.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.106,
            1.05,
            1.29
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            626632.4,
            63876.1,
            941221.1
          ]
        },
        {
          "name": "spike_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            37.925784,
            61.503865,
            8.261727
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            18.444846,
            20.952381,
            0.0
          ]
        },
        {
          "name": "day_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            32.911392,
            19.047619,
            -25.325581
          ]
        },
        {
          "name": "mcap_event_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            147.466667,
            160.494761,
            236.197183
          ]
        },
        {
          "name": "mcap_cur_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            8.0,
            1313.0,
            520.0
          ]
        },
        {
          "name": "shares_proxy_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            133.333333,
            152.852154,
            183.098592
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Technology",
            "Technology"
          ]
        },
        {
          "name": "lvl2",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Tech Hardware & Semiconductors",
            "Tech Hardware & Semiconductors"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Biotech & Pharma",
            "Semiconductors",
            "Technology Hardware"
          ]
        },
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NKGN_20240422",
            "POET_20240422",
            "KOPN_20240423"
          ]
        },
        {
          "name": "overnight",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5852602.0,
            161023.0,
            52959.0
          ]
        },
        {
          "name": "prev_ah",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            131526.0
          ]
        },
        {
          "name": "rth_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6276724.0,
            2038698.0,
            817577.0
          ]
        },
        {
          "name": "prev_overnight_extra",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "total_window",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12129326.0,
            2199721.0,
            1002062.0
          ]
        },
        {
          "name": "pct_prev_ah",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            13.125535
          ]
        },
        {
          "name": "pct_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            48.251667,
            7.320156,
            5.285002
          ]
        },
        {
          "name": "pct_rth_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            51.748333,
            92.679844,
            81.589463
          ]
        },
        {
          "name": "pump_start",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pm",
            "rth_early",
            "rth_early"
          ]
        },
        {
          "name": "ret_d1_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            25.85034,
            26.4,
            -10.931174
          ]
        },
        {
          "name": "ret_d2_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            16.326531,
            82.4,
            -15.581854
          ]
        },
        {
          "name": "ret_d3_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            34.693878,
            58.4,
            -18.633863
          ]
        },
        {
          "name": "ret_d5_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            11.564626,
            135.2,
            -18.405481
          ]
        },
        {
          "name": "gap_d1_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.204082,
            4.0,
            0.695526
          ]
        },
        {
          "name": "spike_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "25-100x",
            "25-100x",
            "5-10x"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "75-150M",
            "150-300M",
            "150-300M"
          ]
        },
        {
          "name": "price_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "1-2",
            "1-2",
            "1-2"
          ]
        },
        {
          "name": "h_d0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.72,
            1.38,
            1.3
          ]
        },
        {
          "name": "l_d0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.2,
            1.2,
            0.95
          ]
        },
        {
          "name": "o_d0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.31,
            1.27,
            1.29
          ]
        },
        {
          "name": "c_d0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.47,
            1.25,
            0.9633
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            0.205329,
            0.091786,
            0.095364
          ]
        },
        {
          "name": "day_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            47.016275,
            17.142857,
            27.131783
          ]
        },
        {
          "name": "hi_20d_prior",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.57,
            1.53,
            1.95
          ]
        },
        {
          "name": "lo_20d_prior",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.821,
            1.0,
            1.19
          ]
        },
        {
          "name": "range_vs_atr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.532526,
            1.961089,
            3.670137
          ]
        },
        {
          "name": "break_20d_hi",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "dist_above_20dhi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -33.07393,
            -9.803922,
            -33.333333
          ]
        },
        {
          "name": "h_next",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.95,
            1.67,
            1.035
          ]
        },
        {
          "name": "l_next",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.52,
            1.28,
            0.855
          ]
        },
        {
          "name": "o_next",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.62,
            1.3,
            0.97
          ]
        },
        {
          "name": "c_next",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.85,
            1.58,
            0.858
          ]
        },
        {
          "name": "d1_low_vs_dO_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            16.030534,
            0.787402,
            -33.72093
          ]
        },
        {
          "name": "d1_high_vs_dH_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            13.372093,
            21.014493,
            -20.384615
          ]
        },
        {
          "name": "ARKK_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.428571,
            1.428571,
            2.981221
          ]
        },
        {
          "name": "DIA_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.676672,
            0.676672,
            0.693046
          ]
        },
        {
          "name": "IWM_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.11836,
            1.11836,
            1.674347
          ]
        },
        {
          "name": "QQQ_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.005667,
            1.005667,
            1.492288
          ]
        },
        {
          "name": "SOXX_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.648269,
            1.648269,
            2.087672
          ]
        },
        {
          "name": "SPY_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.920914,
            0.920914,
            1.186665
          ]
        },
        {
          "name": "XBI_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.110709,
            1.110709,
            1.122388
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.452381,
            0.452381,
            0.446009
          ]
        },
        {
          "name": "DIA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.508162,
            0.508162,
            0.345215
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.554002,
            0.554002,
            -0.020481
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.641505,
            0.641505,
            0.465594
          ]
        },
        {
          "name": "SOXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.033318,
            1.033318,
            0.689279
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.53922,
            0.53922,
            0.412231
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.808886,
            0.808886,
            0.752239
          ]
        },
        {
          "name": "SPY_5d_cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.931896,
            -0.931896,
            0.437146
          ]
        },
        {
          "name": "IWM_5d_cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.232817,
            -0.232817,
            1.809289
          ]
        },
        {
          "name": "ARKK_5d_cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.036025,
            -4.036025,
            0.59008
          ]
        },
        {
          "name": "exchange",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OTC US",
            "NASDAQ CM",
            "NASDAQ CM"
          ]
        },
        {
          "name": "is_otc",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "exch_group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OTC",
            "NASDAQ",
            "NASDAQ"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_float_meta",
      "description": "",
      "representative_file": "pump_float_meta.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 30609,
      "rep_rows": 4427,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "POET",
            "KOPN"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-23T00:00:00"
          ]
        },
        {
          "name": "shares_outstanding",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            132021526.0,
            null
          ]
        },
        {
          "name": "weighted_shares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            152711182.0,
            null
          ]
        },
        {
          "name": "sic_code",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "primary_exchange",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "XNAS",
            null
          ]
        },
        {
          "name": "type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_halt_history",
      "description": "",
      "representative_file": "pump_halt_history.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 49985,
      "rep_rows": 4359,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AACG_20250801",
            "AACG_20250804",
            "ABAT_20240920"
          ]
        },
        {
          "name": "n_bars_rth",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "55",
            "89",
            "91"
          ]
        },
        {
          "name": "has_halt",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "max_gap_min",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.0,
            2.0,
            1.0
          ]
        },
        {
          "name": "n_gaps_5plus",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "0",
            "0"
          ]
        },
        {
          "name": "n_luld_pause",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_halt_per_ticker",
      "description": "",
      "representative_file": "pump_halt_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8659,
      "rep_rows": 663,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LHSW",
            "ZAPPF",
            "KOSS"
          ]
        },
        {
          "name": "n_pumps",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "3"
          ]
        },
        {
          "name": "n_halts",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "3"
          ]
        },
        {
          "name": "halt_rate",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            100.0,
            100.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_macro_context",
      "description": "",
      "representative_file": "pump_macro_context.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 158942,
      "rep_rows": 4428,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NKGN_20240422",
            "POET_20240422",
            "KOPN_20240423"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-23T00:00:00"
          ]
        },
        {
          "name": "ARKK_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.428571,
            1.428571,
            2.981221
          ]
        },
        {
          "name": "DIA_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.676672,
            0.676672,
            0.693046
          ]
        },
        {
          "name": "IWM_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.11836,
            1.11836,
            1.674347
          ]
        },
        {
          "name": "QQQ_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.005667,
            1.005667,
            1.492288
          ]
        },
        {
          "name": "SOXX_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.648269,
            1.648269,
            2.087672
          ]
        },
        {
          "name": "SPY_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.920914,
            0.920914,
            1.186665
          ]
        },
        {
          "name": "XBI_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.110709,
            1.110709,
            1.122388
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.452381,
            0.452381,
            0.446009
          ]
        },
        {
          "name": "DIA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.508162,
            0.508162,
            0.345215
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.554002,
            0.554002,
            -0.020481
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.641505,
            0.641505,
            0.465594
          ]
        },
        {
          "name": "SOXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.033318,
            1.033318,
            0.689279
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.53922,
            0.53922,
            0.412231
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.808886,
            0.808886,
            0.752239
          ]
        },
        {
          "name": "SPY_5d_cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.931896,
            -0.931896,
            0.437146
          ]
        },
        {
          "name": "IWM_5d_cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.232817,
            -0.232817,
            1.809289
          ]
        },
        {
          "name": "ARKK_5d_cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.036025,
            -4.036025,
            0.59008
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_more_angles",
      "description": "",
      "representative_file": "pump_more_angles.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 632272,
      "rep_rows": 3614,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NKGN_20240422",
            "POET_20240422",
            "KOPN_20240423"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "POET",
            "KOPN"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-23T00:00:00"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.106,
            1.05,
            1.29
          ]
        },
        {
          "name": "intraday_d_minus_1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.582115,
            3.960396,
            4.878049
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            626632.4,
            63876.1,
            941221.1
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.2,
            1.5,
            1.29
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            1.86,
            1.5,
            1.35
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            1.07,
            1.11,
            1.22
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.31,
            1.27,
            1.27
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5852602.0,
            161023.0,
            52959.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VIXCLS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_ret_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.31,
            1.27,
            1.29
          ]
        },
        {
          "name": "long_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -7.0,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "long_trail3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.923664,
            5.401575,
            -2.248062
          ]
        },
        {
          "name": "long_trail5",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.801527,
            3.228346,
            -3.875969
          ]
        },
        {
          "name": "long_trail7",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.320611,
            1.055118,
            -3.875969
          ]
        },
        {
          "name": "long_trail10",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.503817,
            -2.204724,
            -3.875969
          ]
        },
        {
          "name": "long_e945",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.526718,
            5.511811,
            -0.775194
          ]
        },
        {
          "name": "long_e1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.0,
            7.795276,
            -0.775194
          ]
        },
        {
          "name": "long_e1015",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.0,
            0.0,
            -2.713178
          ]
        },
        {
          "name": "long_e1030",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.0,
            -0.787402,
            -0.775194
          ]
        },
        {
          "name": "long_e1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.0,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "long_e1200",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.0,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "long_e1300",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.0,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "long_e1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.0,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "pm_open_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.499096,
            42.857143,
            0.0
          ]
        },
        {
          "name": "pm_close_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            18.444846,
            20.952381,
            -1.550388
          ]
        },
        {
          "name": "pm_high_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            68.173599,
            42.857143,
            4.651163
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            71.428571,
            37.142857,
            10.077519
          ]
        },
        {
          "name": "day_of_week",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Monday",
            "Monday",
            "Tuesday"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_pattern_classifier",
      "description": "",
      "representative_file": "pump_pattern_classifier.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 25474,
      "rep_rows": 8,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SFHG_20250205",
            "SNTI_20250428",
            "STSS_20250430"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SFHG",
            "SNTI",
            "STSS"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-02-05T00:00:00",
            "2025-04-28T00:00:00",
            "2025-04-30T00:00:00"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            5.0,
            5.0,
            5.0
          ]
        },
        {
          "name": "spike_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.771741,
            160.154403,
            21.22561
          ]
        },
        {
          "name": "intraday_d_minus_1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.388316,
            3.305785,
            -6.19137
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            4084943.0,
            3640742.0,
            19435332.0
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.41,
            5.0,
            4.91
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            1.83,
            7.27,
            7.9
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            1.15,
            4.4,
            4.85
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.17,
            4.9,
            6.11
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11708493.0,
            1967038.0,
            5702317.0
          ]
        },
        {
          "name": "pm_n_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            330.0,
            136.0,
            150.0
          ]
        },
        {
          "name": "pm_first_hr_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.41,
            5.0,
            4.91
          ]
        },
        {
          "name": "pm_late_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.29,
            4.73,
            6.28
          ]
        },
        {
          "name": "pm_late_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.17,
            4.9,
            6.11
          ]
        },
        {
          "name": "pm_late_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            1.36,
            5.04,
            6.33
          ]
        },
        {
          "name": "gap_at_open_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            -76.6,
            -2.0,
            22.2
          ]
        },
        {
          "name": "pm_slope_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -17.021277,
            -2.0,
            24.439919
          ]
        },
        {
          "name": "pm_drop_from_hi_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -36.065574,
            -32.599725,
            -22.658228
          ]
        },
        {
          "name": "pm_late_slope_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -9.302326,
            3.59408,
            -2.707006
          ]
        },
        {
          "name": "pnl_945",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            7.0,
            7.0,
            -0.2457
          ]
        },
        {
          "name": "tier_945",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TGT",
            "TGT",
            "TIME"
          ]
        },
        {
          "name": "pnl_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            7.0,
            7.0,
            -9.418509
          ]
        },
        {
          "name": "tier_955",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TGT",
            "TGT",
            "TIME"
          ]
        },
        {
          "name": "pnl_1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            7.0,
            7.0,
            -6.470106
          ]
        },
        {
          "name": "tier_1000",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TGT",
            "TGT",
            "TIME"
          ]
        },
        {
          "name": "pnl_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            7.0,
            7.0,
            -20.0
          ]
        },
        {
          "name": "tier_1100",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TGT",
            "TGT",
            "STOP"
          ]
        },
        {
          "name": "first_5min_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.521008,
            -13.414634,
            1.556102
          ]
        },
        {
          "name": "first_15min_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.840336,
            -13.615854,
            0.2457
          ]
        },
        {
          "name": "first_15min_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.403361,
            0.609756,
            9.418509
          ]
        },
        {
          "name": "first_15min_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -10.504202,
            -17.479675,
            -3.194103
          ]
        },
        {
          "name": "pattern",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "E_PM_REVERSAL",
            "E_PM_REVERSAL",
            "E_PM_REVERSAL"
          ]
        },
        {
          "name": "first_5_dir",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "drop_2+",
            "drop_2+",
            "flat_up"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_pm_accumulation_long",
      "description": "",
      "representative_file": "pump_pm_accumulation_long.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 206146,
      "rep_rows": 858,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "pm_open_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            18.918919,
            -0.561798,
            0.653595
          ]
        },
        {
          "name": "pm_close_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            40.990991,
            11.235955,
            1.960784
          ]
        },
        {
          "name": "pm_high_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            98.198198,
            40.449438,
            20.869281
          ]
        },
        {
          "name": "pm_low_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.108108,
            -13.483146,
            -5.228758
          ]
        },
        {
          "name": "pm_vol_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "11649545",
            "5398356",
            "1475112"
          ]
        },
        {
          "name": "pm_n_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "329",
            "324",
            "242"
          ]
        },
        {
          "name": "early_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.32,
            1.77,
            1.54
          ]
        },
        {
          "name": "early_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.66,
            1.99,
            1.78
          ]
        },
        {
          "name": "early_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            2.2,
            2.5,
            1.84
          ]
        },
        {
          "name": "early_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            1.2,
            1.54,
            1.53
          ]
        },
        {
          "name": "early_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5951694.0,
            2305597.0,
            486979.0
          ]
        },
        {
          "name": "early_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            90.09009,
            53.932584,
            20.261438
          ]
        },
        {
          "name": "early_vs_pc_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            18.918919,
            -0.561798,
            0.653595
          ]
        },
        {
          "name": "early_vs_pc_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            49.54955,
            11.797753,
            16.339869
          ]
        },
        {
          "name": "mid_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.65,
            1.99,
            1.77
          ]
        },
        {
          "name": "mid_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.5706,
            2.0,
            1.5894
          ]
        },
        {
          "name": "mid_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4181837.0,
            2547406.0,
            765780.0
          ]
        },
        {
          "name": "mid_change_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.812121,
            0.502513,
            -10.20339
          ]
        },
        {
          "name": "late_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.5794,
            2.0,
            1.5851
          ]
        },
        {
          "name": "late_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.565,
            1.98,
            1.56
          ]
        },
        {
          "name": "late_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1516014.0,
            545353.0,
            222353.0
          ]
        },
        {
          "name": "late_change_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.911739,
            -1.0,
            -1.583496
          ]
        },
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ABAT_20241223",
            "ABAT_20241224",
            "ABAT_20250430"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.11,
            1.78,
            1.53
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2995676.65,
            4870041.95,
            1122579.55
          ]
        },
        {
          "name": "long_pnl_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -10.0,
            20.0,
            -10.0
          ]
        },
        {
          "name": "long_pnl_1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -10.0,
            20.0,
            -10.0
          ]
        },
        {
          "name": "long_pnl_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -10.0,
            20.0,
            -10.0
          ]
        },
        {
          "name": "long_pnl_1300",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -10.0,
            20.0,
            -10.0
          ]
        },
        {
          "name": "long_pnl_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -10.0,
            20.0,
            -10.0
          ]
        },
        {
          "name": "vol_late_share",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.130135,
            0.101022,
            0.150736
          ]
        },
        {
          "name": "vol_early_share",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.510895,
            0.427092,
            0.33013
          ]
        },
        {
          "name": "vol_mid_share",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.35897,
            0.471886,
            0.519133
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_pre_open_entries",
      "description": "",
      "representative_file": "pump_pre_open_entries.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 277891,
      "rep_rows": 2575,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AACG_20250804",
            "ABAT_20240923",
            "ABAT_20241218"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AACG",
            "ABAT",
            "ABAT"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-08-04T00:00:00",
            "2024-09-23T00:00:00",
            "2024-12-18T00:00:00"
          ]
        },
        {
          "name": "pre9_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            1.62,
            1.12,
            1.42
          ]
        },
        {
          "name": "pre9_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            1.15,
            0.97,
            0.8973
          ]
        },
        {
          "name": "pre9_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.1897,
            1.0,
            1.18
          ]
        },
        {
          "name": "pre9_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3298333",
            "894559",
            "5646193"
          ]
        },
        {
          "name": "p_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.19,
            null,
            1.23
          ]
        },
        {
          "name": "p_915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.23,
            null,
            1.24
          ]
        },
        {
          "name": "p_920",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.23,
            null,
            1.28
          ]
        },
        {
          "name": "p_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.21,
            1.0096,
            1.2
          ]
        },
        {
          "name": "p_929",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.22,
            1.01,
            1.17
          ]
        },
        {
          "name": "p_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.22,
            1.01,
            1.17
          ]
        },
        {
          "name": "p_935",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.255,
            0.9661,
            1.2295
          ]
        },
        {
          "name": "p_945",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            0.965,
            1.0696
          ]
        },
        {
          "name": "p_1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.1794,
            0.96,
            1.1233
          ]
        },
        {
          "name": "last30_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            1.2499,
            1.02,
            1.48
          ]
        },
        {
          "name": "last30_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            1.18,
            1.0,
            1.07
          ]
        },
        {
          "name": "last30_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "56752",
            "97542",
            "7555306"
          ]
        },
        {
          "name": "slope_30m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.521008,
            1.0,
            -0.847458
          ]
        },
        {
          "name": "direction_900_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.680672,
            null,
            -2.439024
          ]
        },
        {
          "name": "broke_pre9_high",
          "arrow_type": "bool",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "broke_pre9_low",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pm_hod_rejected",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_prediction_horizons",
      "description": "",
      "representative_file": "pump_prediction_horizons.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6058,
      "rep_rows": 5,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "horizon_days",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "5"
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2467",
            "2467",
            "2465"
          ]
        },
        {
          "name": "OOS_AUC",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.598,
            0.561,
            0.549
          ]
        },
        {
          "name": "Prec@1%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            95.8,
            87.5,
            79.2
          ]
        },
        {
          "name": "Prec@5%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            88.6,
            83.7,
            69.9
          ]
        },
        {
          "name": "Prec@10%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            82.5,
            74.8,
            70.7
          ]
        },
        {
          "name": "Prec@25%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            70.9,
            66.6,
            63.1
          ]
        },
        {
          "name": "base_rate%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            57.4,
            57.4,
            57.4
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_profit_features",
      "description": "",
      "representative_file": "pump_profit_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 184905,
      "rep_rows": 333,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ABAT_20241223",
            "ABVE_20250711",
            "ACCL_20260202"
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.32,
            2.91,
            1.25
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            2.2,
            4.28,
            2.29
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            1.2,
            2.56,
            1.24
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.565,
            3.5,
            1.59
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "11649545",
            "78035010",
            "11110540"
          ]
        },
        {
          "name": "pm_n_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "329",
            "330",
            "140"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.11,
            1.55,
            1.3
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2995676.65,
            23583170.85,
            1466542.2
          ]
        },
        {
          "name": "pm_avg_proxy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            599135.33,
            4716634.17,
            293308.44
          ]
        },
        {
          "name": "pm_spike_x",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            19.443929,
            16.544639,
            37.880056
          ]
        },
        {
          "name": "gap_at_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            40.990991,
            125.806452,
            22.307692
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            90.09009,
            110.967742,
            80.769231
          ]
        },
        {
          "name": "drop_from_hi_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -28.863636,
            -18.224299,
            -30.567686
          ]
        },
        {
          "name": "pm_slope",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.560606,
            20.274914,
            27.2
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            7.0,
            7.0,
            7.0
          ]
        },
        {
          "name": "tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PROFIT_HARD",
            "PROFIT_HARD",
            "PROFIT_HARD"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ABAT",
            "ABVE",
            "ACCL"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.57,
            3.5,
            1.59
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.78,
            3.63,
            1.52
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            38855735.0,
            287354135.0,
            17576490.0
          ]
        },
        {
          "name": "prev_close_e",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.11,
            1.55,
            1.3
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            41.441441,
            125.806452,
            22.307692
          ]
        },
        {
          "name": "day_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            60.36036,
            134.193548,
            16.923077
          ]
        },
        {
          "name": "intra_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.375796,
            3.714286,
            -4.402516
          ]
        },
        {
          "name": "avg_vol_20d_e",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2995676.65,
            23583170.85,
            1466542.2
          ]
        },
        {
          "name": "med_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            527925.5,
            315610.5,
            112587.0
          ]
        },
        {
          "name": "spike_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.970604,
            12.184712,
            11.984988
          ]
        },
        {
          "name": "dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            69163208.3,
            1043095510.05,
            26716264.8
          ]
        },
        {
          "name": "mcap_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spike_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "normal_10x",
            "normal_10x",
            "normal_10x"
          ]
        },
        {
          "name": "price_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "low_1_2",
            "low_1_2",
            "low_1_2"
          ]
        },
        {
          "name": "mcap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "unknown",
            "unknown",
            "unknown"
          ]
        },
        {
          "name": "ttn_pre3d_n_stories",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_rumor",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_contract",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_drug_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_drug_neg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_product",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_lawsuit",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_short_report",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_insider_13d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_index_add",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_recall",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_restruct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_tariff",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_ai",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_pre3d_n_research_alert",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_stories",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_rumor_press",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_contract_deal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_ceo_change",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_drug_trial_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_drug_trial_neg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_product_launch",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_lawsuit_legal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_short_report",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_insider_13d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_index_add",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_supply_recall",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_restructuring",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_tariff_trade",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_ai_mention",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_conf_call_summary",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_ttn_research_alert",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ttn_day_n_preliminary",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "has_news_pre3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "has_news_day",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "shares_out",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            51191848.0,
            null
          ]
        },
        {
          "name": "float_shares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            23885021.0,
            null
          ]
        },
        {
          "name": "shares_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1253642.0,
            null
          ]
        },
        {
          "name": "short_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.52,
            null
          ]
        },
        {
          "name": "short_pct_float",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0286,
            null
          ]
        },
        {
          "name": "insider_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            null,
            0.0535,
            null
          ]
        },
        {
          "name": "inst_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.14583,
            null
          ]
        },
        {
          "name": "shares_out_poly",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            131709245.0,
            null,
            null
          ]
        },
        {
          "name": "weighted_shares_poly",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            131709245.0,
            null,
            null
          ]
        },
        {
          "name": "exchange",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "XNAS",
            null,
            null
          ]
        },
        {
          "name": "mcap_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "shares_out_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "float_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "insider_pct_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "inst_pct_fv",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "float_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "unknown",
            "mid_10_30M",
            "unknown"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "country",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "country_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "unknown",
            "unknown",
            "unknown"
          ]
        },
        {
          "name": "ins_n_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "ins_buys_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "ins_sells_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ins_buy_val_30d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            24999993.0,
            0.0
          ]
        },
        {
          "name": "ins_sell_val_30d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "analyst_strongBuy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            null
          ]
        },
        {
          "name": "analyst_buy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.0,
            null,
            null
          ]
        },
        {
          "name": "analyst_hold",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.0,
            null,
            null
          ]
        },
        {
          "name": "analyst_sell",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            null,
            null
          ]
        },
        {
          "name": "analyst_strongSell",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            null,
            null
          ]
        },
        {
          "name": "analyst_total",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.0,
            null,
            null
          ]
        },
        {
          "name": "analyst_pos_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            37.5,
            null,
            null
          ]
        },
        {
          "name": "analyst_neg_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.25,
            null,
            null
          ]
        },
        {
          "name": "call_oi_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "put_oi_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pc_ratio_oi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "call_vol_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "put_vol_45d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "DGS10",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.59,
            4.43,
            4.29
          ]
        },
        {
          "name": "DGS2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.3,
            3.9,
            3.57
          ]
        },
        {
          "name": "T10Y2Y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.29,
            0.53,
            0.72
          ]
        },
        {
          "name": "DFF",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.33,
            4.33,
            3.64
          ]
        },
        {
          "name": "VIXCLS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16.78,
            16.4,
            16.34
          ]
        },
        {
          "name": "BAMLH0A0HYM2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.85,
            2.97,
            2.81
          ]
        },
        {
          "name": "DTWEXBGS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128.3021,
            119.9214,
            118.3609
          ]
        },
        {
          "name": "T10YIE",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.32,
            2.37,
            2.35
          ]
        },
        {
          "name": "spy_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            594.69,
            623.62,
            695.41
          ]
        },
        {
          "name": "spy_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.598833,
            -0.351539,
            0.497131
          ]
        },
        {
          "name": "spy_ret_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.9941,
            -0.27505,
            0.386875
          ]
        },
        {
          "name": "spy_ret_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.137697,
            3.70161,
            1.791648
          ]
        },
        {
          "name": "vix_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "normal",
            "normal",
            "normal"
          ]
        },
        {
          "name": "FXI_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.109529,
            -1.110831
          ]
        },
        {
          "name": "KWEB_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RSX_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "GLD_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SLV_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "USO_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "BITO_ret_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "near_split_5d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ah_high_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ah_low_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ah_close_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ah_open_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ah_vol_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_since_prev_pump",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.0,
            1.0,
            null
          ]
        },
        {
          "name": "campaign_id",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            2.0,
            0.0
          ]
        },
        {
          "name": "is_first_in_campaign",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "is_repeat_within_5d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "lifetime_pump_count",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "4",
            "1"
          ]
        },
        {
          "name": "repeat_pumper_flag",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "spy_5d_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dn",
            "flat",
            "flat"
          ]
        },
        {
          "name": "dilution_filing_pre10d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "dilution_filing_post5d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_retrace_long_stops",
      "description": "",
      "representative_file": "pump_retrace_long_stops.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 838669,
      "rep_rows": 3614,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NKGN_20240422",
            "POET_20240422",
            "KOPN_20240423"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "POET",
            "KOPN"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-23T00:00:00"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.106,
            1.05,
            1.29
          ]
        },
        {
          "name": "intraday_d_minus_1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.582115,
            3.960396,
            4.878049
          ]
        },
        {
          "name": "day_ret_d_minus_1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            28.604651,
            4.727708,
            5.737705
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            626632.4,
            63876.1,
            941221.1
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.2,
            1.5,
            1.29
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            1.86,
            1.5,
            1.35
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            1.07,
            1.11,
            1.22
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.31,
            1.27,
            1.27
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5852602.0,
            161023.0,
            52959.0
          ]
        },
        {
          "name": "pm_open_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.499096,
            42.857143,
            0.0
          ]
        },
        {
          "name": "pm_close_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            18.444846,
            20.952381,
            -1.550388
          ]
        },
        {
          "name": "pm_high_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            68.173599,
            42.857143,
            4.651163
          ]
        },
        {
          "name": "pm_low_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -3.254973,
            5.714286,
            -5.426357
          ]
        },
        {
          "name": "retrace_from_d1_close_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            8.499096,
            42.857143,
            0.0
          ]
        },
        {
          "name": "ah_pm_path_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.444846,
            20.952381,
            -1.550388
          ]
        },
        {
          "name": "long_s2_e1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.0,
            -2.0,
            -2.0
          ]
        },
        {
          "name": "long_s2_e1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.0,
            -2.0,
            -2.0
          ]
        },
        {
          "name": "long_s3_e1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.0,
            -3.0,
            -3.0
          ]
        },
        {
          "name": "long_s3_e1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.0,
            -3.0,
            -3.0
          ]
        },
        {
          "name": "long_s5_e1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -5.0,
            -5.0,
            -3.875969
          ]
        },
        {
          "name": "long_s5_e1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -5.0,
            -5.0,
            -3.875969
          ]
        },
        {
          "name": "long_s7_e1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.0,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "long_s7_e1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.0,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "long_s10_e1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.633588,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "long_s10_e1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.633588,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "long_s15_e1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.633588,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "long_s15_e1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.633588,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "long_s20_e1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.633588,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "long_s20_e1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.633588,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "short_s3_e1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.0,
            -3.0,
            0.775194
          ]
        },
        {
          "name": "short_s5_e1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -5.0,
            -5.0,
            0.775194
          ]
        },
        {
          "name": "short_s7_e1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.816794,
            -7.0,
            0.775194
          ]
        },
        {
          "name": "short_s10_e1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.816794,
            -7.795276,
            0.775194
          ]
        },
        {
          "name": "short_s15_e1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.816794,
            -7.795276,
            0.775194
          ]
        },
        {
          "name": "short_s20_e1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.816794,
            -7.795276,
            0.775194
          ]
        },
        {
          "name": "short_s30_e1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.816794,
            -7.795276,
            0.775194
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_rules_0800_moo_bt",
      "description": "",
      "representative_file": "pump_rules_0800_moo_bt.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6495,
      "rep_rows": 30,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "rule",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pm×100x+×OTC | SHORT MOO→11:00(1.5h)",
            "pm×25-500x×75-300M | SHORT MOO→11:00(1.5h)",
            "pm×100x+×75-300M | SHORT MOO→11:00(1.5h)"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "40",
            "222",
            "127"
          ]
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.46,
            6.48,
            5.79
          ]
        },
        {
          "name": "med%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.82,
            7.12,
            7.07
          ]
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80.0,
            73.9,
            71.7
          ]
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15.7,
            15.7,
            18.0
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            7.56,
            6.56,
            5.1
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_rules_bt",
      "description": "",
      "representative_file": "pump_rules_bt.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7215,
      "rep_rows": 33,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "rule",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG cD→cD1 | rth_early × spike 25-100x × mcap 10-30M",
            "SHORT cD→cD1 | pm × spike 100x+ × mcap 75-300M",
            "LONG cD→cD1 | rth_early × spike 25-100x × mcap 10-75M"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "141",
            "132",
            "286"
          ]
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            19.146676,
            5.766522,
            13.476974
          ]
        },
        {
          "name": "med%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.976936,
            6.382962,
            0.869914
          ]
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            52.48227,
            69.69697,
            51.398601
          ]
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            57.057431,
            18.994904,
            46.730812
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            5.326985,
            4.819224,
            4.578143
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_rules_exits_grid",
      "description": "",
      "representative_file": "pump_rules_exits_grid.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9572,
      "rep_rows": 97,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "rule",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pm×100x+×OTC | TGT -3%",
            "pm×25-500x×75-300M | TIME 10:00",
            "pm×100x+×OTC | TGT -2%"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "40",
            "228",
            "40"
          ]
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            6.57,
            1.54
          ]
        },
        {
          "name": "med%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            6.25,
            2.0
          ]
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            92.5,
            72.4,
            97.5
          ]
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.6,
            12.4,
            2.9
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            9.31,
            8.39,
            8.35
          ]
        },
        {
          "name": "hit%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            92.5,
            null,
            97.5
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_rules_v2_bt",
      "description": "",
      "representative_file": "pump_rules_v2_bt.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5957,
      "rep_rows": 18,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "rule",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Rule#2 × OTC",
            "Rule#4 × break_20d_hi=0",
            "Rule#1 × NASDAQ"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "41",
            "70",
            "110"
          ]
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.1,
            22.62,
            5.9
          ]
        },
        {
          "name": "med%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.88,
            6.38,
            5.67
          ]
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            78.0,
            57.1,
            69.1
          ]
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.0,
            53.2,
            16.3
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            9.43,
            6.75,
            5.74
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_short_moo_by_price",
      "description": "",
      "representative_file": "pump_short_moo_by_price.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 273969,
      "rep_rows": 4233,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NKGN_20240422",
            "POET_20240422",
            "KOPN_20240423"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "POET",
            "KOPN"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-23T00:00:00"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.106,
            1.05,
            1.29
          ]
        },
        {
          "name": "spike_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            37.925784,
            61.503865,
            8.261727
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            23765525.0,
            3928627.0,
            7776112.0
          ]
        },
        {
          "name": "exit_935",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.053435,
            -2.362205,
            0.775194
          ]
        },
        {
          "name": "exit_945",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.526718,
            -5.511811,
            0.775194
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            -6.204724,
            1.162791
          ]
        },
        {
          "name": "exit_1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            -7.795276,
            0.775194
          ]
        },
        {
          "name": "exit_1030",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            0.787402,
            0.775194
          ]
        },
        {
          "name": "exit_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            1.582677,
            3.875969
          ]
        },
        {
          "name": "ptier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$0.30-5",
            "$0.30-5",
            "$0.30-5"
          ]
        },
        {
          "name": "stier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "25x+",
            "25x+",
            "5-10x"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_stop_grid",
      "description": "",
      "representative_file": "pump_stop_grid.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7133,
      "rep_rows": 21,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "stop%",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "20",
            "20",
            "30"
          ]
        },
        {
          "name": "target%",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "10",
            "10"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "236",
            "236",
            "236"
          ]
        },
        {
          "name": "WR%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80.1,
            74.2,
            75.8
          ]
        },
        {
          "name": "mean%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.37,
            4.03,
            4.18
          ]
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.5,
            9.4,
            10.1
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            7.14,
            6.82,
            6.6
          ]
        },
        {
          "name": "stopout%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.4,
            8.1,
            4.7
          ]
        },
        {
          "name": "hit_tgt%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73.3,
            61.4,
            63.1
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_technical",
      "description": "",
      "representative_file": "pump_technical.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 902073,
      "rep_rows": 4002,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NKGN_20240422",
            "POET_20240422",
            "KOPN_20240423"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "POET",
            "KOPN"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-23T00:00:00"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.106,
            1.05,
            1.29
          ]
        },
        {
          "name": "prev_high_proxy",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            1.106,
            1.05,
            1.29
          ]
        },
        {
          "name": "ma20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.4913,
            1.208775,
            1.569
          ]
        },
        {
          "name": "ma50",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.510444,
            1.283112,
            2.058
          ]
        },
        {
          "name": "ma200",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.803095,
            2.181596,
            1.727625
          ]
        },
        {
          "name": "std20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.40538,
            0.128737,
            0.204622
          ]
        },
        {
          "name": "atr20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0598,
            0.03564,
            0.0105
          ]
        },
        {
          "name": "ath_252d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.24,
            5.45,
            2.76
          ]
        },
        {
          "name": "low_252d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            0.797,
            0.771,
            0.9788
          ]
        },
        {
          "name": "ret_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.078333,
            -0.036697,
            -0.091549
          ]
        },
        {
          "name": "spike_d_minus_1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.856633,
            0.651073,
            1.228797
          ]
        },
        {
          "name": "pm_vwap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market VWAP",
          "sample_values": [
            1.501162,
            1.228354,
            1.26325
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            1.86,
            1.5,
            1.35
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            1.07,
            1.11,
            1.22
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.31,
            1.27,
            1.27
          ]
        },
        {
          "name": "p_5min_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.27,
            1.3,
            1.28
          ]
        },
        {
          "name": "p_15min_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.33,
            1.34,
            1.28
          ]
        },
        {
          "name": "high_5min",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            1.39,
            1.3,
            1.3
          ]
        },
        {
          "name": "high_15min",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            1.39,
            1.35,
            1.3
          ]
        },
        {
          "name": "p_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.31,
            1.27,
            1.29
          ]
        },
        {
          "name": "short_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            7.0,
            -7.795276,
            0.775194
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            18.444846,
            20.952381,
            0.0
          ]
        },
        {
          "name": "open_above_pm_vwap",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "open_vs_pm_vwap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            -12.734272,
            3.390404,
            2.11753
          ]
        },
        {
          "name": "open_above_prev_high",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "open_above_ath_252d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "open_above_pm_high",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "z_score_ma20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.447235,
            0.475583,
            -1.363492
          ]
        },
        {
          "name": "atr_multiple",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.031773,
            1.717873,
            -26.571429
          ]
        },
        {
          "name": "pct_from_ma20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -12.157178,
            5.065045,
            -17.782027
          ]
        },
        {
          "name": "pct_from_ma50",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -13.270535,
            -1.021891,
            -37.317784
          ]
        },
        {
          "name": "bb_upper",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.30206,
            1.466249,
            1.978243
          ]
        },
        {
          "name": "open_above_bb_upper",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_5d_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -7.833333,
            -3.669725,
            -9.15493
          ]
        },
        {
          "name": "first_5min_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.053435,
            2.362205,
            -0.775194
          ]
        },
        {
          "name": "high_5min_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            6.10687,
            2.362205,
            0.775194
          ]
        },
        {
          "name": "broke_pm_high_5min",
          "arrow_type": "int32",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "broke_prev_high_5min",
          "arrow_type": "int32",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_validation_deep",
      "description": "",
      "representative_file": "pump_validation_deep.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 445827,
      "rep_rows": 3614,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NKGN_20240422",
            "POET_20240422",
            "KOPN_20240423"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NKGN",
            "POET",
            "KOPN"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22T00:00:00",
            "2024-04-22T00:00:00",
            "2024-04-23T00:00:00"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.106,
            1.05,
            1.29
          ]
        },
        {
          "name": "intraday_d_minus_1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.582115,
            3.960396,
            4.878049
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            626632.4,
            63876.1,
            941221.1
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.2,
            1.5,
            1.29
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            1.86,
            1.5,
            1.35
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            1.07,
            1.11,
            1.22
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.31,
            1.27,
            1.27
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5852602.0,
            161023.0,
            52959.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            65.833333,
            26.0,
            10.077519
          ]
        },
        {
          "name": "stretch_30m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -9.027778,
            3.243639,
            0.793651
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VIXCLS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_ret_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "short_pct_float",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "lifetime_pump_count",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            1.31,
            1.27,
            1.29
          ]
        },
        {
          "name": "pm_open_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            8.499096,
            42.857143,
            0.0
          ]
        },
        {
          "name": "pm_close_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            18.444846,
            20.952381,
            -1.550388
          ]
        },
        {
          "name": "pm_high_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            68.173599,
            42.857143,
            4.651163
          ]
        },
        {
          "name": "short_pnl_945",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -1.526718,
            -5.511811,
            0.775194
          ]
        },
        {
          "name": "short_pnl_1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            7.0,
            -7.795276,
            0.775194
          ]
        },
        {
          "name": "long_pnl_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -7.0,
            -1.582677,
            -3.875969
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024",
            "2024",
            "2024"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024Q2",
            "2024Q2",
            "2024Q2"
          ]
        },
        {
          "name": "setup1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "setup1_v2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "setup2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "setup3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "setup4",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "setup6",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-22",
            "2024-04-22",
            "2024-04-23"
          ]
        },
        {
          "name": "n_pumps_today",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "7"
          ]
        },
        {
          "name": "regime",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "quiet_<3",
            "quiet_<3",
            "mid_6-10"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/pump_widefull_validation",
      "description": "",
      "representative_file": "pump_widefull_validation.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2739762,
      "rep_rows": 12884,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AAAU_20220329",
            "AAAU_20220802",
            "AAAU_20251017"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAAU",
            "AAAU",
            "AAAU"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2022-03-29T00:00:00",
            "2022-08-02T00:00:00",
            "2025-10-17T00:00:00"
          ]
        },
        {
          "name": "p_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "p_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            18.86,
            17.66,
            42.615
          ]
        },
        {
          "name": "p_935",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.85,
            17.685,
            42.21
          ]
        },
        {
          "name": "p_945",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.84,
            17.67,
            42.35
          ]
        },
        {
          "name": "p_1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.94,
            17.6866,
            42.16
          ]
        },
        {
          "name": "p_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.98,
            17.65,
            41.97
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            19.0,
            17.59,
            42.87
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            19.01,
            17.68,
            43.15
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            18.82,
            17.59,
            42.25
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            18.86,
            17.655,
            42.57
          ]
        },
        {
          "name": "pm_vwap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market VWAP",
          "sample_values": [
            18.970697,
            17.661386,
            42.72248
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6740",
            "29458",
            "393631"
          ]
        },
        {
          "name": "pre9_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            18.82,
            17.59,
            42.25
          ]
        },
        {
          "name": "last30_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            18.86,
            17.68,
            42.61
          ]
        },
        {
          "name": "slope_30m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            -0.141403,
            -0.046959
          ]
        },
        {
          "name": "bar_5min_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            18.8642,
            17.69,
            42.6155
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            19.07,
            17.58,
            42.52
          ]
        },
        {
          "name": "intraday_d_minus_1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.728787,
            0.0,
            1.31046
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1024698.1,
            1069027.0,
            2535352.6
          ]
        },
        {
          "name": "gap_at_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            -1.101206,
            0.455063,
            0.223424
          ]
        },
        {
          "name": "pm_close_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            -1.101206,
            0.426621,
            0.117592
          ]
        },
        {
          "name": "pm_open_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            -0.367069,
            0.056883,
            0.823142
          ]
        },
        {
          "name": "pm_high_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            -0.31463,
            0.568828,
            1.481656
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.996329,
            0.511945,
            2.116651
          ]
        },
        {
          "name": "p_open_vs_pm_vwap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            -0.583517,
            -0.007848,
            -0.251577
          ]
        },
        {
          "name": "broke_pm_high_5min",
          "arrow_type": "bool",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022",
            "2022",
            "2025"
          ]
        },
        {
          "name": "ptier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$10-20",
            "$10-20",
            "$20-50"
          ]
        },
        {
          "name": "s1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s1_v2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s4",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s7",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s8",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "s9",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "s1_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            0.636267,
            -0.056625,
            -1.513552
          ]
        },
        {
          "name": "s2_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            0.106045,
            -0.056625,
            0.621847
          ]
        },
        {
          "name": "s3_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            0.636267,
            -0.056625,
            -1.513552
          ]
        },
        {
          "name": "s4_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -0.424178,
            -0.150623,
            1.067699
          ]
        },
        {
          "name": "s7_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "s8_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "s9_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/smart_money_abort_daily",
      "description": "",
      "representative_file": "smart_money_abort_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 38787,
      "rep_rows": 137,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-01T00:00:00",
            "2025-10-02T00:00:00",
            "2025-10-03T00:00:00"
          ]
        },
        {
          "name": "picks",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        },
        {
          "name": "hits",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "2",
            "2"
          ]
        },
        {
          "name": "tp_rate",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.4,
            0.2,
            0.2
          ]
        },
        {
          "name": "tp_roll10",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "tp_roll20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.111783,
            1.697439,
            1.116618
          ]
        },
        {
          "name": "spy_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.838506,
            3.0965,
            3.394413
          ]
        },
        {
          "name": "spy_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.820512,
            2.333141,
            1.399878
          ]
        },
        {
          "name": "VIXCLS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16.29,
            16.63,
            16.65
          ]
        },
        {
          "name": "BAMLH0A0HYM2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.81,
            2.81,
            2.8
          ]
        },
        {
          "name": "DTWEXBGS",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            120.1502,
            120.4296,
            120.0881
          ]
        },
        {
          "name": "vix_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.34,
            1.36
          ]
        },
        {
          "name": "vix_20d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.58,
            1.87,
            1.89
          ]
        },
        {
          "name": "hy_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.06,
            0.06,
            0.05
          ]
        },
        {
          "name": "arkk_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.145699,
            9.298052,
            6.281588
          ]
        },
        {
          "name": "arkk_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16.218746,
            18.928286,
            17.181903
          ]
        },
        {
          "name": "iwm_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.368377,
            1.976681,
            1.860446
          ]
        },
        {
          "name": "iwm_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.774554,
            3.140454,
            3.389831
          ]
        },
        {
          "name": "amc_vol_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.131551,
            1.21474,
            1.256563
          ]
        },
        {
          "name": "gme_vol_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.688577,
            0.771963,
            0.83279
          ]
        },
        {
          "name": "n_pumps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.0,
            16.0,
            21.0
          ]
        },
        {
          "name": "regime_A_vix_calm",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "regime_B_spy_up",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "regime_C_arkk_lead",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            0.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "regime_D_meme_active",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "regime_E_hy_tight",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "regime_F_vix_unwind",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "regime_G_FOMO_full",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "fomo_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            0.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/tickers_meta",
      "description": "",
      "representative_file": "tickers_meta.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 366978,
      "rep_rows": 40690,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 40690,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "11",
            "1629791D",
            "1888868D"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            171.0,
            null
          ]
        },
        {
          "name": "exchange",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OTC US",
            "New York",
            "OTC US"
          ]
        },
        {
          "name": "active",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "country",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UNITED STATES",
            "UNITED STATES",
            "UNITED STATES"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/universe_5y_daily",
      "description": "",
      "representative_file": "universe_5y_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15515925,
      "rep_rows": 604624,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AACG",
            "AACG",
            "AACG"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-07-16T00:00:00",
            "2021-07-19T00:00:00",
            "2021-07-20T00:00:00"
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            3.1,
            2.98,
            3.2788
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            3.83,
            3.1,
            2.98
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            4465491.0,
            650219.0,
            377662.0
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2269745.8,
            2490913.45,
            2518281.45
          ]
        },
        {
          "name": "spike_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.967397,
            0.261036,
            0.149968
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/universe_baserate_daily",
      "description": "",
      "representative_file": "universe_baserate_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11693,
      "rep_rows": 490,
      "schema_metadata": {
        "pandas_index_columns": [
          "date"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "n_elig",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "135",
            "136",
            "135"
          ]
        },
        {
          "name": "n_pumps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            2.0,
            1.0
          ]
        },
        {
          "name": "rate_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            1.470588,
            0.740741
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-05-06T00:00:00",
            "2024-05-07T00:00:00",
            "2024-05-08T00:00:00"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/_10k_chunks",
      "description": "",
      "representative_file": "BULZ_20240524.parquet",
      "file_count": 9752,
      "is_sharded": true,
      "total_size_bytes": 193973681,
      "rep_rows": 0,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": []
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": []
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": []
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": []
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": []
        },
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "event_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": []
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": []
        }
      ]
    },
    {
      "table": "enrichment_data/pumps_lowprice_2y/_5y_chunks",
      "description": "",
      "representative_file": "DPST_20230314.parquet",
      "file_count": 2271,
      "is_sharded": true,
      "total_size_bytes": 47831707,
      "rep_rows": 0,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": []
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": []
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": []
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": []
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": []
        },
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "event_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": []
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": []
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/_recon/daily_pnl",
      "description": "",
      "representative_file": "daily_pnl.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13184,
      "rep_rows": 42,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-23",
            "2025-11-25",
            "2025-11-27"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "n_round_trips",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "218",
            "405",
            "330"
          ]
        },
        {
          "name": "n_winners",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "80",
            "170",
            "202"
          ]
        },
        {
          "name": "n_losers",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "129",
            "229",
            "121"
          ]
        },
        {
          "name": "gross_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -94.22,
            1085.52,
            654.44
          ]
        },
        {
          "name": "best",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.06,
            204.0,
            134.4
          ]
        },
        {
          "name": "worst",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.11,
            -496.44,
            -343.84
          ]
        },
        {
          "name": "avg_hold_sec",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            162.080054,
            2998.258575,
            4860.393607
          ]
        },
        {
          "name": "gross_open_notional",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            851030.69,
            1493338.68,
            1191411.56
          ]
        },
        {
          "name": "win_rate",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.7,
            42.0,
            61.2
          ]
        },
        {
          "name": "avg_hold_min",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.7,
            50.0,
            81.0
          ]
        },
        {
          "name": "n_rejected",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "171",
            "192"
          ]
        },
        {
          "name": "avg_slip_bps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.712796,
            2.785556,
            2.749701
          ]
        },
        {
          "name": "total_slip_dollar",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -303.83,
            275.03,
            245.8
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/_recon/open_residuals",
      "description": "",
      "representative_file": "open_residuals.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15426,
      "rep_rows": 460,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TQQQ",
            "TQQQ",
            "TQQQ"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "open_ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "2026-01-14T07:01:57.171600",
            "2026-01-14T07:25:51.514300",
            "2026-01-14T07:25:51.658700"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "561",
            "95",
            "95"
          ]
        },
        {
          "name": "open_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            54.33,
            54.79,
            54.79
          ]
        },
        {
          "name": "open_venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "BATS",
            "BATS",
            "BATS"
          ]
        },
        {
          "name": "open_notional",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            30479.13,
            5205.05,
            5205.05
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/_recon/round_trips",
      "description": "",
      "representative_file": "round_trips.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 303329,
      "rep_rows": 8503,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TQQQ",
            "TQQQ",
            "TQQQ"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "open_ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "2025-11-24T14:30:10.126300",
            "2025-11-24T14:30:10.753100",
            "2025-11-24T14:30:11.113400"
          ]
        },
        {
          "name": "close_ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "2025-11-24T14:33:12.840900",
            "2025-11-24T14:33:13.037300",
            "2025-11-24T14:33:13.822400"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "79",
            "79",
            "79"
          ]
        },
        {
          "name": "open_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            51.1,
            51.1,
            51.1
          ]
        },
        {
          "name": "close_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            50.96,
            50.96,
            50.96
          ]
        },
        {
          "name": "open_side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "Shorted",
            "Shorted",
            "Shorted"
          ]
        },
        {
          "name": "close_side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "Bought",
            "Bought",
            "Bought"
          ]
        },
        {
          "name": "open_venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "close_venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            11.06,
            11.06,
            11.06
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.274,
            0.274,
            0.274
          ]
        },
        {
          "name": "hold_sec",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            182.7146,
            182.2842,
            182.709
          ]
        },
        {
          "name": "open_notional",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            4036.9,
            4036.9,
            4036.9
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/_recon/slippage",
      "description": "",
      "representative_file": "slippage.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 206876,
      "rep_rows": 8623,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-24T14:30:10.126300",
            "2025-11-24T14:30:10.753100",
            "2025-11-24T14:30:11.113400"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TQQQ",
            "TQQQ",
            "TQQQ"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Shorted",
            "Shorted",
            "Shorted"
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "79",
            "79",
            "79"
          ]
        },
        {
          "name": "intent_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            51.09,
            51.08,
            51.08
          ]
        },
        {
          "name": "fill_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            51.1,
            51.1,
            51.1
          ]
        },
        {
          "name": "slip_per_share",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.01,
            -0.02,
            -0.02
          ]
        },
        {
          "name": "slip_bps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.96,
            -3.92,
            -3.92
          ]
        },
        {
          "name": "slip_dollar",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.79,
            -1.58,
            -1.58
          ]
        },
        {
          "name": "lag_sec",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.1381,
            0.136,
            0.1541
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/active_ticker",
      "description": "",
      "representative_file": "2026-01-10.parquet",
      "file_count": 84,
      "is_sharded": true,
      "total_size_bytes": 648656,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-10T00:00:01.126200"
          ]
        },
        {
          "name": "from",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CL"
          ]
        },
        {
          "name": "to",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CL"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-11-26",
      "description": "",
      "representative_file": "2025-11-26.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5810,
      "rep_rows": 5,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-26T09:29:50.925200",
            "2025-11-26T09:29:50.925200",
            "2025-11-26T09:30:01.691400"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "global"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            1.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "11/26/2025 14:29:50",
            "11/26/2025 14:29:50",
            "11/26/2025 14:30:01"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "URBN",
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-11-30",
      "description": "",
      "representative_file": "2025-11-30.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6432,
      "rep_rows": 232,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-30T20:00:20.566800",
            "2025-11-30T20:00:20.566800",
            "2025-11-30T20:00:29.598700"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "global",
            "global"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            null,
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12/1/2025 01:00:20",
            "12/1/2025 01:00:20",
            "12/1/2025 01:00:29"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started",
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            0.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-01",
      "description": "",
      "representative_file": "2025-12-01.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7984,
      "rep_rows": 503,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-01T00:50:47.524500",
            "2025-12-01T00:50:47.524500",
            "2025-12-01T00:50:47.524500"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "global",
            "ticker"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            "started",
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12/1/2025 05:50:47",
            "12/1/2025 05:50:47",
            "12/1/2025 05:50:47"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            null,
            "TQQQ"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "started, waiting for the ticker to open"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-02",
      "description": "",
      "representative_file": "2025-12-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6833,
      "rep_rows": 232,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-02T08:50:18.797400",
            "2025-12-02T08:50:18.934100",
            "2025-12-02T08:51:52.544900"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "global"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            null,
            1.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12/2/2025 13:50:18",
            "12/2/2025 13:50:18",
            "12/2/2025 13:51:52"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "JANX",
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-03",
      "description": "",
      "representative_file": "2025-12-03.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5825,
      "rep_rows": 14,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-03T16:02:47.053700",
            "2025-12-03T20:00:22.381400",
            "2025-12-03T20:00:22.381400"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "global",
            "ticker"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            "started",
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12/3/2025 21:02:46",
            "12/4/2025 01:00:22",
            "12/4/2025 01:00:22"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            null,
            "RGTI"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "started, waiting for the ticker to open"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-04",
      "description": "",
      "representative_file": "2025-12-04.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5769,
      "rep_rows": 3,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-04T09:41:20.396500",
            "2025-12-04T09:41:20.396500",
            "2025-12-04T09:41:20.396500"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "ticker"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12/4/2025 14:41:20",
            "12/4/2025 14:41:20",
            "12/4/2025 14:41:20"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "TSLA",
            "TSLA"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            "ticker opened, starting AutoFlatten process"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-08",
      "description": "",
      "representative_file": "2025-12-08.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4371,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-08T09:34:27.757600"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12/8/2025 14:34:27"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-09",
      "description": "",
      "representative_file": "2025-12-09.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5718,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-09T16:10:31.112900",
            "2025-12-09T16:10:31.112900"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12/9/2025 21:10:30",
            "12/9/2025 21:10:30"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "AVAV"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-10",
      "description": "",
      "representative_file": "2025-12-10.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6009,
      "rep_rows": 59,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-10T16:08:03.110600",
            "2025-12-10T16:08:03.110600",
            "2025-12-10T17:14:38.584000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "global",
            "global"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            null,
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12/10/2025 21:08:02",
            "12/10/2025 21:08:02",
            "12/10/2025 22:14:38"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started",
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            3.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-11",
      "description": "",
      "representative_file": "2025-12-11.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5847,
      "rep_rows": 7,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-11T07:24:52.322000",
            "2025-12-11T07:24:52.322000",
            "2025-12-11T07:25:43.066900"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "global"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            0.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12/11/2025 12:24:52",
            "12/11/2025 12:24:52",
            "12/11/2025 12:25:42"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "CRBP",
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-12",
      "description": "",
      "representative_file": "2025-12-12.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6092,
      "rep_rows": 38,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-12T07:04:00.550500",
            "2025-12-12T07:04:00.550500",
            "2025-12-12T07:04:00.550500"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "ticker",
            "global"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AVGO",
            "LULU",
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            "started, waiting for the ticker to open",
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12/12/2025 12:04:00",
            "12/12/2025 12:04:00",
            "12/12/2025 12:04:00"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            0.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-15",
      "description": "",
      "representative_file": "2025-12-15.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7553,
      "rep_rows": 444,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-15T06:39:21.161000",
            "2025-12-15T06:39:21.161000",
            "2025-12-15T06:39:21.161000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "ticker",
            "ticker"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SNDK",
            "NVDL",
            "TXN"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            "started, waiting for the ticker to open",
            "started, waiting for the ticker to open"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "15.12.2025 11:39:21",
            "15.12.2025 11:39:21",
            "15.12.2025 11:39:21"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-16",
      "description": "",
      "representative_file": "2025-12-16.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6908,
      "rep_rows": 144,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-16T08:38:23.726900",
            "2025-12-16T08:38:23.831300",
            "2025-12-16T08:38:23.831300"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "ticker"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16.12.2025 13:38:23",
            "16.12.2025 13:38:23",
            "16.12.2025 13:38:23"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "AVGO",
            "CRCL"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            "started, waiting for the ticker to open"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-17",
      "description": "",
      "representative_file": "2025-12-17.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6472,
      "rep_rows": 107,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-17T08:22:19.943900",
            "2025-12-17T08:22:19.943900",
            "2025-12-17T08:25:04.586400"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "global",
            "ticker"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            null,
            "TSLA"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            null,
            "started, waiting for the ticker to open"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "17.12.2025 13:22:19",
            "17.12.2025 13:22:19",
            "17.12.2025 13:25:04"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started",
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-22",
      "description": "",
      "representative_file": "2025-12-22.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5859,
      "rep_rows": 18,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-22T20:00:21.086600",
            "2025-12-22T20:00:21.086600",
            "2025-12-22T20:00:21.086600"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "global",
            "global"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            "started",
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12/23/2025 1:00:20 AM",
            "12/23/2025 1:00:20 AM",
            "12/23/2025 1:00:20 AM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-23",
      "description": "",
      "representative_file": "2025-12-23.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5905,
      "rep_rows": 15,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-23T08:30:53.950400",
            "2025-12-23T08:30:53.950400",
            "2025-12-23T08:30:53.950400"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "ticker",
            "ticker"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TQQQ",
            "TEM",
            "KHC"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            "started, waiting for the ticker to open",
            "started, waiting for the ticker to open"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12/23/2025 1:30:53 PM",
            "12/23/2025 1:30:53 PM",
            "12/23/2025 1:30:53 PM"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2025-12-30",
      "description": "",
      "representative_file": "2025-12-30.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5928,
      "rep_rows": 26,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-30T09:30:27.566600",
            "2025-12-30T09:30:27.566600",
            "2025-12-30T09:30:27.566600"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "ticker"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.0,
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12/30/2025 2:30:27 PM",
            "12/30/2025 2:30:27 PM",
            "12/30/2025 2:30:27 PM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "PATH",
            "TSLA"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            "started, waiting for the ticker to open"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-01-02",
      "description": "",
      "representative_file": "2026-01-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6079,
      "rep_rows": 54,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-02T09:07:07.202600",
            "2026-01-02T09:07:07.202600",
            "2026-01-02T09:30:01.191100"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "global",
            "ticker"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            null,
            "TSLA"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            null,
            "ticker opened, starting AutoFlatten process"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1/2/2026 2:07:07 PM",
            "1/2/2026 2:07:07 PM",
            "1/2/2026 2:30:01 PM"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started",
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-01-05",
      "description": "",
      "representative_file": "2026-01-05.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5936,
      "rep_rows": 24,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-05T16:58:50.127100",
            "2026-01-05T16:58:50.127100",
            "2026-01-05T16:58:51.819500"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "global",
            "global"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            null,
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1/5/2026 9:58:49 PM",
            "1/5/2026 9:58:49 PM",
            "1/5/2026 9:58:51 PM"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started",
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            1.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-01-06",
      "description": "",
      "representative_file": "2026-01-06.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7966,
      "rep_rows": 458,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-06T06:21:45.351200",
            "2026-01-06T06:21:45.351200",
            "2026-01-06T06:21:45.351200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "ticker"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1/6/2026 11:21:45 AM",
            "1/6/2026 11:21:45 AM",
            "1/6/2026 11:21:45 AM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "VRT",
            "TQQQ"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            "started, waiting for the ticker to open"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-01-07",
      "description": "",
      "representative_file": "2026-01-07.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5905,
      "rep_rows": 13,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-07T05:33:23.680000",
            "2026-01-07T05:33:23.680000",
            "2026-01-07T05:33:23.680000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "global",
            "ticker"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AMD",
            null,
            "AAOI"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            null,
            "started, waiting for the ticker to open"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1/7/2026 10:33:23 AM",
            "1/7/2026 10:33:23 AM",
            "1/7/2026 10:33:23 AM"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started",
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            6.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-01-12",
      "description": "",
      "representative_file": "2026-01-12.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6807,
      "rep_rows": 153,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-12T05:37:32.855400",
            "2026-01-12T05:37:32.855400",
            "2026-01-12T05:39:50.228900"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "global"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            0.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1/12/2026 10:37:32 AM",
            "1/12/2026 10:37:32 AM",
            "1/12/2026 10:39:50 AM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "SNDK",
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-01-13",
      "description": "",
      "representative_file": "2026-01-13.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6329,
      "rep_rows": 47,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-13T06:44:01.877900",
            "2026-01-13T06:44:01.877900",
            "2026-01-13T06:55:35.302200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "global",
            "global"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRWV",
            null,
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1/13/2026 11:44:01 AM",
            "1/13/2026 11:44:01 AM",
            "1/13/2026 11:55:35 AM"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started",
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            1.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-01-14",
      "description": "",
      "representative_file": "2026-01-14.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8857,
      "rep_rows": 905,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-14T02:59:44.847200",
            "2026-01-14T02:59:44.847200",
            "2026-01-14T03:00:13.310200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "global"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            0.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1/14/2026 7:59:44 AM",
            "1/14/2026 7:59:44 AM",
            "1/14/2026 8:00:13 AM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "RKLB",
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-01-27",
      "description": "",
      "representative_file": "2026-01-27.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5754,
      "rep_rows": 4,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-27T01:39:52.819000",
            "2026-01-27T01:39:52.819000",
            "2026-01-27T02:09:23.010000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "global"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            0.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1/27/2026 6:39:52 AM",
            "1/27/2026 6:39:52 AM",
            "1/27/2026 7:09:22 AM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "BITX",
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-01-29",
      "description": "",
      "representative_file": "2026-01-29.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5282,
      "rep_rows": 16,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-29T04:22:54.062000",
            "2026-01-29T04:22:54.062000",
            "2026-01-29T04:38:10.065000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "global"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            0.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1/29/2026 9:22:54 AM",
            "1/29/2026 9:22:54 AM",
            "1/29/2026 9:38:10 AM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "IBM",
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-01-30",
      "description": "",
      "representative_file": "2026-01-30.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5247,
      "rep_rows": 14,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-30T02:59:39.177000",
            "2026-01-30T02:59:39.177000",
            "2026-01-30T03:06:55.592000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "global"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            0.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1/30/2026 7:59:39 AM",
            "1/30/2026 7:59:39 AM",
            "1/30/2026 8:06:56 AM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "NVDA",
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-02-04",
      "description": "",
      "representative_file": "2026-02-04.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6040,
      "rep_rows": 172,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-04T03:04:03.650000",
            "2026-02-04T03:04:03.650000",
            "2026-02-04T03:05:16.068000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "global"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            0.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2/4/2026 8:04:05 AM",
            "2/4/2026 8:04:05 AM",
            "2/4/2026 8:05:18 AM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "PLTR",
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-02-06",
      "description": "",
      "representative_file": "2026-02-06.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5725,
      "rep_rows": 60,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-06T04:17:50.638000",
            "2026-02-06T04:17:50.638000",
            "2026-02-06T04:19:01.864000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "global",
            "ticker"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DOCS",
            null,
            "FPS"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            null,
            "started, waiting for the ticker to open"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2/6/2026 9:17:53 AM",
            "2/6/2026 9:17:53 AM",
            "2/6/2026 9:19:04 AM"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started",
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-02-09",
      "description": "",
      "representative_file": "2026-02-09.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5620,
      "rep_rows": 114,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-09T03:02:02.419000",
            "2026-02-09T03:02:02.541000",
            "2026-02-09T03:02:02.542000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "ticker"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2/9/2026 8:02:06 AM",
            "2/9/2026 8:02:06 AM",
            "2/9/2026 8:02:06 AM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "APLD",
            "LEU"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            "started, waiting for the ticker to open"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-02-19",
      "description": "",
      "representative_file": "2026-02-19.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8274,
      "rep_rows": 474,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-19T05:57:20.838000",
            "2026-02-19T05:57:20.838000",
            "2026-02-19T06:44:40.805000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "global",
            "ticker"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FIG",
            null,
            "SEDG"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            null,
            "started, waiting for the ticker to open"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2/19/2026 10:57:20 AM",
            "2/19/2026 10:57:20 AM",
            "2/19/2026 11:44:40 AM"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started",
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-02-23",
      "description": "",
      "representative_file": "2026-02-23.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5468,
      "rep_rows": 30,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-23T03:26:46.948000",
            "2026-02-23T03:26:46.948000",
            "2026-02-23T03:40:28.252000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "global",
            "global"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TEM",
            null,
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2/23/2026 8:26:47 AM",
            "2/23/2026 8:26:47 AM",
            "2/23/2026 8:40:29 AM"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started",
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            0.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-04-02",
      "description": "",
      "representative_file": "2026-04-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6273,
      "rep_rows": 118,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-02T17:22:15.657000",
            "2026-04-02T17:22:15.657000",
            "2026-04-02T17:22:34.222000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "global"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            0.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4/2/2026 9:22:15 PM",
            "4/2/2026 9:22:15 PM",
            "4/2/2026 9:22:33 PM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "ONDS",
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-04-07",
      "description": "",
      "representative_file": "2026-04-07.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5189,
      "rep_rows": 8,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-07T01:34:05.455000",
            "2026-04-07T01:34:05.455000",
            "2026-04-07T01:41:53.304000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "global",
            "ticker"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            null,
            "TSLA"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            null,
            "started, waiting for the ticker to open"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4/7/2026 5:34:05 AM",
            "4/7/2026 5:34:05 AM",
            "4/7/2026 5:41:53 AM"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started",
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-04-13",
      "description": "",
      "representative_file": "2026-04-13.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5768,
      "rep_rows": 4,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-13T16:49:31.035000",
            "2026-04-13T16:49:31.035000",
            "2026-04-13T18:16:50.558000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "global"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            0.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4/13/2026 8:49:30 PM",
            "4/13/2026 8:49:30 PM",
            "4/13/2026 10:16:50 PM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "IREN",
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-04-16",
      "description": "",
      "representative_file": "2026-04-16.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6172,
      "rep_rows": 53,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-16T09:28:01.090800",
            "2026-04-16T09:28:01.090900",
            "2026-04-16T09:28:01.090900"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "ticker"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4/16/2026 1:28:00 PM",
            "4/16/2026 1:28:00 PM",
            "4/16/2026 1:28:00 PM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "ASX",
            "OKLS"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            "started, waiting for the ticker to open"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-04-17",
      "description": "",
      "representative_file": "2026-04-17.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7185,
      "rep_rows": 285,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-17T09:55:56.364700",
            "2026-04-17T09:55:56.497700",
            "2026-04-17T09:55:56.497700"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "ticker"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4/17/2026 1:55:56 PM",
            "4/17/2026 1:55:56 PM",
            "4/17/2026 1:55:56 PM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "EXK",
            "TFX"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            "started, waiting for the ticker to open"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-04-20",
      "description": "",
      "representative_file": "2026-04-20.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5860,
      "rep_rows": 8,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-20T09:35:23.107600",
            "2026-04-20T09:35:23.107600",
            "2026-04-20T09:35:23.107600"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "global",
            "ticker"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DFTX",
            null,
            "DFTX"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker opened, starting AutoFlatten process",
            null,
            "started, waiting for the ticker to open"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4/20/2026 1:35:22 PM",
            "4/20/2026 1:35:22 PM",
            "4/20/2026 1:35:22 PM"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started",
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-04-22",
      "description": "",
      "representative_file": "2026-04-22.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6266,
      "rep_rows": 61,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-22T09:37:07.449000",
            "2026-04-22T09:37:07.449000",
            "2026-04-22T09:37:07.449100"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "ticker",
            "global"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ELPW",
            "ELPW",
            null
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            "ticker opened, starting AutoFlatten process",
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4/22/2026 1:37:07 PM",
            "4/22/2026 1:37:07 PM",
            "4/22/2026 1:37:07 PM"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "started"
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            0.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-04-23",
      "description": "",
      "representative_file": "2026-04-23.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6421,
      "rep_rows": 91,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-22T22:36:02.236600",
            "2026-04-22T22:36:02.363300",
            "2026-04-22T22:36:02.363300"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "global",
            "ticker",
            "ticker"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started",
            null,
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4/23/2026 2:36:02 AM",
            "4/23/2026 2:36:02 AM",
            "4/23/2026 2:36:02 AM"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            null,
            "QQQ",
            "RIOT"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started, waiting for the ticker to open",
            "started, waiting for the ticker to open"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/autoflatten/2026-04-24",
      "description": "",
      "representative_file": "2026-04-24.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11647,
      "rep_rows": 1471,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-24T07:06:57.615900",
            "2026-04-24T07:06:57.615900",
            "2026-04-24T07:06:57.615900"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ticker",
            "global",
            "ticker"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TQQQ",
            null,
            "MRVL"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started, waiting for the ticker to open",
            null,
            "started, waiting for the ticker to open"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "event_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4/24/2026 11:06:57 AM",
            "4/24/2026 11:06:57 AM",
            "4/24/2026 11:06:57 AM"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "started",
            null
          ]
        },
        {
          "name": "orders_canceled",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/clock_skew",
      "description": "",
      "representative_file": "2026-01-31.parquet",
      "file_count": 102,
      "is_sharded": true,
      "total_size_bytes": 9110865,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-31T01:30:03.581000",
            "2026-01-31T08:23:45.155000"
          ]
        },
        {
          "name": "diff_ms",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1092.7828,
            -1179.7686
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/emp_ping",
      "description": "",
      "representative_file": "2025-11-25.parquet",
      "file_count": 76,
      "is_sharded": true,
      "total_size_bytes": 7107860,
      "rep_rows": 11,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-25T02:57:52.674200",
            "2025-11-25T02:57:56.237600",
            "2025-11-25T02:58:02.270000"
          ]
        },
        {
          "name": "min_ms",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "148",
            "206",
            "149"
          ]
        },
        {
          "name": "avg_ms",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "235",
            "206",
            "155"
          ]
        },
        {
          "name": "max_ms",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "321",
            "206",
            "163"
          ]
        },
        {
          "name": "last_ms",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "148",
            "206",
            "153"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/errors",
      "description": "",
      "representative_file": "2026-03-06.parquet",
      "file_count": 104,
      "is_sharded": true,
      "total_size_bytes": 10581262,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-06T20:00:08.943000",
            "2026-03-06T20:00:23.860000"
          ]
        },
        {
          "name": "level",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Warn",
            "Warn"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "other",
            "other"
          ]
        },
        {
          "name": "message",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MD not active: LevelOneX",
            "MD not active: LevelOneX"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/fills",
      "description": "",
      "representative_file": "2026-01-27.parquet",
      "file_count": 43,
      "is_sharded": true,
      "total_size_bytes": 423694,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-26T23:24:45.986000",
            "2026-01-27T01:45:27.915000"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sold",
            "Sold"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AAL",
            "GM"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "683",
            "5"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            14.65,
            79.7
          ]
        },
        {
          "name": "notional",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10005.95,
            398.5
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BLUE",
            "BLUE"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/jobs",
      "description": "",
      "representative_file": "2026-04-05.parquet",
      "file_count": 57,
      "is_sharded": true,
      "total_size_bytes": 146964,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-05T21:00:00.365000"
          ]
        },
        {
          "name": "job",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NextDay"
          ]
        },
        {
          "name": "action",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "started executing"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/keystrokes",
      "description": "",
      "representative_file": "2026-04-07.parquet",
      "file_count": 15,
      "is_sharded": true,
      "total_size_bytes": 191367,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-07T00:58:46.263000"
          ]
        },
        {
          "name": "key_ts",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-07 00:58:46.319"
          ]
        },
        {
          "name": "edge",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UP"
          ]
        },
        {
          "name": "key",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Return"
          ]
        },
        {
          "name": "active",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2025-11-26",
      "description": "",
      "representative_file": "2025-11-26.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6831,
      "rep_rows": 20,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-26T08:44:07.046600",
            "2025-11-26T08:44:07.046600",
            "2025-11-26T08:53:31.079700"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request",
            "request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRWV",
            "CRWV",
            "OKLO"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null,
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "67",
            "67",
            "55"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            73.6,
            null,
            87.88
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            null,
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null,
            "EXT"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            2.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2025-11-28",
      "description": "",
      "representative_file": "2025-11-28.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6931,
      "rep_rows": 22,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-28T05:47:02.150600",
            "2025-11-28T05:47:02.150600",
            "2025-11-28T05:47:05.075200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request",
            "request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BMNR",
            "BMNR",
            "BMNR"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null,
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "160",
            "160",
            "144"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            33.18,
            null,
            33.18
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EDGX",
            null,
            "EDGX"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null,
            "EXT"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            2.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2025-12-01",
      "description": "",
      "representative_file": "2025-12-01.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7695,
      "rep_rows": 116,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-01T04:02:49.846400",
            "2025-12-01T04:02:49.846400",
            "2025-12-01T04:02:50.054600"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request",
            "request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BMNR",
            "BMNR",
            "BMNR"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null,
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "150",
            "150",
            "150"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            31.18,
            null,
            31.18
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            null,
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null,
            "EXT"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            2.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2025-12-02",
      "description": "",
      "representative_file": "2025-12-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6999,
      "rep_rows": 44,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-02T06:56:49.256200",
            "2025-12-02T06:56:49.256200",
            "2025-12-02T06:56:49.488700"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request",
            "request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RGTI",
            "RGTI",
            "RGTI"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null,
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "195",
            "195",
            "195"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            23.72,
            null,
            23.72
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            null,
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null,
            "EXT"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            2.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2025-12-03",
      "description": "",
      "representative_file": "2025-12-03.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6986,
      "rep_rows": 30,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-03T08:19:07.000300",
            "2025-12-03T08:19:07.000300",
            "2025-12-03T08:19:07.456500"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request",
            "request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RGTI",
            "RGTI",
            "RGTI"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null,
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "195",
            "195",
            "195"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            24.41,
            null,
            24.41
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            null,
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null,
            "EXT"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            5.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2025-12-05",
      "description": "",
      "representative_file": "2025-12-05.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6612,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-05T00:59:10.542500",
            "2025-12-05T00:59:10.542500"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IWM",
            "IWM"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "39",
            "39"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            251.92,
            null
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BLUE",
            null
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            5.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2025-12-10",
      "description": "",
      "representative_file": "2025-12-10.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6646,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-10T09:14:20.589300",
            "2025-12-10T09:14:20.589300",
            "2025-12-10T09:14:27.112700"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request",
            "request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ENVB",
            "ENVB",
            "ENVB"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null,
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "175",
            "175",
            "175"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            11.78,
            null,
            11.81
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MEMX",
            null,
            "MEMX"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null,
            "EXT"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            2.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2025-12-15",
      "description": "",
      "representative_file": "2025-12-15.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6843,
      "rep_rows": 26,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-15T05:34:23.631100",
            "2025-12-15T05:34:23.631100",
            "2025-12-15T05:34:23.962100"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request",
            "request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OKLO",
            "OKLO",
            "OKLO"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null,
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "47",
            "47",
            "47"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            89.31,
            null,
            89.31
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            null,
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null,
            "EXT"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            5.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2025-12-22",
      "description": "",
      "representative_file": "2025-12-22.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6621,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-22T15:48:47.446000",
            "2025-12-22T15:48:47.446000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RGTI",
            "RGTI"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "225",
            "225"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            0.0,
            null
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            null
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CLO",
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            0.1
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2025-12-23",
      "description": "",
      "representative_file": "2025-12-23.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6612,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-23T06:04:43.039200",
            "2025-12-23T06:04:43.039200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TNA",
            "TNA"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "120",
            "120"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            49.82,
            null
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            null
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            5.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2026-01-02",
      "description": "",
      "representative_file": "2026-01-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6621,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-02T15:47:39.707700",
            "2026-01-02T15:47:39.707700"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BITX",
            "BITX"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "342",
            "342"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            0.0,
            null
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BATS",
            null
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CLO",
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            0.1
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2026-01-05",
      "description": "",
      "representative_file": "2026-01-05.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6621,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-05T15:54:05.136800",
            "2026-01-05T15:54:05.136800"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OKLO",
            "OKLO"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "111",
            "111"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            0.0,
            null
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NYSE",
            null
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CLO",
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            0.1
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2026-01-12",
      "description": "",
      "representative_file": "2026-01-12.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6678,
      "rep_rows": 4,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-12T05:52:03.269100",
            "2026-01-12T05:52:03.269100",
            "2026-01-12T15:46:50.510200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request",
            "request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRML",
            "CRML",
            "BITX"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null,
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "591",
            "591",
            "332"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            16.91,
            null,
            0.0
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            null,
            "BATS"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null,
            "CLO"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            5.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2026-01-13",
      "description": "",
      "representative_file": "2026-01-13.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6822,
      "rep_rows": 14,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-13T08:38:00.879100",
            "2026-01-13T08:38:00.879100",
            "2026-01-13T08:38:07.384000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request",
            "request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "QBTS",
            "QBTS",
            "RGTI"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null,
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "343",
            "343",
            "194"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            29.11,
            null,
            25.72
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            null,
            "EDGX"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null,
            "EXT"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            2.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2026-04-02",
      "description": "",
      "representative_file": "2026-04-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6629,
      "rep_rows": 4,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-02T15:58:36.296000",
            "2026-04-02T15:58:36.296000",
            "2026-04-02T15:58:40.637000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request",
            "request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BITX",
            "BITX",
            "BITX"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null,
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "340",
            "340",
            "340"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            14.37,
            null,
            14.37
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            null,
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null,
            "EXT"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            2.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2026-04-15",
      "description": "",
      "representative_file": "2026-04-15.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6840,
      "rep_rows": 14,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-15T09:10:22.405200",
            "2026-04-15T09:10:22.405500",
            "2026-04-15T09:10:50.646900"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request",
            "request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "QBTS",
            "QBTS",
            "RGTI"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null,
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "26",
            "26",
            "27"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            18.84,
            null,
            17.97
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            null,
            "LTSE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null,
            "EXT"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            2.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2026-04-16",
      "description": "",
      "representative_file": "2026-04-16.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6712,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-16T09:11:47.820100",
            "2026-04-16T09:11:48.107200",
            "2026-04-16T09:21:03.006600"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "quote_request",
            "quote_request",
            "request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NICM",
            "BNAI",
            "OKLS"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "136",
            "19",
            "32"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            2.0,
            2.0,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            null,
            null,
            "SellShort"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            null,
            30.4
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "EXT"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2026-04-21",
      "description": "",
      "representative_file": "2026-04-21.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4393,
      "rep_rows": 4,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-21T08:40:12.203000",
            "2026-04-21T08:40:12.466400",
            "2026-04-21T08:40:12.645900"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "quote_request",
            "quote_request",
            "quote_request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DFNS",
            "AIXI",
            "DLXY"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "1612",
            "1265",
            "1515"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            2.0,
            2.0,
            2.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2026-04-22",
      "description": "",
      "representative_file": "2026-04-22.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6675,
      "rep_rows": 5,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-22T09:15:25.039100",
            "2026-04-22T09:15:25.039500",
            "2026-04-22T09:18:47.735800"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request",
            "quote_request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ELPW",
            "ELPW",
            "KBSX"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null,
            null
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "490",
            "490",
            "370"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            0.0,
            null,
            null
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            null,
            null
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CLO",
            null,
            null
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            0.1,
            0.1
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2026-04-23",
      "description": "",
      "representative_file": "2026-04-23.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6743,
      "rep_rows": 8,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-23T08:06:47.819200",
            "2026-04-23T08:06:48.006100",
            "2026-04-23T08:07:51.079100"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "quote_request",
            "quote_request",
            "quote_request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "APLD",
            "OKLO",
            "APLD"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "27",
            "12",
            "28"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            2.0,
            2.0,
            2.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/locates/2026-04-24",
      "description": "",
      "representative_file": "2026-04-24.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7004,
      "rep_rows": 34,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-24T07:00:14.700800",
            "2026-04-24T07:00:14.701300",
            "2026-04-24T07:00:18.378300"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "request",
            "quote_request",
            "request"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OKLO",
            "OKLO",
            "OKLO"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            null,
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "62",
            "62",
            "62"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            78.6,
            null,
            78.6
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MEMX",
            null,
            "MEMX"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            null,
            "EXT"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "max_locate_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            5.0,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-11-24",
      "description": "",
      "representative_file": "2025-11-24.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9633,
      "rep_rows": 861,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-24T13:17:53.641000",
            "2025-11-24T13:17:53.684400",
            "2025-11-24T13:17:53.699000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NOK",
            "NOK",
            "NOK"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "DomDfbHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-11-25",
      "description": "",
      "representative_file": "2025-11-25.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3526,
      "rep_rows": 44,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-25T00:00:01.259800",
            "2025-11-25T00:00:01.259800",
            "2025-11-25T00:00:01.259800"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "GOOG",
            "VXX"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-11-26",
      "description": "",
      "representative_file": "2025-11-26.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 54224,
      "rep_rows": 8031,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-26T00:00:01.518300",
            "2025-11-26T00:00:01.518300",
            "2025-11-26T00:00:01.518300"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "GOOG",
            "VXX"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-11-27",
      "description": "",
      "representative_file": "2025-11-27.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3492,
      "rep_rows": 38,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-27T00:00:01.368300",
            "2025-11-27T00:00:01.368300",
            "2025-11-27T00:00:01.368300"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-11-28",
      "description": "",
      "representative_file": "2025-11-28.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 60758,
      "rep_rows": 9160,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-28T00:00:01.453900",
            "2025-11-28T00:00:01.453900",
            "2025-11-28T00:00:01.453900"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "TLT"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-11-29",
      "description": "",
      "representative_file": "2025-11-29.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3443,
      "rep_rows": 19,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-29T00:00:01.453100",
            "2025-11-29T00:00:01.453100",
            "2025-11-29T00:00:01.453100"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "TLT",
            "PATH"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-11-30",
      "description": "",
      "representative_file": "2025-11-30.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10595,
      "rep_rows": 1032,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-30T08:59:48.437800",
            "2025-11-30T08:59:48.437800",
            "2025-11-30T08:59:48.437800"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "TLT"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-01",
      "description": "",
      "representative_file": "2025-12-01.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 74516,
      "rep_rows": 11362,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-01T00:00:02.240100",
            "2025-12-01T00:00:02.240100",
            "2025-12-01T00:00:02.240100"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-02",
      "description": "",
      "representative_file": "2025-12-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 64612,
      "rep_rows": 9741,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-02T00:00:02.069500",
            "2025-12-02T00:00:02.069500",
            "2025-12-02T00:00:02.074300"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "TSLA",
            "VXX"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-03",
      "description": "",
      "representative_file": "2025-12-03.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 67246,
      "rep_rows": 9638,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-03T00:00:02.059600",
            "2025-12-03T00:00:02.059600",
            "2025-12-03T00:00:02.059600"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "QQQ",
            "VXX"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-04",
      "description": "",
      "representative_file": "2025-12-04.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 18903,
      "rep_rows": 2358,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-04T00:00:02.647100",
            "2025-12-04T00:00:02.647100",
            "2025-12-04T00:00:02.647100"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-05",
      "description": "",
      "representative_file": "2025-12-05.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 21917,
      "rep_rows": 2817,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-05T00:00:02.766400",
            "2025-12-05T00:00:02.766400",
            "2025-12-05T00:00:02.766400"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "OKLO",
            "VXX"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-06",
      "description": "",
      "representative_file": "2025-12-06.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10825,
      "rep_rows": 1205,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-06T00:00:01.297300",
            "2025-12-06T00:00:01.297300",
            "2025-12-06T00:00:01.297300"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-07",
      "description": "",
      "representative_file": "2025-12-07.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5142,
      "rep_rows": 260,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-07T00:00:01.945400",
            "2025-12-07T00:00:01.945400",
            "2025-12-07T00:00:01.945400"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-08",
      "description": "",
      "representative_file": "2025-12-08.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 19690,
      "rep_rows": 2515,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-08T00:00:02.343600",
            "2025-12-08T00:00:02.343600",
            "2025-12-08T00:00:02.343600"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-09",
      "description": "",
      "representative_file": "2025-12-09.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 32856,
      "rep_rows": 4549,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-09T00:00:01.228300",
            "2025-12-09T00:00:01.228300",
            "2025-12-09T00:00:01.228300"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "TSLA",
            "VXX"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-10",
      "description": "",
      "representative_file": "2025-12-10.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 39178,
      "rep_rows": 5555,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-10T00:00:01.507800",
            "2025-12-10T00:00:01.507800",
            "2025-12-10T00:00:01.507800"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-11",
      "description": "",
      "representative_file": "2025-12-11.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 33849,
      "rep_rows": 4757,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-11T00:00:01.237200",
            "2025-12-11T00:00:01.237200",
            "2025-12-11T00:00:01.237200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "BMNR",
            "VXX"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-12",
      "description": "",
      "representative_file": "2025-12-12.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 36363,
      "rep_rows": 5223,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-12T00:00:01.448900",
            "2025-12-12T00:00:01.448900",
            "2025-12-12T00:00:01.448900"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "TSM",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-13",
      "description": "",
      "representative_file": "2025-12-13.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3735,
      "rep_rows": 53,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-13T04:18:03.485200",
            "2025-12-13T04:18:03.485200",
            "2025-12-13T04:18:03.485200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-15",
      "description": "",
      "representative_file": "2025-12-15.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 45316,
      "rep_rows": 6696,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-15T03:35:23.092400",
            "2025-12-15T03:35:23.092400",
            "2025-12-15T03:35:23.092400"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "TQQQ",
            "VXX"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-16",
      "description": "",
      "representative_file": "2025-12-16.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12960,
      "rep_rows": 1480,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-16T00:00:01.310600",
            "2025-12-16T00:00:01.310600",
            "2025-12-16T00:00:01.310600"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-17",
      "description": "",
      "representative_file": "2025-12-17.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 23726,
      "rep_rows": 3108,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-17T00:00:01.823300",
            "2025-12-17T00:00:01.823300",
            "2025-12-17T00:00:01.823300"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-18",
      "description": "",
      "representative_file": "2025-12-18.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3477,
      "rep_rows": 32,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-18T00:00:01.617400",
            "2025-12-18T00:00:01.617400",
            "2025-12-18T00:00:01.617400"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "SPXL",
            "VXX"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-19",
      "description": "",
      "representative_file": "2025-12-19.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3974,
      "rep_rows": 189,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-19T00:05:39.307700",
            "2025-12-19T00:05:39.317200",
            "2025-12-19T00:05:39.317200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "SPXL",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-22",
      "description": "",
      "representative_file": "2025-12-22.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 36384,
      "rep_rows": 4681,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-22T12:38:33.108100",
            "2025-12-22T12:38:33.108100",
            "2025-12-22T12:38:33.108100"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "TLT",
            "TQQQ"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-23",
      "description": "",
      "representative_file": "2025-12-23.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12985,
      "rep_rows": 1424,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-23T00:00:01.235000",
            "2025-12-23T00:00:01.235000",
            "2025-12-23T00:00:01.235000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "on ",
            "RKLB"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleFuturesHandler",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-24",
      "description": "",
      "representative_file": "2025-12-24.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4645,
      "rep_rows": 449,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-24T00:06:58.243400",
            "2025-12-24T00:06:58.243400",
            "2025-12-24T00:06:58.243400"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-26",
      "description": "",
      "representative_file": "2025-12-26.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13363,
      "rep_rows": 1450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-26T07:44:43.174600",
            "2025-12-26T07:44:43.174600",
            "2025-12-26T07:44:43.225100"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NOK",
            "NOK",
            "NOK"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "DomDfbHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-27",
      "description": "",
      "representative_file": "2025-12-27.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3449,
      "rep_rows": 19,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-27T00:00:01.246000",
            "2025-12-27T00:00:01.246000",
            "2025-12-27T00:00:01.246000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-29",
      "description": "",
      "representative_file": "2025-12-29.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4792,
      "rep_rows": 143,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-29T03:49:46.921300",
            "2025-12-29T03:49:46.921300",
            "2025-12-29T03:49:46.921300"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-30",
      "description": "",
      "representative_file": "2025-12-30.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 18537,
      "rep_rows": 2281,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-30T07:50:39.038500",
            "2025-12-30T07:50:39.038500",
            "2025-12-30T07:50:39.038500"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "TLT",
            "TSLA"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2025-12-31",
      "description": "",
      "representative_file": "2025-12-31.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13347,
      "rep_rows": 1332,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-31T00:00:01.664300",
            "2025-12-31T00:00:01.664300",
            "2025-12-31T00:00:01.664300"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-01",
      "description": "",
      "representative_file": "2026-01-01.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4419,
      "rep_rows": 153,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-01T00:00:01.515600",
            "2026-01-01T00:00:01.515600",
            "2026-01-01T00:00:01.515600"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-02",
      "description": "",
      "representative_file": "2026-01-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 56962,
      "rep_rows": 7564,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-02T00:00:01.717600",
            "2026-01-02T00:00:01.717600",
            "2026-01-02T00:00:01.717600"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "JOBY",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-03",
      "description": "",
      "representative_file": "2026-01-03.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3561,
      "rep_rows": 48,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-03T06:08:42.610900",
            "2026-01-03T06:08:42.610900",
            "2026-01-03T06:08:42.610900"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-04",
      "description": "",
      "representative_file": "2026-01-04.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6058,
      "rep_rows": 386,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-04T03:28:25.410400",
            "2026-01-04T03:28:25.410400",
            "2026-01-04T03:28:25.410400"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VXX",
            "TEM",
            "TLT"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-05",
      "description": "",
      "representative_file": "2026-01-05.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 41855,
      "rep_rows": 5589,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-05T00:00:04.229500",
            "2026-01-05T00:00:04.229500",
            "2026-01-05T00:00:04.229500"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-06",
      "description": "",
      "representative_file": "2026-01-06.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 37428,
      "rep_rows": 5329,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-06T00:00:02.413000",
            "2026-01-06T00:00:02.413000",
            "2026-01-06T00:00:02.413000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "TSLA",
            "VXX"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-07",
      "description": "",
      "representative_file": "2026-01-07.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5818,
      "rep_rows": 344,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-07T05:29:15.101200",
            "2026-01-07T05:29:15.101200",
            "2026-01-07T05:29:15.101200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "AAOI",
            "VXX"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-08",
      "description": "",
      "representative_file": "2026-01-08.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11146,
      "rep_rows": 1129,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-08T00:00:01.269100",
            "2026-01-08T00:00:01.269100",
            "2026-01-08T00:00:01.269100"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TLT",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-09",
      "description": "",
      "representative_file": "2026-01-09.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 14594,
      "rep_rows": 1666,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-09T00:00:02.025100",
            "2026-01-09T00:00:02.025100",
            "2026-01-09T00:00:02.025100"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CL",
            "NKE",
            "VXX"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-10",
      "description": "",
      "representative_file": "2026-01-10.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3439,
      "rep_rows": 19,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-10T00:00:02.713400",
            "2026-01-10T00:00:02.713400",
            "2026-01-10T00:00:02.713400"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CL",
            "TSLA",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-11",
      "description": "",
      "representative_file": "2026-01-11.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4215,
      "rep_rows": 121,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-11T23:03:41.062800",
            "2026-01-11T23:03:41.062800",
            "2026-01-11T23:03:41.074700"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CL",
            "",
            "CL"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "CandleHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-12",
      "description": "",
      "representative_file": "2026-01-12.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 93058,
      "rep_rows": 13078,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-12T00:00:04.325600",
            "2026-01-12T00:00:04.325600",
            "2026-01-12T00:00:04.325600"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "CL"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-13",
      "description": "",
      "representative_file": "2026-01-13.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 24971,
      "rep_rows": 3367,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-13T06:34:20.856000",
            "2026-01-13T06:34:20.856000",
            "2026-01-13T06:34:20.856000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "CL",
            "TQQQ"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-14",
      "description": "",
      "representative_file": "2026-01-14.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 32335,
      "rep_rows": 4412,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-14T00:00:02.047800",
            "2026-01-14T00:00:02.047800",
            "2026-01-14T00:00:02.047800"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "CL",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-15",
      "description": "",
      "representative_file": "2026-01-15.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3471,
      "rep_rows": 34,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-15T02:41:01.114900",
            "2026-01-15T02:41:01.114900",
            "2026-01-15T02:41:01.114900"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "sub",
            "sub",
            "sub"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CandleHandler",
            "CandleFuturesHandler",
            "CandleHandler"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CL",
            "on ",
            "LMT"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-25",
      "description": "",
      "representative_file": "2026-01-25.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5241,
      "rep_rows": 203,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-25T13:31:36.207000",
            "2026-01-25T13:31:36.208000",
            "2026-01-25T13:31:36.208000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRWV",
            "CRWV",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-27",
      "description": "",
      "representative_file": "2026-01-27.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6187,
      "rep_rows": 283,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-26T23:20:47.246000",
            "2026-01-26T23:20:47.249000",
            "2026-01-26T23:20:47.281000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NOK",
            "NOK",
            "NOK"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "DomDfbHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-28",
      "description": "",
      "representative_file": "2026-01-28.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3630,
      "rep_rows": 36,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-27T21:00:00.686000",
            "2026-01-27T21:00:00.689000",
            "2026-01-27T21:00:00.689000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "unsub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "62d86ded6d5370052d301bd2_2081484611",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-29",
      "description": "",
      "representative_file": "2026-01-29.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3665,
      "rep_rows": 43,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-28T21:00:00.668000",
            "2026-01-28T21:00:00.671000",
            "2026-01-28T21:00:00.671000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "unsub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "62d86ded6d5370052d301bd2_1932153047",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-30",
      "description": "",
      "representative_file": "2026-01-30.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3653,
      "rep_rows": 43,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-29T21:00:00.673000",
            "2026-01-29T21:00:00.677000",
            "2026-01-29T21:00:00.677000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "unsub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "62d86ded6d5370052d301bd2_1890528027",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-01-31",
      "description": "",
      "representative_file": "2026-01-31.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3608,
      "rep_rows": 30,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-30T21:00:00.628000",
            "2026-01-30T21:00:00.629000",
            "2026-01-30T21:00:00.629000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "unsub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "62d86ded6d5370052d301bd2_94215109",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-01",
      "description": "",
      "representative_file": "2026-02-01.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2809,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-31T21:00:00.896000",
            "2026-01-31T21:00:00.900000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "CIFR"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-02",
      "description": "",
      "representative_file": "2026-02-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3651,
      "rep_rows": 36,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-02T02:56:50.359000",
            "2026-02-02T02:56:50.360000",
            "2026-02-02T02:56:50.360000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CIFR",
            "VXX",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-03",
      "description": "",
      "representative_file": "2026-02-03.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3721,
      "rep_rows": 49,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-02T21:00:00.640000",
            "2026-02-02T21:00:00.643000",
            "2026-02-02T21:00:00.643000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "unsub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "62d86ded6d5370052d301bd2_2054445265",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-04",
      "description": "",
      "representative_file": "2026-02-04.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3674,
      "rep_rows": 43,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-03T21:00:00.644000",
            "2026-02-03T21:00:00.647000",
            "2026-02-03T21:00:00.647000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "unsub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "62d86ded6d5370052d301bd2_1297630305",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-05",
      "description": "",
      "representative_file": "2026-02-05.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3681,
      "rep_rows": 42,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-04T21:00:00.703000",
            "2026-02-04T21:00:00.708000",
            "2026-02-04T21:00:00.709000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "unsub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "62d86ded6d5370052d301bd2_983990431",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-06",
      "description": "",
      "representative_file": "2026-02-06.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3616,
      "rep_rows": 36,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-05T21:00:00.694000",
            "2026-02-05T21:00:00.697000",
            "2026-02-05T21:00:00.697000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "unsub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "62d86ded6d5370052d301bd2_287624017",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-07",
      "description": "",
      "representative_file": "2026-02-07.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3572,
      "rep_rows": 23,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-06T21:00:00.631000",
            "2026-02-06T21:00:00.632000",
            "2026-02-06T21:00:00.632000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "unsub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "62d86ded6d5370052d301bd2_850988992",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-08",
      "description": "",
      "representative_file": "2026-02-08.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3423,
      "rep_rows": 4,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-07T21:00:00.617000",
            "2026-02-07T21:00:00.617000",
            "2026-02-07T21:00:00.617000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "unsub",
            "first_package",
            "sub"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CandleHandler",
            null,
            "CandleFuturesHandler"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "62d86ded6d5370052d301bd2_2102150392",
            "",
            "on "
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "MDCandle",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-09",
      "description": "",
      "representative_file": "2026-02-09.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3459,
      "rep_rows": 15,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-09T02:56:52.182000",
            "2026-02-09T02:56:52.183000",
            "2026-02-09T02:56:52.183000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CIFR",
            "VXX",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-19",
      "description": "",
      "representative_file": "2026-02-19.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 47188,
      "rep_rows": 5125,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-19T05:46:07.055000",
            "2026-02-19T05:46:07.057000",
            "2026-02-19T05:46:07.057000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MOH",
            "MOH",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-20",
      "description": "",
      "representative_file": "2026-02-20.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3517,
      "rep_rows": 32,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-20T02:57:09.691000",
            "2026-02-20T02:57:09.691000",
            "2026-02-20T02:57:09.691000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-21",
      "description": "",
      "representative_file": "2026-02-21.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2827,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-21T03:26:56.066000",
            "2026-02-21T18:15:30.767000",
            "2026-02-21T18:15:30.768000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-22",
      "description": "",
      "representative_file": "2026-02-22.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2836,
      "rep_rows": 7,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-22T03:28:07.718000",
            "2026-02-22T12:03:24.640000",
            "2026-02-22T12:03:49.116000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "CPNG",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-23",
      "description": "",
      "representative_file": "2026-02-23.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3607,
      "rep_rows": 36,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-23T02:56:59.810000",
            "2026-02-23T02:56:59.824000",
            "2026-02-23T02:56:59.824000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "CPNG",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-24",
      "description": "",
      "representative_file": "2026-02-24.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2841,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-24T03:29:05.962000",
            "2026-02-24T18:15:32.287000",
            "2026-02-24T18:15:32.292000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-25",
      "description": "",
      "representative_file": "2026-02-25.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2834,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-25T03:27:45.044000",
            "2026-02-25T18:15:32.020000",
            "2026-02-25T18:15:32.021000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-26",
      "description": "",
      "representative_file": "2026-02-26.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2835,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-26T03:28:34.969000",
            "2026-02-26T18:15:31.651000",
            "2026-02-26T18:15:31.652000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-27",
      "description": "",
      "representative_file": "2026-02-27.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2834,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-27T03:28:40.145000",
            "2026-02-27T18:15:30.257000",
            "2026-02-27T18:15:30.258000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-02-28",
      "description": "",
      "representative_file": "2026-02-28.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2834,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-28T03:28:29.331000",
            "2026-02-28T18:15:30.138000",
            "2026-02-28T18:15:30.139000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-03-01",
      "description": "",
      "representative_file": "2026-03-01.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2805,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-01T03:28:30.638000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-03-02",
      "description": "",
      "representative_file": "2026-03-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3471,
      "rep_rows": 19,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-02T02:57:01.337000",
            "2026-03-02T02:57:01.343000",
            "2026-03-02T02:57:01.343000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-03-03",
      "description": "",
      "representative_file": "2026-03-03.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2842,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-03T03:28:43.033000",
            "2026-03-03T18:15:28.873000",
            "2026-03-03T18:15:28.874000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-03-04",
      "description": "",
      "representative_file": "2026-03-04.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2827,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-04T03:29:02.248000",
            "2026-03-04T18:15:28.474000",
            "2026-03-04T18:15:28.475000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-03-05",
      "description": "",
      "representative_file": "2026-03-05.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2834,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-05T03:28:26.424000",
            "2026-03-05T18:15:25.986000",
            "2026-03-05T18:15:25.987000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-03-06",
      "description": "",
      "representative_file": "2026-03-06.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2827,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-06T03:28:15.988000",
            "2026-03-06T18:15:25.680000",
            "2026-03-06T18:15:25.681000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-03-07",
      "description": "",
      "representative_file": "2026-03-07.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2827,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-07T03:28:05.373000",
            "2026-03-07T18:15:26.664000",
            "2026-03-07T18:15:26.664000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-03-08",
      "description": "",
      "representative_file": "2026-03-08.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2863,
      "rep_rows": 12,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-08T03:29:23.729000",
            "2026-03-08T11:03:26.028000",
            "2026-03-08T11:03:49.942000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "CPNG",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-03-09",
      "description": "",
      "representative_file": "2026-03-09.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3467,
      "rep_rows": 18,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-09T02:57:02.283000",
            "2026-03-09T02:57:02.283000",
            "2026-03-09T02:57:02.283000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-03-10",
      "description": "",
      "representative_file": "2026-03-10.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2854,
      "rep_rows": 11,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-10T02:28:35.695000",
            "2026-03-10T07:19:15.115000",
            "2026-03-10T07:19:15.116000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-03-11",
      "description": "",
      "representative_file": "2026-03-11.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2834,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-11T02:28:34.393000",
            "2026-03-11T17:15:28.013000",
            "2026-03-11T17:15:28.014000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-03-12",
      "description": "",
      "representative_file": "2026-03-12.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2834,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-12T02:29:24.056000",
            "2026-03-12T17:15:23.296000",
            "2026-03-12T17:15:23.297000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-03-13",
      "description": "",
      "representative_file": "2026-03-13.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2805,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-03-13T02:28:32.652000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-02",
      "description": "",
      "representative_file": "2026-04-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 31106,
      "rep_rows": 2997,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-02T13:26:52.837000",
            "2026-04-02T13:26:52.841000",
            "2026-04-02T13:26:52.841000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MU",
            "MU",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-05",
      "description": "",
      "representative_file": "2026-04-05.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3600,
      "rep_rows": 36,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-05T09:27:16.718000",
            "2026-04-05T09:27:16.718000",
            "2026-04-05T09:27:16.719000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "sub",
            "sub",
            "first_package"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CandleHandler",
            "CandleFuturesHandler",
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "QUBT",
            "on ",
            "QUBT"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "MDCandle"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-06",
      "description": "",
      "representative_file": "2026-04-06.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4391,
      "rep_rows": 122,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-05T21:14:01.579000",
            "2026-04-05T21:14:01.583000",
            "2026-04-05T21:14:01.588000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "unsub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NEM",
            "NEM",
            "62d86ded6d5370052d301bd2_1630903110"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleHandler"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-07",
      "description": "",
      "representative_file": "2026-04-07.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4296,
      "rep_rows": 102,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-07T00:51:13.303000",
            "2026-04-07T00:51:13.303000",
            "2026-04-07T00:51:13.303000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "sub",
            "first_package",
            "sub"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CandleHandler",
            null,
            "CandleFuturesHandler"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "TSLA",
            "on "
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "MDCandle",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-08",
      "description": "",
      "representative_file": "2026-04-08.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 23703,
      "rep_rows": 3240,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-08T02:58:59.805000",
            "2026-04-08T02:58:59.812000",
            "2026-04-08T02:58:59.817000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AXTI",
            "VXX",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-10",
      "description": "",
      "representative_file": "2026-04-10.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5104,
      "rep_rows": 185,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-10T17:05:18.032000",
            "2026-04-10T17:05:18.033000",
            "2026-04-10T17:05:18.035000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "sub",
            "sub",
            "first_package"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CandleHandler",
            "CandleFuturesHandler",
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "on ",
            "TSLA"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "MDCandle"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-11",
      "description": "",
      "representative_file": "2026-04-11.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2815,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-11T03:26:49.932000",
            "2026-04-11T03:26:49.934000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "QQQ",
            "VXX"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-12",
      "description": "",
      "representative_file": "2026-04-12.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3857,
      "rep_rows": 52,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-12T03:26:49.800000",
            "2026-04-12T03:26:49.805000",
            "2026-04-12T08:25:49.523000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "QQQ",
            "VXX",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-13",
      "description": "",
      "representative_file": "2026-04-13.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 78343,
      "rep_rows": 11244,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-13T02:58:13.761000",
            "2026-04-13T02:58:13.767000",
            "2026-04-13T02:58:13.768000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SNOW",
            "VXX",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-14",
      "description": "",
      "representative_file": "2026-04-14.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20473,
      "rep_rows": 1879,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-14T03:01:29.579000",
            "2026-04-14T03:01:29.579000",
            "2026-04-14T03:01:29.579000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "sub",
            "sub",
            "sub"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CandleHandler",
            "CandleFuturesHandler",
            "CandleHandler"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "UNH",
            "on ",
            "VXX"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-15",
      "description": "",
      "representative_file": "2026-04-15.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 23950,
      "rep_rows": 2043,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-15T07:48:45.009000",
            "2026-04-15T07:48:45.014000",
            "2026-04-15T07:48:45.015000"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "first_package",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandle",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SMH",
            "VXX",
            ""
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "interval",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "records",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-16",
      "description": "",
      "representative_file": "2026-04-16.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16914,
      "rep_rows": 1268,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-16T02:57:57.036100",
            "2026-04-16T02:57:57.038400",
            "2026-04-16T02:57:57.039200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "CSTM",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        },
        {
          "name": "interval",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "records",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-17",
      "description": "",
      "representative_file": "2026-04-17.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 28125,
      "rep_rows": 2376,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-17T02:58:33.295600",
            "2026-04-17T02:58:33.296100",
            "2026-04-17T02:58:33.296400"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ESI",
            "ESI",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        },
        {
          "name": "interval",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "records",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-20",
      "description": "",
      "representative_file": "2026-04-20.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 26047,
      "rep_rows": 2120,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-20T07:43:20.683600",
            "2026-04-20T07:43:20.684200",
            "2026-04-20T07:43:20.684200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "sub",
            "first_package",
            "sub"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CandleHandler",
            null,
            "CandleFuturesHandler"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AFRM",
            "",
            "on "
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "MDCandle",
            null
          ]
        },
        {
          "name": "interval",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "records",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-21",
      "description": "",
      "representative_file": "2026-04-21.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 21752,
      "rep_rows": 1757,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-21T02:57:14.072000",
            "2026-04-21T02:57:14.073300",
            "2026-04-21T02:57:14.073300"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "sub"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            null
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TQQQ",
            "TQQQ",
            "on "
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            "CandleFuturesHandler"
          ]
        },
        {
          "name": "interval",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "records",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-22",
      "description": "",
      "representative_file": "2026-04-22.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 33436,
      "rep_rows": 2989,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-22T03:27:12.929200",
            "2026-04-22T03:27:12.933200",
            "2026-04-22T03:27:12.933200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "snapshot",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandleSnapshot",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TQQQ",
            "TQQQ",
            "VXX"
          ]
        },
        {
          "name": "interval",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "Min_5",
            null
          ]
        },
        {
          "name": "records",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            490.0,
            null
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-23",
      "description": "",
      "representative_file": "2026-04-23.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 42395,
      "rep_rows": 3926,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-22T21:18:12.682900",
            "2026-04-22T21:18:12.686500",
            "2026-04-22T21:18:12.687300"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "snapshot"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            "MDCandleSnapshot"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TQQQ",
            "TQQQ",
            "TQQQ"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            null
          ]
        },
        {
          "name": "interval",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "Min_5"
          ]
        },
        {
          "name": "records",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            704.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-24",
      "description": "",
      "representative_file": "2026-04-24.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 64107,
      "rep_rows": 6469,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-23T22:31:22.984600",
            "2026-04-23T22:31:22.984700",
            "2026-04-23T22:31:22.989200"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "sub",
            "snapshot"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            null,
            "MDCandleSnapshot"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TXN",
            "TXN",
            "TXN"
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "CandleHandler",
            null
          ]
        },
        {
          "name": "interval",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "Min_5"
          ]
        },
        {
          "name": "records",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            676.0
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-25",
      "description": "",
      "representative_file": "2026-04-25.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4917,
      "rep_rows": 44,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-25T03:28:11.181000",
            "2026-04-25T03:28:11.182700",
            "2026-04-25T03:28:11.182800"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "snapshot",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandleSnapshot",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "COIN",
            "COIN",
            "VXX"
          ]
        },
        {
          "name": "interval",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "Min_5",
            null
          ]
        },
        {
          "name": "records",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            400.0,
            null
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/md_events/2026-04-26",
      "description": "",
      "representative_file": "2026-04-26.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4780,
      "rep_rows": 35,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-26T03:27:11.836000",
            "2026-04-26T03:27:11.840300",
            "2026-04-26T03:27:11.840400"
          ]
        },
        {
          "name": "kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "first_package",
            "snapshot",
            "first_package"
          ]
        },
        {
          "name": "snapshot_kind",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MDCandle",
            "MDCandleSnapshot",
            "MDCandle"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NEM",
            "NEM",
            "VXX"
          ]
        },
        {
          "name": "interval",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "Min_5",
            null
          ]
        },
        {
          "name": "records",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            400.0,
            null
          ]
        },
        {
          "name": "handler",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_rejected",
      "description": "",
      "representative_file": "2026-01-11.parquet",
      "file_count": 40,
      "is_sharded": true,
      "total_size_bytes": 358135,
      "rep_rows": 5,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-11T23:04:29.918000",
            "2026-01-11T23:04:34.419200",
            "2026-01-11T23:04:42.329500"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SMR",
            "SMR",
            "SMR"
          ]
        },
        {
          "name": "reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "FIX session closed, FIXReject",
            "FIX session closed, FIXReject",
            "FIX session closed, FIXReject"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "245",
            "245",
            "245"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            20.88,
            20.89,
            20.89
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BLUE",
            "BLUE",
            "BLUE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60112040429703AD0002",
            "60112040434218AD0003",
            "60112040442122AD0004"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-11-24",
      "description": "",
      "representative_file": "2025-11-24.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 17805,
      "rep_rows": 542,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-24T14:21:08.646800",
            "2025-11-24T14:21:29.570600",
            "2025-11-24T14:21:36.611500"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "New",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "GOOG",
            "GOOGL"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "238",
            "31",
            "31"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            420.14,
            317.58,
            317.5
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AtTheClose",
            "AtTheClose",
            "AtTheClose"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "52199490TCRS",
            "52199492TCRS",
            "52199494TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51124192108453AH0296",
            "51124192129381AH0297",
            "51124192136423AH0298"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-11-26",
      "description": "",
      "representative_file": "2025-11-26.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 29486,
      "rep_rows": 1049,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-26T05:24:57.942700",
            "2025-11-26T05:25:10.795200",
            "2025-11-26T05:25:10.795200"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "New",
            "Filled"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NVDA",
            "RGTI",
            "RGTI"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "27",
            "188",
            "188"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            175.69,
            26.03,
            26.03
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            "ARCA",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "52662011TCRS",
            "52662052TCRS",
            "52662052TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51126102457796CB1821",
            "51126102510603CB1827",
            "51126102510603CB1827"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-11-28",
      "description": "",
      "representative_file": "2025-11-28.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 26448,
      "rep_rows": 931,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-11-28T05:46:07.748200",
            "2025-11-28T05:46:10.483600",
            "2025-11-28T05:47:03.708300"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "New",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SNDK",
            "SNDK",
            "BMNR"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            "SellShort",
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "22",
            "21",
            "160"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            228.87,
            228.87,
            33.18
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "ARCA",
            "EDGX"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "52951119TCRS",
            "52951124TCRS",
            "52951152TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51128104607534BU8700",
            "51128104610278BU8708",
            "51128104703482BU8739"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-01",
      "description": "",
      "representative_file": "2025-12-01.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 38423,
      "rep_rows": 1525,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-01T04:00:01.999500",
            "2025-12-01T04:00:03.340700",
            "2025-12-01T04:00:03.832300"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "PendingCancel",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "TSLA",
            "TSLA"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "232",
            "232",
            "232"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            425.78,
            425.78,
            425.68
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            "ARCA",
            "EDGX"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "53113528TCRS",
            "53113528TCRS",
            "53113815TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51201090001777AB6385",
            "51201090001777AB6385",
            "51201090003578AB6406"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-02",
      "description": "",
      "representative_file": "2025-12-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 34291,
      "rep_rows": 1319,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-02T06:06:17.749300",
            "2025-12-02T06:06:17.749300",
            "2025-12-02T06:06:18.494400"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "Filled",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TQQQ",
            "TQQQ",
            "TQQQ"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            "SellShort",
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "91",
            "91",
            "91"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            54.58,
            54.58,
            54.59
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EDGX",
            "EDGX",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "53479845TCRS",
            "53479845TCRS",
            "53479866TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51202110617532AP6970",
            "51202110617532AP6970",
            "51202110618278AP6990"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-03",
      "description": "",
      "representative_file": "2025-12-03.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 36224,
      "rep_rows": 1344,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-03T07:59:22.253100",
            "2025-12-03T07:59:22.253100",
            "2025-12-03T07:59:22.494900"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "Filled",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OKTA",
            "OKTA",
            "OKTA"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "62",
            "62",
            "62"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            77.25,
            77.25,
            77.25
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "53835108TCRS",
            "53835108TCRS",
            "53835109TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51203125922040AH3117",
            "51203125922040AH3117",
            "51203125922361AH3118"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-04",
      "description": "",
      "representative_file": "2025-12-04.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16906,
      "rep_rows": 447,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-04T03:25:47.695900",
            "2025-12-04T03:25:47.695900",
            "2025-12-04T03:25:54.528700"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "PartiallyFilled",
            "PartiallyFilled"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "TSLA",
            "TSLA"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "223",
            "223",
            "223"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            448.2,
            448.2,
            448.2
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BLUE",
            "BLUE",
            "BLUE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "53954039TCRS",
            "53954039TCRS",
            "53954039TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51204082547385AI3177",
            "51204082547385AI3177",
            "51204082547385AI3177"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-05",
      "description": "",
      "representative_file": "2025-12-05.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16058,
      "rep_rows": 447,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-05T00:58:36.879900",
            "2025-12-05T00:58:37.031400",
            "2025-12-05T00:58:51.407800"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "PartiallyFilled",
            "PendingReplace"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "JOBY",
            "JOBY",
            "JOBY"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "637",
            "637",
            "637"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            15.69,
            15.69,
            15.69
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BLUE",
            "BLUE",
            "BLUE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "54243641TCRS",
            "54243641TCRS",
            "54243641TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51205055836663AF6236",
            "51205055836663AF6236",
            "51205055836663AF6236"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-08",
      "description": "",
      "representative_file": "2025-12-08.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10257,
      "rep_rows": 136,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-08T08:22:18.921900",
            "2025-12-08T08:22:28.897100",
            "2025-12-08T08:22:29.351900"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "New",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRM",
            "AVGO",
            "AVGO"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            "SellShort",
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "38",
            "12",
            "12"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            259.87,
            402.67,
            402.67
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "54720939TCRS",
            "54721203TCRS",
            "54721205TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51208132218726AI4653",
            "51208132228733AI4739",
            "51208132229154AI4740"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-09",
      "description": "",
      "representative_file": "2025-12-09.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16699,
      "rep_rows": 387,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-09T08:08:07.951300",
            "2025-12-09T08:08:15.171000",
            "2025-12-09T08:08:15.641500"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "New",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "TSLA",
            "TSLA"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "11",
            "11",
            "11"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            435.76,
            435.76,
            435.76
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "MEMX",
            "MEMX"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "55005118TCRS",
            "55005123TCRS",
            "55005125TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51209130807745AY5741",
            "51209130814961AY5762",
            "51209130815424AY5763"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-10",
      "description": "",
      "representative_file": "2025-12-10.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 14754,
      "rep_rows": 307,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-10T05:47:36.306600",
            "2025-12-10T05:48:01.160700",
            "2025-12-10T09:13:30.132300"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "PendingCancel",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ORCL",
            "ORCL",
            "AVGO"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "45",
            "45",
            "24"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            223.43,
            223.43,
            404.8
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            "ARCA",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "OPG"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "55234257TCRS",
            "55234257TCRS",
            "55352613TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51210104736110BQ4745",
            "51210104736110BQ4745",
            "51210141329924BQ3095"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-11",
      "description": "",
      "representative_file": "2025-12-11.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 44621,
      "rep_rows": 2082,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-11T07:00:21.565100",
            "2025-12-11T07:00:21.837000",
            "2025-12-11T07:00:21.886600"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "New",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "TSLA",
            "TSLA"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "11",
            "11",
            "11"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            447.92,
            447.92,
            447.92
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "55512060TCRS",
            "55512063TCRS",
            "55512064TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51211120021357DE7245",
            "51211120021641DE7250",
            "51211120021765DE7251"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-12",
      "description": "",
      "representative_file": "2025-12-12.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 45205,
      "rep_rows": 2104,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-12T06:55:32.772900",
            "2025-12-12T06:55:32.772900",
            "2025-12-12T06:55:33.171500"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "Filled",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TQQQ",
            "TQQQ",
            "TQQQ"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "89",
            "89",
            "89"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            55.04,
            55.04,
            55.04
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            "ARCA",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "55815753TCRS",
            "55815753TCRS",
            "55815944TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51212115532639DP5974",
            "51212115532639DP5974",
            "51212115532969DP5975"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-15",
      "description": "",
      "representative_file": "2025-12-15.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 29478,
      "rep_rows": 1135,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-15T04:06:10.293900",
            "2025-12-15T04:06:14.145300",
            "2025-12-15T04:06:23.986000"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "Filled",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RKLB",
            "RKLB",
            "RIVN"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "165",
            "165",
            "541"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            62.63,
            62.63,
            18.66
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "55983007TCRS",
            "55983007TCRS",
            "55984181TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51215090610077AK8492",
            "51215090610077AK8492",
            "51215090623784AK8501"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-16",
      "description": "",
      "representative_file": "2025-12-16.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 18699,
      "rep_rows": 588,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-16T06:25:00.459800",
            "2025-12-16T06:25:14.927200",
            "2025-12-16T06:59:25.351400"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "Filled",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "TSLA",
            "TSLA"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "106",
            "106",
            "11"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            471.02,
            471.02,
            472.27
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "56281860TCRS",
            "56281860TCRS",
            "56302555TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51216112500252AC3338",
            "51216112500252AC3338",
            "51216115925143AC0493"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-17",
      "description": "",
      "representative_file": "2025-12-17.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13703,
      "rep_rows": 309,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-17T08:22:13.300100",
            "2025-12-17T08:22:13.408500",
            "2025-12-17T08:23:20.148900"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "Filled",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PLTR",
            "PLTR",
            "PLTR"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "27",
            "27",
            "26"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            188.24,
            188.24,
            187.93
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EDGX",
            "EDGX",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "56652832TCRS",
            "56652832TCRS",
            "56653397TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51217132213198AI3380",
            "51217132213198AI3380",
            "51217132319938AI3443"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-22",
      "description": "",
      "representative_file": "2025-12-22.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10364,
      "rep_rows": 92,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-22T15:04:50.729200",
            "2025-12-22T15:04:53.436900",
            "2025-12-22T15:06:36.060300"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "PendingCancel",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RGTI",
            "RGTI",
            "QBTS"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "37",
            "37",
            "94"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            26.41,
            26.41,
            31.71
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NYSE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AtTheClose",
            "AtTheClose",
            "AtTheClose"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "57409733TCRS",
            "57409733TCRS",
            "57409747TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51222200450549AJ9202",
            "51222200450549AJ9202",
            "51222200635867AJ9213"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-23",
      "description": "",
      "representative_file": "2025-12-23.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12789,
      "rep_rows": 245,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-23T03:59:24.324400",
            "2025-12-23T03:59:59.351900",
            "2025-12-23T03:59:59.351900"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "New",
            "PartiallyFilled"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "TQQQ",
            "TQQQ"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "60",
            "176",
            "176"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            489.18,
            54.28,
            54.28
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BLUE",
            "BLUE",
            "BLUE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "57457996TCRS",
            "57458207TCRS",
            "57458207TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51223085923991AK9862",
            "51223085958992AK9935",
            "51223085958992AK9935"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-26",
      "description": "",
      "representative_file": "2025-12-26.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8860,
      "rep_rows": 49,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-26T14:08:25.131500",
            "2025-12-26T14:08:25.131500",
            "2025-12-26T15:10:06.769800"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "PendingCancel"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IONQ",
            "IONQ",
            "IONQ"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "64",
            "64",
            "64"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            46.25,
            46.25,
            46.25
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NYSE",
            "NYSE",
            "NYSE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AtTheClose",
            "AtTheClose",
            "AtTheClose"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51226190824926BK0249",
            "51226190824926BK0249",
            "51226190824926BK0249"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "58105152TCRS",
            "58105152TCRS"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-29",
      "description": "",
      "representative_file": "2025-12-29.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8750,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-29T03:50:47.421400",
            "2025-12-29T03:50:47.549300",
            "2025-12-29T03:50:51.329000"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HUT",
            "HUT",
            "QBTS"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "20",
            "20",
            "39"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            49.57,
            49.57,
            25.42
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BLUE",
            "BLUE",
            "BLUE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51229085047197AF1157",
            "51229085047197AF1157",
            "51229085051119AF1158"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "58135657TCRS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-30",
      "description": "",
      "representative_file": "2025-12-30.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 14592,
      "rep_rows": 429,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-30T07:53:45.779500",
            "2025-12-30T07:53:45.779500",
            "2025-12-30T07:53:45.915600"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "TSLA",
            "TSLA"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "11",
            "11",
            "11"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            461.92,
            461.92,
            461.92
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51230125345571AC3220",
            "51230125345571AC3220",
            "51230125345806AC3221"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "58543503TCRS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2025-12-31",
      "description": "",
      "representative_file": "2025-12-31.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9399,
      "rep_rows": 119,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2025-12-31T07:58:38.411700",
            "2025-12-31T07:58:38.411700",
            "2025-12-31T07:59:52.875900"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Filled"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "TSLA",
            "TSLA"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "11",
            "11",
            "11"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            456.37,
            456.37,
            456.37
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51231125838192AG1971",
            "51231125838192AG1971",
            "51231125838192AG1971"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "58743772TCRS",
            "58743772TCRS"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-01-02",
      "description": "",
      "representative_file": "2026-01-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 17181,
      "rep_rows": 495,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-02T04:32:00.100700",
            "2026-01-02T04:32:00.100700",
            "2026-01-02T04:32:08.713100"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ARM",
            "ARM",
            "NVDA"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "70",
            "70",
            "52"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            111.68,
            111.68,
            190.05
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EDGX",
            "EDGX",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60102093159895AC1108",
            "60102093159895AC1108",
            "60102093208502AC1109"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "58842496TCRS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-01-05",
      "description": "",
      "representative_file": "2026-01-05.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13526,
      "rep_rows": 272,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-05T08:27:28.497600",
            "2026-01-05T09:18:18.794300",
            "2026-01-05T09:18:21.200200"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New",
            "PendingCancel",
            "PendingCancel"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "IMO",
            "IMO"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "SellShort",
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "220",
            "55",
            "55"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            431.94,
            87.68,
            87.58
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EDGX",
            "ARCA",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60105132728295AJ6174",
            "60105121136126AE1176",
            "60105121147356AE1197"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "59072246TCRS",
            "59072249TCRS"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-01-06",
      "description": "",
      "representative_file": "2026-01-06.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15073,
      "rep_rows": 372,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-06T03:52:26.221000",
            "2026-01-06T03:52:26.366800",
            "2026-01-06T03:52:36.849300"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AAOI",
            "AAOI",
            "WDC"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "284",
            "284",
            "51"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            35.35,
            35.35,
            189.33
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BLUE",
            "BLUE",
            "BLUE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60106085226144AP1579",
            "60106085226144AP1579",
            "60106085236637AP1590"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "59193332TCRS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-01-07",
      "description": "",
      "representative_file": "2026-01-07.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10435,
      "rep_rows": 162,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-07T05:29:56.931700",
            "2026-01-07T05:29:56.931700",
            "2026-01-07T05:30:00.124600"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PATH",
            "PATH",
            "AMD"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "583",
            "583",
            "46"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            17.3,
            17.3,
            213.68
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            "ARCA",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60107102956724AG8313",
            "60107102956724AG8313",
            "60107103000050AG8315"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "59470914TCRS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-01-09",
      "description": "",
      "representative_file": "2026-01-09.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9952,
      "rep_rows": 117,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-09T15:23:33.416900",
            "2026-01-09T15:23:33.417700",
            "2026-01-09T15:24:50.657000"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OKLO",
            "OKLO",
            "HIMS"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "95",
            "95",
            "310"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            104.61,
            104.61,
            32.22
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NYSE",
            "NYSE",
            "NYSE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AtTheClose",
            "AtTheClose",
            "AtTheClose"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60109202333221AE5455",
            "60109202333221AE5455",
            "60109202450597AE5456"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "60036555TCRS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-01-11",
      "description": "",
      "representative_file": "2026-01-11.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6369,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-11T23:04:57.630900"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SNDK"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "13"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            372.48
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BLUE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60112040457425AD0006"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-01-12",
      "description": "",
      "representative_file": "2026-01-12.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 19905,
      "rep_rows": 637,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-12T00:07:37.969300",
            "2026-01-12T00:07:38.108700",
            "2026-01-12T00:07:42.019300"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "PartiallyFilled"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SMR",
            "SMR",
            "SMR"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "245",
            "245",
            "245"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            20.59,
            20.59,
            20.59
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BLUE",
            "BLUE",
            "BLUE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60112050737763AH0348",
            "60112050737763AH0348",
            "60112050737763AH0348"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "60055029TCRS",
            "60055029TCRS"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-01-13",
      "description": "",
      "representative_file": "2026-01-13.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 21642,
      "rep_rows": 893,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-13T06:35:20.158300",
            "2026-01-13T06:35:20.244400",
            "2026-01-13T06:35:20.290100"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "PartiallyFilled"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IREN",
            "IREN",
            "IREN"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "194",
            "194",
            "194"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            50.84,
            50.84,
            50.84
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            "ARCA",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60113113520091AE8740",
            "60113113520091AE8740",
            "60113113520091AE8740"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "60390601TCRS",
            "60390601TCRS"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-01-14",
      "description": "",
      "representative_file": "2026-01-14.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 29356,
      "rep_rows": 1314,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-14T05:12:56.446300",
            "2026-01-14T05:12:56.446300",
            "2026-01-14T05:12:56.446300"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Filled"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRWV",
            "CRWV",
            "CRWV"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "112",
            "112",
            "112"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            88.56,
            88.56,
            88.56
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            "ARCA",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60114101256241AG7124",
            "60114101256241AG7124",
            "60114101256241AG7124"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "60634431TCRS",
            "60634431TCRS"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-01-27",
      "description": "",
      "representative_file": "2026-01-27.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7931,
      "rep_rows": 5,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-26T23:22:41.150000",
            "2026-01-26T23:24:38.776000",
            "2026-01-26T23:24:38.920000"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Updated",
            "Created",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PendingCancel",
            "Sent",
            "New"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "UAMY",
            "UAMY",
            "UAMY"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "1106",
            "1106",
            "1106"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            9.58,
            9.47,
            9.47
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BLUE",
            "BLUE",
            "BLUE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "62663584TCRS",
            null,
            "62666166TCRS"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60127021517920AD6267",
            "60127042438452AD7012",
            "60127042438452AD7012"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-02-19",
      "description": "",
      "representative_file": "2026-02-19.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 36747,
      "rep_rows": 1883,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-02-19T05:46:25.344000",
            "2026-02-19T05:46:25.344000",
            "2026-02-19T05:46:30.583000"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NBIS",
            "NBIS",
            "RGTI"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "94",
            "94",
            "606"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            100.5,
            100.5,
            15.96
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MEMX",
            "MEMX",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60219104625009AF8520",
            "60219104625009AF8520",
            "60219104630386AF8521"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "66826769TCRS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-04-02",
      "description": "",
      "representative_file": "2026-04-02.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 14347,
      "rep_rows": 323,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-02T15:38:53.406000",
            "2026-04-02T15:38:53.406000",
            "2026-04-02T15:40:33.726000"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "TSLA",
            "NVDA"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "27",
            "27",
            "56"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            360.28,
            360.28,
            177.12
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AtTheClose",
            "AtTheClose",
            "AtTheClose"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60402193852983AI8381",
            "60402193852983AI8381",
            "60402194033302AI8388"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "79158660TCRS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-04-13",
      "description": "",
      "representative_file": "2026-04-13.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12579,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-13T09:29:30.462000",
            "2026-04-13T09:29:30.463000",
            "2026-04-13T09:29:30.464000"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Created",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "Sent",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SHOP",
            "NVDA",
            "AAPL"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "9",
            "5",
            "3"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            108.89,
            185.84,
            259.2
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            "ARCA",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60413132930257CJ0199",
            "60413132930257CJ0200",
            "60413132930257CJ0190"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-04-14",
      "description": "",
      "representative_file": "2026-04-14.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11072,
      "rep_rows": 240,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-14T09:11:31.264000",
            "2026-04-14T09:11:31.271000",
            "2026-04-14T09:11:31.271000"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LUNR",
            "LUNR",
            "NNE"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "384",
            "384",
            "427"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            25.99,
            25.99,
            23.39
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AtTheClose",
            "AtTheClose",
            "AtTheClose"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60414131131032CC3102",
            "60414131131032CC3102",
            "60414131131032CC3105"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "82181987TCRS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-04-15",
      "description": "",
      "representative_file": "2026-04-15.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15927,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-15T09:09:35.025300",
            "2026-04-15T09:09:35.161400",
            "2026-04-15T09:09:58.129300"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NET",
            "NET",
            "MU"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            "SellShort",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            185.18,
            185.18,
            453.62
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BATS",
            "BATS",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60415130934843CJ4934",
            "60415130934843CJ4934",
            "60415130957816CJ4942"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "82618945TCRS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-04-16",
      "description": "",
      "representative_file": "2026-04-16.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 21911,
      "rep_rows": 776,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-16T08:51:40.783400",
            "2026-04-16T08:51:40.789300",
            "2026-04-16T08:51:45.345000"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NN",
            "NN",
            "LIF"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            "SellShort",
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "260",
            "260",
            "106"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            18.83,
            18.83,
            46.21
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60416125140453CH7053",
            "60416125140453CH7053",
            "60416125145159CH7064"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "83034140TCRS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-04-17",
      "description": "",
      "representative_file": "2026-04-17.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 26332,
      "rep_rows": 1251,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-17T08:25:12.716800",
            "2026-04-17T08:25:12.722000",
            "2026-04-17T08:25:19.841700"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Filled"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NFLX",
            "NFLX",
            "NFLX"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SellShort",
            "SellShort",
            "SellShort"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "50",
            "50",
            "50"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            96.76,
            96.76,
            96.76
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BATS",
            "BATS",
            "BATS"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60417122512297CJ8092",
            "60417122512297CJ8092",
            "60417122512297CJ8092"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "83386875TCRS",
            "83386875TCRS"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-04-20",
      "description": "",
      "representative_file": "2026-04-20.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 14643,
      "rep_rows": 389,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-20T09:29:08.613000",
            "2026-04-20T09:29:08.619100",
            "2026-04-20T09:29:08.619700"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Created",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "Sent",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NKTR",
            "ASX",
            "RVMD"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "20",
            "68",
            "13"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            97.52,
            29.27,
            151.72
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "ARCA",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60420132908382AB7877",
            "60420132908382AB7875",
            "60420132908382AB7886"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-04-21",
      "description": "",
      "representative_file": "2026-04-21.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12793,
      "rep_rows": 254,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-21T07:15:31.182200",
            "2026-04-21T07:15:31.182500",
            "2026-04-21T07:15:34.144500"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IRDM",
            "IRDM",
            "FLY"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "235",
            "235",
            "71"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            42.14,
            42.14,
            43.98
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EDGX",
            "EDGX",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60421111530890AG5997",
            "60421111530890AG5997",
            "60421111533853AG6013"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "84145479TCRS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-04-22",
      "description": "",
      "representative_file": "2026-04-22.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15202,
      "rep_rows": 362,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-22T07:38:34.480900",
            "2026-04-22T07:38:34.483800",
            "2026-04-22T07:38:37.095000"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Created"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "Sent"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CAR",
            "CAR",
            "NVTS"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "1",
            "1",
            "65"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            773.98,
            773.98,
            16.78
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARCA",
            "ARCA",
            "ARCA"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60422113834213AH0031",
            "60422113834213AH0031",
            "60422113836874AH0032"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "84549360TCRS",
            null
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-04-23",
      "description": "",
      "representative_file": "2026-04-23.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15590,
      "rep_rows": 415,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-23T08:04:18.712900",
            "2026-04-23T08:04:18.716600",
            "2026-04-23T08:04:18.904300"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "PartiallyFilled"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OKLO",
            "OKLO",
            "OKLO"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Sell",
            "Sell",
            "Sell"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "27",
            "27",
            "27"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            78.98,
            78.98,
            78.98
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EDGX",
            "EDGX",
            "EDGX"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60423120418374AG1417",
            "60423120418374AG1417",
            "60423120418374AG1417"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "84958330TCRS",
            "84958330TCRS"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/order_updates/2026-04-24",
      "description": "",
      "representative_file": "2026-04-24.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 19285,
      "rep_rows": 571,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-23T22:32:12.666400",
            "2026-04-23T22:32:12.695900",
            "2026-04-23T22:32:12.801900"
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Created",
            "Updated",
            "Updated"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sent",
            "New",
            "PartiallyFilled"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TXN",
            "TXN",
            "TXN"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Buy",
            "Buy",
            "Buy"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "17",
            "17",
            "17"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            281.56,
            281.56,
            281.56
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BLUE",
            "BLUE",
            "BLUE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extended",
            "Extended",
            "Extended"
          ]
        },
        {
          "name": "order_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "60424023212461AE7096",
            "60424023212461AE7096",
            "60424023212461AE7096"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "exch_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "85074624TCRS",
            "85074624TCRS"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/orders_sent",
      "description": "",
      "representative_file": "2026-01-11.parquet",
      "file_count": 44,
      "is_sharded": true,
      "total_size_bytes": 402407,
      "rep_rows": 5,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-11T23:04:29.776800",
            "2026-01-11T23:04:34.279300",
            "2026-01-11T23:04:42.190100"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SMR",
            "SMR",
            "SMR"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "S",
            "S",
            "S"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "245",
            "245",
            "245"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            20.88,
            20.89,
            20.89
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BLUE",
            "BLUE",
            "BLUE"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            "EXT",
            "EXT"
          ]
        },
        {
          "name": "route",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Default",
            "Default",
            "Default"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/positions",
      "description": "",
      "representative_file": "2026-04-25.parquet",
      "file_count": 62,
      "is_sharded": true,
      "total_size_bytes": 914856,
      "rep_rows": 4,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-25T19:26:04.123400",
            "2026-04-25T19:26:04.124300",
            "2026-04-25T20:30:34.524100"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TNA",
            "NEM",
            "TNA"
          ]
        },
        {
          "name": "state",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Short",
            "Long",
            "Short"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "-60",
            "82",
            "-60"
          ]
        },
        {
          "name": "avg_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            60.63,
            120.64,
            60.63
          ]
        },
        {
          "name": "buying_power",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-3637",
            "9892",
            "-3637"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        }
      ]
    },
    {
      "table": "enrichment_data/tradingapp_executions/risk_params",
      "description": "",
      "representative_file": "2026-01-25.parquet",
      "file_count": 69,
      "is_sharded": true,
      "total_size_bytes": 374466,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-01-25T14:00:20.799000",
            "2026-01-25T14:00:20.937000"
          ]
        },
        {
          "name": "party_type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Account",
            "Account"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEHN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "null",
            "null"
          ]
        },
        {
          "name": "tag",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PartyBp",
            "PartyBp"
          ]
        },
        {
          "name": "value",
          "arrow_type": "string",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            "0",
            "3000000"
          ]
        },
        {
          "name": "default",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "3000000"
          ]
        },
        {
          "name": "soft",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "null",
            "null"
          ]
        }
      ]
    },
    {
      "table": "event_calendar/market_events",
      "description": "Macro/event calendar (FOMC, CPI, NFP, earnings).",
      "representative_file": "market_events.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 19881,
      "rep_rows": 263,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-05-11",
            "2026-05-11",
            "2026-05-11"
          ]
        },
        {
          "name": "category",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "earnings_season",
            "corporate_action",
            "corporate_action"
          ]
        },
        {
          "name": "subcategory",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q1_season",
            "reverse_split",
            "reverse_split"
          ]
        },
        {
          "name": "title",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q1 Earnings Season (Apr 13 - May 14)",
            "AIXI Reverse Split 20:1",
            "ASBP Reverse Split 30:1"
          ]
        },
        {
          "name": "impact",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "info",
            "high",
            "high"
          ]
        },
        {
          "name": "description",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Peak earnings reporting period for Q1. ~70% of S&P 500 reports in this window.",
            "Split ratio 1:20 (reverse). Price adjusts at open.",
            "Split ratio 1:30 (reverse). Price adjusts at open."
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            null,
            "AIXI",
            "ASBP"
          ]
        },
        {
          "name": "source",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "static",
            "polygon",
            "polygon"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/backtest_growbp",
      "description": "",
      "representative_file": "backtest_growbp.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 66037,
      "rep_rows": 822,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-04",
            "2023-01-05"
          ]
        },
        {
          "name": "bp_per_trade",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300.0,
            285.0,
            290.7
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "52",
            "84",
            "73"
          ]
        },
        {
          "name": "exposure",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            26400.0,
            39900.0,
            34302.6
          ]
        },
        {
          "name": "gross_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -4.540041,
            222.943421,
            585.703264
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            66.079787,
            84.126444,
            93.847023
          ]
        },
        {
          "name": "net_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -70.619828,
            138.816977,
            491.856241
          ]
        },
        {
          "name": "n_win",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "17",
            "54",
            "59"
          ]
        },
        {
          "name": "wr_day",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32.692308,
            64.285714,
            80.821918
          ]
        },
        {
          "name": "cum_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -70.619828,
            68.197149,
            560.05339
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023Q1",
            "2023Q1",
            "2023Q1"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/backtest_trades",
      "description": "",
      "representative_file": "backtest_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 43842,
      "rep_rows": 824,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-04",
            "2023-01-05"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "43",
            "62",
            "54"
          ]
        },
        {
          "name": "gross_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -36.774468,
            599.004108,
            1443.685826
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            155.669077,
            210.162347,
            217.760844
          ]
        },
        {
          "name": "net_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -192.443545,
            388.841761,
            1225.924982
          ]
        },
        {
          "name": "n_win",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "14",
            "41",
            "46"
          ]
        },
        {
          "name": "cum_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -192.443545,
            196.398215,
            1422.323198
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/backtest_v4_full",
      "description": "",
      "representative_file": "backtest_v4_full.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 56353,
      "rep_rows": 765,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-04",
            "2023-01-05"
          ]
        },
        {
          "name": "bp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300.0,
            285.0,
            290.7
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "3",
            "8",
            "39"
          ]
        },
        {
          "name": "exposure",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1800.0,
            4560.0,
            22674.6
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.844216,
            23.019992,
            457.630578
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.845114,
            3.337167,
            41.771237
          ]
        },
        {
          "name": "net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -14.68933,
            19.682825,
            415.859341
          ]
        },
        {
          "name": "n_win",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "6",
            "35"
          ]
        },
        {
          "name": "cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -14.68933,
            4.993495,
            420.852835
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TRAIN",
            "TRAIN",
            "TRAIN"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/backtest_v4_test",
      "description": "",
      "representative_file": "backtest_v4_test.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 26672,
      "rep_rows": 310,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02",
            "2025-01-06",
            "2025-01-07"
          ]
        },
        {
          "name": "bp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300.0,
            306.0,
            312.12
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "2",
            "3",
            "22"
          ]
        },
        {
          "name": "exposure",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1200.0,
            1836.0,
            13733.28
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.332201,
            25.610708,
            61.372456
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.214397,
            1.578482,
            17.855286
          ]
        },
        {
          "name": "net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.117804,
            24.032225,
            43.51717
          ]
        },
        {
          "name": "n_win",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "15"
          ]
        },
        {
          "name": "cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.117804,
            27.150029,
            70.667199
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/backtest_v4_train",
      "description": "",
      "representative_file": "backtest_v4_train.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 35237,
      "rep_rows": 455,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-04",
            "2023-01-05"
          ]
        },
        {
          "name": "bp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300.0,
            285.0,
            290.7
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "3",
            "8",
            "39"
          ]
        },
        {
          "name": "exposure",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1800.0,
            4560.0,
            22674.6
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.844216,
            23.019992,
            457.630578
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.845114,
            3.337167,
            41.771237
          ]
        },
        {
          "name": "net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -14.68933,
            19.682825,
            415.859341
          ]
        },
        {
          "name": "n_win",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "6",
            "35"
          ]
        },
        {
          "name": "cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -14.68933,
            4.993495,
            420.852835
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/baseline_results",
      "description": "",
      "representative_file": "baseline_results.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16078,
      "rep_rows": 82,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "N",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            262327.0,
            138683.0,
            123644.0
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            48.664072,
            49.174016,
            48.092103
          ]
        },
        {
          "name": "avg_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.00952,
            0.015096,
            -0.037129
          ]
        },
        {
          "name": "med_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.020614,
            -0.005293,
            -0.035632
          ]
        },
        {
          "name": "std_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.541112,
            1.558665,
            1.520714
          ]
        },
        {
          "name": "skew",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.211152,
            0.640249,
            -0.309732
          ]
        },
        {
          "name": "profit_factor",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.981358,
            1.030339,
            0.929322
          ]
        },
        {
          "name": "max_win",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            30.0,
            30.0,
            18.510405
          ]
        },
        {
          "name": "max_loss",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -24.784162,
            -24.653965,
            -24.784162
          ]
        },
        {
          "name": "avg_win",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.029777,
            1.042539,
            1.015141
          ]
        },
        {
          "name": "avg_loss",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.994725,
            -0.978953,
            -1.012046
          ]
        },
        {
          "name": "slice",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ALL",
            "dir=LONG",
            "dir=SHORT"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/combos_2way",
      "description": "",
      "representative_file": "combos_2way.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9331,
      "rep_rows": 49,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "combo",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ADR_UL_up+SPY_big_dn",
            "ADR_UL_up+UUP_big_dn",
            "ADR_UL_up+XLRE_big_up"
          ]
        },
        {
          "name": "n_factors",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "2"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "1771",
            "885",
            "737"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            65.669113,
            73.333333,
            74.49118
          ]
        },
        {
          "name": "avg_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.526579,
            0.8744,
            0.830788
          ]
        },
        {
          "name": "wr_h1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            68.646081,
            null,
            58.064516
          ]
        },
        {
          "name": "wr_h2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            64.740741,
            73.333333,
            75.212465
          ]
        },
        {
          "name": "h1h2_diff",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.90534,
            null,
            17.147948
          ]
        },
        {
          "name": "robust",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/combos_3way",
      "description": "",
      "representative_file": "combos_3way.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9924,
      "rep_rows": 67,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "combo",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ADR_UL_up+QQQ_big_up+prev_big_up",
            "ADR_UL_up+SPY_big_dn+UUP_big_dn",
            "ADR_UL_up+SPY_big_dn+XLRE_big_up"
          ]
        },
        {
          "name": "n_factors",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "444",
            "760",
            "497"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            74.099099,
            78.684211,
            88.732394
          ]
        },
        {
          "name": "avg_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.838965,
            1.056383,
            1.336626
          ]
        },
        {
          "name": "wr_h1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            82.608696,
            null,
            null
          ]
        },
        {
          "name": "wr_h2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            72.533333,
            78.684211,
            88.732394
          ]
        },
        {
          "name": "h1h2_diff",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.075362,
            null,
            null
          ]
        },
        {
          "name": "robust",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/combos_4way",
      "description": "",
      "representative_file": "combos_4way.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9618,
      "rep_rows": 69,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "combo",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ADR_UL_up+QQQ_big_up+XLF_big_up+prev_big_up",
            "ADR_UL_up+QQQ_big_up+XLRE_big_up+prev_big_up",
            "ADR_UL_up+QQQ_big_up+prev_big_up+rsi_hi"
          ]
        },
        {
          "name": "n_factors",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "228",
            "258",
            "24"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.877193,
            76.356589,
            79.166667
          ]
        },
        {
          "name": "avg_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.90471,
            0.938384,
            2.019155
          ]
        },
        {
          "name": "wr_h1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            80.0,
            null
          ]
        },
        {
          "name": "wr_h2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.877193,
            75.877193,
            null
          ]
        },
        {
          "name": "h1h2_diff",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            4.122807,
            null
          ]
        },
        {
          "name": "robust",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/daily_context_features",
      "description": "",
      "representative_file": "daily_context_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20283432,
      "rep_rows": 219167,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "ABBV",
            "ABNB"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.084354,
            -0.91355,
            -5.639554
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -7.393075,
            -0.012374,
            -15.572233
          ]
        },
        {
          "name": "ret_std_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.557155,
            0.319417,
            2.055178
          ]
        },
        {
          "name": "ret_std_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.450092,
            0.872172,
            2.337295
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.936662,
            1.87179,
            2.877076
          ]
        },
        {
          "name": "avg_range_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.362888,
            1.554756,
            3.928868
          ]
        },
        {
          "name": "vol_ratio_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.160791,
            1.219299,
            0.870299
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.887778,
            0.761546,
            0.597582
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.435754,
            0.591736,
            0.772348
          ]
        },
        {
          "name": "up_streak_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            2.0
          ]
        },
        {
          "name": "dn_streak_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            0.0
          ]
        },
        {
          "name": "pattern3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DUD",
            "DFD",
            "DUU"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/datum_reports_5y",
      "description": "",
      "representative_file": "datum_reports_5y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 62534,
      "rep_rows": 11416,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "announcement_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-20",
            "2021-04-15",
            "2021-07-15"
          ]
        },
        {
          "name": "announcement_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16:10",
            "16:10",
            "16:10"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-21T00:00:00",
            "2021-04-16T00:00:00",
            "2021-07-16T00:00:00"
          ]
        },
        {
          "name": "ann_time_norm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            "AMC",
            "AMC"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/factor_results",
      "description": "",
      "representative_file": "factor_results.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 131597,
      "rep_rows": 2387,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "factor",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SPY_up",
            "SPY_up",
            "SPY_up"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "57214",
            "16898",
            "6443"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            48.486384,
            47.437567,
            46.841533
          ]
        },
        {
          "name": "delta_WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.687631,
            -0.654537,
            0.064478
          ]
        },
        {
          "name": "avg_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.013869,
            -0.004596,
            -0.002317
          ]
        },
        {
          "name": "WR_false",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            49.656925,
            48.195717,
            46.777055
          ]
        },
        {
          "name": "p_value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Statistical p-value",
          "sample_values": [
            1.8e-05,
            0.068078,
            null
          ]
        },
        {
          "name": "wr_h1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            46.875,
            47.946836,
            null
          ]
        },
        {
          "name": "wr_h2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            49.294149,
            47.221051,
            null
          ]
        },
        {
          "name": "h1h2_diff",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.419149,
            0.725785,
            null
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            null,
            null,
            "micro"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/moo955_master",
      "description": "",
      "representative_file": "moo955_master.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 101223638,
      "rep_rows": 490034,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            151.96,
            45.77,
            1.94
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            152.64,
            45.935,
            1.94
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            151.599,
            45.624,
            1.881
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            152.64,
            45.67,
            1.881
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28324.0,
            80678.0,
            1817.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            149.67,
            46.25,
            1.9275
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAOI"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.945755,
            1.26998,
            2.472089
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            17.0,
            null
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            null,
            45.9,
            null
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            null,
            45.56,
            null
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            null,
            45.87,
            null
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            45.75,
            null
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            15723.0,
            null
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            5.0,
            null
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            9.0,
            null
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.746269,
            null
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.261609,
            null
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1744.0,
            null
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            13879.0,
            null
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            153.13,
            46.67,
            1.99
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            149.67,
            45.3,
            1.881
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            95750.0,
            473067.0,
            8781.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            151.96,
            45.77,
            1.94
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            153.13,
            46.67,
            1.99
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            148.47,
            44.44,
            1.86
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            150.04,
            44.58,
            1.88
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1414284.0,
            2880182.0,
            133393.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            149.65,
            45.47,
            1.89
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            699759.0,
            3614386.0,
            221054.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            3.618114,
            2.193238,
            0.139873
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            50.802201,
            48.38243,
            38.255566
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.260608,
            -1.957335,
            -0.529101
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.138681,
            5.018002,
            6.989247
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.429501,
            3.694413,
            -5.5
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.997995,
            0.43985,
            -0.47619
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.997995,
            0.43985,
            0.47619
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "SHORT"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.945755,
            1.26998,
            -2.472089
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            18578.0,
            11830.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Materials",
            "Technology"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Materials",
            "Technology"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Medical Equipment & Devices",
            "Metals & Mining",
            "Technology Hardware"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119792,
            0.119792,
            0.119792
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.022321,
            -0.022321,
            -0.022321
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519644,
            0.519644,
            0.519644
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.11256,
            1.11256,
            1.11256
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.142857,
            -0.142857,
            -0.142857
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            2.09,
            2.09
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.556536,
            0.556536,
            0.556536
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321429,
            0.321429,
            0.321429
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2989,
            0.2989,
            0.2989
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1929449.0,
            5970381.15,
            13452640.35
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2156719.97,
            7046828.04,
            8483499.28
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2229.72,
            63609.52,
            296221.76
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            212103295.18,
            409533303.509,
            1487179922.238
          ]
        },
        {
          "name": "hi_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            160.27,
            75.6999,
            155.4
          ]
        },
        {
          "name": "lo_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            99.12,
            22.68,
            9.711
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.24718,
            null
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.760716,
            -39.669669,
            -98.789575
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            53.995157,
            101.366843,
            -80.630213
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            212199171.36,
            128398513.56,
            250778.84
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/moo955_master_v2",
      "description": "",
      "representative_file": "moo955_master_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 149944347,
      "rep_rows": 490034,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            151.96,
            45.77,
            1.94
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            152.64,
            45.935,
            1.94
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            151.599,
            45.624,
            1.881
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            151.96,
            45.77,
            1.94
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28324.0,
            80678.0,
            1817.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            149.67,
            46.25,
            1.9275
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAOI"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.506976,
            1.048722,
            -0.64433
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            17.0,
            null
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            null,
            45.9,
            null
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            null,
            45.56,
            null
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            null,
            45.87,
            null
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            45.75,
            null
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            15723.0,
            null
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            5.0,
            null
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            9.0,
            null
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.746269,
            null
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.261609,
            null
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1744.0,
            null
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            13879.0,
            null
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            153.13,
            46.67,
            1.99
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            149.67,
            45.3,
            1.881
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            95750.0,
            473067.0,
            8781.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            151.96,
            45.77,
            1.94
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            153.13,
            46.67,
            1.99
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            148.47,
            44.44,
            1.86
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            150.04,
            44.58,
            1.88
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1414284.0,
            2880182.0,
            133393.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            149.65,
            45.47,
            1.89
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            699759.0,
            3614386.0,
            221054.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            3.618114,
            2.193238,
            0.139873
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            50.802201,
            48.38243,
            38.255566
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.260608,
            -1.957335,
            -0.529101
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.138681,
            5.018002,
            6.989247
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.429501,
            3.694413,
            -5.5
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.543602,
            0.659776,
            2.645503
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.543602,
            0.659776,
            2.645503
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.506976,
            1.048722,
            -0.64433
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            18578.0,
            11830.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Materials",
            "Technology"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Materials",
            "Technology"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Medical Equipment & Devices",
            "Metals & Mining",
            "Technology Hardware"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119792,
            0.119792,
            0.119792
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.022321,
            -0.022321,
            -0.022321
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519644,
            0.519644,
            0.519644
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.11256,
            1.11256,
            1.11256
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.142857,
            -0.142857,
            -0.142857
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            2.09,
            2.09
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.556536,
            0.556536,
            0.556536
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321429,
            0.321429,
            0.321429
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2989,
            0.2989,
            0.2989
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1929449.0,
            5970381.15,
            13452640.35
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2156719.97,
            7046828.04,
            8483499.28
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2229.72,
            63609.52,
            296221.76
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            212103295.18,
            409533303.509,
            1487179922.238
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.24718,
            null
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            212199171.36,
            128398513.56,
            250778.84
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "entry_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            151.96,
            45.77,
            1.94
          ]
        },
        {
          "name": "ret_955_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.506976,
            1.048722,
            -0.64433
          ]
        },
        {
          "name": "gap_pct_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.543602,
            0.659776,
            2.645503
          ]
        },
        {
          "name": "gap_abs_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.543602,
            0.659776,
            2.645503
          ]
        },
        {
          "name": "gap_pct_buggy_old",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.997995,
            0.43985,
            -0.47619
          ]
        },
        {
          "name": "roll_52w_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            159.65,
            95.06,
            5.29
          ]
        },
        {
          "name": "roll_52w_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            112.71,
            33.66,
            1.5
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.816787,
            -51.851462,
            -63.327032
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.823884,
            35.977421,
            29.333333
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.953074,
            -2.341065,
            -0.526316
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.429501,
            3.694413,
            -5.5
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.802068,
            5.084354,
            -10.849057
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -4.144248,
            -7.393075,
            -15.246637
          ]
        },
        {
          "name": "vol_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1195509.0,
            4071271.35,
            168458.45
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.349816,
            3.936662,
            4.761905
          ]
        },
        {
          "name": "range_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.946874,
            4.362888,
            6.253366
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.90099,
            0.435754,
            0.444444
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.585323,
            0.887778,
            1.312217
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/new_patterns",
      "description": "",
      "representative_file": "new_patterns.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7113,
      "rep_rows": 69,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "pattern",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "excess_gap>2",
            "excess_gap>2",
            "excess_gap<-2"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "20838",
            "76",
            "82"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            47.672521,
            61.842105,
            51.219512
          ]
        },
        {
          "name": "avg_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.012666,
            0.318149,
            0.214045
          ]
        },
        {
          "name": "delta_WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.501494,
            13.750002,
            2.045497
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/path_a_backtest_test",
      "description": "",
      "representative_file": "path_a_backtest_test.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6541,
      "rep_rows": 20,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-27",
            "2025-02-03",
            "2025-03-06"
          ]
        },
        {
          "name": "bp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10000.0,
            9200.0,
            10120.0
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "20",
            "20",
            "20"
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -765.917591,
            2175.829375,
            1337.366361
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            199.5159,
            333.175436,
            213.455508
          ]
        },
        {
          "name": "net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -965.433491,
            1842.653939,
            1123.910853
          ]
        },
        {
          "name": "n_win",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "15",
            "14"
          ]
        },
        {
          "name": "cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -965.433491,
            877.220447,
            2001.1313
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/path_a_backtest_train",
      "description": "",
      "representative_file": "path_a_backtest_train.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5828,
      "rep_rows": 7,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-03-13",
            "2023-03-15",
            "2023-08-02"
          ]
        },
        {
          "name": "bp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10000.0,
            11000.0,
            12100.0
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "12",
            "20",
            "12"
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            799.365561,
            1680.399743,
            1536.785646
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            366.247836,
            515.545468,
            293.060851
          ]
        },
        {
          "name": "net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            433.117725,
            1164.854275,
            1243.724795
          ]
        },
        {
          "name": "n_win",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "13",
            "11"
          ]
        },
        {
          "name": "cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            433.117725,
            1597.972,
            2841.696795
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/path_a_candidates",
      "description": "",
      "representative_file": "path_a_candidates.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 982918,
      "rep_rows": 1799,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-03-13",
            "2023-03-13",
            "2023-03-13"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            31.03,
            28.34,
            47.0
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            31.245,
            28.46,
            47.24
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            30.82,
            28.14,
            46.35
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            31.03,
            28.34,
            47.0
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            54012.0,
            116722.0,
            532822.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            31.04,
            28.125,
            45.81
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BAM",
            "BKR",
            "C"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.032227,
            -0.758645,
            -2.531915
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.0,
            13.0,
            164.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            34.0,
            29.17,
            49.42
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            31.02,
            28.26,
            46.48
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            34.0,
            29.08,
            49.0
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            31.14,
            28.37,
            47.1
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6553.0,
            6963.0,
            511383.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            4.0,
            7.0,
            4.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.0,
            8.0,
            8.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.606705,
            3.220099,
            6.325301
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -8.411765,
            -2.441541,
            -3.877551
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1588.0,
            314.0,
            95016.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2975.0,
            5384.0,
            289199.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            31.245,
            28.46,
            47.24
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            30.51,
            27.8,
            45.11
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            299036.0,
            638301.0,
            4649076.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            31.03,
            28.34,
            47.0
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            31.61,
            28.965,
            47.24
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            30.51,
            27.8,
            44.6
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            30.98,
            28.14,
            44.74
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2570924.0,
            8660685.0,
            50709212.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            31.64,
            29.07,
            48.34
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4860622.0,
            6255325.0,
            29770800.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            0.898413,
            0.9752,
            1.408814
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            29.69403,
            31.569347,
            24.321266
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.085967,
            -3.199174,
            -7.447249
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.605375,
            4.190647,
            5.919283
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -7.701284,
            -9.944238,
            -7.659981
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -1.927939,
            -2.51118,
            -2.772031
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.927939,
            2.51118,
            2.772031
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.032227,
            0.758645,
            2.531915
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            79991.0,
            59887.0,
            226257.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Energy",
            "Financials"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Energy",
            "Financials"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Asset Management",
            "Oil & Gas Services & Equip",
            "Banking"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.826489,
            -0.826489,
            -0.826489
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.289726,
            -2.289726,
            -2.289726
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.533518,
            -0.533518,
            -0.533518
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.097115,
            -2.097115,
            -2.097115
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.771218,
            -1.771218,
            -1.771218
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.909591,
            -3.909591,
            -3.909591
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.024965,
            -2.024965,
            -2.024965
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.967033,
            -2.967033,
            -2.967033
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.838527,
            8.838527,
            8.838527
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15.26,
            15.26,
            15.26
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.396514,
            2.396514,
            2.396514
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.727359,
            2.727359,
            2.727359
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.204276,
            -0.204276,
            -0.204276
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.326442,
            -0.326442,
            -0.326442
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.77574,
            -0.77574,
            -0.77574
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.389381,
            -0.389381,
            -0.389381
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.013278,
            -0.013278,
            -0.013278
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.347296,
            -2.347296,
            -2.347296
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4034922.8,
            9029421.6,
            15033375.5
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3339348.1,
            9243947.79,
            14848861.08
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2756.02,
            13675.1,
            36660.45
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            180152625.322,
            592599154.915,
            1634289518.103
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.377704,
            0.509174,
            13.949174
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            79647225.52,
            243711675.9,
            2268730144.88
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "entry_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            31.03,
            28.34,
            47.0
          ]
        },
        {
          "name": "ret_955_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.032227,
            -0.758645,
            -2.531915
          ]
        },
        {
          "name": "gap_pct_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -1.927939,
            -2.51118,
            -2.772031
          ]
        },
        {
          "name": "gap_abs_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.927939,
            2.51118,
            2.772031
          ]
        },
        {
          "name": "gap_pct_buggy_old",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -2.591656,
            -2.579979,
            -3.330575
          ]
        },
        {
          "name": "roll_52w_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            58.62,
            38.72,
            57.5
          ]
        },
        {
          "name": "roll_52w_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            27.11,
            20.45,
            40.45
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -47.065848,
            -26.807851,
            -18.26087
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.459609,
            38.581907,
            16.192831
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.595369,
            -3.293413,
            -0.534979
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -7.701284,
            -9.944238,
            -7.659981
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -6.804124,
            -4.312047,
            -3.6668
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -9.418838,
            -9.664388,
            -3.281313
          ]
        },
        {
          "name": "vol_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2086268.55,
            5155173.2,
            16614547.3
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.20354,
            4.093567,
            4.644187
          ]
        },
        {
          "name": "range_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.303589,
            2.771476,
            2.196955
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.180451,
            0.113445,
            0.538976
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.329816,
            1.213407,
            1.791851
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mega",
            "mega",
            "mega"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "thick",
            "ultra",
            "ultra"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-2%",
            "2-5%",
            "2-5%"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023Q1",
            "2023Q1",
            "2023Q1"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TRAIN",
            "TRAIN",
            "TRAIN"
          ]
        },
        {
          "name": "edist_5y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.0,
            34.0,
            39.0
          ]
        },
        {
          "name": "ann_time_5y",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "BMO"
          ]
        },
        {
          "name": "days_to_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            26.0,
            23.0
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "tag_ma_target_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.0,
            12.0,
            11.5
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "panic_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/path_b_backtest_test",
      "description": "",
      "representative_file": "path_b_backtest_test.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16916,
      "rep_rows": 194,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-06",
            "2025-01-07",
            "2025-01-08"
          ]
        },
        {
          "name": "bp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10000.0,
            10300.0,
            10609.0
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "1",
            "2",
            "5"
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            123.213867,
            434.459192,
            649.501307
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.878656,
            27.891883,
            93.278389
          ]
        },
        {
          "name": "net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            121.335212,
            406.567309,
            556.222918
          ]
        },
        {
          "name": "n_win",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "4"
          ]
        },
        {
          "name": "cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            121.335212,
            527.902521,
            1084.125439
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025Q1",
            "2025Q1",
            "2025Q1"
          ]
        },
        {
          "name": "month",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01",
            "2025-01",
            "2025-01"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/path_b_backtest_train",
      "description": "",
      "representative_file": "path_b_backtest_train.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15478,
      "rep_rows": 192,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-19",
            "2023-01-25",
            "2023-01-30"
          ]
        },
        {
          "name": "bp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10000.0,
            10300.0,
            10609.0
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "5",
            "4",
            "5"
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            266.809659,
            750.54325,
            86.940227
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            72.684938,
            66.482644,
            100.557567
          ]
        },
        {
          "name": "net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            194.124721,
            684.060607,
            -13.61734
          ]
        },
        {
          "name": "n_win",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "3"
          ]
        },
        {
          "name": "cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            194.124721,
            878.185328,
            864.567987
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/path_b_candidates",
      "description": "",
      "representative_file": "path_b_candidates.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2374654,
      "rep_rows": 4437,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-19",
            "2023-01-19",
            "2023-01-19"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            68.975,
            10.402,
            23.2
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            69.0,
            10.455,
            23.28
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            68.7,
            10.375,
            23.1
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            68.975,
            10.402,
            23.2
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            727197.0,
            30291.0,
            44993.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            68.78,
            10.405,
            23.11
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMD",
            "APP",
            "BE"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.282711,
            0.028841,
            -0.387931
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            170.0,
            2.0,
            20.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            70.706,
            10.35,
            23.6
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            68.75,
            10.27,
            23.06
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            70.55,
            10.35,
            23.5
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            68.75,
            10.27,
            23.2
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            625305.0,
            601.0,
            12771.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.0,
            8.0,
            4.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.0,
            8.0,
            6.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.845091,
            0.778968,
            2.341717
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.551382,
            -0.772947,
            -1.276596
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39052.0,
            0.0,
            4021.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            489085.0,
            601.0,
            6522.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            69.2536,
            10.58,
            23.62
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            68.25,
            10.345,
            22.95
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6913405.0,
            153396.0,
            352337.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            68.975,
            10.402,
            23.2
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            69.2536,
            10.62,
            23.62
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            67.265,
            10.085,
            22.18
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            67.71,
            10.18,
            22.68
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            47189852.0,
            1856516.0,
            3601175.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            70.53,
            10.7,
            23.81
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39538725.0,
            1975591.0,
            2095929.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            2.843265,
            0.702224,
            1.235475
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            49.685625,
            42.273554,
            57.699296
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.998299,
            -4.859813,
            -4.745905
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.956367,
            5.304908,
            6.492335
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.644379,
            3.182257,
            8.227273
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -2.204736,
            -2.785047,
            -2.561949
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.204736,
            2.785047,
            2.561949
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.282711,
            -0.028841,
            0.387931
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            453658.0,
            157201.0,
            61448.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Technology",
            "Communications",
            "Industrials"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Technology",
            "Communications",
            "Industrials"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Semiconductors",
            "Advertising & Marketing",
            "Electrical Equipment"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.671775,
            -0.671775,
            -0.671775
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.345959,
            -0.345959,
            -0.345959
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.762919,
            -0.762919,
            -0.762919
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.476397,
            -0.476397,
            -0.476397
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.674756,
            -0.674756,
            -0.674756
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.425509,
            -0.425509,
            -0.425509
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.16968,
            -2.16968,
            -2.16968
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.704863,
            -1.704863,
            -1.704863
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.629482,
            2.629482,
            2.629482
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.602339,
            7.602339,
            7.602339
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.358984,
            -0.358984,
            -0.358984
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.590909,
            -1.590909,
            -1.590909
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.392157,
            -0.392157,
            -0.392157
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.117971,
            -0.117971,
            -0.117971
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.199601,
            -0.199601,
            -0.199601
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.407688,
            -0.407688,
            -0.407688
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33819237.8,
            4464007.6,
            10881619.65
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34879713.58,
            5382495.22,
            11390754.4
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            690424.56,
            97426.98,
            155765.97
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7204189882.967,
            1817932883.268,
            1408913673.686
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.905682,
            0.006169,
            0.081988
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3195224878.92,
            18899332.88,
            81674649.0
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "entry_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            68.975,
            10.402,
            23.2
          ]
        },
        {
          "name": "ret_955_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.282711,
            0.028841,
            -0.387931
          ]
        },
        {
          "name": "gap_pct_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -2.204736,
            -2.785047,
            -2.561949
          ]
        },
        {
          "name": "gap_abs_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.204736,
            2.785047,
            2.561949
          ]
        },
        {
          "name": "gap_pct_buggy_old",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -2.183468,
            -2.990654,
            -2.51995
          ]
        },
        {
          "name": "roll_52w_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            132.85,
            75.51,
            30.46
          ]
        },
        {
          "name": "roll_52w_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            55.94,
            9.3,
            12.13
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -48.080542,
            -86.224341,
            -23.834537
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            23.301752,
            11.849462,
            91.261336
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.480654,
            -1.834862,
            -0.459866
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.644379,
            3.182257,
            8.227273
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            10.168697,
            -0.27959,
            24.075039
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            7.827549,
            8.961303,
            8.030853
          ]
        },
        {
          "name": "vol_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            49040886.65,
            2803825.3,
            2259028.15
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.232667,
            5.327103,
            4.619908
          ]
        },
        {
          "name": "range_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.746688,
            5.502658,
            5.158532
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.013158,
            0.078947,
            0.163636
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.80624,
            0.704606,
            0.927801
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mega",
            "mega",
            "mega"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ultra",
            "normal",
            "thick"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2-5%",
            "2-5%",
            "2-5%"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023Q1",
            "2023Q1",
            "2023Q1"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TRAIN",
            "TRAIN",
            "TRAIN"
          ]
        },
        {
          "name": "edist_5y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ann_time_5y",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_to_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.0,
            15.0,
            16.0
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.5,
            10.0,
            10.5
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "panic_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "panic_mild",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/path_c_daily",
      "description": "",
      "representative_file": "path_c_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 22891,
      "rep_rows": 573,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-01-03",
            "2024-01-04",
            "2024-01-05"
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "wr_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            50.0,
            50.0,
            50.0
          ]
        },
        {
          "name": "sharpe_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DEGRADED",
            "DEGRADED",
            "DEGRADED"
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024Q1",
            "2024Q1",
            "2024Q1"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/path_c_trades",
      "description": "",
      "representative_file": "path_c_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 49503,
      "rep_rows": 938,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-01-08",
            "2024-01-08",
            "2024-01-08"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HTHT",
            "XOM",
            "CVE"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.0,
            5.0,
            5.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "bp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5000.0,
            5000.0,
            5000.0
          ]
        },
        {
          "name": "ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.097226,
            1.523876,
            0.466128
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            54.861323,
            76.193785,
            23.306401
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.393496,
            1.83492,
            16.971194
          ]
        },
        {
          "name": "net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            46.467827,
            74.358866,
            6.335208
          ]
        },
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DEGRADED",
            "DEGRADED",
            "DEGRADED"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/path_d_daily",
      "description": "",
      "representative_file": "path_d_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 34882,
      "rep_rows": 512,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-02",
            "2024-04-03",
            "2024-04-04"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TRADED",
            "TRADED",
            "NO_SIGNALS"
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "5",
            "5",
            "0"
          ]
        },
        {
          "name": "nw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.0,
            3.0,
            null
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            693.909415,
            241.470436,
            null
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            198.428214,
            73.411737,
            null
          ]
        },
        {
          "name": "net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            495.4812,
            168.058699,
            0.0
          ]
        },
        {
          "name": "bp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10000.0,
            10300.0,
            null
          ]
        },
        {
          "name": "val_wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            64.102564,
            64.957265,
            65.57377
          ]
        },
        {
          "name": "val_n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "117",
            "117",
            "122"
          ]
        },
        {
          "name": "cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            495.4812,
            663.539899,
            663.539899
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024",
            "2024",
            "2024"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024Q2",
            "2024Q2",
            "2024Q2"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/path_d_trades",
      "description": "",
      "representative_file": "path_d_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 80862,
      "rep_rows": 1693,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-02",
            "2024-04-02",
            "2024-04-02"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ON",
            "AAOI",
            "TOST"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            27.5,
            26.0,
            25.5
          ]
        },
        {
          "name": "bp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10000.0,
            10000.0,
            10000.0
          ]
        },
        {
          "name": "ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.162953,
            1.47929,
            1.43824
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            116.295265,
            147.928994,
            143.824027
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.393042,
            69.927408,
            40.111333
          ]
        },
        {
          "name": "net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            102.902223,
            78.001586,
            103.712694
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/path_e_daily",
      "description": "",
      "representative_file": "path_e_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 34960,
      "rep_rows": 512,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-02",
            "2024-04-03",
            "2024-04-04"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TRADED",
            "TRADED",
            "NO_SIGNALS"
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "5",
            "5",
            "0"
          ]
        },
        {
          "name": "nw",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.0,
            3.0,
            null
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            801.155076,
            241.470436,
            null
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            153.789847,
            73.411737,
            null
          ]
        },
        {
          "name": "net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            647.365229,
            168.058699,
            0.0
          ]
        },
        {
          "name": "bp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10000.0,
            10300.0,
            null
          ]
        },
        {
          "name": "val_wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63.247863,
            64.102564,
            64.754098
          ]
        },
        {
          "name": "val_n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "117",
            "117",
            "122"
          ]
        },
        {
          "name": "cum",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            647.365229,
            815.423928,
            815.423928
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024",
            "2024",
            "2024"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024Q2",
            "2024Q2",
            "2024Q2"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/path_e_trades",
      "description": "",
      "representative_file": "path_e_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 87914,
      "rep_rows": 1692,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-02",
            "2024-04-02",
            "2024-04-02"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "CCL",
            "AAOI",
            "BX"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            469.5,
            460.0,
            458.0
          ]
        },
        {
          "name": "matches",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "172",
            "169",
            "168"
          ]
        },
        {
          "name": "bp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10000.0,
            10000.0,
            10000.0
          ]
        },
        {
          "name": "ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.982955,
            1.47929,
            2.155408
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            198.295455,
            147.928994,
            215.540804
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            59.726232,
            69.927408,
            4.508066
          ]
        },
        {
          "name": "net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            138.569222,
            78.001586,
            211.032738
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_results",
      "description": "",
      "representative_file": "rotation_results.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9557,
      "rep_rows": 110,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "pair",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "semis_vs_tech",
            "semis_vs_tech",
            "semis_vs_tech"
          ]
        },
        {
          "name": "rotation",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SOXX>>XLK",
            "XLK>>SOXX",
            "SOXX>>XLK"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "SHORT"
          ]
        },
        {
          "name": "recent_only",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "30490",
            "13019",
            "12273"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            48.852083,
            49.128197,
            48.521144
          ]
        },
        {
          "name": "delta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.050074,
            0.326188,
            -0.280865
          ]
        },
        {
          "name": "avg_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.006411,
            -0.002173,
            -0.004798
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ticker_patterns",
      "description": "",
      "representative_file": "ticker_patterns.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 92317,
      "rep_rows": 3852,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AAL"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "422",
            "369",
            "130"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            51.184834,
            48.238482,
            42.307692
          ]
        },
        {
          "name": "avg_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.064979,
            0.003619,
            -0.08279
          ]
        },
        {
          "name": "abs_delta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.184834,
            1.761518,
            7.692308
          ]
        },
        {
          "name": "pattern_type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "standalone",
            "standalone",
            "standalone"
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "base_WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "delta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_categories_v2",
      "description": "",
      "representative_file": "ttn_categories_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 275901,
      "rep_rows": 62952,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2020-07-08",
            "2020-10-05",
            "2020-10-09"
          ]
        },
        {
          "name": "max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "n_stories",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "n_rumor_press",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "n_contract_deal",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_ceo_change",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "n_drug_trial_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_drug_trial_neg",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_product_launch",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_lawsuit_legal",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_short_report",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_insider_13d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_index_add",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_supply_recall",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_restructuring",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_tariff_trade",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_ai_mention",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_conf_call_summary",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_ttn_research_alert",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "n_preliminary",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_signals",
      "description": "",
      "representative_file": "ttn_signals.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2098892,
      "rep_rows": 32008,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "story_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4594007",
            "4612082",
            "4457132"
          ]
        },
        {
          "name": "insert_time",
          "arrow_type": "timestamp[ns, tz=UTC]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-24T14:11:14.790000+00:00",
            "2026-03-14T18:00:00.927000+00:00",
            "2025-08-18T22:19:40.513000+00:00"
          ]
        },
        {
          "name": "header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN 09:00 ET Presentation Summary: Targets $500M–$1B of proceeds from select ass",
            "Barron&#39;s Weekend Summary: Venture capitalist Marc Andreessen asserted that &",
            "Reports FY25 Underlying Net $10.2B v $10.2Be ($13.4B y/y), Underlying cont ops P"
          ]
        },
        {
          "name": "tags",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "upgrade",
            "ma_acquirer",
            "guidance_up"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-24",
            "2026-03-14",
            "2025-08-18"
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/universe",
      "description": "",
      "representative_file": "universe.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 53263429,
      "rep_rows": 219167,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.935,
            162.36,
            87.79
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.624,
            161.09,
            87.17
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45.67,
            161.47,
            87.17
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80678.0,
            148228.0,
            103536.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            46.25,
            161.24,
            85.6101
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "ABBV",
            "ABNB"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.26998,
            -0.142441,
            -1.789492
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.0,
            2.0,
            26.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            45.9,
            162.18,
            87.66
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            45.56,
            161.5,
            86.0
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.87,
            162.18,
            86.45
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.75,
            161.5,
            86.9528
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15723.0,
            1016.0,
            17376.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            5.0,
            6.0,
            4.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.0,
            8.0,
            8.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.746269,
            0.421053,
            1.930233
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.261609,
            -0.419287,
            0.581608
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1744.0,
            219.0,
            3090.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13879.0,
            797.0,
            12362.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            162.36,
            88.14
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.3,
            160.81,
            85.4
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            473067.0,
            516228.0,
            569824.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            163.02,
            88.14
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.44,
            160.81,
            84.3
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.58,
            162.38,
            84.9
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2880182.0,
            4937722.0,
            3901185.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            45.47,
            161.61,
            85.5
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3614386.0,
            3680370.0,
            3372534.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            2.193238,
            2.631097,
            3.780781
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            48.38243,
            55.624148,
            37.392686
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.957335,
            0.476456,
            -0.701754
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.018002,
            1.374293,
            4.55516
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.43985,
            -0.086628,
            1.953216
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.43985,
            0.086628,
            1.953216
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.26998,
            0.142441,
            -1.789492
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            369653.0,
            83886.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Metals & Mining",
            "Biotech & Pharma",
            "Internet Media & Services"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119792,
            0.119792,
            0.119792
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.022321,
            -0.022321,
            -0.022321
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519644,
            0.519644,
            0.519644
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.11256,
            1.11256,
            1.11256
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.142857,
            -0.142857,
            -0.142857
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            2.09,
            2.09
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.556536,
            0.556536,
            0.556536
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321429,
            0.321429,
            0.321429
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2989,
            0.2989,
            0.2989
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5970381.15,
            7444416.75,
            3479897.15
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7046828.04,
            6732502.68,
            4383950.5
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63609.52,
            5088.16,
            11265.69
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            409533303.509,
            1501836075.741,
            439699308.334
          ]
        },
        {
          "name": "hi_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.6999,
            244.81,
            143.8799
          ]
        },
        {
          "name": "lo_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.68,
            168.54,
            109.79
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.24718,
            0.199679,
            1.542382
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -39.669669,
            -34.042727,
            -39.414748
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            101.366843,
            -4.19485,
            -20.602969
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128398513.56,
            801787298.36,
            331210606.5
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mid",
            "mega",
            "mega"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "thick",
            "ultra",
            "ultra"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-2%",
            "0-2%",
            "0-2%"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H1",
            "H1",
            "H1"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023Q1",
            "2023Q1",
            "2023Q1"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/universe_scored",
      "description": "",
      "representative_file": "universe_scored.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 53337107,
      "rep_rows": 218593,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.935,
            162.36,
            87.79
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.624,
            161.09,
            87.17
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45.67,
            161.47,
            87.17
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80678.0,
            148228.0,
            103536.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            46.25,
            161.24,
            85.6101
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "ABBV",
            "ABNB"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.26998,
            -0.142441,
            -1.789492
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.0,
            2.0,
            26.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            45.9,
            162.18,
            87.66
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            45.56,
            161.5,
            86.0
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.87,
            162.18,
            86.45
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.75,
            161.5,
            86.9528
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15723.0,
            1016.0,
            17376.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            5.0,
            6.0,
            4.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.0,
            8.0,
            8.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.746269,
            0.421053,
            1.930233
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.261609,
            -0.419287,
            0.581608
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1744.0,
            219.0,
            3090.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13879.0,
            797.0,
            12362.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            162.36,
            88.14
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.3,
            160.81,
            85.4
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            473067.0,
            516228.0,
            569824.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            163.02,
            88.14
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.44,
            160.81,
            84.3
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.58,
            162.38,
            84.9
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2880182.0,
            4937722.0,
            3901185.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            45.47,
            161.61,
            85.5
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3614386.0,
            3680370.0,
            3372534.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            2.193238,
            2.631097,
            3.780781
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            48.38243,
            55.624148,
            37.392686
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.957335,
            0.476456,
            -0.701754
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.018002,
            1.374293,
            4.55516
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.43985,
            -0.086628,
            1.953216
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.43985,
            0.086628,
            1.953216
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.26998,
            0.142441,
            -1.789492
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            369653.0,
            83886.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Metals & Mining",
            "Biotech & Pharma",
            "Internet Media & Services"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119792,
            0.119792,
            0.119792
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.022321,
            -0.022321,
            -0.022321
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519644,
            0.519644,
            0.519644
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.11256,
            1.11256,
            1.11256
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.142857,
            -0.142857,
            -0.142857
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            2.09,
            2.09
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.556536,
            0.556536,
            0.556536
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321429,
            0.321429,
            0.321429
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2989,
            0.2989,
            0.2989
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5970381.15,
            7444416.75,
            3479897.15
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7046828.04,
            6732502.68,
            4383950.5
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63609.52,
            5088.16,
            11265.69
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            409533303.509,
            1501836075.741,
            439699308.334
          ]
        },
        {
          "name": "hi_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.6999,
            244.81,
            143.8799
          ]
        },
        {
          "name": "lo_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.68,
            168.54,
            109.79
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.24718,
            0.199679,
            1.542382
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -39.669669,
            -34.042727,
            -39.414748
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            101.366843,
            -4.19485,
            -20.602969
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128398513.56,
            801787298.36,
            331210606.5
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mid",
            "mega",
            "mega"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "thick",
            "ultra",
            "ultra"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-2%",
            "0-2%",
            "0-2%"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H1",
            "H1",
            "H1"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023Q1",
            "2023Q1",
            "2023Q1"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "score_v2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.0,
            -3.0,
            -1.0
          ]
        },
        {
          "name": "grade_v2",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "C",
            "C",
            "C"
          ]
        },
        {
          "name": "sizing_v2",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/universe_scored_v3",
      "description": "",
      "representative_file": "universe_scored_v3.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 54103089,
      "rep_rows": 219167,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.935,
            162.36,
            87.79
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.624,
            161.09,
            87.17
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45.67,
            161.47,
            87.17
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80678.0,
            148228.0,
            103536.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            46.25,
            161.24,
            85.6101
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "ABBV",
            "ABNB"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.26998,
            -0.142441,
            -1.789492
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.0,
            2.0,
            26.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            45.9,
            162.18,
            87.66
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            45.56,
            161.5,
            86.0
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.87,
            162.18,
            86.45
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.75,
            161.5,
            86.9528
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15723.0,
            1016.0,
            17376.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            5.0,
            6.0,
            4.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.0,
            8.0,
            8.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.746269,
            0.421053,
            1.930233
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.261609,
            -0.419287,
            0.581608
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1744.0,
            219.0,
            3090.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13879.0,
            797.0,
            12362.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            162.36,
            88.14
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.3,
            160.81,
            85.4
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            473067.0,
            516228.0,
            569824.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            163.02,
            88.14
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.44,
            160.81,
            84.3
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.58,
            162.38,
            84.9
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2880182.0,
            4937722.0,
            3901185.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            45.47,
            161.61,
            85.5
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3614386.0,
            3680370.0,
            3372534.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            2.193238,
            2.631097,
            3.780781
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            48.38243,
            55.624148,
            37.392686
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.957335,
            0.476456,
            -0.701754
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.018002,
            1.374293,
            4.55516
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.43985,
            -0.086628,
            1.953216
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.43985,
            0.086628,
            1.953216
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.26998,
            0.142441,
            -1.789492
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            369653.0,
            83886.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Metals & Mining",
            "Biotech & Pharma",
            "Internet Media & Services"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119792,
            0.119792,
            0.119792
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.022321,
            -0.022321,
            -0.022321
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519644,
            0.519644,
            0.519644
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.11256,
            1.11256,
            1.11256
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.142857,
            -0.142857,
            -0.142857
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            2.09,
            2.09
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.556536,
            0.556536,
            0.556536
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321429,
            0.321429,
            0.321429
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2989,
            0.2989,
            0.2989
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5970381.15,
            7444416.75,
            3479897.15
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7046828.04,
            6732502.68,
            4383950.5
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63609.52,
            5088.16,
            11265.69
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            409533303.509,
            1501836075.741,
            439699308.334
          ]
        },
        {
          "name": "hi_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.6999,
            244.81,
            143.8799
          ]
        },
        {
          "name": "lo_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.68,
            168.54,
            109.79
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.24718,
            0.199679,
            1.542382
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -39.669669,
            -34.042727,
            -39.414748
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            101.366843,
            -4.19485,
            -20.602969
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128398513.56,
            801787298.36,
            331210606.5
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mid",
            "mega",
            "mega"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "thick",
            "ultra",
            "ultra"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-2%",
            "0-2%",
            "0-2%"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H1",
            "H1",
            "H1"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023Q1",
            "2023Q1",
            "2023Q1"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "date_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00"
          ]
        },
        {
          "name": "edist_5y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ann_time_5y",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_to_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.0,
            26.0,
            30.0
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "prev_date_cal",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-02",
            "2023-01-02",
            "2023-01-02"
          ]
        },
        {
          "name": "tag_guidance_up_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.5,
            -3.0,
            0.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "C",
            "C",
            "C"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/universe_scored_v4",
      "description": "",
      "representative_file": "universe_scored_v4.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 78454073,
      "rep_rows": 215291,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.935,
            162.36,
            87.79
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.624,
            161.09,
            87.17
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80678.0,
            148228.0,
            103536.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            46.25,
            161.24,
            85.6101
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "ABBV",
            "ABNB"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.0,
            2.0,
            26.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            45.9,
            162.18,
            87.66
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            45.56,
            161.5,
            86.0
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.87,
            162.18,
            86.45
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.75,
            161.5,
            86.9528
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15723.0,
            1016.0,
            17376.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            5.0,
            6.0,
            4.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.0,
            8.0,
            8.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.746269,
            0.421053,
            1.930233
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.261609,
            -0.419287,
            0.581608
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1744.0,
            219.0,
            3090.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13879.0,
            797.0,
            12362.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            162.36,
            88.14
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.3,
            160.81,
            85.4
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            473067.0,
            516228.0,
            569824.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            163.02,
            88.14
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.44,
            160.81,
            84.3
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.58,
            162.38,
            84.9
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2880182.0,
            4937722.0,
            3901185.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            45.47,
            161.61,
            85.5
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3614386.0,
            3680370.0,
            3372534.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            2.193238,
            2.631097,
            3.780781
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            48.38243,
            55.624148,
            37.392686
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.341065,
            -0.5844,
            0.31679
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.018002,
            1.374293,
            4.55516
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            369653.0,
            83886.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Metals & Mining",
            "Biotech & Pharma",
            "Internet Media & Services"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119792,
            0.119792,
            0.119792
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.022321,
            -0.022321,
            -0.022321
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519644,
            0.519644,
            0.519644
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.11256,
            1.11256,
            1.11256
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.142857,
            -0.142857,
            -0.142857
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            2.09,
            2.09
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.556536,
            0.556536,
            0.556536
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321429,
            0.321429,
            0.321429
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2989,
            0.2989,
            0.2989
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5970381.15,
            7444416.75,
            3479897.15
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7046828.04,
            6732502.68,
            4383950.5
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63609.52,
            5088.16,
            11265.69
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            409533303.509,
            1501836075.741,
            439699308.334
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.24718,
            0.199679,
            1.542382
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128398513.56,
            801787298.36,
            331210606.5
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "entry_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "ret_955_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "gap_pct_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "gap_abs_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "gap_pct_buggy_old",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.43985,
            -0.086628,
            1.953216
          ]
        },
        {
          "name": "roll_52w_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            95.06,
            174.96,
            186.64
          ]
        },
        {
          "name": "roll_52w_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.66,
            131.98,
            82.49
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -51.851462,
            -7.384545,
            -53.179919
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.977421,
            22.776178,
            5.934053
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.341065,
            -0.5844,
            0.31679
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.084354,
            -0.91355,
            -5.639554
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -7.393075,
            -0.012374,
            -15.572233
          ]
        },
        {
          "name": "vol_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4071271.35,
            4832761.2,
            5643636.7
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.936662,
            1.87179,
            2.877076
          ]
        },
        {
          "name": "range_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.362888,
            1.554756,
            3.928868
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.435754,
            0.591736,
            0.772348
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.887778,
            0.761546,
            0.597582
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mid",
            "mega",
            "mega"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "thick",
            "ultra",
            "ultra"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-2%",
            "0-2%",
            "2-5%"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023Q1",
            "2023Q1",
            "2023Q1"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TRAIN",
            "TRAIN",
            "TRAIN"
          ]
        },
        {
          "name": "edist_5y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ann_time_5y",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_to_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.0,
            26.0,
            30.0
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -5.5,
            -3.5,
            -2.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "C",
            "C",
            "C"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/universe_scored_v4_BACKUP_preFix",
      "description": "",
      "representative_file": "universe_scored_v4_BACKUP_preFix.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 78451125,
      "rep_rows": 215291,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.935,
            162.36,
            87.79
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.624,
            161.09,
            87.17
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80678.0,
            148228.0,
            103536.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            46.25,
            161.24,
            85.6101
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "ABBV",
            "ABNB"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.0,
            2.0,
            26.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            45.9,
            162.18,
            87.66
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            45.56,
            161.5,
            86.0
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.87,
            162.18,
            86.45
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.75,
            161.5,
            86.9528
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15723.0,
            1016.0,
            17376.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            5.0,
            6.0,
            4.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.0,
            8.0,
            8.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.746269,
            0.421053,
            1.930233
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.261609,
            -0.419287,
            0.581608
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1744.0,
            219.0,
            3090.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13879.0,
            797.0,
            12362.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            162.36,
            88.14
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.3,
            160.81,
            85.4
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            473067.0,
            516228.0,
            569824.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            163.02,
            88.14
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.44,
            160.81,
            84.3
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.58,
            162.38,
            84.9
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2880182.0,
            4937722.0,
            3901185.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            45.47,
            161.61,
            85.5
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3614386.0,
            3680370.0,
            3372534.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            2.193238,
            2.631097,
            3.780781
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            48.38243,
            55.624148,
            37.392686
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.957335,
            0.476456,
            -0.701754
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.018002,
            1.374293,
            4.55516
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            369653.0,
            83886.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Metals & Mining",
            "Biotech & Pharma",
            "Internet Media & Services"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119792,
            0.119792,
            0.119792
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.022321,
            -0.022321,
            -0.022321
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519644,
            0.519644,
            0.519644
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.11256,
            1.11256,
            1.11256
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.142857,
            -0.142857,
            -0.142857
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            2.09,
            2.09
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.556536,
            0.556536,
            0.556536
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321429,
            0.321429,
            0.321429
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2989,
            0.2989,
            0.2989
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5970381.15,
            7444416.75,
            3479897.15
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7046828.04,
            6732502.68,
            4383950.5
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63609.52,
            5088.16,
            11265.69
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            409533303.509,
            1501836075.741,
            439699308.334
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.24718,
            0.199679,
            1.542382
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128398513.56,
            801787298.36,
            331210606.5
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "entry_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "ret_955_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "gap_pct_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "gap_abs_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "gap_pct_buggy_old",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.43985,
            -0.086628,
            1.953216
          ]
        },
        {
          "name": "roll_52w_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            95.06,
            174.96,
            186.64
          ]
        },
        {
          "name": "roll_52w_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.66,
            131.98,
            82.49
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -51.851462,
            -7.384545,
            -53.179919
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.977421,
            22.776178,
            5.934053
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.341065,
            -0.5844,
            0.31679
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.084354,
            -0.91355,
            -5.639554
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -7.393075,
            -0.012374,
            -15.572233
          ]
        },
        {
          "name": "vol_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4071271.35,
            4832761.2,
            5643636.7
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.936662,
            1.87179,
            2.877076
          ]
        },
        {
          "name": "range_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.362888,
            1.554756,
            3.928868
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.435754,
            0.591736,
            0.772348
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.887778,
            0.761546,
            0.597582
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mid",
            "mega",
            "mega"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "thick",
            "ultra",
            "ultra"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-2%",
            "0-2%",
            "2-5%"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023Q1",
            "2023Q1",
            "2023Q1"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TRAIN",
            "TRAIN",
            "TRAIN"
          ]
        },
        {
          "name": "edist_5y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ann_time_5y",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_to_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.0,
            26.0,
            30.0
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -5.5,
            -3.5,
            -2.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "C",
            "C",
            "C"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/universe_v2",
      "description": "",
      "representative_file": "universe_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 77631390,
      "rep_rows": 215291,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.935,
            162.36,
            87.79
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.624,
            161.09,
            87.17
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80678.0,
            148228.0,
            103536.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            46.25,
            161.24,
            85.6101
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "ABBV",
            "ABNB"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.0,
            2.0,
            26.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            45.9,
            162.18,
            87.66
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            45.56,
            161.5,
            86.0
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.87,
            162.18,
            86.45
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.75,
            161.5,
            86.9528
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15723.0,
            1016.0,
            17376.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            5.0,
            6.0,
            4.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.0,
            8.0,
            8.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.746269,
            0.421053,
            1.930233
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.261609,
            -0.419287,
            0.581608
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1744.0,
            219.0,
            3090.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13879.0,
            797.0,
            12362.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            162.36,
            88.14
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.3,
            160.81,
            85.4
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            473067.0,
            516228.0,
            569824.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            163.02,
            88.14
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.44,
            160.81,
            84.3
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.58,
            162.38,
            84.9
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2880182.0,
            4937722.0,
            3901185.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            45.47,
            161.61,
            85.5
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3614386.0,
            3680370.0,
            3372534.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            2.193238,
            2.631097,
            3.780781
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            48.38243,
            55.624148,
            37.392686
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.957335,
            0.476456,
            -0.701754
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.018002,
            1.374293,
            4.55516
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            369653.0,
            83886.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Metals & Mining",
            "Biotech & Pharma",
            "Internet Media & Services"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119792,
            0.119792,
            0.119792
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.022321,
            -0.022321,
            -0.022321
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519644,
            0.519644,
            0.519644
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.11256,
            1.11256,
            1.11256
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.142857,
            -0.142857,
            -0.142857
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            2.09,
            2.09
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.556536,
            0.556536,
            0.556536
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321429,
            0.321429,
            0.321429
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2989,
            0.2989,
            0.2989
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5970381.15,
            7444416.75,
            3479897.15
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7046828.04,
            6732502.68,
            4383950.5
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63609.52,
            5088.16,
            11265.69
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            409533303.509,
            1501836075.741,
            439699308.334
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.24718,
            0.199679,
            1.542382
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128398513.56,
            801787298.36,
            331210606.5
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "entry_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "ret_955_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "gap_pct_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "gap_abs_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "gap_pct_buggy_old",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.43985,
            -0.086628,
            1.953216
          ]
        },
        {
          "name": "roll_52w_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            95.06,
            174.96,
            186.64
          ]
        },
        {
          "name": "roll_52w_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.66,
            131.98,
            82.49
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -51.851462,
            -7.384545,
            -53.179919
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.977421,
            22.776178,
            5.934053
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.341065,
            -0.5844,
            0.31679
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.084354,
            -0.91355,
            -5.639554
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -7.393075,
            -0.012374,
            -15.572233
          ]
        },
        {
          "name": "vol_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4071271.35,
            4832761.2,
            5643636.7
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.936662,
            1.87179,
            2.877076
          ]
        },
        {
          "name": "range_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.362888,
            1.554756,
            3.928868
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.435754,
            0.591736,
            0.772348
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.887778,
            0.761546,
            0.597582
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mid",
            "mega",
            "mega"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "thick",
            "ultra",
            "ultra"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-2%",
            "0-2%",
            "2-5%"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023Q1",
            "2023Q1",
            "2023Q1"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TRAIN",
            "TRAIN",
            "TRAIN"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/universe_v2_full",
      "description": "",
      "representative_file": "universe_v2_full.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 78170433,
      "rep_rows": 215291,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.935,
            162.36,
            87.79
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.624,
            161.09,
            87.17
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80678.0,
            148228.0,
            103536.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            46.25,
            161.24,
            85.6101
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "ABBV",
            "ABNB"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.0,
            2.0,
            26.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            45.9,
            162.18,
            87.66
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            45.56,
            161.5,
            86.0
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.87,
            162.18,
            86.45
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.75,
            161.5,
            86.9528
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15723.0,
            1016.0,
            17376.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            5.0,
            6.0,
            4.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.0,
            8.0,
            8.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.746269,
            0.421053,
            1.930233
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.261609,
            -0.419287,
            0.581608
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1744.0,
            219.0,
            3090.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13879.0,
            797.0,
            12362.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            162.36,
            88.14
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.3,
            160.81,
            85.4
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            473067.0,
            516228.0,
            569824.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            163.02,
            88.14
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.44,
            160.81,
            84.3
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.58,
            162.38,
            84.9
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2880182.0,
            4937722.0,
            3901185.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            45.47,
            161.61,
            85.5
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3614386.0,
            3680370.0,
            3372534.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            2.193238,
            2.631097,
            3.780781
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            48.38243,
            55.624148,
            37.392686
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.957335,
            0.476456,
            -0.701754
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.018002,
            1.374293,
            4.55516
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            369653.0,
            83886.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Metals & Mining",
            "Biotech & Pharma",
            "Internet Media & Services"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119792,
            0.119792,
            0.119792
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.022321,
            -0.022321,
            -0.022321
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519644,
            0.519644,
            0.519644
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.11256,
            1.11256,
            1.11256
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.142857,
            -0.142857,
            -0.142857
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            2.09,
            2.09
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.556536,
            0.556536,
            0.556536
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321429,
            0.321429,
            0.321429
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2989,
            0.2989,
            0.2989
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5970381.15,
            7444416.75,
            3479897.15
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7046828.04,
            6732502.68,
            4383950.5
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63609.52,
            5088.16,
            11265.69
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            409533303.509,
            1501836075.741,
            439699308.334
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.24718,
            0.199679,
            1.542382
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128398513.56,
            801787298.36,
            331210606.5
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "entry_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "ret_955_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "gap_pct_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "gap_abs_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.659776,
            0.266073,
            2.204678
          ]
        },
        {
          "name": "gap_pct_buggy_old",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.43985,
            -0.086628,
            1.953216
          ]
        },
        {
          "name": "roll_52w_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            95.06,
            174.96,
            186.64
          ]
        },
        {
          "name": "roll_52w_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.66,
            131.98,
            82.49
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -51.851462,
            -7.384545,
            -53.179919
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.977421,
            22.776178,
            5.934053
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.341065,
            -0.5844,
            0.31679
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.084354,
            -0.91355,
            -5.639554
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -7.393075,
            -0.012374,
            -15.572233
          ]
        },
        {
          "name": "vol_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4071271.35,
            4832761.2,
            5643636.7
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.936662,
            1.87179,
            2.877076
          ]
        },
        {
          "name": "range_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.362888,
            1.554756,
            3.928868
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.435754,
            0.591736,
            0.772348
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.887778,
            0.761546,
            0.597582
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mid",
            "mega",
            "mega"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "thick",
            "ultra",
            "ultra"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-2%",
            "0-2%",
            "2-5%"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023Q1",
            "2023Q1",
            "2023Q1"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TRAIN",
            "TRAIN",
            "TRAIN"
          ]
        },
        {
          "name": "edist_5y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ann_time_5y",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_to_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.0,
            26.0,
            30.0
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/universe_with_earn5y",
      "description": "",
      "representative_file": "universe_with_earn5y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 53613057,
      "rep_rows": 219167,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.935,
            162.36,
            87.79
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.624,
            161.09,
            87.17
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45.67,
            161.47,
            87.17
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80678.0,
            148228.0,
            103536.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            46.25,
            161.24,
            85.6101
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "ABBV",
            "ABNB"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.26998,
            -0.142441,
            -1.789492
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.0,
            2.0,
            26.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            45.9,
            162.18,
            87.66
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            45.56,
            161.5,
            86.0
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.87,
            162.18,
            86.45
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.75,
            161.5,
            86.9528
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15723.0,
            1016.0,
            17376.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            5.0,
            6.0,
            4.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.0,
            8.0,
            8.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.746269,
            0.421053,
            1.930233
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.261609,
            -0.419287,
            0.581608
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1744.0,
            219.0,
            3090.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13879.0,
            797.0,
            12362.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            162.36,
            88.14
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.3,
            160.81,
            85.4
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            473067.0,
            516228.0,
            569824.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            163.02,
            88.14
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.44,
            160.81,
            84.3
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.58,
            162.38,
            84.9
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2880182.0,
            4937722.0,
            3901185.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            45.47,
            161.61,
            85.5
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3614386.0,
            3680370.0,
            3372534.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            2.193238,
            2.631097,
            3.780781
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            48.38243,
            55.624148,
            37.392686
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.957335,
            0.476456,
            -0.701754
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.018002,
            1.374293,
            4.55516
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.43985,
            -0.086628,
            1.953216
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.43985,
            0.086628,
            1.953216
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.26998,
            0.142441,
            -1.789492
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            369653.0,
            83886.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Metals & Mining",
            "Biotech & Pharma",
            "Internet Media & Services"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119792,
            0.119792,
            0.119792
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.022321,
            -0.022321,
            -0.022321
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519644,
            0.519644,
            0.519644
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.11256,
            1.11256,
            1.11256
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.142857,
            -0.142857,
            -0.142857
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            2.09,
            2.09
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.556536,
            0.556536,
            0.556536
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321429,
            0.321429,
            0.321429
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2989,
            0.2989,
            0.2989
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5970381.15,
            7444416.75,
            3479897.15
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7046828.04,
            6732502.68,
            4383950.5
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63609.52,
            5088.16,
            11265.69
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            409533303.509,
            1501836075.741,
            439699308.334
          ]
        },
        {
          "name": "hi_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.6999,
            244.81,
            143.8799
          ]
        },
        {
          "name": "lo_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.68,
            168.54,
            109.79
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.24718,
            0.199679,
            1.542382
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -39.669669,
            -34.042727,
            -39.414748
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            101.366843,
            -4.19485,
            -20.602969
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128398513.56,
            801787298.36,
            331210606.5
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mid",
            "mega",
            "mega"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "thick",
            "ultra",
            "ultra"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-2%",
            "0-2%",
            "0-2%"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H1",
            "H1",
            "H1"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023Q1",
            "2023Q1",
            "2023Q1"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "date_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00"
          ]
        },
        {
          "name": "edist_5y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ann_time_5y",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_to_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.0,
            26.0,
            30.0
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/universe_with_ttn",
      "description": "",
      "representative_file": "universe_with_ttn.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 53826935,
      "rep_rows": 219167,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03",
            "2023-01-03",
            "2023-01-03"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            45.935,
            162.36,
            87.79
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.624,
            161.09,
            87.17
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45.67,
            161.47,
            87.17
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80678.0,
            148228.0,
            103536.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            46.25,
            161.24,
            85.6101
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "ABBV",
            "ABNB"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.26998,
            -0.142441,
            -1.789492
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.0,
            2.0,
            26.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            45.9,
            162.18,
            87.66
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            45.56,
            161.5,
            86.0
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.87,
            162.18,
            86.45
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            45.75,
            161.5,
            86.9528
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15723.0,
            1016.0,
            17376.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            5.0,
            6.0,
            4.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.0,
            8.0,
            8.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.746269,
            0.421053,
            1.930233
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.261609,
            -0.419287,
            0.581608
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1744.0,
            219.0,
            3090.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13879.0,
            797.0,
            12362.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            162.36,
            88.14
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            45.3,
            160.81,
            85.4
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            473067.0,
            516228.0,
            569824.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            45.77,
            162.04,
            87.385
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            46.67,
            163.02,
            88.14
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            44.44,
            160.81,
            84.3
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            44.58,
            162.38,
            84.9
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2880182.0,
            4937722.0,
            3901185.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            45.47,
            161.61,
            85.5
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3614386.0,
            3680370.0,
            3372534.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            2.193238,
            2.631097,
            3.780781
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            48.38243,
            55.624148,
            37.392686
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.957335,
            0.476456,
            -0.701754
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.018002,
            1.374293,
            4.55516
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.694413,
            -1.016721,
            0.742312
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.43985,
            -0.086628,
            1.953216
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.43985,
            0.086628,
            1.953216
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.26998,
            0.142441,
            -1.789492
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            369653.0,
            83886.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Metals & Mining",
            "Biotech & Pharma",
            "Internet Media & Services"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119792,
            0.119792,
            0.119792
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.022321,
            -0.022321,
            -0.022321
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519644,
            0.519644,
            0.519644
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.11256,
            1.11256,
            1.11256
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.142857,
            -0.142857,
            -0.142857
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            2.09,
            2.09
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.556536,
            0.556536,
            0.556536
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321429,
            0.321429,
            0.321429
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2989,
            0.2989,
            0.2989
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5970381.15,
            7444416.75,
            3479897.15
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7046828.04,
            6732502.68,
            4383950.5
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63609.52,
            5088.16,
            11265.69
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            409533303.509,
            1501836075.741,
            439699308.334
          ]
        },
        {
          "name": "hi_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.6999,
            244.81,
            143.8799
          ]
        },
        {
          "name": "lo_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.68,
            168.54,
            109.79
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.24718,
            0.199679,
            1.542382
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -39.669669,
            -34.042727,
            -39.414748
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            101.366843,
            -4.19485,
            -20.602969
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128398513.56,
            801787298.36,
            331210606.5
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mid",
            "mega",
            "mega"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "thick",
            "ultra",
            "ultra"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-2%",
            "0-2%",
            "0-2%"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H1",
            "H1",
            "H1"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023Q1",
            "2023Q1",
            "2023Q1"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "date_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00"
          ]
        },
        {
          "name": "edist_5y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ann_time_5y",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_to_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.0,
            26.0,
            30.0
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "prev_date_cal",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-02",
            "2023-01-02",
            "2023-01-02"
          ]
        },
        {
          "name": "tag_guidance_up_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/walkforward_results",
      "description": "",
      "representative_file": "walkforward_results.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 31229,
      "rep_rows": 70,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "combo",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ADR_UL_up+XLB_big_dn+prev_big_dn+rsi_oversold",
            "ADR_UL_up+SPY_big_dn+prev_big_dn+rsi_oversold",
            "ADR_UL_up+XLB_big_dn+prev_dn+rsi_oversold"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "n_factors",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "92",
            "165",
            "98"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            86.956522,
            84.848485,
            84.693878
          ]
        },
        {
          "name": "avg_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.662712,
            1.412797,
            1.584834
          ]
        },
        {
          "name": "wr_h1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            83.870968,
            85.294118,
            80.0
          ]
        },
        {
          "name": "wr_h2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            88.52459,
            84.732824,
            87.301587
          ]
        },
        {
          "name": "worst_qtr_wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            83.870968,
            78.571429,
            80.0
          ]
        },
        {
          "name": "n_quarters",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "4",
            "2"
          ]
        },
        {
          "name": "wr_risk_on",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "wr_risk_off",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            86.956522,
            84.848485,
            84.693878
          ]
        },
        {
          "name": "wr_neutral",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "wr_vix_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "wr_vix_mid",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "wr_vix_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            86.956522,
            84.848485,
            84.693878
          ]
        },
        {
          "name": "wr_recent",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "wr_older",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            86.956522,
            84.848485,
            84.693878
          ]
        },
        {
          "name": "passes_oos",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "fail_reasons",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "yr_wrs",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "{2024: 83.87096774193549, 2025: 88.52459016393442}",
            "{2024: 85.29411764705883, 2025: 84.7328244274809}",
            "{2024: 80.0, 2025: 87.3015873015873}"
          ]
        },
        {
          "name": "qtr_wrs",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "{'2024Q3': 83.87096774193549, '2025Q2': 88.52459016393442}",
            "{'2024Q3': 83.87096774193549, '2025Q1': 78.57142857142857, '2025Q2': 87.09677419",
            "{'2024Q3': 80.0, '2025Q2': 87.3015873015873}"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/combo_pool_2024",
      "description": "",
      "representative_file": "combo_pool_2024.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2067041,
      "rep_rows": 45994,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "combo_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "b_prev=crashDn",
            "b_prev=flat",
            "b_prev=surgeUp"
          ]
        },
        {
          "name": "k",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Number of analogs / clusters",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "factors",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "b_prev",
            "b_prev",
            "b_prev"
          ]
        },
        {
          "name": "values",
          "arrow_type": "string",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            "crashDn",
            "flat",
            "surgeUp"
          ]
        },
        {
          "name": "n_2024",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3956",
            "19495",
            "4159"
          ]
        },
        {
          "name": "wr_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.630435,
            0.400821,
            0.662178
          ]
        },
        {
          "name": "mean_ret_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.398472,
            -0.189029,
            0.702066
          ]
        },
        {
          "name": "std_ret_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.346694,
            0.864394,
            2.334361
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "FWD",
            "REV",
            "FWD"
          ]
        },
        {
          "name": "sharpe_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            2.695515,
            -3.47149,
            4.774307
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/combo_pool_2024_labeled",
      "description": "",
      "representative_file": "combo_pool_2024_labeled.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2666519,
      "rep_rows": 45994,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "combo_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "b_prev=crashDn",
            "b_prev=flat",
            "b_prev=surgeUp"
          ]
        },
        {
          "name": "k",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Number of analogs / clusters",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "factors",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "b_prev",
            "b_prev",
            "b_prev"
          ]
        },
        {
          "name": "values",
          "arrow_type": "string",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            "crashDn",
            "flat",
            "surgeUp"
          ]
        },
        {
          "name": "n_2024",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3956",
            "19495",
            "4159"
          ]
        },
        {
          "name": "wr_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.630435,
            0.400821,
            0.662178
          ]
        },
        {
          "name": "mean_ret_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.398472,
            -0.189029,
            0.702066
          ]
        },
        {
          "name": "std_ret_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.346694,
            0.864394,
            2.334361
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "FWD",
            "REV",
            "FWD"
          ]
        },
        {
          "name": "sharpe_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            2.695515,
            -3.47149,
            4.774307
          ]
        },
        {
          "name": "n_2023",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3568",
            "16979",
            "4189"
          ]
        },
        {
          "name": "wr_2023",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.632287,
            0.3906,
            0.648603
          ]
        },
        {
          "name": "mean_ret_2023",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.383493,
            -0.210335,
            0.594121
          ]
        },
        {
          "name": "regime_label",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "stable_both",
            "stable_rev",
            "stable_both"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/data_prepared",
      "description": "",
      "representative_file": "data_prepared.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5221173,
      "rep_rows": 215291,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "ABBV",
            "ABNB"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.048722,
            -0.493705,
            -2.031127
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Health Care",
            "Communications"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            369653.0,
            83886.0
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mid",
            "mega",
            "mega"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "thick",
            "ultra",
            "ultra"
          ]
        },
        {
          "name": "b_gap",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "up"
          ]
        },
        {
          "name": "b_pm_drift",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "up"
          ]
        },
        {
          "name": "b_rsi",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "lo",
            "hi",
            "lo"
          ]
        },
        {
          "name": "b_52h",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "deep",
            "near",
            "deep"
          ]
        },
        {
          "name": "b_pm_range",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "tight",
            "tight",
            "med"
          ]
        },
        {
          "name": "b_rel_pm_vol",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "low",
            "low",
            "hi"
          ]
        },
        {
          "name": "b_prev",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dn",
            "flat",
            "flat"
          ]
        },
        {
          "name": "b_spy",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_qqq",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_arkk",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_iwm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_vxx",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_tlt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_es",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_nq",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "None",
            "None",
            "None"
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "None",
            "None",
            "None"
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "None",
            "None",
            "None"
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "None",
            "None",
            "None"
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "None",
            "None",
            "None"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "b_spy_20d",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_spy_60d",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_spy_5d",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_vix_reg",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_spy_vol",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_hyg_flow",
          "arrow_type": "string",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_tlt_flow",
          "arrow_type": "string",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_uup_reg",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "sec_leader_20d",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_month_phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "early",
            "early",
            "early"
          ]
        },
        {
          "name": "is_quarter_end",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_month_end",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/library_combos",
      "description": "",
      "representative_file": "library_combos.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 437889,
      "rep_rows": 5000,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "combo_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "b_rsi=lo&b_prev=crashDn&b_spy_20d=bull",
            "direction=SHORT&b_prev=crashDn&b_spy_20d=bull",
            "b_prev=crashDn&b_spy_20d=bull"
          ]
        },
        {
          "name": "k",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Number of analogs / clusters",
          "sample_values": [
            "3",
            "3",
            "2"
          ]
        },
        {
          "name": "factors",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "b_rsi|b_prev|b_spy_20d",
            "direction|b_prev|b_spy_20d",
            "b_prev|b_spy_20d"
          ]
        },
        {
          "name": "values",
          "arrow_type": "string",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            "lo|crashDn|bull",
            "SHORT|crashDn|bull",
            "crashDn|bull"
          ]
        },
        {
          "name": "n_2024",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "81",
            "98",
            "99"
          ]
        },
        {
          "name": "wr_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.938272,
            0.928571,
            0.929293
          ]
        },
        {
          "name": "mean_ret_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.576812,
            1.523099,
            1.565567
          ]
        },
        {
          "name": "std_ret_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.142175,
            1.21132,
            1.277056
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "FWD",
            "FWD",
            "FWD"
          ]
        },
        {
          "name": "sharpe_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            21.915313,
            19.960415,
            19.460855
          ]
        },
        {
          "name": "n_2023",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "wr_2023",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "mean_ret_2023",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "regime_label",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "unique_2024",
            "unique_2024",
            "unique_2024"
          ]
        },
        {
          "name": "abs_sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            21.915313,
            19.960415,
            19.460855
          ]
        },
        {
          "name": "tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CORE",
            "CORE",
            "CORE"
          ]
        },
        {
          "name": "combo_idx",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/M9plus_admission_log",
      "description": "",
      "representative_file": "M9plus_admission_log.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 22488,
      "rep_rows": 812,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "friday",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-11T00:00:00",
            "2025-07-11T00:00:00",
            "2025-07-11T00:00:00"
          ]
        },
        {
          "name": "combo_idx",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "302",
            "304",
            "305"
          ]
        },
        {
          "name": "wr_oos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.742222,
            0.776526,
            0.75
          ]
        },
        {
          "name": "n_oos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "450",
            "1065",
            "420"
          ]
        },
        {
          "name": "p_val",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/news_trigger_table",
      "description": "",
      "representative_file": "news_trigger_table.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11052,
      "rep_rows": 89,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "tag",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "tag_guidance_up",
            "tag_guidance_up",
            "tag_guidance_up"
          ]
        },
        {
          "name": "combo_idx",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2416",
            "2839",
            "2959"
          ]
        },
        {
          "name": "combo_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "b_qqq=up&is_nfp_day=None&b_spy_60d=bull",
            "b_spy=up&b_qqq=up&b_tlt_flow=weak",
            "b_qqq=up&is_opex=None&b_spy_60d=bull"
          ]
        },
        {
          "name": "n_tagged",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "44",
            "20",
            "44"
          ]
        },
        {
          "name": "n_base",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6039",
            "3337",
            "6039"
          ]
        },
        {
          "name": "wr_tagged",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.704545,
            0.8,
            0.704545
          ]
        },
        {
          "name": "wr_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.561186,
            0.561882,
            0.561186
          ]
        },
        {
          "name": "uplift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.14336,
            0.238118,
            0.14336
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "REV",
            "REV",
            "REV"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/per_combo_oos",
      "description": "",
      "representative_file": "per_combo_oos.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 39544,
      "rep_rows": 800,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "combo_idx",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "combo_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "b_rsi=lo&b_prev=crashDn&b_spy_20d=bull",
            "direction=SHORT&b_prev=crashDn&b_spy_20d=bull",
            "b_prev=crashDn&b_spy_20d=bull"
          ]
        },
        {
          "name": "regime_label",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "unique_2024",
            "unique_2024",
            "unique_2024"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "FWD",
            "FWD",
            "FWD"
          ]
        },
        {
          "name": "n_2024",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "81",
            "98",
            "99"
          ]
        },
        {
          "name": "wr_2024_recomp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.938272,
            0.928571,
            0.929293
          ]
        },
        {
          "name": "n_2025",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "123",
            "217",
            "257"
          ]
        },
        {
          "name": "wr_2025",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.699187,
            0.764977,
            0.66537
          ]
        },
        {
          "name": "wr_delta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.239085,
            -0.163594,
            -0.263923
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/seed_pool",
      "description": "",
      "representative_file": "seed_pool.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 67896,
      "rep_rows": 800,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "combo_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "b_rsi=lo&b_prev=crashDn&b_spy_20d=bull",
            "direction=SHORT&b_prev=crashDn&b_spy_20d=bull",
            "b_prev=crashDn&b_spy_20d=bull"
          ]
        },
        {
          "name": "k",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Number of analogs / clusters",
          "sample_values": [
            "3",
            "3",
            "2"
          ]
        },
        {
          "name": "factors",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "b_rsi|b_prev|b_spy_20d",
            "direction|b_prev|b_spy_20d",
            "b_prev|b_spy_20d"
          ]
        },
        {
          "name": "values",
          "arrow_type": "string",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            "lo|crashDn|bull",
            "SHORT|crashDn|bull",
            "crashDn|bull"
          ]
        },
        {
          "name": "n_2024",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "81",
            "98",
            "99"
          ]
        },
        {
          "name": "wr_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.938272,
            0.928571,
            0.929293
          ]
        },
        {
          "name": "mean_ret_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.576812,
            1.523099,
            1.565567
          ]
        },
        {
          "name": "std_ret_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.142175,
            1.21132,
            1.277056
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "FWD",
            "FWD",
            "FWD"
          ]
        },
        {
          "name": "sharpe_2024",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            21.915313,
            19.960415,
            19.460855
          ]
        },
        {
          "name": "n_2023",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "wr_2023",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "mean_ret_2023",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "regime_label",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "unique_2024",
            "unique_2024",
            "unique_2024"
          ]
        },
        {
          "name": "abs_sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            21.915313,
            19.960415,
            19.460855
          ]
        },
        {
          "name": "combo_idx",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim5_M1_daily",
      "description": "",
      "representative_file": "sim5_M1_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20332,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3606.394775,
            952.13916,
            1919.228149
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.921053,
            0.692308,
            0.833333
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3720.394775,
            1049.63916,
            2000.228149
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            114.0,
            97.5,
            81.0
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3606.394775,
            4558.533936,
            6477.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim5_M1_turnover",
      "description": "",
      "representative_file": "sim5_M1_turnover.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4451,
      "rep_rows": 65,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "friday",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-27T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-10T00:00:00"
          ]
        },
        {
          "name": "flips",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "0",
            "0"
          ]
        },
        {
          "name": "active",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "800",
            "800"
          ]
        },
        {
          "name": "off",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "mean_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim5_M2_daily",
      "description": "",
      "representative_file": "sim5_M2_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20044,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3606.394775,
            952.13916,
            1919.228149
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.921053,
            0.692308,
            0.833333
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3720.394775,
            1049.63916,
            2000.228149
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            114.0,
            97.5,
            81.0
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3606.394775,
            4558.533936,
            6477.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim5_M2_turnover",
      "description": "",
      "representative_file": "sim5_M2_turnover.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5699,
      "rep_rows": 65,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "friday",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-27T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-10T00:00:00"
          ]
        },
        {
          "name": "flips",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "1",
            "28"
          ]
        },
        {
          "name": "active",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "799",
            "773"
          ]
        },
        {
          "name": "off",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "27"
          ]
        },
        {
          "name": "mean_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            0.98577
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim5_M3_daily",
      "description": "",
      "representative_file": "sim5_M3_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20179,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3606.394775,
            952.13916,
            1919.228149
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.921053,
            0.692308,
            0.833333
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3720.394775,
            1049.63916,
            2000.228149
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            114.0,
            97.5,
            81.0
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3606.394775,
            4558.533936,
            6477.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim5_M3_turnover",
      "description": "",
      "representative_file": "sim5_M3_turnover.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5448,
      "rep_rows": 65,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "friday",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-27T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-10T00:00:00"
          ]
        },
        {
          "name": "flips",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "0",
            "1"
          ]
        },
        {
          "name": "active",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "800",
            "799"
          ]
        },
        {
          "name": "off",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "mean_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.00625,
            1.015645
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim5_M4_daily",
      "description": "",
      "representative_file": "sim5_M4_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 18862,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3606.394775,
            952.13916,
            1919.228149
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.921053,
            0.692308,
            0.833333
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3720.394775,
            1049.63916,
            2000.228149
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            114.0,
            97.5,
            81.0
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3606.394775,
            4558.533936,
            6477.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim5_M4_turnover",
      "description": "",
      "representative_file": "sim5_M4_turnover.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5460,
      "rep_rows": 65,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "friday",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-27T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-10T00:00:00"
          ]
        },
        {
          "name": "flips",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "667",
            "6",
            "198"
          ]
        },
        {
          "name": "active",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "667",
            "661",
            "741"
          ]
        },
        {
          "name": "off",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "133",
            "139",
            "59"
          ]
        },
        {
          "name": "mean_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.232834,
            1.203782,
            0.897166
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim5_M5_daily",
      "description": "",
      "representative_file": "sim5_M5_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20446,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "77",
            "67",
            "56"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3653.155273,
            990.555908,
            1958.948364
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.922078,
            0.701493,
            0.839286
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3768.655273,
            1091.05603,
            2042.948364
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            115.5,
            100.5,
            84.0
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3653.155273,
            4643.711182,
            6602.659546
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim5_M5_turnover",
      "description": "",
      "representative_file": "sim5_M5_turnover.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5496,
      "rep_rows": 65,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "friday",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-27T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-10T00:00:00"
          ]
        },
        {
          "name": "flips",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "19",
            "22"
          ]
        },
        {
          "name": "active",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "781",
            "795"
          ]
        },
        {
          "name": "off",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "19",
            "5"
          ]
        },
        {
          "name": "mean_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.283685,
            2.297193,
            2.22778
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim5_M6_daily",
      "description": "",
      "representative_file": "sim5_M6_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20393,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "77",
            "67",
            "56"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3653.155273,
            990.555908,
            1958.948364
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.922078,
            0.701493,
            0.839286
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3768.655273,
            1091.05603,
            2042.948364
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            115.5,
            100.5,
            84.0
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3653.155273,
            4643.711182,
            6602.659546
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim5_M6_turnover",
      "description": "",
      "representative_file": "sim5_M6_turnover.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5302,
      "rep_rows": 65,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "friday",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-27T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-10T00:00:00"
          ]
        },
        {
          "name": "flips",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "0",
            "0"
          ]
        },
        {
          "name": "active",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "800",
            "800"
          ]
        },
        {
          "name": "off",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "mean_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.239985,
            2.237726,
            2.25952
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim_data",
      "description": "",
      "representative_file": "sim_data.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4332434,
      "rep_rows": 174044,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-01-02T00:00:00",
            "2024-01-02T00:00:00",
            "2024-01-02T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAOI",
            "ABNB"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.14912,
            -4.729012,
            -0.490962
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.14912,
            4.729012,
            0.490962
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Technology",
            "Communications"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            11830.0,
            83886.0
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mid",
            "mid",
            "mega"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "thick",
            "thick",
            "ultra"
          ]
        },
        {
          "name": "b_gap",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dn",
            "dn",
            "dn"
          ]
        },
        {
          "name": "b_pm_drift",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dnBig",
            "dnBig",
            "dn"
          ]
        },
        {
          "name": "b_rsi",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "hi",
            "hi",
            "lo"
          ]
        },
        {
          "name": "b_52h",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "deep",
            "mid",
            "mid"
          ]
        },
        {
          "name": "b_pm_range",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "wide",
            "huge",
            "med"
          ]
        },
        {
          "name": "b_rel_pm_vol",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "low",
            "low",
            "explosive"
          ]
        },
        {
          "name": "b_prev",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dn",
            "crashDn",
            "dn"
          ]
        },
        {
          "name": "b_spy",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "flat"
          ]
        },
        {
          "name": "b_qqq",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "flat"
          ]
        },
        {
          "name": "b_arkk",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dn",
            "dn",
            "dn"
          ]
        },
        {
          "name": "b_iwm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "flat"
          ]
        },
        {
          "name": "b_vxx",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "warn",
            "warn",
            "warn"
          ]
        },
        {
          "name": "b_tlt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "flat"
          ]
        },
        {
          "name": "b_es",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_nq",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "None",
            "None",
            "None"
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "None",
            "None",
            "None"
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "None",
            "None",
            "None"
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "None",
            "None",
            "None"
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "None",
            "None",
            "None"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "b_spy_20d",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "flat"
          ]
        },
        {
          "name": "b_spy_60d",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "uptrend",
            "uptrend",
            "uptrend"
          ]
        },
        {
          "name": "b_spy_5d",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "flat"
          ]
        },
        {
          "name": "b_vix_reg",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "lo_vol",
            "lo_vol",
            "lo_vol"
          ]
        },
        {
          "name": "b_spy_vol",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "calm",
            "calm",
            "calm"
          ]
        },
        {
          "name": "b_hyg_flow",
          "arrow_type": "string",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "flat",
            "flat",
            "flat"
          ]
        },
        {
          "name": "b_tlt_flow",
          "arrow_type": "string",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "flat",
            "flat",
            "flat"
          ]
        },
        {
          "name": "b_uup_reg",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "usd_dn",
            "usd_dn",
            "usd_dn"
          ]
        },
        {
          "name": "sec_leader_20d",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "b_month_phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "early",
            "early",
            "early"
          ]
        },
        {
          "name": "is_quarter_end",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_month_end",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim_M1_daily",
      "description": "",
      "representative_file": "sim_M1_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 17047,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3606.394775,
            952.13916,
            1919.228149
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.921053,
            0.692308,
            0.833333
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3720.394775,
            1049.63916,
            2000.228149
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            114.0,
            97.5,
            81.0
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3606.394775,
            4558.533936,
            6477.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim_M1_turnover",
      "description": "",
      "representative_file": "sim_M1_turnover.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4289,
      "rep_rows": 51,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "friday",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-27T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-10T00:00:00"
          ]
        },
        {
          "name": "flips",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "0",
            "0"
          ]
        },
        {
          "name": "active",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "800",
            "800"
          ]
        },
        {
          "name": "off",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "mean_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim_M2_daily",
      "description": "",
      "representative_file": "sim_M2_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16775,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3606.394775,
            952.13916,
            1919.228149
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.921053,
            0.692308,
            0.833333
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3720.394775,
            1049.63916,
            2000.228149
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            114.0,
            97.5,
            81.0
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3606.394775,
            4558.533936,
            6477.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim_M2_turnover",
      "description": "",
      "representative_file": "sim_M2_turnover.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5292,
      "rep_rows": 51,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "friday",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-27T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-10T00:00:00"
          ]
        },
        {
          "name": "flips",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "1",
            "28"
          ]
        },
        {
          "name": "active",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "799",
            "773"
          ]
        },
        {
          "name": "off",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "27"
          ]
        },
        {
          "name": "mean_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            0.98577
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim_M3_daily",
      "description": "",
      "representative_file": "sim_M3_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 17004,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3606.394775,
            952.13916,
            1919.228149
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.921053,
            0.692308,
            0.833333
          ]
        },
        {
          "name": "gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3720.394775,
            1049.63916,
            2000.228149
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            114.0,
            97.5,
            81.0
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3606.394775,
            4558.533936,
            6477.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/sim_M3_turnover",
      "description": "",
      "representative_file": "sim_M3_turnover.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5048,
      "rep_rows": 51,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "friday",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-27T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-10T00:00:00"
          ]
        },
        {
          "name": "flips",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "0",
            "1"
          ]
        },
        {
          "name": "active",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "800",
            "799"
          ]
        },
        {
          "name": "off",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "mean_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.00625,
            1.015645
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_A_M1",
      "description": "",
      "representative_file": "stress_A_M1.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11881,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3606.394775,
            952.13916,
            1919.228149
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3606.394775,
            4558.533936,
            6477.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_A_M2",
      "description": "",
      "representative_file": "stress_A_M2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11809,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3606.394775,
            952.13916,
            1919.228149
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3606.394775,
            4558.533936,
            6477.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_A_M3",
      "description": "",
      "representative_file": "stress_A_M3.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11824,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3606.394775,
            952.13916,
            1919.228149
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3606.394775,
            4558.533936,
            6477.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_A_M4",
      "description": "",
      "representative_file": "stress_A_M4.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11221,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3606.394775,
            952.13916,
            1919.228149
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3606.394775,
            4558.533936,
            6477.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_A_M5",
      "description": "",
      "representative_file": "stress_A_M5.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11916,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "77",
            "67",
            "56"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3653.155273,
            990.555908,
            1958.948364
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3653.155273,
            4643.711182,
            6602.659546
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_A_M6",
      "description": "",
      "representative_file": "stress_A_M6.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11893,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "77",
            "67",
            "56"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3653.155273,
            990.555908,
            1958.948364
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3653.155273,
            4643.711182,
            6602.659546
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_B_M1",
      "description": "",
      "representative_file": "stress_B_M1.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11889,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3150.394775,
            562.13916,
            1595.228149
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3150.394775,
            3712.533936,
            5307.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_B_M2",
      "description": "",
      "representative_file": "stress_B_M2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11826,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3150.394775,
            562.13916,
            1595.228149
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3150.394775,
            3712.533936,
            5307.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_B_M3",
      "description": "",
      "representative_file": "stress_B_M3.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11830,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3150.394775,
            562.13916,
            1595.228149
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3150.394775,
            3712.533936,
            5307.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_B_M4",
      "description": "",
      "representative_file": "stress_B_M4.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11206,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3150.394775,
            562.13916,
            1595.228149
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3150.394775,
            3712.533936,
            5307.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_B_M5",
      "description": "",
      "representative_file": "stress_B_M5.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11926,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "77",
            "67",
            "56"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3191.155518,
            588.555908,
            1622.948486
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3191.155518,
            3779.711426,
            5402.659912
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_B_M6",
      "description": "",
      "representative_file": "stress_B_M6.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11922,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "77",
            "67",
            "56"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3191.155518,
            588.555908,
            1622.948486
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3191.155518,
            3779.711426,
            5402.659912
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_C_M1",
      "description": "",
      "representative_file": "stress_C_M1.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11852,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "74",
            "62",
            "44"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3039.967773,
            481.190765,
            1393.24292
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3039.967773,
            3521.158539,
            4914.401459
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_C_M2",
      "description": "",
      "representative_file": "stress_C_M2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11686,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "74",
            "60",
            "39"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3039.967773,
            434.460571,
            1364.993652
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3039.967773,
            3474.428345,
            4839.421997
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_C_M3",
      "description": "",
      "representative_file": "stress_C_M3.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11805,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "74",
            "62",
            "44"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3039.967773,
            481.190765,
            1393.24292
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3039.967773,
            3521.158539,
            4914.401459
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_C_M4",
      "description": "",
      "representative_file": "stress_C_M4.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11017,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "70",
            "61",
            "46"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3194.470703,
            656.579407,
            1372.595703
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3194.470703,
            3851.05011,
            5223.645813
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_C_M5",
      "description": "",
      "representative_file": "stress_C_M5.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11873,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "54"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3150.394775,
            562.13916,
            1595.228149
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3150.394775,
            3712.533936,
            5307.762085
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_C_M6",
      "description": "",
      "representative_file": "stress_C_M6.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11884,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "76",
            "65",
            "53"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3150.394775,
            562.13916,
            1620.143066
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3150.394775,
            3712.533936,
            5332.677002
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_D_M1",
      "description": "",
      "representative_file": "stress_D_M1.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10802,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "49",
            "45",
            "0"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2153.679688,
            447.633392,
            0.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2153.679688,
            2601.31308,
            2601.31308
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_D_M2",
      "description": "",
      "representative_file": "stress_D_M2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9290,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "49",
            "45",
            "0"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2153.679688,
            447.633392,
            0.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2153.679688,
            2601.31308,
            2601.31308
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_D_M3",
      "description": "",
      "representative_file": "stress_D_M3.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10731,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "49",
            "45",
            "0"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2153.679688,
            447.633392,
            0.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2153.679688,
            2601.31308,
            2601.31308
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_D_M4",
      "description": "",
      "representative_file": "stress_D_M4.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7746,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_D_M5",
      "description": "",
      "representative_file": "stress_D_M5.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11595,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "49",
            "45",
            "3"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2070.45166,
            476.657196,
            90.86145
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2070.45166,
            2547.108856,
            2637.970306
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_D_M6",
      "description": "",
      "representative_file": "stress_D_M6.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11618,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "49",
            "45",
            "3"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2070.45166,
            476.657196,
            86.967384
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2070.45166,
            2547.108856,
            2634.076241
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_E_M1",
      "description": "",
      "representative_file": "stress_E_M1.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11718,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "54",
            "51",
            "13"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2279.159912,
            593.823425,
            416.346344
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2279.159912,
            2872.983337,
            3289.329681
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_E_M2",
      "description": "",
      "representative_file": "stress_E_M2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11652,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "54",
            "51",
            "13"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2279.159912,
            593.823425,
            416.346344
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2279.159912,
            2872.983337,
            3289.329681
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_E_M3",
      "description": "",
      "representative_file": "stress_E_M3.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11695,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "54",
            "51",
            "13"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2279.159912,
            593.823425,
            416.346344
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2279.159912,
            2872.983337,
            3289.329681
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_E_M4",
      "description": "",
      "representative_file": "stress_E_M4.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10842,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "54",
            "51",
            "13"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2279.159912,
            598.226257,
            417.360229
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2279.159912,
            2877.386169,
            3294.746399
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_E_M5",
      "description": "",
      "representative_file": "stress_E_M5.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11728,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "54",
            "51",
            "17"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2292.746582,
            602.629028,
            326.769165
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2292.746582,
            2895.37561,
            3222.144775
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_E_M6",
      "description": "",
      "representative_file": "stress_E_M6.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11711,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "54",
            "51",
            "17"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2292.746582,
            602.629028,
            325.839111
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2292.746582,
            2895.37561,
            3221.214722
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/stress_summary",
      "description": "",
      "representative_file": "stress_summary.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6129,
      "rep_rows": 30,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "scenario",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A_base",
            "A_base",
            "A_base"
          ]
        },
        {
          "name": "model",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "M1",
            "M2",
            "M3"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            1211489.371384,
            1136744.715191,
            1254202.202316
          ]
        },
        {
          "name": "trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "41959",
            "34053",
            "38912"
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            25.886765,
            26.213155,
            26.912207
          ]
        },
        {
          "name": "maxdd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2942.284912,
            -636.160156,
            -465.874451
          ]
        },
        {
          "name": "vs_M1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            -74744.656193,
            42712.830933
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/userIdea_M10_daily",
      "description": "",
      "representative_file": "userIdea_M10_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16197,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "221",
            "188",
            "166"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2845.383789,
            -496.953125,
            906.488708
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.58371,
            0.452128,
            0.518072
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2845.383789,
            2348.430664,
            3254.919373
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/userIdea_M11_daily",
      "description": "",
      "representative_file": "userIdea_M11_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16114,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "89",
            "81",
            "79"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3206.169922,
            1170.594849,
            1646.595093
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.842697,
            0.617284,
            0.734177
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3206.169922,
            4376.764771,
            6023.359863
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/userIdea_M7_daily",
      "description": "",
      "representative_file": "userIdea_M7_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16114,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "221",
            "190",
            "202"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            1576.666626,
            -1089.963257,
            -385.486389
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.506787,
            0.436842,
            0.430693
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1576.666626,
            486.703369,
            101.21698
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/userIdea_M8_daily",
      "description": "",
      "representative_file": "userIdea_M8_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16079,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "209",
            "191",
            "184"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2557.440674,
            -901.522705,
            311.675903
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.569378,
            0.455497,
            0.461957
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2557.440674,
            1655.917969,
            1967.593872
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/userIdea_M9_daily",
      "description": "",
      "representative_file": "userIdea_M9_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16198,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "75",
            "64",
            "52"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3100.456055,
            519.924866,
            1542.632812
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.893333,
            0.59375,
            0.826923
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3100.456055,
            3620.38092,
            5163.013733
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/userIdea_M9_discovery",
      "description": "",
      "representative_file": "userIdea_M9_discovery.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2854,
      "rep_rows": 65,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "friday",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-27T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-10T00:00:00"
          ]
        },
        {
          "name": "admitted",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "800",
            "800",
            "828"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/rotation_study/userIdea_M9plus_daily",
      "description": "",
      "representative_file": "userIdea_M9plus_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16105,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-02T00:00:00",
            "2025-01-03T00:00:00",
            "2025-01-06T00:00:00"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "75",
            "64",
            "52"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            3100.456055,
            519.924866,
            1542.632812
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.893333,
            0.59375,
            0.826923
          ]
        },
        {
          "name": "avg_sizing",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            3.0,
            3.0
          ]
        },
        {
          "name": "equity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3100.456055,
            3620.38092,
            5163.013733
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AA",
      "description": "",
      "representative_file": "AA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 394819,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4515219",
            "4516199",
            "4525759"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-06T13:00:42.947Z",
            "2025-11-06T21:12:23.527Z",
            "2025-11-17T17:36:35.017Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:01.4018544-04:00",
            "2026-04-17T17:08:01.4018544-04:00",
            "2026-04-17T17:08:01.4018544-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Alcoa Corporation",
            "Century Aluminum Company",
            "Rio Tinto Group"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AA",
            "CENX",
            "RIO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Alcoa, Ball and Unilever Partner to Launch the First Use of ELYSIS Carbon-Free S",
            "Reports Q3 $0.56 v $0.79e, Rev $632.2M v $664Me (1 est)",
            "Imposing surcharges on aluminum cargoes shipped to the US due to low inventories"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The announcement comes ahead of the 30th United Nations Climate Change Confere",
            "- Guides Q4 adj EBITDA $170-180M <br/> <br/>- Shipments primary aluminum 162.4K ",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Americas Macro', 'Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Alcoa Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Alcoa Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Alcoa Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AAL",
      "description": "",
      "representative_file": "AAL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 919101,
      "rep_rows": 1200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4568655",
            "4568665",
            "4568676"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-27T11:55:17.91Z",
            "2026-01-27T12:00:20.3Z",
            "2026-01-27T12:02:13.427Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:00.3717672-04:00",
            "2026-04-17T17:08:00.3717672-04:00",
            "2026-04-17T17:08:00.3717672-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "RTX Corporation",
            "American Airlines Group, Inc.",
            "American Airlines Group, Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RTX",
            "AAL",
            "AAL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 $1.55 adj v $1.46e, Rev $24.2B v $22.7Be",
            "Reports Q4 $0.16 v $0.38e, Rev $14.0B v $14.1Be; Systemwide revenue intakes for ",
            "Guides initial FY26 Capex $4.0-4.5B v $3.8B y/y, FCF over $2B; Guides Q1 Rev +7-"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides initial FY26 <b>$6.60-6.80 v $6.66e</b>, Rev $92-93B v $92.5Be, Organic",
            "- Guides Q1 adj EPS<b> -$0.50 to -$0.10 v -$0.28e, Unit Rev for the domestic ent",
            "- Expect taking delivery of 55 new aircraft in 2026<br/>- Guides initial FY27 Ca"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Americas Macro', 'Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'GE Aerospace', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            2.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AAOI",
      "description": "",
      "representative_file": "AAOI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 102740,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4325934",
            "4325939",
            "4328777"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-26T21:39:01.403Z",
            "2025-02-26T21:40:35.993Z",
            "2025-02-28T21:04:06.65Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:00.4357783-04:00",
            "2026-04-17T17:08:00.4357783-04:00",
            "2026-04-17T17:08:00.4357783-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Applied Optoelectronics Inc",
            "Applied Optoelectronics Inc",
            "Applied Optoelectronics Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AAOI",
            "AAOI",
            "AAOI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 -$0.02 v -$0.02e, Rev $100.3M v $100Me; Guides weak EPS (update)",
            "TTN Summary of 16:30ET Earnings Call:  Management highlighted clear demand forec",
            "Files $100M stock shelf - filing"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q1 -$0.07 to flat v $-0.02e, Rev $94-104M v $100Me <br/>- Guides Q1 Non",
            "- Q4 results were in line with guidance, with revenue at $100M, non GAAP gross m",
            "- We have entered into an Equity Distribution Agreement with Raymond James &amp;"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'II-VI Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Applied Optoelectronics Inc', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Applied Optoelectronics Inc', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AAPL",
      "description": "",
      "representative_file": "AAPL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6252403,
      "rep_rows": 4250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4614051",
            "4614282",
            "4615716"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-17T15:05:13.643Z",
            "2026-03-17T22:07:20.24Z",
            "2026-03-19T10:26:27.87Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:01.456858-04:00",
            "2026-04-17T17:08:01.456858-04:00",
            "2026-04-17T17:08:01.4538577-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Apple Inc",
            "Apple Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AAPL",
            "AAPL",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CEO Tim Cook told Good Morning America on Monday that he has no plans to step do",
            "Chief of Home Hardware Brian Lynch said to exit for smart ring maker Oura - pres",
            "(US) Thursday Morning Papers Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Link: https://www.cnbc.com/2026/03/17/apple-ceo-tim-cook-retire-rumors-gma.htm",
            "",
            "<b>FINANCIAL TIMES</b><br/>-Spanish Prime Minister Pedro S&#225;nchez has public"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Apple Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Oura', 'CountryId': 57, 'CountryIso': 'FI', 'CountryName': 'Fi",
            "[{'CompanyName': 'Apple Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            0.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ABBV",
      "description": "",
      "representative_file": "ABBV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1626926,
      "rep_rows": 1950,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4607020",
            "4607237",
            "4608255"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-09T13:15:10.067Z",
            "2026-03-09T20:05:16.257Z",
            "2026-03-10T13:12:19.027Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:01.4528571-04:00",
            "2026-04-17T17:08:01.4528571-04:00",
            "2026-04-17T17:08:01.4528571-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Biofrontera Inc. Common Stock",
            "AEON Biopharma, Inc.",
            "AbbVie Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BFRI",
            "AEON",
            "ABBV"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Positive Phase 2b Results Supporting Further Development of Ameluz Photo",
            "Appoints John Bencich CFO; Advancing ABP-450 (prabotulinumtoxinA) as a biosimila",
            "Leerink Partners Reiterates ABBV with Outperform"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>Phase 2b study demonstrated greater reductions in inflammatory acne lesions w",
            "Announced the appointment of John Bencich as Chief Financial Officer. Mr. Bencic",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Bausch Health Companies Inc', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'AbbVie Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'AbbVie Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ABNB",
      "description": "",
      "representative_file": "ABNB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 511417,
      "rep_rows": 700,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4471633",
            "4483223",
            "4495448"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-10T00:13:05.323Z",
            "2025-09-29T20:17:17.067Z",
            "2025-10-17T08:30:11.407Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:02.9539872-04:00",
            "2026-04-17T17:08:02.9539872-04:00",
            "2026-04-17T17:08:02.9519876-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Airbnb Inc",
            "Airbnb Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ABNB",
            "ABNB",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 18:05ET Goldman Sachs Communicopia + Technology Conference 2025: ",
            "Mizuho Securities Initiates ABNB with Outperform, price target: $151",
            "(EU) Friday Morning Papers Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- 1.6 billion devices access Airbnb annually, underpinning its ambition to “Airb",
            "",
            "<b>LA REPUBBLICA</b><br/>-The Global Combat Air Program (GCAP), a project for si"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Artificial Intelligence &amp; Technology ETF', 'CountryId': 1,",
            "[{'CompanyName': 'Airbnb Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Volkswagen AG (VW)', 'CountryId': 6, 'CountryIso': 'DE', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            0.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ABR",
      "description": "",
      "representative_file": "ABR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 76416,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3918834",
            "3919055",
            "3940230"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-07-31T05:32:14.173Z",
            "2023-07-31T08:03:59.963Z",
            "2023-08-23T12:33:33.213Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:07.915424-04:00",
            "2026-04-17T17:08:07.915424-04:00",
            "2026-04-17T17:08:07.915424-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Arbor Realty Trust Inc",
            "Arbor Realty Trust Inc",
            "Arbor Realty Trust Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ABR",
            "ABR",
            "ABR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Piper/Sandler Cuts ABR to Underweight from Overweight, price target: $16",
            "JPMorgan Chase and Co Reiterates ABR with Underweight, price target: $15 from $1",
            "Raymond James Reiterates ABR with Outperform, price target: $17"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Arbor Realty Trust Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Arbor Realty Trust Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Arbor Realty Trust Inc', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ACHR",
      "description": "",
      "representative_file": "ACHR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 267484,
      "rep_rows": 268,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4469881",
            "4472188",
            "4474105"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-08T10:17:41.09Z",
            "2025-09-10T12:02:00.463Z",
            "2025-09-12T13:35:17.25Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:10.0306136-04:00",
            "2026-04-17T17:08:10.0306136-04:00",
            "2026-04-17T17:08:10.0306136-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "XPeng Inc",
            "Joby Aviation",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "XPEV",
            "JOBY",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Plans L4 autonomous vehicles and flying car by 2026",
            "Joby and Uber  plan to bring Blade’s air mobility services to the Uber app as so",
            "(US) DOT and FAA announce eVTOL framework for cities across the US to participat"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- European debut of Next P7 at IAA 2025 highlights AI-powered vehicles with 593 ",
            "- Joby Aviation, Inc. (NYSE:JOBY), a company developing electric air taxis for c",
            "**Reminder: On June 6th, Trump admin announced an eVTOL (electric vertical takeo"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Industrials']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'BYD Company Limited', 'CountryId': 24, 'CountryIso': 'HK', 'Co",
            "[{'CompanyName': 'Uber Technologies Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Industrials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ADBE",
      "description": "",
      "representative_file": "ADBE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 466196,
      "rep_rows": 700,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4542005",
            "4542172",
            "4542749"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-11T15:18:57.287Z",
            "2025-12-11T20:35:40.35Z",
            "2025-12-12T12:54:39.883Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:11.617742-04:00",
            "2026-04-17T17:08:11.617742-04:00",
            "2026-04-17T17:08:11.617742-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Adobe Inc",
            "Salesforce, Inc.",
            "Nvidia Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ADBE",
            "CRM",
            "NVDA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DA Davidson Reiterates ADBE with Buy, price target: $500",
            "Reportedly raising prices on Apps that use Salesforce data - The Information",
            "*SAID TO CONSIDER INCREASING H200 CHIP PRODUCTION CAPACITY DUE TO CHINESE DEMAND"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Link: https://www.theinformation.com/articles/salesforce-raises-prices-apps-ta",
            "**Note: Nvidia has ~20% China market share<br/>**Reminder: On Dec 10th, China re"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Asian Macro', 'Information Technology', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Adobe Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Intuit Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'International Business Machines Corporation', 'CountryId': 1, "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Asian Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ADMA",
      "description": "",
      "representative_file": "ADMA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 172447,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4121782",
            "4156463",
            "4164713"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-05-10T10:25:04.58Z",
            "2024-07-09T12:36:37.393Z",
            "2024-07-23T05:19:23.74Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:14.0359541-04:00",
            "2026-04-17T17:08:14.0359541-04:00",
            "2026-04-17T17:08:14.0359541-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ADMA Biologics Inc",
            "ADMA Biologics Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ADMA",
            "ADMA",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H.C. Wainright Reiterates ADMA with Buy, price target: $10 from $7.50",
            "Cantor Fitzgerald Reiterates ADMA with Overweight, price target: $15",
            "(US) Monday Evening Online Reading Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "<b>PROJECT SYNDICATE</b><br/>-Richard Haass, President Emeritus of the Council o"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'ADMA Biologics Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'ADMA Biologics Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Salesforce, Inc.', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            0.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ADP",
      "description": "",
      "representative_file": "ADP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 96922,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4303330",
            "4305078",
            "4346370"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-30T13:40:03.597Z",
            "2025-02-03T06:51:11.04Z",
            "2025-03-26T12:30:14.03Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:14.8260221-04:00",
            "2026-04-17T17:08:14.8260221-04:00",
            "2026-04-17T17:08:14.8260221-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Automatic Data Processing Inc",
            "Automatic Data Processing Inc",
            "Paychex Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ADP",
            "ADP",
            "PAYX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Mizuho Securities Reiterates ADP with Outperform, price target: $321 from $310",
            "Barclays Reiterates ADP with Overweight, price target: $350 from $325",
            "Reports Q3 $1.49 v $1.48e, Rev $1.51B v $1.51Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Affirms FY25 Adj EPS +5-7% (prior: +5-7%)  <br/>- <b>Raises </b>FY25 Rev +6.0-"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials', 'Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Automatic Data Processing Inc', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'Automatic Data Processing Inc', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'Automatic Data Processing Inc', 'CountryId': 1, 'CountryIso': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ADT",
      "description": "",
      "representative_file": "ADT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 122861,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4069957",
            "4074238",
            "4074454"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-02-29T15:21:09.637Z",
            "2024-03-06T21:14:50.14Z",
            "2024-03-07T04:23:27.05Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:16.917214-04:00",
            "2026-04-17T17:08:16.917214-04:00",
            "2026-04-17T17:08:16.917214-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ADT Inc",
            "ADT Inc",
            "ADT Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ADT",
            "ADT",
            "ADT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Goldman Sachs Reiterates ADT with Buy, price target: $8.30 from $7.50",
            "Files to sell 55M shares of common stock by affiliates of Apollo Global Manageme",
            "Prices 65M shares for selling stockholders [Apollo Global Management] at $6.50/s"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Announced the commencement of a proposed secondary public offering of 55,000,0",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "8",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'ADT Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': '",
            "[{'CompanyName': 'ADT Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': '",
            "[{'CompanyName': 'Block Trades/SupplyDemand Chatter', 'CountryId': 1, 'CountryIs"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ADTN",
      "description": "",
      "representative_file": "ADTN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 144655,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4287145",
            "4291281",
            "4291754"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-08T12:18:52.703Z",
            "2025-01-14T13:04:04.557Z",
            "2025-01-14T19:26:01.677Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:18.0153043-04:00",
            "2026-04-17T17:08:18.0153043-04:00",
            "2026-04-17T17:08:18.0153043-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ADTRAN Holdings, Inc",
            "ADTRAN Holdings, Inc",
            "ADTRAN Holdings, Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ADTN",
            "ADTN",
            "ADTN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Craig-Hallum Initiates ADTN with Buy, price target: $15",
            "ACE Fiber drives high-speed connectivity to New Albany with Adtran broadband sol",
            "TTN Summary of 14:15ET 27th Annual Needham Growth Conference: Inventory overhang"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "https://www.craig-hallum.com",
            "Expands Alcorn County Electric Power Association’s (ACE Power) fiber subsidiary,",
            "- Activity and interest levels have increased across all three business areas, d"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'ADTRAN Holdings, Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'ADTRAN Holdings, Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'ADTRAN Holdings, Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AEG",
      "description": "",
      "representative_file": "AEG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 62799,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1431068",
            "1462544",
            "1483335"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2013-11-19T12:35:40.73Z",
            "2014-01-21T06:38:47.533Z",
            "2014-02-21T11:55:16.02Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:19.227409-04:00",
            "2026-04-17T17:08:19.227409-04:00",
            "2026-04-17T17:08:19.227409-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Aegon N.V",
            "Aegon N.V"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "AEG",
            "AEG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "AGN.NL",
            "AGN.NL"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Nomura downgrades European Insurance Sector to Neutral",
            "HSBC Cuts AEG to Neutral from Overweight, price target: €7.5",
            "Raymond James Raised AEG to Strong Buy from Outperform"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care', 'TTN Research Alert']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'AAR Corp', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Aegon N.V', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Aegon N.V', 'CountryId': 17, 'CountryIso': 'NL', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AEHR",
      "description": "",
      "representative_file": "AEHR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 154979,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3995523",
            "3996033",
            "4017306"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-11-10T04:38:54.83Z",
            "2023-11-10T12:00:01.133Z",
            "2023-12-14T12:32:07.18Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:20.1294902-04:00",
            "2026-04-17T17:08:20.1284838-04:00",
            "2026-04-17T17:08:20.1284838-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Aehr Test Systems"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "AEHR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Thursday Evening Online Reading Summary",
            "(US) Friday Morning Online Reading Summary",
            "Receives first order for FOX wafer level test and burn-in system to be used for "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>PROJECT SYNDICATE</b><br/>-Will the Israel-Hamas War Spread? In a <i>Big Ques",
            "<b>PROJECT SYNDICATE</b><br/>-Will the Israel-Hamas War Spread? In a <i>Big Ques",
            "- Received an initial customer order for a FOX-NP wafer level test and burn-in s"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Fixed Income/Forex']",
            "['Americas Macro', 'Fixed Income/Forex']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "21",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Eli Lilly and Company', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Eli Lilly and Company', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Aehr Test Systems', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AEM",
      "description": "",
      "representative_file": "AEM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 241153,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4386190",
            "4391854",
            "4409831"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-14T06:46:07.353Z",
            "2025-05-20T22:05:30.29Z",
            "2025-06-20T11:59:24.137Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:20.2424939-04:00",
            "2026-04-17T17:08:20.2424939-04:00",
            "2026-04-17T17:08:20.2424939-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Agnico Eagle Mines Limited",
            "",
            "Agnico Eagle Mines Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AEM",
            "",
            "AEM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 02:30ET Bank of America Global Metals, Mining and Steel Conferenc",
            "*(IL) Israel reportedly planning to strike Iranian nuclear facilities; Not clear",
            "Bank Leumi Reiterates AEM with Outperform, price target: $170 from $159"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Free cash flow at current spot gold expected &gt;$3 billion in 2025; 42% retur",
            "- Link: https://www.cnn.com/2025/05/20/politics/intelligence-israel-possible-str",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Asian Macro', 'Americas Macro', 'TTN Research Alert']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Agnico Eagle Mines Limited', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Agnico Eagle Mines Limited', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Asian Macro",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AEO",
      "description": "",
      "representative_file": "AEO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 173280,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4357589",
            "4358333",
            "4358935"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-11T03:24:58.5Z",
            "2025-04-14T02:38:43.37Z",
            "2025-04-14T12:46:57.33Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:21.1745783-04:00",
            "2026-04-17T17:08:21.1745783-04:00",
            "2026-04-17T17:08:21.1745783-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "American Eagle Outfitters Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "AEO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(VN) Vietnam govt hopes to have US duties cut to 22-28% (v 46% last week): To im",
            "(VN) Vietnam Trade Ministry: Tells manufacturers and exporters to tighten contro",
            "JPMorgan Chase and Co Reiterates AEO with Neutral, price target: $10 from $15"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "**NOTE: On Apr 9th reports circulated that Vietnam confirmed to launch trade agr",
            "- Tells exporters to seek new buyers in markets with potential<br/><br/>** Remin",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Asian Macro', 'Americas Macro']",
            "['Asian Macro', 'Americas Macro']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'American Eagle Outfitters Inc', 'CountryId': 1, 'CountryIso': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Asian Macro",
            "Asian Macro",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AES",
      "description": "",
      "representative_file": "AES.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 143706,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4375420",
            "4388475",
            "4388585"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-05T09:14:33.587Z",
            "2025-05-15T14:30:53.687Z",
            "2025-05-15T16:12:20.377Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:22.3946796-04:00",
            "2026-04-17T17:08:22.3946796-04:00",
            "2026-04-17T17:08:22.3946796-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The AES Corporation",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AES",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates AES with Neutral, price target: $14",
            "(US) Reportedly Trump&#39;s Administration is targeting billions in energy grant",
            "Leon Cooperman discloses latest quarterly holdings: - 13F-HR filing (update)"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "New stake:  SUN<br/>Liquidated:  ABR ADT AES CCAP EFC ORCC<br/>Increased:  ET VR"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Utilities']",
            "['Americas Macro', 'Energy']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The AES Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Ashland Global Holdings Inc', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Utilities",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AFL",
      "description": "",
      "representative_file": "AFL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 93219,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4254221",
            "4265538",
            "4267050"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-11-14T14:54:44.1Z",
            "2024-12-02T21:23:29.783Z",
            "2024-12-04T07:29:29.103Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:23.2127541-04:00",
            "2026-04-17T17:08:23.2117538-04:00",
            "2026-04-17T17:08:23.2117538-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Aflac Incorporated",
            "Aflac Incorporated",
            "Aflac Incorporated"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AFL",
            "AFL",
            "AFL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Evercore ISI Institutional Equities Reiterates AFL with Underperform, price targ",
            "Raises Quarterly dividend 16% to $0.58 from $0.50 (indicated yield 2.04%)",
            "Tier1 firm Reiterates AFL with Buy, price target: $123"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Payable on March 03, 2025 to stockholders of record at the close of business o",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Aflac Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Aflac Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Aflac Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AFRM",
      "description": "",
      "representative_file": "AFRM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 391647,
      "rep_rows": 661,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4558498",
            "4560168",
            "4561848"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-13T21:19:13.09Z",
            "2026-01-14T12:00:09.17Z",
            "2026-01-15T19:43:20.627Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:24.9049013-04:00",
            "2026-04-17T17:08:24.9049013-04:00",
            "2026-04-17T17:08:24.9049013-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Affirm Holdings Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "AFRM",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) White House NEC Dir Hassett: Studying different options on proposed credit ",
            "Updates underwriting with real-time balance and cash flow insights",
            "(US) White House NEC Dir Hassett: Trump wants an independent FED"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The battle on inflation is going our way<br/>- Have high regard for Chair Powe",
            "- Incorporates real-time account balances and cash flow trends for more current ",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Fixed Income/Forex']",
            "['Information Technology']",
            "['Americas Macro', 'Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Affirm Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AG",
      "description": "",
      "representative_file": "AG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 39893,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3711598",
            "3735399",
            "3747980"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-10-19T10:06:28.62Z",
            "2022-11-10T10:59:45.393Z",
            "2022-11-28T12:01:32.373Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:24.9429056-04:00",
            "2026-04-17T17:08:24.9429056-04:00",
            "2026-04-17T17:08:24.9419056-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "First Majestic Silver Corp",
            "First Majestic Silver Corp",
            "Metalla Royalty &amp; Streaming Ltd"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AG",
            "AG",
            "MTA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FR.CA",
            "FR.CA",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H.C. Wainright Reiterates AG with Buy, price target: $12.50 from $11.50",
            "H.C. Wainright Reiterates AG with Buy, price target: $12.50",
            "To acquire strategic silver focused royalty portfolio from First Majestic Silver"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Signed a royalty purchase agreement with First Majestic Silver Corp., pursuant t"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'First Majestic Silver Corp', 'CountryId': 13, 'CountryIso': 'C",
            "[{'CompanyName': 'First Majestic Silver Corp', 'CountryId': 13, 'CountryIso': 'C",
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AGI",
      "description": "",
      "representative_file": "AGI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 26450,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2311963",
            "2364203",
            "2411253"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2017-10-24T12:01:57.67Z",
            "2018-01-11T13:22:32.937Z",
            "2018-03-21T13:22:58.393Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:25.5549582-04:00",
            "2026-04-17T17:08:25.5549582-04:00",
            "2026-04-17T17:08:25.5549582-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Alamos Gold Inc",
            "Alamos Gold Inc",
            "Alamos Gold Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AGI",
            "AGI",
            "AGI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AGI.CA",
            "AGI.CA",
            "AGI.CA"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Alamos Gold and Richmont Mines announce Receipt of Interim Court Order, Special ",
            "Tier1 firm Reiterates AGI with Buy, price target: $8.35",
            "Credit Suisse Maintains AGI with Outperform, price target: $6.50"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Announced that Alamos and Richmont have been granted an interim order from the Q",
            "",
            "- price target cut to $6.50 from $8"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Richmont Mines Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Alamos Gold Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Countr",
            "[{'CompanyName': 'Alamos Gold Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AI",
      "description": "",
      "representative_file": "AI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 321994,
      "rep_rows": 344,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4454963",
            "4456870",
            "4465179"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-14T13:01:02.83Z",
            "2025-08-18T13:00:33.293Z",
            "2025-08-30T09:07:06.953Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:25.8079793-04:00",
            "2026-04-17T17:08:25.8079793-04:00",
            "2026-04-17T17:08:25.7999786-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "C3.ai Inc",
            "C3.ai Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AI",
            "AI",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Selected for Constellation ShortList for Artificial Intelligence and Machine Lea",
            "Eletrobras Selects C3 AI to Scale Enterprise AI Across Latin America’s Largest P",
            "*(US) FEDERAL APPLEALS COURT IN 7-4 VOTE RULED PRES TRUMP EXCEEDED AUTHIROITY BY"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- C3 AI has now been named to five ShortLists in past 18 months, further positio",
            "- Partnership to scale C3 AI Grid Intelligence for real-time fault monitoring an",
            "- U.S. Court of Appeals for the Federal Circuit rejected the emergency reasoning"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Americas Macro', 'Fixed Income/Forex']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'C3.ai Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Utilities (ProShares Ultra ETF)', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'Amgen Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            2.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AIG",
      "description": "",
      "representative_file": "AIG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 162540,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4425476",
            "4436333",
            "4436493"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-16T11:30:09.043Z",
            "2025-07-30T04:59:45.293Z",
            "2025-07-30T06:15:51.953Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:26.3750318-04:00",
            "2026-04-17T17:08:26.3750318-04:00",
            "2026-04-17T17:08:26.3750318-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "American International Group Inc",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AIG",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Appoints John Neal as President; effective Dec 1st",
            "*(US) FOLLOW UP: LA MAYOR BASS: POSSIBLE TSUNAMI EFFECTS TO IMPACT COAST OF LA; ",
            "*(US) TSUNAMI WAVES NOW IMPACTING THE STATE OF HAWAII - PRESS"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Announced that John Neal will be joining AIG as President, effective December ",
            "",
            "- Four-foot (1.2-meter) tsunami waves were recorded in Hawaii"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Americas Macro']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'American International Group Inc', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'The Walt Disney Company', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'American International Group Inc', 'CountryId': 1, 'CountryIso"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AKAM",
      "description": "",
      "representative_file": "AKAM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 183739,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4450000",
            "4453175",
            "4453292"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-08T13:36:36.533Z",
            "2025-08-13T09:06:12.7Z",
            "2025-08-13T10:30:22.743Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:26.3650307-04:00",
            "2026-04-17T17:08:26.3650307-04:00",
            "2026-04-17T17:08:26.3650307-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Akamai Technologies Inc",
            "Akamai Technologies Inc",
            "Akamai Technologies Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AKAM",
            "AKAM",
            "AKAM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Raymond James Reiterates AKAM with Outperform, price target: $84 from $110",
            "Goldman Sachs Initiates AKAM with Sell, price target: $67",
            "Partners with Aptum to Help Customers Move Faster in the Cloud"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- New partnership with <u>Aptum</u>, a managed hybrid cloud services provider th"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Akamai Technologies Inc', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Akamai Technologies Inc', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Akamai Technologies Inc', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ALAB",
      "description": "",
      "representative_file": "ALAB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 162821,
      "rep_rows": 123,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4445587",
            "4447725",
            "4448025"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-06T14:23:39.19Z",
            "2025-08-07T13:06:30.693Z",
            "2025-08-07T14:50:08.92Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:30.4593897-04:00",
            "2026-04-17T17:08:30.4593897-04:00",
            "2026-04-17T17:08:30.4593897-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Astera Labs",
            "Astera Labs",
            "Astera Labs"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ALAB",
            "ALAB",
            "ALAB"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Morgan Stanley Reiterates ALAB with Overweight, price target: $155 from $125",
            "Susquehanna Reiterates ALAB with Net Neutral, price target: $125 from $80",
            "Barclays Reiterates ALAB with Overweight, price target: $155 from $75"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Astera Labs', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Astera Labs', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Astera Labs', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ALK",
      "description": "",
      "representative_file": "ALK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 512058,
      "rep_rows": 600,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4517252",
            "4517842",
            "4517891"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-07T11:15:34.077Z",
            "2025-11-07T15:45:08.077Z",
            "2025-11-07T17:24:22.497Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:30.6204047-04:00",
            "2026-04-17T17:08:30.6193982-04:00",
            "2026-04-17T17:08:30.6193982-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Friday Morning Papers Summary",
            "(US) Transportation Sec Duffy: Decided not to do 10% US flight reduction, would ",
            "(US) Senate Maj Leader Thune: Possible that there will be vote today on pay for "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>THE FINANCIAL TIMES</b><br/>-The European Commission plans to pause aspects o",
            "**<b>NOTE</b>: <b>11/06 (US) Trump Admin finalizes flight cuts to begin at 4% to",
            "**<b>NOTE: 11/05 (US) Senate Maj Leader Thune</b>: Votes to end filibuster still"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Americas Macro', 'Industrials']",
            "['Americas Macro', 'Fixed Income/Forex']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Delta Air Lines Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Delta Air Lines Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ALKS",
      "description": "",
      "representative_file": "ALKS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 358958,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4505052",
            "4505631",
            "4506856"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-29T10:04:21.863Z",
            "2025-10-29T13:33:45.933Z",
            "2025-10-30T10:15:29.053Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:30.7294095-04:00",
            "2026-04-17T17:08:30.7294095-04:00",
            "2026-04-17T17:08:30.7294095-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Alkermes plc",
            "Alkermes plc",
            "Biogen Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ALKS",
            "ALKS",
            "BIIB"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H.C. Wainwright Reiterates ALKS with Neutral, price target: $46",
            "Wells Fargo Reiterates ALKS with Overweight, price target: $42",
            "Reports Q3 $4.81 v $3.89e, Rev $2.53B v $2.34Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- <b>Adjusts** </b>FY25 $45.50-15.00 v $15.75e, Rev flat to +1% (prior: $15.50-1"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Americas Macro', 'Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Alkermes plc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Alkermes plc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            2.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ALM",
      "description": "",
      "representative_file": "ALM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 93730,
      "rep_rows": 62,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4539026",
            "4539270",
            "4543630"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-08T23:18:20.68Z",
            "2025-12-09T07:05:01.34Z",
            "2025-12-15T13:00:22.55Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:32.5245672-04:00",
            "2026-04-17T17:08:32.523568-04:00",
            "2026-04-17T17:08:32.523568-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Almonty Industries Inc",
            "Almonty Industries Inc",
            "Almonty Industries Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ALM",
            "ALM",
            "ALM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Said to price offering at $6.25-6.75/shr for a total value of $102.3M - press",
            "Prices upsized 18M shares at $6.25/shr for gross proceeds ~$112.5M Underwritten ",
            "Announces Voluntary Withdrawal of Base Shelf Prospectus and Registration Stateme"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>**NOTE: AII.CA </b>Announces offering of common stock of an indeterminate siz",
            "- nnounced today the pricing of an upsized underwritten offering in the United S",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Almonty Industries Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Almonty Industries Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Almonty Industries Inc', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ALT",
      "description": "",
      "representative_file": "ALT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 310640,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4487887",
            "4490749",
            "4496602"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-07T10:00:12.643Z",
            "2025-10-10T10:09:34.237Z",
            "2025-10-20T11:30:10.397Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:33.0806137-04:00",
            "2026-04-17T17:08:33.0806137-04:00",
            "2026-04-17T17:08:33.0806137-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Altimmune Inc",
            "Altimmune Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "ALT",
            "ALT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New research calls for function-based DNA screening standards to address risks f",
            "H.C. Wainwright Reiterates ALT with Buy, price target: $12",
            "Expects to announce 48-week Pemvidutide data in 4Q25; To Present Phase 2b IMPACT"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Artificial intelligence (AI) is rapidly transforming protein engineering—unloc",
            "",
            "Announced that 24-week data from its Phase 2b IMPACT trial of pemvidutide in met"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Health Care', 'TTN Research Alert']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Merck &amp; Co. Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Altimmune Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Drug Calendar Database', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AM",
      "description": "",
      "representative_file": "AM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 56152,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3649646",
            "3687676",
            "3708380"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-07-27T20:16:01.757Z",
            "2022-09-12T20:06:38.95Z",
            "2022-10-14T11:00:00.89Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:34.129707-04:00",
            "2026-04-17T17:08:34.129707-04:00",
            "2026-04-17T17:08:34.1287119-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Antero Midstream Corporation",
            "Crestwood Equity Partners LP",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AM",
            "CEQP.OLD",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q2 $0.20 v $0.20e, Rev $232.8M v $230Me",
            "Divests Marcellus assets to Antero Midstream Corporation for $205M cash",
            "(US) Friday Morning Online Reading Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Adj EBITDA $221M v $225M y/y   <br/>- CFO:  &quot;Antero Midstream once again ",
            "- Announced the divestiture of its Marcellus natural gas gathering and compressi",
            "<b>PROJECT SYNDICATE</b><br/>- Thitinan Pongsudhirak, a professor and Director o"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Americas Macro', 'Fixed Income/Forex']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Antero Midstream Corporation', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'Discover Financial Services', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            0.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AMAT",
      "description": "",
      "representative_file": "AMAT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 696476,
      "rep_rows": 700,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4556065",
            "4556141",
            "4557595"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-12T03:41:34.413Z",
            "2026-01-12T06:35:13.217Z",
            "2026-01-13T09:11:51.347Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:35.616833-04:00",
            "2026-04-17T17:08:35.616833-04:00",
            "2026-04-17T17:08:35.616833-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Applied Materials Inc",
            "Micron Technology Inc.",
            "Applied Materials Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AMAT",
            "MU",
            "AMAT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Susquehanna raised to Positive from Neutral; price target $400",
            "*Exec: Memory shortages won&#39;t improve before 2028; Micron&#39;s fab expansio",
            "Tier1 firm Reiterates AMAT with Buy, price target: $350 from $300"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "<b>- It is safe to conclude that DRAM shortages aren&#39;t going anytime soon. A",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology', 'TTN Research Alert']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Applied Materials Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Honeywell International Inc', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Applied Materials Inc', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AMCR",
      "description": "",
      "representative_file": "AMCR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 72018,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4261089",
            "4263213",
            "4272592"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-11-25T10:27:27.61Z",
            "2024-11-27T14:04:49.55Z",
            "2024-12-10T19:53:41.093Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:36.9299495-04:00",
            "2026-04-17T17:08:36.9299495-04:00",
            "2026-04-17T17:08:36.9299495-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Berry Global Group Inc",
            "Amcor plc",
            "Berry Global Group Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BERY.OLD",
            "AMCR",
            "BERY.OLD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "AMC.AU",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JPMorgan Chase and Co Resumed BERY with Overweight, price target: $76",
            "Macquarie Raised AMCR to Outperform from Neutral",
            "Activist Ancora backs Amcor-Berry combination"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*<b>Reminder</b>: 11/19 BERY Amcor and Berry to combine in an all-stock transact",
            "",
            "<b>**NOTE: 11/19 BERY</b> Amcor and Berry to combine in an all-stock transaction"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Amcor plc', 'CountryId': 9, 'CountryIso': 'AU', 'CountryName':",
            "[{'CompanyName': 'Amcor plc', 'CountryId': 9, 'CountryIso': 'AU', 'CountryName':",
            "[{'CompanyName': 'Amcor plc', 'CountryId': 9, 'CountryIso': 'AU', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AMD",
      "description": "",
      "representative_file": "AMD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2951654,
      "rep_rows": 2500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4612100",
            "4612442",
            "4612448"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-15T09:24:23.083Z",
            "2026-03-16T06:07:07.08Z",
            "2026-03-16T06:14:48.347Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:37.6790134-04:00",
            "2026-04-17T17:08:37.6780131-04:00",
            "2026-04-17T17:08:37.6780131-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Nvidia Corporation",
            "Nvidia Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "NVDA",
            "NVDA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(CN) TTN Research Alert: China’s bifurcated model for allowing foreign AI such a",
            "TTN GTC Conf Preview: At this week’s GTC, Nvidia’s most important task is not to",
            "TF International analyst Ming-Chi Kuo: My latest supply-chain checks suggest tha"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- Recent announcements by Tencent, Baidu, Bytedance, Alibaba and many more sh",
            "- At this week’s GTC, the real story is unlikely to be a single hero chip; it sh",
            "-  Nvidia is expected to increase LPU density per rack from 64 to 256 units. Thi"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Asian Macro', 'Information Technology', 'TTN Research Alert']",
            "['Information Technology', 'TTN Research Alert']",
            "['Information Technology', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "2",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[52]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Advanced Micro Devices Inc', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Asian Macro",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AMGN",
      "description": "",
      "representative_file": "AMGN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1175199,
      "rep_rows": 1250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4575174",
            "4575282",
            "4575934"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-03T21:01:16.257Z",
            "2026-02-03T21:46:26.25Z",
            "2026-02-04T11:45:06.673Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:38.0760486-04:00",
            "2026-04-17T17:08:38.0760486-04:00",
            "2026-04-17T17:08:38.0760486-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Amgen Inc",
            "Amgen Inc",
            "Eli Lilly and Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AMGN",
            "AMGN",
            "LLY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 $5.29 v $4.76e, Rev $9.87B v $9.47Be",
            "TTN 16:30 ET Call Summary: Disciplined data-generation focus in 2026: six global",
            "Reports Q4 $7.54 v $6.99e, Rev $19.3B v $17.9Be; Guides strong; Obesity sales we"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides initial FY26 $21.60-23.00 v $21.85e, Rev $37-38.4B v $36.9Be, Capex $2.",
            "- <b>14 products achieved blockbuster status</b> in 2025, 13 delivered double-di",
            "- Guides initial FY26 $33.50-<b>35.00 </b>v $33.24e <br/><b>- Guides initial FY2"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Amgen Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Amgen Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.75,
            2.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AMKR",
      "description": "",
      "representative_file": "AMKR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 96355,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4235531",
            "4235809",
            "4235916"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-10-29T08:57:56.78Z",
            "2024-10-29T11:48:09.133Z",
            "2024-10-29T12:16:24.23Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:39.0041395-04:00",
            "2026-04-17T17:08:39.0041395-04:00",
            "2026-04-17T17:08:39.0041395-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Amkor Technology Inc",
            "Amkor Technology Inc",
            "Amkor Technology Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AMKR",
            "AMKR",
            "AMKR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary Earnings Call: Traditional server and networking business showing ea",
            "JPMorgan Chase and Co Reiterates AMKR with Overweight, price target: $42 from $4",
            "Morgan Stanley Reiterates AMKR with Equal Weight, price target: $26 from $35"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- 2.5D advanced packaging revenue projected to quadruple in 2024 compared to 202",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Oracle Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Amkor Technology Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Amkor Technology Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AMPX",
      "description": "",
      "representative_file": "AMPX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 88438,
      "rep_rows": 104,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4235951",
            "4241430",
            "4247237"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-10-29T12:34:45.693Z",
            "2024-11-04T13:31:12.95Z",
            "2024-11-07T21:56:27.013Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:41.106312-04:00",
            "2026-04-17T17:08:41.1053131-04:00",
            "2026-04-17T17:08:41.1053131-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Amprius Technologies, Inc.",
            "Amprius Technologies, Inc.",
            "Amprius Technologies, Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AMPX",
            "AMPX",
            "AMPX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports prelim Q3 -$0.10 to -$0.11 v -$0.13e, Rev $7.6-7.9M v $4.0Me",
            "Ships A-Sample EV cells to US Advanced Battery Consortium",
            "Reports Q3 -$0.10 v -$0.11e, Rev $7.8M v $4.0Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Cash at end-Q3 $35M",
            "- These cells are designed to address some of the most challenging issues experi",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Amprius Technologies, Inc.', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Amprius Technologies, Inc.', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Amprius Technologies, Inc.', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            0.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AMRZ",
      "description": "",
      "representative_file": "AMRZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 23581,
      "rep_rows": 39,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4410397",
            "4411111",
            "4411114"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-23T08:10:11.01Z",
            "2025-06-24T04:55:27.703Z",
            "2025-06-24T04:56:10.72Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:43.1074864-04:00",
            "2026-04-17T17:08:43.1074864-04:00",
            "2026-04-17T17:08:43.1074864-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Amrize",
            "Amrize",
            "Amrize"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AMRZ",
            "AMRZ",
            "AMRZ"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Vontobel Initiates AMRIZE.IPO with Hold, price target: CHF50",
            "RBC Initiates AMRIZE.IPO with Outperform, price target: $61",
            "Morgan Stanley Initiates AMRIZE.IPO with Overweight, price target: $62"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Amrize', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U",
            "[{'CompanyName': 'Amrize', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U",
            "[{'CompanyName': 'Amrize', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AMT",
      "description": "",
      "representative_file": "AMT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 138738,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4430709",
            "4435385",
            "4435636"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-23T12:46:23.827Z",
            "2025-07-29T11:01:58.713Z",
            "2025-07-29T12:44:26.65Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:44.4185997-04:00",
            "2026-04-17T17:08:44.4185997-04:00",
            "2026-04-17T17:08:44.4185997-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "American Tower Corporation (REIT)",
            "American Tower Corporation (REIT)",
            "American Tower Corporation (REIT)"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AMT",
            "AMT",
            "AMT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Barclays Reiterates AMT with Overweight, price target: $246 from $223",
            "Reports Q2 AFFO $2.60 v $2.60e, Rev $2.63B v $2.59Be",
            "TTN Summary of 08:30ET Earnings Call: Data center property revenue increased ove"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- <b>Raises </b>FY25 Adj EBITDA $7.01-7.08B, Rev $10.1-10.3B v $10.4Be (prior: A",
            "- <b>Raised 2025 outlook for property revenue, EBITDA and AFFO</b> on FX tailwin"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Real Estate']",
            "['Communication Services', 'Real Estate', 'TTN Research Alert']",
            "['Real Estate']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'American Tower Corporation (REIT)', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'Corning Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'American Tower Corporation (REIT)', 'CountryId': 1, 'CountryIs"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Real Estate",
            "Communication Services",
            "Real Estate"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AMZN",
      "description": "",
      "representative_file": "AMZN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7168526,
      "rep_rows": 5100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4627213",
            "4627225",
            "4628071"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-02T18:28:08.38Z",
            "2026-04-02T19:15:21.383Z",
            "2026-04-06T19:14:39.073Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:45.009652-04:00",
            "2026-04-17T17:08:45.009652-04:00",
            "2026-04-17T17:08:45.009652-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Amazon.com Inc",
            "Oracle Corporation",
            "Amazon.com Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AMZN",
            "ORCL",
            "AMZN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reportedly Amazon Teamsters have become the first union to win bargaining order ",
            "(IR) IRGC: Have targeted in Oracle data center in Dubai",
            "Reportedly reaches deal with USPS; Amazon will use USPS for 1B+ package deliveri"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- FOLLOW UP: Teamsters statement:  In a historic decision, the National Labor Re",
            "<b>**NOTE: earlier: AMZN </b>(IR) IRGC: Confirms attack on Amazon Cloud computin",
            "<b>**NOTE: 03/17 AMZN </b>Reportedly plans drastic cut in packages sent via US P"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Discretionary']",
            "['European Macro', 'Information Technology']",
            "['Americas Macro', 'Consumer Discretionary', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Jobs Tracking', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Amazon.com Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'United Parcel Service Inc', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "European Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.5,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ANET",
      "description": "",
      "representative_file": "ANET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 298384,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4463125",
            "4463217",
            "4470434"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-27T17:53:18.887Z",
            "2025-08-27T21:05:17.103Z",
            "2025-09-08T20:08:30.647Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:48.8909908-04:00",
            "2026-04-17T17:08:48.8909908-04:00",
            "2026-04-17T17:08:48.8909908-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Arista Networks Inc",
            "Nvidia Corporation",
            "Arista Networks Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ANET",
            "NVDA",
            "ANET"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 13:15ET Deutsche Bank&#39;s 2025 Technology Conference: Supply ch",
            "TTN Summary of 17:00ET Earnings Call: Global AI infrastructure spend seen at $3–",
            "Names CTO to additional role of President, effective immediately - filing"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Raised FY25 revenue guidance by ~$550m</b>, including ~$50m from the VeloCl",
            "<b><u>- “This year is obviously a record breaking year. I expect next year to be",
            "On September 5, 2025, the Board of Directors (the “Board”) of Arista Networks, I"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Americas Macro', 'Information Technology', 'TTN Research Alert']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Arista Networks Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Arista Networks Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Americas Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/APA",
      "description": "",
      "representative_file": "APA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 120594,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4329700",
            "4334558",
            "4339950"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-03T15:47:28.28Z",
            "2025-03-10T08:16:29.967Z",
            "2025-03-17T13:06:48.57Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:53.1923667-04:00",
            "2026-04-17T17:08:53.1923667-04:00",
            "2026-04-17T17:08:53.1923667-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "APA Corporation",
            "APA Corporation",
            "APA Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "APA",
            "APA",
            "APA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Susquehanna Maintains APA with Net Positive, price target: $31",
            "Raymond James Cuts APA to Outperform from Strong Buy, price target: $32",
            "CitiGroup Reiterates APA with Neutral, price target: $20 from $24"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- price target cut to $31 from $33",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'APA Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'APA Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'APA Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/APH",
      "description": "",
      "representative_file": "APH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 114902,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4422352",
            "4423492",
            "4426809"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-11T12:12:09.183Z",
            "2025-07-14T12:58:36.76Z",
            "2025-07-17T17:37:37.463Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:54.1424463-04:00",
            "2026-04-17T17:08:54.1424463-04:00",
            "2026-04-17T17:08:54.1424463-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Amphenol Corporation",
            "Amphenol Corporation",
            "Amphenol Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "APH",
            "APH",
            "APH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CitiGroup Reiterates APH with Buy, price target: $115 from $100",
            "UBS Reiterates APH with Buy, price target: $115",
            "Tier1 firm Reiterates APH with Neutral, price target: $102"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Amphenol Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Amphenol Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Amphenol Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/APLD",
      "description": "",
      "representative_file": "APLD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 166703,
      "rep_rows": 186,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4437821",
            "4438639",
            "4438741"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-30T21:18:10.913Z",
            "2025-07-31T10:00:12.257Z",
            "2025-07-31T10:43:29.487Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:57.4047315-04:00",
            "2026-04-17T17:08:57.4047315-04:00",
            "2026-04-17T17:08:57.4047315-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Applied Digital Corporation",
            "Applied Digital Corporation",
            "Applied Digital Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "APLD",
            "APLD",
            "APLD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 17:00ET Earnings Call: Expect revenue to increase significantly s",
            "H.C. Wainwright Reiterates APLD with Buy, price target: $15",
            "B. Riley Securities, Inc Reiterates APLD with Buy, price target: $15"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Raised approximately $270 million post-quarter via ATM and Series G preferred ",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Applied Digital Corporation', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Applied Digital Corporation', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Applied Digital Corporation', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/APO",
      "description": "",
      "representative_file": "APO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 497925,
      "rep_rows": 800,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4551235",
            "4551287",
            "4552043"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-05T10:01:02.087Z",
            "2026-01-05T11:00:10.543Z",
            "2026-01-06T06:14:22.82Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:08:57.966781-04:00",
            "2026-04-17T17:08:57.966781-04:00",
            "2026-04-17T17:08:57.966781-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "QXO INC (formerly SilverSun Technologies)",
            "QXO INC (formerly SilverSun Technologies)",
            "Anheuser-Busch InBev SA/NV"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "QXO",
            "QXO",
            "BUD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reportedly Apollo-backed investor group to invest over $1B in QXO - press",
            "Confirms $1.2B Convertible Preferred Equity Investment led by Apollo to Fund Fut",
            "Reacquires 49.9% stake In US Metal Container Plants for $3B"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- To be announced as soon as today",
            "- Announced that funds managed by affiliates of Apollo Global Management, Inc. (",
            "- Announced that it has exercised its right to reacquire the 49.9% minority stak"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'Royal Grolsch', 'CountryId': 17, 'CountryIso': 'NL', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/APP",
      "description": "",
      "representative_file": "APP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 220339,
      "rep_rows": 385,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4492015",
            "4493827",
            "4496092"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-13T20:25:54.103Z",
            "2025-10-15T14:10:53.44Z",
            "2025-10-20T00:34:32.23Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:01.0710569-04:00",
            "2026-04-17T17:09:01.0710569-04:00",
            "2026-04-17T17:09:01.0710569-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AppLovin Corporation",
            "AppLovin Corporation",
            "AppLovin Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "APP",
            "APP",
            "APP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "RBC Initiates APP with Outperform, price target: $700",
            "Reportedly cancels product that was related to unwanted app download complaints ",
            "Follow Up: Said to be under new regulatory scrutiny related to handling of consu"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "**<b>NOTE</b>: <b>10/06 <u>APP </u></b>Reportedly being probed by SEC over data-",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'AppLovin Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Regulation/government scrutiny concerns', 'CountryId': 1, 'Cou",
            "[{'CompanyName': 'Regulation/government scrutiny concerns', 'CountryId': 1, 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/APTV",
      "description": "",
      "representative_file": "APTV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 124703,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4438968",
            "4439246",
            "4441187"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-31T12:13:54.877Z",
            "2025-07-31T13:19:28.247Z",
            "2025-08-01T13:53:34.667Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:02.251155-04:00",
            "2026-04-17T17:09:02.251155-04:00",
            "2026-04-17T17:09:02.251155-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Aptiv PLC",
            "Aptiv PLC",
            "Aptiv PLC"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "APTV",
            "APTV",
            "APTV"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 08:00ET Earnings Call: Headwinds from roll-off of legacy UX progr",
            "Tier1 firm Reiterates APTV with Buy, price target: $85",
            "JPMorgan Chase and Co Reiterates APTV with Overweight, price target: $90"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Spin-off of Electrical Distribution Systems remains on track</b>, with furt",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Aptiv PLC', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Aptiv PLC', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Aptiv PLC', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AR",
      "description": "",
      "representative_file": "AR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 92773,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4386462",
            "4388934",
            "4394118"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-14T10:31:30.137Z",
            "2025-05-15T20:55:50.953Z",
            "2025-05-23T05:17:45.317Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:05.9484755-04:00",
            "2026-04-17T17:09:05.9484755-04:00",
            "2026-04-17T17:09:05.9484755-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Antero Resources Corporation",
            "",
            "Antero Resources Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AR",
            "",
            "AR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Siebert Williams Shank &amp; Co. Reiterates AR with Buy, price target: $49 from ",
            "Appaloosa LP discloses latest quarterly holdings - 13 F-HR filing",
            "Tier1 firm Reiterates AR with Buy, price target: $47 from $44"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "New stake: DB LHX AVGO<br/>Liquidated: AMD AR CHK EQT FDX<br/>Raised: META GOOG ",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Americas Macro']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Antero Resources Corporation', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Wynn Resorts Limited', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Antero Resources Corporation', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Americas Macro",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ARCC",
      "description": "",
      "representative_file": "ARCC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 58165,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4051384",
            "4052905",
            "4052911"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-02-07T11:12:29.883Z",
            "2024-02-08T12:38:59.31Z",
            "2024-02-08T12:42:05.187Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:06.5015251-04:00",
            "2026-04-17T17:09:06.5015251-04:00",
            "2026-04-17T17:09:06.5015251-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ares Capital Corporation",
            "Ares Capital Corporation",
            "Ares Capital Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ARCC",
            "ARCC",
            "ARCC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 $0.63 v $0.59e, Rev $707M v $684Me (update)",
            "Compass Point Research Reiterates ARCC with Buy, price target: $23",
            "UBS Reiterates ARCC with Neutral, price target: $21"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Total assets $23.8B v $22.9B q/q  <br/>- Net Investment Income $345M v $349M y",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Ares Capital Corporation', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Ares Capital Corporation', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Ares Capital Corporation', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ARIS",
      "description": "",
      "representative_file": "ARIS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 124238,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4016285",
            "4017726",
            "4068590"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-12-13T11:17:23.477Z",
            "2023-12-14T21:22:24.4Z",
            "2024-02-28T21:02:29.05Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:07.6746238-04:00",
            "2026-04-17T17:09:07.6746238-04:00",
            "2026-04-17T17:09:07.6736248-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Aris Water Solutions Inc.",
            "Aris Water Solutions Inc.",
            "Aris Water Solutions Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ARIS.OLD1",
            "ARIS.OLD1",
            "ARIS.OLD1"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Seaport Global Securities Initiates ARIS with Buy, price target: $15",
            "Selected for Research Grant by the Department of Energy",
            "Reports Q4 $0.26 v $0.19e, Rev $104M v $97.7Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Selected by the Department of Energy (“DOE”) to receive a research grant relat",
            "- Guides Q1 adj EBITDA $43-47M; Produced Water Handling volumes between 1,075 an"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Utilities']",
            "['Utilities']",
            "['Utilities']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Aris Water Solutions Inc.', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Aris Water Solutions Inc.', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Aris Water Solutions Inc.', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Utilities",
            "Utilities",
            "Utilities"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            0.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ARM",
      "description": "",
      "representative_file": "ARM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5320691,
      "rep_rows": 2825,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4551010",
            "4552639",
            "4553772"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-05T05:18:36.733Z",
            "2026-01-06T14:03:10.037Z",
            "2026-01-07T19:32:16.71Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:08.4887019-04:00",
            "2026-04-17T17:09:08.4876972-04:00",
            "2026-04-17T17:09:08.4876972-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Arm Holdings Limited",
            "Cadence Design Systems Inc",
            "Arm Holdings Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ARM",
            "CDNS",
            "ARM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Oddo Securities Raised ARM to Outperform from Neutral, price target: $170",
            "Launches Partner Ecosystem to Accelerate Chiplet Time to Market; Partners includ",
            "Reorganizing company, open physical AI unit to expand robotics chip tech effort;"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Strategic collaborations with Samsung Foundry, Arm and others enable Cadence t",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Arm Holdings Limited', 'CountryId': 2, 'CountryIso': 'UK', 'Co",
            "[{'CompanyName': 'Samsung Electronics Co. Ltd', 'CountryId': 23, 'CountryIso': '",
            "[{'CompanyName': 'Semiconductors Holders Trust', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ARR",
      "description": "",
      "representative_file": "ARR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 65949,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3706277",
            "3718419",
            "3767858"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-10-12T10:31:06.47Z",
            "2022-10-26T20:18:50.107Z",
            "2022-12-29T11:30:08.9Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:09.5327896-04:00",
            "2026-04-17T17:09:09.5317896-04:00",
            "2026-04-17T17:09:09.5317896-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARMOUR Residential REIT Inc",
            "ARMOUR Residential REIT Inc",
            "ARMOUR Residential REIT Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ARR",
            "ARR",
            "ARR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports prelim Q3 book value $5.79-5.83 v $7.25 q/q",
            "Reports FFO Q3 $0.32 v $0.25 y/y",
            "Guides Jan 2023 Dividend $0.10/shr"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Book value per common share at September 30, 2022 was between $5.79 and $5.83 ",
            "- Book value $5.83/shr v $7.30/shr q/q",
            "<b>Certain Tax Matters</b> <br/>ARMOUR has elected to be taxed as a real estate "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'ARMOUR Residential REIT Inc', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'ARMOUR Residential REIT Inc', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'ARMOUR Residential REIT Inc', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ARRY",
      "description": "",
      "representative_file": "ARRY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 157963,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4411452",
            "4411902",
            "4412807"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-24T11:09:13.84Z",
            "2025-06-25T01:51:34.887Z",
            "2025-06-26T05:51:01.587Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:09.7988133-04:00",
            "2026-04-17T17:09:09.7988133-04:00",
            "2026-04-17T17:09:09.7988133-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Array Technologies Inc",
            "Array Technologies Inc",
            "Array Technologies Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ARRY",
            "ARRY",
            "ARRY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Proposes private offering of $250M of new convertible senior notes due 2031",
            "Prices $300M in 2.875% 2031 convertible notes [upsized from $250M]",
            "Tier1 firm Reiterates ARRY with Neutral, price target: $8"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The Notes will be senior, unsecured obligations of ARRAY, and will accrue inte",
            "- The initial conversion rate will be 123.1262 shares of ARRAY’s common stock pe",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'SPDR Barclays Convertible Securities ETF', 'CountryId': 1, 'Co",
            "[{'CompanyName': 'SPDR Barclays Convertible Securities ETF', 'CountryId': 1, 'Co",
            "[{'CompanyName': 'Array Technologies Inc', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ARWR",
      "description": "",
      "representative_file": "ARWR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 261048,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4527900",
            "4530533",
            "4530684"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-19T16:41:29.553Z",
            "2025-11-24T12:30:36.473Z",
            "2025-11-24T16:04:47.08Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:11.0779239-04:00",
            "2026-04-17T17:09:11.0779239-04:00",
            "2026-04-17T17:09:11.0779239-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Arrowhead Pharmaceuticals Inc",
            "Arrowhead Pharmaceuticals Inc",
            "Arrowhead Pharmaceuticals Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ARWR",
            "ARWR",
            "ARWR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Piper/Sandler Reiterates ARWR with Overweight, price target: $70",
            "Earns $200M milestone payment from Sarepta Therapeutics related to second develo",
            "B. Riley Securities, Inc Reiterates ARWR with Buy, price target: $61"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- price target raised to $70 from $45<br/>- The FDA approved Arrowhead&#39;s fir",
            "- Announced that it has earned a $200 million milestone payment from Sarepta The",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care', 'TTN Research Alert']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Ionis Pharmaceuticals Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Sarepta Therapeutics Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Arrowhead Pharmaceuticals Inc', 'CountryId': 1, 'CountryIso': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AS",
      "description": "",
      "representative_file": "AS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8534289,
      "rep_rows": 7460,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4289901",
            "4290804",
            "4323569"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-13T11:45:16.7Z",
            "2025-01-14T06:22:09.05Z",
            "2025-02-25T11:02:30.523Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:11.7109785-04:00",
            "2026-04-17T17:09:11.7109785-04:00",
            "2026-04-17T17:09:11.7109785-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Amer Sports, Inc",
            "Amer Sports, Inc",
            "Amer Sports, Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AS",
            "AS",
            "AS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Guides FY24 Rev  growth and adj Op margin to be at the high end of the previous ",
            "Tier1 firm Reiterates AS with Buy, price target: $33 from $30",
            "Reports Q4 $0.17 v $0.17e, Rev $1.64B v $1.60Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Amer Sports expects full year 2024 revenue growth to be at the high end of the",
            "",
            "- Guides Q1 $0.14-0.15 v $0.17e, Rev +14-16%, gross margin 56.5-57.0%   <br/>- G"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'NIKE Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Amer Sports, Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Amer Sports, Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ASAN",
      "description": "",
      "representative_file": "ASAN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 82347,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4270047",
            "4270074",
            "4270093"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-06T14:00:17.067Z",
            "2024-12-06T14:15:35.993Z",
            "2024-12-06T14:30:24.667Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:14.0071777-04:00",
            "2026-04-17T17:09:14.0071777-04:00",
            "2026-04-17T17:09:14.0071777-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Asana Inc",
            "Asana Inc",
            "Asana Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ASAN",
            "ASAN",
            "ASAN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JPMorgan Chase and Co Reiterates ASAN with Underweight, price target: $15 from $",
            "Piper/Sandler Reiterates ASAN with Neutral, price target: $19 from $12",
            "Oppenheimer Reiterates ASAN with Outperform, price target: $22 from $20"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Asana Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Asana Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Asana Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ASPI",
      "description": "",
      "representative_file": "ASPI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 123258,
      "rep_rows": 110,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4289457",
            "4290305",
            "4350515"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-13T04:08:57Z",
            "2025-01-13T15:37:21.08Z",
            "2025-04-01T12:17:42.08Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:16.2153696-04:00",
            "2026-04-17T17:09:16.2153696-04:00",
            "2026-04-17T17:09:16.2153696-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "ASP Isotopes Inc",
            "ASP Isotopes Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "ASPI",
            "ASPI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Student built a working fusion reactor for &lt;$2.0K - Press [update]",
            "Commissioning of Silicon-28 and Ytterbium-176 facilities is currently running ah",
            "Completes Commissioning of First Quantum Enrichment Laser System and StartsProdu"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "https://www.thebrighterside.news/post/student-just-built-a-working-fusion-reacto",
            "Welcomes a group of 27 investors from 9 different countries to its facilities in",
            "- Ytterbium-176 is a critical material used in the production of radioisotopes f"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Westinghouse Air Brake Technologies Corporation', 'CountryId':",
            "[{'CompanyName': 'ASP Isotopes Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'ASP Isotopes Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ASST",
      "description": "",
      "representative_file": "ASST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 82069,
      "rep_rows": 51,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4478957",
            "4540742",
            "4542941"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-22T12:16:23.253Z",
            "2025-12-10T12:46:56.093Z",
            "2025-12-12T21:10:02.503Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:16.6214057-04:00",
            "2026-04-17T17:09:16.6214057-04:00",
            "2026-04-17T17:09:16.6214057-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Semler Scientific",
            "Strive Inc",
            "Semler Scientific"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SMLR",
            "ASST",
            "SMLR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Announces Bitcoin Treasury Merger with Strive, Inc, in All-Stock Transaction",
            "Maxim Initiates ASST with Buy, price target: $1.50",
            "Plans strategic realignment, cutting headcount by 37% - filing"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Strive (Ticker: ASST) entered into a definitive agreement to acquire Semler Sc",
            "https://www.maximgrp.com/",
            "On December 12, 2025, Semler Scientific, Inc., or Semler Scientific, announced t"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Financials']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'Strive Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Jobs Tracking', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Financials",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ASTS",
      "description": "",
      "representative_file": "ASTS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 243228,
      "rep_rows": 262,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4521662",
            "4523291",
            "4529640"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-12T14:30:35.463Z",
            "2025-11-13T18:53:50.14Z",
            "2025-11-21T13:01:06.737Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:18.1605458-04:00",
            "2026-04-17T17:09:18.1605458-04:00",
            "2026-04-17T17:09:18.1605458-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AST SpaceMobile Inc",
            "AST SpaceMobile Inc",
            "AST SpaceMobile Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ASTS",
            "ASTS",
            "ASTS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Clear Street Reiterates ASTS with Buy, price target: $87",
            "Tier1 firm Reiterates ASTS with Neutral, price target: $85",
            "Announces BlueBird 6 Launch Date of Dec 6th, the Largest Commercial Communicatio"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- price target raised to $87 from $59",
            "",
            "- Scheduled to launch on December 15th from the Satish Dhawan Space Center in In"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'AST SpaceMobile Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'AST SpaceMobile Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'AST SpaceMobile Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ASX",
      "description": "",
      "representative_file": "ASX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 53864,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2193607",
            "2220556",
            "2263162"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2017-05-02T14:36:14.103Z",
            "2017-06-06T11:13:41.027Z",
            "2017-08-08T07:01:00.55Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:19.0396157-04:00",
            "2026-04-17T17:09:19.0396157-04:00",
            "2026-04-17T17:09:19.0396157-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASE Technology Holding Co. Ltd",
            "Siliconware Precision Industries",
            "ASE Technology Holding Co. Ltd"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ASX",
            "SPIL.OLD",
            "ASX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "2311.TW",
            "",
            "2311.TW"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CIMB Group Cuts ASX to Hold from Add, price target: NT$42",
            "Upon discussion with MOFCOM, ASE withdrew the application filed and re-filed for",
            "Reports July Rev NT$22.2B +3.0% y/y"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Siliconware Precision Industries Co., Ltd. (“SPIL” or “the Company”) (Taiwan Sto",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'ASE Technology Holding Co. Ltd', 'CountryId': 34, 'CountryIso'",
            "[{'CompanyName': 'ASE Technology Holding Co. Ltd', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'ASE Technology Holding Co. Ltd', 'CountryId': 34, 'CountryIso'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AU",
      "description": "",
      "representative_file": "AU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 96638,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3372562",
            "3373809",
            "3418539"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-08-06T11:45:19.243Z",
            "2021-08-09T10:42:00.323Z",
            "2021-10-12T11:11:34.93Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:20.0627073-04:00",
            "2026-04-17T17:09:20.0627073-04:00",
            "2026-04-17T17:09:20.0627073-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AngloGold Ashanti Limited",
            "AngloGold Ashanti Limited",
            "AngloGold Ashanti Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AU",
            "AU",
            "AU"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ANG.ZA",
            "ANG.ZA",
            "ANG.ZA"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "RBC Reiterates AU with Sector Perform, price target: $20 from $22",
            "JPMorgan Chase and Co Reiterates AU with Neutral, price target: $22 from $25.50",
            "RBC Reiterates AU with Sector Perform, price target: $16 from $20"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'AngloGold Ashanti Limited', 'CountryId': 27, 'CountryIso': 'ZA",
            "[{'CompanyName': 'AngloGold Ashanti Limited', 'CountryId': 27, 'CountryIso': 'ZA",
            "[{'CompanyName': 'AngloGold Ashanti Limited', 'CountryId': 27, 'CountryIso': 'ZA"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AVGO",
      "description": "",
      "representative_file": "AVGO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1097689,
      "rep_rows": 900,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4576596",
            "4581552",
            "4584076"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-04T21:02:07.7Z",
            "2026-02-10T08:41:54.307Z",
            "2026-02-12T01:20:05.953Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:21.62184-04:00",
            "2026-04-17T17:09:21.62184-04:00",
            "2026-04-17T17:09:21.62184-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Alphabet Inc",
            "",
            "Applied Materials Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GOOGL",
            "",
            "AMAT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 $2.82 v $2.60e, Rev (ex-tac) $97.2B v $95.2Be; Capex guidance well ab",
            "Hearing UBS Cuts US IT Sector to Neutral from Attractive",
            "US Commerce Dept: Co to pay $252M penalty to BIS for illegally exporting chip eq"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<u>- </u><b><u>Guides initial FY26 Capex $175-185B v $120-130Be v $91.5B y/y</u>",
            "",
            "** Reminder on 10/02/25 <u>AMAT:</u> <b>US Commerce Dept expands export restrict"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Communication Services']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'International Business Machines Corporation', 'CountryId': 1, ",
            "[{'CompanyName': 'Broadcom Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.5,
            1.5,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AVTR",
      "description": "",
      "representative_file": "AVTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 103353,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4368426",
            "4368613",
            "4369040"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-28T06:09:03.14Z",
            "2025-04-28T09:31:04.363Z",
            "2025-04-28T13:28:45.187Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:22.0558799-04:00",
            "2026-04-17T17:09:22.0558799-04:00",
            "2026-04-17T17:09:22.0558799-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Avantor Inc",
            "Avantor Inc",
            "Avantor Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AVTR",
            "AVTR",
            "AVTR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Morgan Stanley Cuts AVTR to Equal Weight from Overweight, price target: $15 from",
            "TD Cowen Cuts AVTR to Hold from Buy, price target: $15.50",
            "Barclays Reiterates AVTR with Overweight, price target: $15 from $18"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Citing stock to remain range bound pending visibility<br/>- Firm notes potenti",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Avantor Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Avantor Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Avantor Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/AXIA",
      "description": "",
      "representative_file": "AXIA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 36153,
      "rep_rows": 20,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "116883",
            "139678",
            "314459"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2006-10-11T21:41:23.34Z",
            "2006-12-01T18:23:25.863Z",
            "2007-12-07T20:01:06.947Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:25.6892011-04:00",
            "2026-04-17T17:09:25.6892011-04:00",
            "2026-04-17T17:09:25.6892011-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tivity Health Inc",
            "Tivity Health Inc",
            "IBIS Technology"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TVTY.OLD",
            "TVTY.OLD",
            "IBIS.OLD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "To acquire Axia Health Management (private) for $450M",
            "Completes Axia Acquisition and reaffirms forecast",
            "Appoints Martin Reid CEO and Selects Strategic Consultant"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Sees deal being accretive to financial results in FY07<br/>- Deal expected to ",
            "- reaffirms 2007 $1.44-1.61 v $1.50e, R$667M-$701M v $641Me",
            "- Martin J. Reid, the Company&#39;s former CEO who had been serving as the Compa"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Tivity Health Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Tivity Health Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'IBIS Technology', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/B",
      "description": "",
      "representative_file": "B.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 323010,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4472674",
            "4474003",
            "4475618"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-11T00:23:48.777Z",
            "2025-09-12T12:16:30.587Z",
            "2025-09-16T11:11:42.973Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:26.5272683-04:00",
            "2026-04-17T17:09:26.5272683-04:00",
            "2026-04-17T17:09:26.5272683-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wheaton Precious Metals Corp",
            "Barrick Mining Corporation",
            "Barrick Mining Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "WPM",
            "B",
            "B"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Follow Up: Has committed financing to Carcetti Capital Corporation (&quot;Carcet",
            "Raymond James Reiterates B with Outperform, price target: $30 from $28.50",
            "Announces new preliminary economic assessment (PEA) underscores Fourmile’s rare "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Also includes $200M in bank debt.<br/>- has committed to provide the Gold Stre",
            "",
            "- Mineral Resource Management and Evaluation Executive Simon Bottoms said Barric"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Barrick Mining Corporation', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Barrick Gold Corporation', 'CountryId': 13, 'CountryIso': 'CA'",
            "[{'CompanyName': 'Barrick Gold Corporation', 'CountryId': 13, 'CountryIso': 'CA'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BA",
      "description": "",
      "representative_file": "BA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4398428,
      "rep_rows": 3250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4608570",
            "4609825",
            "4611163"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-10T20:28:46.757Z",
            "2026-03-11T21:32:57.96Z",
            "2026-03-12T21:20:22.497Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:32.2547712-04:00",
            "2026-04-17T17:09:32.2547712-04:00",
            "2026-04-17T17:09:32.2547712-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Boeing Company",
            "The Boeing Company",
            "The Boeing Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BA",
            "BA",
            "BA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "US FAA: Will be investigating 737 Max wiring issue",
            "TTN 16:40 ET Presentation Summary: AI adoption is a force‑multiplier—early, broa",
            "Awarded $2.34B US Air Force contract"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>**Earlier: BA</b> Reportedly wiring flaws to slow some 737 Max deliveries; Fi",
            "- LLM parameter complexity is <b>doubling roughly every four months</b>, creatin",
            "The Boeing Co. Defense, Tukwila, Washington, has been awarded a $2,335,411,756 o"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Regulation/government scrutiny concerns', 'CountryId': 1, 'Cou",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BABA",
      "description": "",
      "representative_file": "BABA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2321939,
      "rep_rows": 1500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4589336",
            "4592481",
            "4594230"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-18T15:29:07.9Z",
            "2026-02-23T07:44:58.33Z",
            "2026-02-24T20:00:36.44Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:33.7929076-04:00",
            "2026-04-17T17:09:33.7919042-04:00",
            "2026-04-17T17:09:33.7919042-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Alibaba Group Holding Limited",
            "Minimax",
            "Nvidia Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BABA",
            "0100.HK",
            "NVDA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Erste Group Cuts BABA to Hold from Buy",
            "TTN Research Alert:  MiniMax and the New AI Cost War: How China Is Optimizing fo",
            "(CN) US Commerce Dept Official: Understands that no H200s have been sold to Chin"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- What looks like a sudden breakout for several Chinese models is better underst",
            "<u>Reminder:</u><br/><b>22:16:12 - 02/03 <u>NVDA </u>The co&#39;s AI chip sales "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Asian Macro', 'Information Technology', 'TTN Research Alert']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Alibaba Group Holding Limited', 'CountryId': 24, 'CountryIso':",
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'US Dollar vs Chinese Yuan', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Asian Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BAC",
      "description": "",
      "representative_file": "BAC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1424464,
      "rep_rows": 1150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4574929",
            "4578102",
            "4581886"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-03T13:58:10.647Z",
            "2026-02-05T15:04:09.277Z",
            "2026-02-10T13:06:50.937Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:51.9924877-04:00",
            "2026-04-17T17:09:51.9924877-04:00",
            "2026-04-17T17:09:51.9914874-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Bank of America Corporation",
            "Bank of America Corporation",
            "Bank of America Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BAC",
            "BAC",
            "BAC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Files ot sell 6-year and 11-year notes",
            "Erste Group Cuts BAC to Hold from Buy",
            "TTN Summary Conf Presentation Summary: US trade tariff outlines are not that imp"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "<ul><li><b>Targets a Return on Tangible Common Equity (ROTCE) of 16% to 18%</b>;"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Fixed Income/Forex', 'Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Ishares Iboxx investment grade corp bond fund', 'CountryId': 1",
            "[{'CompanyName': 'Bank of America Corporation', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Retail Holders ETF', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fixed Income/Forex",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BAM",
      "description": "",
      "representative_file": "BAM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 331206,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4468712",
            "4470562",
            "4472480"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-04T21:13:24.937Z",
            "2025-09-09T00:19:46.723Z",
            "2025-09-10T17:15:35.503Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:55.6628034-04:00",
            "2026-04-17T17:09:55.6628034-04:00",
            "2026-04-17T17:09:55.6628034-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Brookfield Asset Management Inc",
            "Brookfield Asset Management Inc",
            "Brookfield Asset Management Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BAM",
            "BAM",
            "BAM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Prices of $750M Notes Due 2055",
            "Brookfield said to be in talks to acquire Rockgas owner Clarus Group - Press",
            "TTN Summary of 13:00ET CMD:  Expects to double in size in under five years while"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Announced the pricing of a public offering of $750 million principal amount of",
            "https://www.nzherald.co.nz/business/companies/energy/canadas-brookfield-in-talks",
            "- Over $1 trillion in AUM across five verticals, employing a global owner-operat"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Fixed Income/Forex', 'Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'iShares iBoxx $ High Yield Corporate Bond', 'CountryId': 1, 'C",
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'Brookfield Asset Management Inc', 'CountryId': 13, 'CountryIso"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fixed Income/Forex",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BAX",
      "description": "",
      "representative_file": "BAX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 480463,
      "rep_rows": 850,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4557139",
            "4557777",
            "4561269"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-12T22:25:55.437Z",
            "2026-01-13T11:17:40.823Z",
            "2026-01-15T11:30:13.023Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:09:56.6418923-04:00",
            "2026-04-17T17:09:56.6418923-04:00",
            "2026-04-17T17:09:56.6418923-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Baxter International Inc",
            "",
            "Pfizer Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BAX",
            "",
            "PFE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 17:15ET presentation: Plan to reduce leverage from 3x+ EBITDA to ",
            "Micro Labs Receives US FDA ANDA approval for <br/>Furosemide (update)",
            "Unit Hospira Receives US FDA ANDA Supplemental 28 approval for Fluconazole (upda"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Over $11 billion in annual revenue</b> with $5.5 billion from the U.S., ser",
            "*Link: https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm?event=overview.",
            "*Link: https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm?event=overview."
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Baxter International Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Baxter International Inc', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BBAI",
      "description": "",
      "representative_file": "BBAI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 124926,
      "rep_rows": 122,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4333787",
            "4334943",
            "4335207"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-07T10:59:59.54Z",
            "2025-03-10T13:15:07.643Z",
            "2025-03-10T21:00:05.537Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:00.6102392-04:00",
            "2026-04-17T17:10:00.6102392-04:00",
            "2026-04-17T17:10:00.6102392-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BigBear.ai Holdings, Inc.",
            "BigBear.ai Holdings, Inc.",
            "BigBear.ai Holdings, Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BBAI",
            "BBAI",
            "BBAI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H.C. Wainright Reiterates BBAI with Buy, price target: $6 from $7",
            "Awarded 3.5 yr contract to modernize critical department of Defense Force Manage",
            "Largest shareholder Pangiam Ultimate (AE Industrial Partners) sold 5.8M shares o"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Announced that the U.S. Department of Defense (DoD) has awarded the company a ",
            "- Pangiam Ultimate still holds 40.5M shares after the sales"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'BigBear.ai Holdings, Inc.', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'BigBear.ai Holdings, Inc.', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'BigBear.ai Holdings, Inc.', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BBVA",
      "description": "",
      "representative_file": "BBVA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 134493,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2727522",
            "2729689",
            "2733522"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2019-05-30T23:31:58.117Z",
            "2019-06-04T02:50:07.123Z",
            "2019-06-08T00:27:41.097Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:03.2854706-04:00",
            "2026-04-17T17:10:03.2854706-04:00",
            "2026-04-17T17:10:03.2854706-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*(US) US President Trump: US to impose 5% tariff on all goods from Mexico. Tarif",
            "(US) Reportedly some Republicans who oppose Pres Trump&#39;s Mexico tariff plan ",
            "*(MX) President Trump: US has reached an agreement with Mexico; tariffs are &quo"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Tariff to take effect June 10     <br/>- Tariffs to raise above 5% on July 1 a",
            "- GOP lawmakers said to meet to discuss vote to block Trump&#39;s new tariffs on",
            "- Trump tweets: &quot;I am pleased to inform you that The United States of Ameri"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Fixed Income/Forex', 'TTN Research Alert']",
            "['Americas Macro']",
            "['Americas Macro', 'Fixed Income/Forex']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "7",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.5,
            1.5,
            2.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BBWI",
      "description": "",
      "representative_file": "BBWI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 135091,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4383743",
            "4386615",
            "4390374"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-12T12:56:55.26Z",
            "2025-05-14T11:55:46.567Z",
            "2025-05-19T12:30:09.59Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:04.3935667-04:00",
            "2026-04-17T17:10:04.3935667-04:00",
            "2026-04-17T17:10:04.3925657-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Bath &amp; Body Works Inc",
            "Bath &amp; Body Works Inc",
            "Bath &amp; Body Works Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BBWI",
            "BBWI",
            "BBWI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Barclays Reiterates BBWI with Equal Weight, price target: $31 from $38",
            "Wells Fargo Reiterates BBWI with Overweight, price target: $44 from $40",
            "Guides Q1 $0.49 v $0.41e, Rev $1.42B v $1.42Be; Appoints Daniel Heaf as new CEO;"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Affirms FY25 $3.25-3.60 v $3.57e, Rev +1-3% y/y (implies $7.38-7.53B v $7.49Be"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Bath &amp; Body Works Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Bath &amp; Body Works Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Bath &amp; Body Works Inc', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BBY",
      "description": "",
      "representative_file": "BBY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 361155,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4459274",
            "4459360",
            "4460073"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-21T11:05:46.37Z",
            "2025-08-21T12:02:57.997Z",
            "2025-08-22T11:02:08.337Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:06.7977751-04:00",
            "2026-04-17T17:10:06.7967738-04:00",
            "2026-04-17T17:10:06.7967738-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Walmart Inc",
            "Walmart Inc",
            "Best Buy Co. Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "WMT",
            "WMT",
            "BBY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q2 US LFL Grocery inflation 150bps  v 150bps q/q; Q2 US inventory +2.2% v +4.5% ",
            "*TTN Summary Earnings Call:  Tariff impact on consumer muted so far; Comp sales ",
            "JPMorgan Chase and Co Reiterates BBY with Overweight, price target: $88 from $95"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Customers are loving our fast-delivery speed; <b>Approximately one-third of st",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Staples', 'TTN Research Alert']",
            "['Americas Macro', 'Consumer Staples', 'TTN Research Alert']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Costco Wholesale Corporation', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Costco Wholesale Corporation', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Best Buy Co. Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BCRX",
      "description": "",
      "representative_file": "BCRX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 231023,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4442110",
            "4442265",
            "4443248"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-04T12:42:59.147Z",
            "2025-08-04T17:17:51.097Z",
            "2025-08-05T11:07:46.51Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:06.9367872-04:00",
            "2026-04-17T17:10:06.9367872-04:00",
            "2026-04-17T17:10:06.9367872-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BioCryst Pharmaceuticals Inc",
            "BioCryst Pharmaceuticals Inc",
            "BioCryst Pharmaceuticals Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BCRX",
            "BCRX",
            "BCRX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 08:30ET Earnings Call: Expects to reach the upper half of BioCrys",
            "Tier1 firm Reiterates BCRX with Buy, price target: $15",
            "H.C. Wainwright Reiterates BCRX with Buy, price target: $30"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Signed a definitive agreement to sell the European business to Neo Pharma Gent",
            "- Orladeyo continues to see strong revenue growth driven by are cord number of n",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'BioCryst Pharmaceuticals Inc', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'BioCryst Pharmaceuticals Inc', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'BioCryst Pharmaceuticals Inc', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BCS",
      "description": "",
      "representative_file": "BCS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 441531,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4272571",
            "4281962",
            "4292920"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-10T19:18:48.497Z",
            "2024-12-27T11:00:00.783Z",
            "2025-01-15T22:56:26.283Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:09.148984-04:00",
            "2026-04-17T17:10:09.1449801-04:00",
            "2026-04-17T17:10:09.1449801-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Klarna AB",
            "",
            "Barclays PLC"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "KLAR",
            "",
            "BCS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "BARC.UK"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reportedly has added about a dozen banks to its IPO roster including BoA and Bar",
            "(US) Friday Morning Papers Summary",
            "Apple said to be in talks with Barclays to replace Goldman as its credit card pa"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>**NOTE: 11/15 KLARNA.IPO</b> Said to consider NY IPO in H1 2025; Currently lo",
            "<b>THE FINANCIAL TIMES</b><br/>-Russia’s <i>Oreshnik</i> missile, first used in ",
            "<b>**NOTE: 06/30/23 GS </b>Reportedly Goldman in talks to offload its Apple cred"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Americas Macro']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "21",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Bank of America Corporation', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'UnitedHealth Group Incorporated', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'The Goldman Sachs Group Inc', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Americas Macro",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BE",
      "description": "",
      "representative_file": "BE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 193676,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4473306",
            "4474030",
            "4475597"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-11T13:11:41.273Z",
            "2025-09-12T12:28:10.447Z",
            "2025-09-16T11:00:00.77Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:11.2011615-04:00",
            "2026-04-17T17:10:11.2011615-04:00",
            "2026-04-17T17:10:11.2011615-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Bloom Energy Corporation",
            "Bloom Energy Corporation",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BE",
            "BE",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "RBC Reiterates BE with Outperform, price target: $75",
            "Wells Fargo Reiterates BE with Equal Weight, price target: $65 from $38",
            "(US) Tuesday Morning Online Reading Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- price target raised to $75 from $35<br/>- Investor conversations focused on fr",
            "",
            "<b>PROJECT SYNDICATE</b><br/>-Mustafa Suleyman - CEO of <b>Microsoft AI</b>, the"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Bloom Energy Corporation', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Bloom Energy Corporation', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BEAM",
      "description": "",
      "representative_file": "BEAM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 221890,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4443202",
            "4445219",
            "4454709"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-05T11:00:24.863Z",
            "2025-08-06T12:20:14.06Z",
            "2025-08-14T11:00:15.55Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:12.5712788-04:00",
            "2026-04-17T17:10:12.5702785-04:00",
            "2026-04-17T17:10:12.5702785-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Beam Therapeutics Inc",
            "Beam Therapeutics Inc",
            "Beam Therapeutics Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BEAM",
            "BEAM",
            "BEAM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q2 -$1.00 v -$1.04e, Rev $8.5M v $13.8Me",
            "Barclays Reiterates BEAM with Equal Weight, price target: $21 from $25",
            "U.S. FDA Regenerative Medicine Advanced Therapy (RMAT) Designation Granted to BE"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Cash: $1.2 Billion in Cash, Cash Equivalents and Marketable Securities; Cash R",
            "",
            "Announced that the United States (U.S.) Food and Drug Administration (FDA) has g"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Drug Calendar Database', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Beam Therapeutics Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Beam Therapeutics Inc', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BEKE",
      "description": "",
      "representative_file": "BEKE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 46952,
      "rep_rows": 45,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3082628",
            "3083774",
            "3084213"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2020-08-12T10:53:29.987Z",
            "2020-08-13T09:22:14.053Z",
            "2020-08-13T16:18:36.55Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:12.9873155-04:00",
            "2026-04-17T17:10:12.9863156-04:00",
            "2026-04-17T17:10:12.9863156-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "KE Holdings Inc",
            "KE Holdings Inc",
            "KE Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BEKE",
            "BEKE",
            "BEKE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Files to sell 106M IPO ADS between $17.00 and $19.00 - filing",
            "Prices 106M share IPO at $20/ADS",
            "IPO opens for trade at $35.06"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- To list on NYSE <br/>-  <i>Beike</i> is the leading integrated online and offl",
            "- To trade on NYSE<br/>- Leading integrated online and offline platform for hous",
            "- Priced 106M shares at $20.00"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "8",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'KE Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Block Trades/SupplyDemand Chatter', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'Block Trades/SupplyDemand Chatter', 'CountryId': 1, 'CountryIs"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BEN",
      "description": "",
      "representative_file": "BEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 91723,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4305435",
            "4305572",
            "4308099"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-03T12:35:39.937Z",
            "2025-02-03T14:13:49.063Z",
            "2025-02-05T21:05:35.93Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:13.9573995-04:00",
            "2026-04-17T17:10:13.9573995-04:00",
            "2026-04-17T17:10:13.9573995-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Franklin Resources Inc",
            "Franklin Resources Inc",
            "Franklin Resources Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BEN",
            "BEN",
            "BEN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UBS Reiterates BEN with Neutral, price target: $23 from $19",
            "Tier1 firm Reiterates BEN with Underperform, price target: $20",
            "Reports Jan AUM $1.58T v $1.58T m/m"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- This month’s AUM reflected the impact of positive markets, partially offset by"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Franklin Resources Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Franklin Resources Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Franklin Resources Inc', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BF.B",
      "description": "",
      "representative_file": "BF.B.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 132638,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4402253",
            "4408648",
            "4415887"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-06T10:08:54.827Z",
            "2025-06-18T10:15:16.23Z",
            "2025-07-01T20:07:46.3Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:15.1405025-04:00",
            "2026-04-17T17:10:15.1405025-04:00",
            "2026-04-17T17:10:15.1395015-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Brown-Forman Corporation",
            "",
            "Constellation Brands Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BF.B",
            "",
            "STZ"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Exane BNP Paribas Cuts BF.B to Neutral from Outperform",
            "(US) Govt reportedly to amend alcohol drinking limit guidance from 1-2 per day t",
            "Reports Q1 $3.22 v $3.38e, Rev $2.52B v $2.57Be; Continue to face softer consume"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "**Reminder: On Jan 6th, U.S. Surgeon General issued advisory linking alcohol con",
            "- Affirms FY26 $12.60-12.90 v $12.68e, enterprise net sales growth -2.0% to +1.0"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Americas Macro', 'Consumer Discretionary']",
            "['Fixed Income/Forex', 'Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Brown-Forman Corporation', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Anheuser-Busch InBev SA/NV', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Anheuser-Busch InBev SA/NV', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Americas Macro",
            "Fixed Income/Forex"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BGS",
      "description": "",
      "representative_file": "BGS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 91938,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3858289",
            "3860293",
            "3924454"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-05-04T20:22:27.41Z",
            "2023-05-08T11:24:07.473Z",
            "2023-08-03T20:24:11.267Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:15.471537-04:00",
            "2026-04-17T17:10:15.471537-04:00",
            "2026-04-17T17:10:15.471537-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B&amp;G Foods Inc",
            "B&amp;G Foods Inc",
            "B&amp;G Foods Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BGS",
            "BGS",
            "BGS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 $0.27 v $0.29 y/y, Rev $511.8M v $532.4M y/y",
            "Barclays Reiterates BGS with Equal Weight, price target: $16",
            "Reports Q2 $0.15 v $0.09e, Rev $469.6M v $461Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Affirms FY23 $0.95-1.15 v $1.02e, Rev $2.13-2.17B v $2.16Be (prior: $0.95-1.15",
            "",
            "- Affirms FY23 $0.95-1.15 v $1.00e, Rev $2.11-2.13B v $2.10Be (prior: $0.95-1.15"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Consumer Staples']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'B&amp;G Foods Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'B&amp;G Foods Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'B&amp;G Foods Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Staples",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BHP",
      "description": "",
      "representative_file": "BHP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 867655,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4457762",
            "4457826",
            "4458013"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-19T14:39:27.043Z",
            "2025-08-19T19:00:27.233Z",
            "2025-08-20T02:58:22.927Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:16.4646203-04:00",
            "2026-04-17T17:10:16.4646203-04:00",
            "2026-04-17T17:10:16.4646203-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Copper companies said to raises prices even after receiving tariff reprieve",
            "(US) Pres Trump: Appeal coming shortly after ruling on (Resolution) Arizona copp",
            "(US) Follow up: BHP and Rio Tinto said to lobby Pres Trump over fresh delays to "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Firms including Southwire and Berkshire&#39;s CerroWire raises prices by ~5%, ",
            "- &quot;A Copper Mine in Arizona, “Resolution,” was just delayed by a Radical Le",
            "** Reminder earlier <b>(US) Pres Trump: Appeal coming shortly after ruling on (R"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Materials']",
            "['Americas Macro', 'Materials']",
            "['Americas Macro', 'Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'CEMEX S.A.B. de C.V', 'CountryId': 25, 'CountryIso': 'MX', 'Co",
            "[{'CompanyName': 'Rio Tinto Ltd', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Rio Tinto Ltd', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BHVN",
      "description": "",
      "representative_file": "BHVN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 223408,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4436793",
            "4450283",
            "4450846"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-30T10:27:27.91Z",
            "2025-08-10T00:30:39.927Z",
            "2025-08-11T11:01:52.847Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:16.998667-04:00",
            "2026-04-17T17:10:16.9976687-04:00",
            "2026-04-17T17:10:16.9976687-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Biohaven Ltd."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "BHVN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Gene Therapy names rise premarket on resignation of Dr. Vinay Prasad, director o",
            "Dr. Vinay Prasad returns to US FDA, two wks after resigning from a post he held ",
            "Reports Q2 -$1.63 adj v -$1.94e, Rev $0.0M v $0.0M y/y"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- Dr. Vinay Prasad, FDA&#39;s director of the Center for Biologics Evaluation",
            "Dr. Vinay Prasad is back at the FDA less than two weeks after the White House pr",
            "- Cash position: Cash, cash equivalents, marketable securities and restricted ca"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Health Care']",
            "['Americas Macro', 'Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Amgen Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Drug Calendar Database', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BILI",
      "description": "",
      "representative_file": "BILI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 136103,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4191294",
            "4191349",
            "4191573"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-08-22T09:02:00.363Z",
            "2024-08-22T10:01:37.52Z",
            "2024-08-22T14:05:08.653Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:17.6377208-04:00",
            "2026-04-17T17:10:17.6367194-04:00",
            "2026-04-17T17:10:17.6367194-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NetEase Inc",
            "Bilibili Inc",
            "Bilibili Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NTES",
            "BILI",
            "BILI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "9626.HK",
            "9626.HK"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q2 (CNY) 12.05 v 13.88 y/y, Rev 25.5B v 26.1Be",
            "Reports Q2 (CNY) -1.46 v -3.74 y/y, Rev 6.13B v 5.3B y/y",
            "Nomura Raised BILI to Buy from Neutral, price target: $18"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Gross margin YouDao 48.2% v 47.0% y/y  <br/>- Gross margin Cloud Music 32.1% v",
            "- Avg DAUs 102.3M, +6% y/y  <br/>- Gross profit CNY1.83B +49% y/y  <br/> <br/>CE",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Asian Macro', 'Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'US Dollar vs Chinese Yuan', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Bilibili Inc', 'CountryId': 24, 'CountryIso': 'HK', 'CountryNa",
            "[{'CompanyName': 'Bilibili Inc', 'CountryId': 24, 'CountryIso': 'HK', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Asian Macro",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BILL",
      "description": "",
      "representative_file": "BILL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 99887,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4358395",
            "4358968",
            "4361601"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-14T04:58:34.293Z",
            "2025-04-14T12:59:15.197Z",
            "2025-04-17T09:23:41.74Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:18.5087987-04:00",
            "2026-04-17T17:10:18.5087987-04:00",
            "2026-04-17T17:10:18.5087987-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Flywire Corporation",
            "Bill Holdings Inc",
            "Bill Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FLYW",
            "BILL",
            "BILL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JPMorgan Chase and Co Cuts FLYW to Underweight from Neutral, price target: $9 fr",
            "Mizuho Securities Reiterates BILL with Neutral, price target: $53 from $70",
            "Seaport Global Securities Cuts BILL to Neutral from Buy"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Firm does not see differentiated growth or upside potential to estimates and p",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Block Inc (formerly Square)', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Bill Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Bill Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BK",
      "description": "",
      "representative_file": "BK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 211733,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4428700",
            "4430525",
            "4467643"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-21T22:06:17.407Z",
            "2025-07-23T11:35:44.17Z",
            "2025-09-03T20:56:07.63Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:20.2279441-04:00",
            "2026-04-17T17:10:20.2279441-04:00",
            "2026-04-17T17:10:20.2279441-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Goldman Sachs Group Inc",
            "The Goldman Sachs Group Inc",
            "The Bank of New York Mellon Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GS",
            "GS",
            "BK"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Said to be &#39;looking&#39; for &#39;big&#39; acquisitions; Had held takeover t",
            "Reportedly to offer tokenized money market funds with BNY for institutional inve",
            "Prices $500M shares at $1K per depositary share"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "https://www.semafor.com/article/07/21/2025/goldman-sachs-is-looking-for-big-acqu",
            "- BNY clients can buy tokenized MMF on Goldman’s blockchain<br/><br/>**Link: htt",
            "- Announced that it priced an underwritten public offering of 500,000 depositary"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "3",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Bank of New York Mellon Corporation', 'CountryId': 1, 'Cou",
            "[{'CompanyName': 'The Bank of New York Mellon Corporation', 'CountryId': 1, 'Cou",
            "[{'CompanyName': 'The Bank of New York Mellon Corporation', 'CountryId': 1, 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BKR",
      "description": "",
      "representative_file": "BKR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 255167,
      "rep_rows": 750,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4560583",
            "4562586",
            "4565193"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-14T19:26:57.933Z",
            "2026-01-16T18:00:43.94Z",
            "2026-01-21T13:35:58.383Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:20.9240061-04:00",
            "2026-04-17T17:10:20.9240061-04:00",
            "2026-04-17T17:10:20.9240061-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Chevron Corporation",
            "",
            "Baker Hughes Company Class A Common Stock"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CVX",
            "",
            "BKR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reportedly will earn expansion to its Venezuela license from US govt this week -",
            "(US) Weekly Baker Hughes Rig Count: 543 v 544 prior (-0.2% w/w)",
            "Stifel Nicolaus Reiterates BKR with Buy, price target: $57 from $52"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "**<b>Earlier</b>: <b>(VE) Administration official </b>says US govt has made its ",
            "<b>- US oil rig count: 410 v 409 prior (+0.2% w/w)</b> <br/>- Nat gas drilling r",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Americas Macro', 'Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Halliburton Company', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'US Dollar vs Canadian Dollar', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Baker Hughes Company Class A Common Stock', 'CountryId': 1, 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Americas Macro",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BKSY",
      "description": "",
      "representative_file": "BKSY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 116272,
      "rep_rows": 178,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4419046",
            "4419315",
            "4420592"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-08T10:00:34.497Z",
            "2025-07-08T12:34:39.04Z",
            "2025-07-09T17:17:10.98Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:22.0641058-04:00",
            "2026-04-17T17:10:22.0631059-04:00",
            "2026-04-17T17:10:22.0631059-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Plug Power Inc",
            "Blacksky Technology",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PLUG",
            "BKSY",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H.C. Wainwright Reiterates PLUG with Buy, price target: $3",
            "Signs Gen-3 Early Access Agreement With Current Gen-2 Customer in Support of Ukr",
            "(US) Reportedly more than 2k senior NASA staffers plan to leave - Politico"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- The renewal contract adds Gen-3 very high-resolution imagery to the customer’s",
            "- The losses directly impact plans to land astronauts on the moon and Mars <br/>"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Information Technology']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Plug Power Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Osprey Technology Acquisition Corp', 'CountryId': 1, 'CountryI",
            "[{'CompanyName': 'Jobs Tracking', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Information Technology",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BMNR",
      "description": "",
      "representative_file": "BMNR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 52168,
      "rep_rows": 62,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4450900",
            "4457049",
            "4473032"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-11T11:30:43.897Z",
            "2025-08-18T20:00:46.7Z",
            "2025-09-11T10:15:30.78Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:22.1811195-04:00",
            "2026-04-17T17:10:22.1811195-04:00",
            "2026-04-17T17:10:22.1811195-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Bitmine Immersion Technologies",
            "Bitmine Immersion Technologies",
            "Eightco Holdings"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BMNR",
            "BMNR",
            "ORBS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Becomes largest ETH treasury with $4.96B holding",
            "Announced crypto holdings exceeding $6.612B",
            "Announces Nasdaq Ticker Symbol Change to ORBS, Advancing the AI Revolution"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "– BitMine holds 1,150,263 ETH valued at $4.96 billion, a $2.0 billion increase f",
            "As of August 17th at 11:59pm ET, the Company&#39;s crypto holdings are comprised",
            "- Dan Ives, renowned technology and AI expert and Wall Street analyst, to serve "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Ethereum', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Ethereum', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Bitmine Immersion Technologies', 'CountryId': 1, 'CountryIso':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BMY",
      "description": "",
      "representative_file": "BMY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2278296,
      "rep_rows": 2300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4607885",
            "4607922",
            "4607959"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-10T10:20:14.99Z",
            "2026-03-10T10:45:10.95Z",
            "2026-03-10T11:03:36.68Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:24.4653186-04:00",
            "2026-04-17T17:10:24.4653186-04:00",
            "2026-04-17T17:10:24.4643245-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "BioNTech SE",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "BNTX",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BioGate Precision Medicine Corp. Receives US FDA Orphan Drug Designation for tre",
            "Reports Q4 -€0.33 adj v €0.00e, Rev €907M v €767.3Me; Guides FY rev light",
            "Zemcelpro (dorocubicel) Positive Results in High- and Very High-Risk Blood Cance"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Generic Name: recombinant humanized IgG1k monoclonal antibody targeting parathyr",
            "- Guides initial FY26 R&amp;D expense €2.2-2.5B, SG&amp;A expenses €700-800M <br",
            "<b>- Zemcelpro (dorocubicel) achieved remarkable and clinically meaningful survi"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Bristol-Myers Squibb Company', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Johnson &amp; Johnson', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BN",
      "description": "",
      "representative_file": "BN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 104888,
      "rep_rows": 109,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4316880",
            "4329988",
            "4358788"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-14T21:49:41.91Z",
            "2025-03-03T22:01:00.75Z",
            "2025-04-14T11:30:29.013Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:24.6383345-04:00",
            "2026-04-17T17:10:24.6383345-04:00",
            "2026-04-17T17:10:24.6383345-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Brookfield Corporaton",
            "Brookfield Corporaton"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "BN",
            "BN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Third Point discloses quarterly holdings in 13F filing",
            "Announces Reset Dividend Rate on Its Series 38 Preference Shares",
            "Morgan Stanley Reiterates BN with Overweight, price target: $61 from $83"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- New stake:  PRMB MCG FTV SDRL SOF WDAY TMO PCG<br/>- Liquidates: BBWI APH CVS ",
            "- Announced that it has determined the fixed dividend rate on its Cumulative Cla",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Amazon.com Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Brookfield Corporaton', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Brookfield Corporaton', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BNS",
      "description": "",
      "representative_file": "BNS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 99573,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4193495",
            "4193742",
            "4199047"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-08-27T09:59:36.263Z",
            "2024-08-27T12:53:34.78Z",
            "2024-09-04T12:54:37.553Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:25.3003862-04:00",
            "2026-04-17T17:10:25.3003862-04:00",
            "2026-04-17T17:10:25.3003862-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Bank of Nova Scotia (Scotiabank)",
            "The Bank of Nova Scotia (Scotiabank)",
            "The Bank of Nova Scotia (Scotiabank)"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BNS",
            "BNS",
            "BNS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 C$1.63 v C$1.60e, Rev C$8.36B v C$8.36Be",
            "Exec: Should see NII and NIM benefits modestly in Q4 and then accelerate through",
            "Files to sell debt in three parts"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- NII C$4.9B v C$4.6B y/y   <br/>- Adj ROE 11.3% v % y/y v 11.4%e     <br/>- CET",
            "- Shareholders need not be concerned about the bank holding excess capital as it",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'iShares Canada', 'CountryId': 13, 'CountryIso': 'CA', 'Country",
            "[{'CompanyName': 'The Bank of Nova Scotia', 'CountryId': 13, 'CountryIso': 'CA',",
            "[{'CompanyName': 'The Bank of Nova Scotia', 'CountryId': 13, 'CountryIso': 'CA',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BOX",
      "description": "",
      "representative_file": "BOX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 125661,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4193914",
            "4194099",
            "4200327"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-08-27T20:05:49.993Z",
            "2024-08-28T04:48:46.183Z",
            "2024-09-05T13:29:25.16Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:26.9205282-04:00",
            "2026-04-17T17:10:26.9205282-04:00",
            "2026-04-17T17:10:26.9205282-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Box, Inc.",
            "Box, Inc.",
            "Box, Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BOX",
            "BOX",
            "BOX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q2 $0.44 v $0.40e, Rev $270.0M v $269Me; Raises share repurchase program",
            "TTN Earnings Call Summary: Macroeconomic pressures noted in SMB sectors, but sta",
            "Morgan Stanley Reiterates BOX with Equal Weight, price target: $33 from $30"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q3 $0.41-0.42 v $0.39e, Rev $274-276M v $271Me; NG Op margin 28%   <br/",
            "- Enterprises increasingly adopting AI to enhance productivity and improve data ",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology', 'TTN Research Alert']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'NetApp Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Box, Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Box, Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BP",
      "description": "",
      "representative_file": "BP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1189028,
      "rep_rows": 600,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4560118",
            "4561386",
            "4566934"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-14T11:15:17.513Z",
            "2026-01-15T12:52:37.73Z",
            "2026-01-23T16:12:10.12Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:27.5695887-04:00",
            "2026-04-17T17:10:27.5695887-04:00",
            "2026-04-17T17:10:27.5695887-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "BP p.l.c",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "BP",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Wednesday Morning Papers Summary",
            "Wolfe Research Reiterates BP with Outperform, price target: $51",
            "Michigan AG files suit against oil majors on allegations that they attempted to "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>THE FINANCIAL TIMES</b><br/>-China has attributed the increasing global trade",
            "",
            "Today, Michigan Attorney General Dana Nessel <u>filed a federal antitrust lawsui"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Energy']",
            "['Americas Macro', 'Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Target Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'BP p.l.c', 'CountryId': 2, 'CountryIso': 'UK', 'CountryName': ",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Energy",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BRO",
      "description": "",
      "representative_file": "BRO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 75283,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4403800",
            "4403841",
            "4404001"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-10T10:50:22.93Z",
            "2025-06-10T11:11:19.5Z",
            "2025-06-10T13:30:02.717Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:29.6717685-04:00",
            "2026-04-17T17:10:29.6717685-04:00",
            "2026-04-17T17:10:29.6717685-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Brown &amp; Brown Inc",
            "Brown &amp; Brown Inc",
            "Brown &amp; Brown Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BRO",
            "BRO",
            "BRO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Confirms to acquire Accession Risk Management Group for $9.83B",
            "Files to sell $4.0B in stock through JPMorgan and BofA - filing",
            "Files to sell six tranches of unsecured notes - filing"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The transaction is expected to close in the third quarter of 2025, subject to ",
            "- We have also granted the underwriters a 30-day option to purchase up to an add",
            "- We are offering $   aggregate principal amount of our   % senior notes due   ,"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Fixed Income/Forex', 'Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "8",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'Brown &amp; Brown Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'iShares iBoxx $ High Yield Corporate Bond', 'CountryId': 1, 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Fixed Income/Forex"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BROS",
      "description": "",
      "representative_file": "BROS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 202342,
      "rep_rows": 240,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4315394",
            "4315503",
            "4319023"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-13T14:05:33.41Z",
            "2025-02-13T14:34:44.46Z",
            "2025-02-19T12:00:00.907Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:29.6887757-04:00",
            "2026-04-17T17:10:29.6887757-04:00",
            "2026-04-17T17:10:29.6877767-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Dutch Bros Inc.",
            "Dutch Bros Inc.",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BROS",
            "BROS",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Piper/Sandler Reiterates BROS with Neutral, price target: $70 from $51",
            "Stifel Nicolaus Reiterates BROS with Buy, price target: $74 from $62",
            "(US) Wednesday Morning Online Reading Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "<b>PROJECT SYNDICATE</b><br/>-Joschka Fischer, Germany’s foreign minister and vi"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Dutch Bros Inc.', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Dutch Bros Inc.', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Alphabet Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BRZE",
      "description": "",
      "representative_file": "BRZE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 62466,
      "rep_rows": 152,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4238326",
            "4250970",
            "4262182"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-10-31T05:52:08.63Z",
            "2024-11-12T13:07:04.333Z",
            "2024-11-26T12:21:12.853Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:32.8690471-04:00",
            "2026-04-17T17:10:32.8690471-04:00",
            "2026-04-17T17:10:32.8680478-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Braze, Inc.",
            "Braze, Inc.",
            "Braze, Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BRZE",
            "BRZE",
            "BRZE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Macquarie Initiates BRZE with Neutral, price target: $30",
            "Goldman Sachs Reiterates BRZE with Buy, price target: $47 from $65",
            "Wells Fargo Reiterates BRZE with Overweight, price target: $55 from $65"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Braze, Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Braze, Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Braze, Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BSX",
      "description": "",
      "representative_file": "BSX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 430604,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4528058",
            "4538836",
            "4546494"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-19T21:06:12.883Z",
            "2025-12-08T17:49:25.36Z",
            "2025-12-18T15:12:35.45Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:33.5711061-04:00",
            "2026-04-17T17:10:33.5711061-04:00",
            "2026-04-17T17:10:33.5711061-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Boston Scientific Corporation",
            "Boston Scientific Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "BSX",
            "BSX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SynCardia Completes First In Vivo Implantations of Next-Generation Emperor Total",
            "Tier1 firm Reiterates BSX with Buy, price target: $120",
            "Truist Maintains BSX with Buy, price target: $120"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Picard Medical, Inc. (NYSE American: PMI) (“Picard” or the “Company”), parent co",
            "",
            "- price target cut to $120 from $130<br/>https://www.truist.com/"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Medtronic plc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Boston Scientific Corporation', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'Boston Scientific Corporation', 'CountryId': 1, 'CountryIso': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BTDR",
      "description": "",
      "representative_file": "BTDR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 94934,
      "rep_rows": 131,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4357084",
            "4382351",
            "4382429"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-10T12:00:14.11Z",
            "2025-05-09T11:00:33.16Z",
            "2025-05-09T11:42:24.16Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:35.9283114-04:00",
            "2026-04-17T17:10:35.9283114-04:00",
            "2026-04-17T17:10:35.9283114-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Bitdeer Technologies Group",
            "Bitdeer Technologies Group",
            "Bitdeer Technologies Group"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BTDR",
            "BTDR",
            "BTDR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ROTH MKM Reiterates BTDR with Buy, price target: $18 from $23.50",
            "Reports April BTC Production 166 v 114 m/m",
            "Secures $7.5M Contract for 50 MW Bitcoin Mining Project in Ethiopia (update)"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- CEO: “In April 2025, we successfully energized 70 MW and 132 MW of power capac",
            "- Acquisition includes local Ethiopian company with a mining permit, connected t"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Bitdeer Technologies Group', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Bitdeer Technologies Group', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Bitdeer Technologies Group', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BTI",
      "description": "",
      "representative_file": "BTI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 258872,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4195672",
            "4200498",
            "4205773"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-08-29T13:14:07.783Z",
            "2024-09-05T17:46:27.4Z",
            "2024-09-13T14:41:54.603Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:37.141419-04:00",
            "2026-04-17T17:10:37.140419-04:00",
            "2026-04-17T17:10:37.140419-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Altria Group Inc",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MO",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "US FDA Issues Final Rule Increasing the Minimum Age for Certain Restrictions on ",
            "(US) FDA: Youth e-cigarette use hits lowest level in a decade",
            "FDA: Issued 6 warning letters to e-cigarette manufacturers and retailers for pro"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- Tobacco Retailers Will Need to Verify Age for Anyone Under 30; Vending Mach",
            "- Half a million fewer U.S. youth reported current use of e-cigarettes in 2024 c",
            "- FDA issued warning letter for 5 online retailers for selling unauthorized e-ci"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Staples']",
            "['Consumer Staples']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'British American Tobacco p.l.c', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Altria Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Altria Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Consumer Staples",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BTU",
      "description": "",
      "representative_file": "BTU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 198594,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4337145",
            "4354403",
            "4355355"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-12T17:43:37.61Z",
            "2025-04-08T00:31:20.8Z",
            "2025-04-08T18:32:28.633Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:38.4845328-04:00",
            "2026-04-17T17:10:38.4845328-04:00",
            "2026-04-17T17:10:38.4845328-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) EPA: Will reconsider rregulations on power plants (Clean Power Plan 2.0); T",
            "(US) President Trump is planning to sign executive order related to supporting t",
            "(US) Interior Dept to end moratorium on federal coal leasing - Fox"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Changes to &quot;unleash American energy&quot;:  <br/>- <b>Reconsideration of ",
            "-",
            "**<b>NOTE:</b> <b>04/07 (US) President Trump is planning to sign executive order"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy', 'Utilities']",
            "['Americas Macro', 'Energy', 'TTN Research Alert']",
            "['Americas Macro', 'Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'CNX Resources Corporation', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'CNX Resources Corporation', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'CNX Resources Corporation', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BUD",
      "description": "",
      "representative_file": "BUD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 491841,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4261109",
            "4266321",
            "4283929"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-11-25T10:57:04.21Z",
            "2024-12-03T13:50:43.197Z",
            "2025-01-03T12:05:17.38Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:40.2056901-04:00",
            "2026-04-17T17:10:40.2056901-04:00",
            "2026-04-17T17:10:40.2056901-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Hearing Barclays Cuts US Consumer Staples Sector to Negative from Neutral",
            "Hearing Wells Fargo Raises US Consumer Staples Sector to Overweight from Neutral",
            "(US) US Surgeon General calls for cancer warnings on alcohol labels"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Surgeon General Dr. Vivek Murthy released a new <i>Surgeon General’s Advisory on"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Consumer Staples']",
            "['Americas Macro', 'Consumer Discretionary', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PepsiCo Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'PepsiCo Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Eli Lilly and Company', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Staples",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BULL",
      "description": "",
      "representative_file": "BULL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 949622,
      "rep_rows": 310,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4411651",
            "4412513",
            "4414830"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-24T14:14:25.31Z",
            "2025-06-25T17:54:46.85Z",
            "2025-06-30T15:02:11.417Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:40.2736932-04:00",
            "2026-04-17T17:10:40.2736932-04:00",
            "2026-04-17T17:10:40.2736932-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Polymarket",
            "Kalshi",
            "Robinhood Markets Inc. Class A Common Stock"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "POLYMARKET.IPO",
            "KALSHI.IPO",
            "HOOD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Said to raise nearly $200M at valuation of &gt;$1B; Peter Thiel&#39;s Founders F",
            "CEO: Company reached valuation of $2B in latest funding round - WSJ",
            "Introduces stock tokens, layer 2 blockchain and expanding crypto product suite i"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "**<b>NOTE</b>: Thiel invested $45B in May 2024",
            "- $185M fundraising will help company integrate with more brokers <br/>- Link: h",
            "- Perpetual futures will be rolled out to customers by end of summer <br/>- Link"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Consumer Discretionary']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Interactive Brokers Group Inc', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'Interactive Brokers Group Inc', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'The Charles Schwab Corporation', 'CountryId': 1, 'CountryIso':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Consumer Discretionary",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BUR",
      "description": "",
      "representative_file": "BUR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 60617,
      "rep_rows": 60,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3887728",
            "3891769",
            "3949971"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-06-14T12:11:07.65Z",
            "2023-06-22T05:01:33.28Z",
            "2023-09-08T14:55:44.977Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:41.3257809-04:00",
            "2026-04-17T17:10:41.3257809-04:00",
            "2026-04-17T17:10:41.3257809-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Burford Capital",
            "Burford Capital",
            "YPF Sociedad An&#243;nima"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BUR",
            "BUR",
            "YPF"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BUR.UK",
            "BUR.UK",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wedbush, Inc. Reiterates BUR with Outperform, price target: $18",
            "Berenberg Initiates BUR with Buy, price target: $17.20",
            "(US) Judge rules against Argentina in dispute with minority shareholders of YPF "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Judge says Argentina exercised indirect control over the shares on April 16, 2"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Burford Capital', 'CountryId': 2, 'CountryIso': 'UK', 'Country",
            "[{'CompanyName': 'Burford Capital', 'CountryId': 2, 'CountryIso': 'UK', 'Country",
            "[{'CompanyName': 'Burford Capital', 'CountryId': 2, 'CountryIso': 'UK', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BWA",
      "description": "",
      "representative_file": "BWA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 174704,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4390366",
            "4404030",
            "4406941"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-19T12:28:13.857Z",
            "2025-06-10T14:13:36.29Z",
            "2025-06-16T09:09:12.56Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:42.9489221-04:00",
            "2026-04-17T17:10:42.9489221-04:00",
            "2026-04-17T17:10:42.9489221-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BorgWarner Inc",
            "BorgWarner Inc",
            "BorgWarner Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BWA",
            "BWA",
            "BWA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wells Fargo Reiterates BWA with Overweight, price target: $44 from $40",
            "TTN Summary of 09:30ET Global Automotive OEM, Dealer &amp; Supplier Conference: ",
            "Tier1 firm Reiterates BWA with Buy, price target: $41 from $35"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- North American light-vehicle production guidance trimmed to down 7–12% in H2 2",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'BorgWarner Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'BorgWarner Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'BorgWarner Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BX",
      "description": "",
      "representative_file": "BX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1051900,
      "rep_rows": 950,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4581103",
            "4581705",
            "4582166"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-10T01:17:42.6Z",
            "2026-02-10T11:23:42.387Z",
            "2026-02-10T15:00:43.453Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:44.4510562-04:00",
            "2026-04-17T17:10:44.4470563-04:00",
            "2026-04-17T17:10:44.4470563-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Hologic Inc",
            "",
            "The Blackstone Group Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HOLX.OLD",
            "",
            "BX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(CN) China Market regulator (SAMR): Approves Blackstone and TPG acquisition of H",
            "(US) Tuesday Morning Papers Summary",
            "TTN 09:40 ET UBS conf summary: Observes a significant &quot;window&quot; for M&a"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "<b>THE FINANCIAL TIMES</b><br/>-French President Emmanuel Macron has cautioned t",
            "<ul><li>Expects <b>2026 drawdown fundraising to be well above 2025 levels</b>, s"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Americas Macro']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "21",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Blackstone Group Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'JPMorgan Chase &amp; Co', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'The Blackstone Group Inc', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Americas Macro",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/BXSL",
      "description": "",
      "representative_file": "BXSL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 30475,
      "rep_rows": 99,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3976545",
            "3992791",
            "3994947"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-10-23T04:32:25.21Z",
            "2023-11-08T11:27:14.757Z",
            "2023-11-09T15:58:18.04Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:46.3312164-04:00",
            "2026-04-17T17:10:46.3312164-04:00",
            "2026-04-17T17:10:46.3312164-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Blackstone Secured Lending Fund",
            "Blackstone Secured Lending Fund",
            "Blackstone Secured Lending Fund"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BXSL",
            "BXSL",
            "BXSL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JPMorgan Chase and Co Raised BXSL to Overweight from Neutral, price target: $28.",
            "Reports Q3 $0.95 v $0.99e, Rev $284M v $283Me",
            "Tier1 firm Reiterates BXSL with Neutral, price target: $28.50"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Blackstone Secured Lending Fund', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'Blackstone Secured Lending Fund', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'Blackstone Secured Lending Fund', 'CountryId': 1, 'CountryIso'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/C",
      "description": "",
      "representative_file": "C.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1383473,
      "rep_rows": 1150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4562447",
            "4562688",
            "4563126"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-16T12:49:23.377Z",
            "2026-01-18T04:45:43.7Z",
            "2026-01-19T13:00:19.633Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:47.2503021-04:00",
            "2026-04-17T17:10:47.2503021-04:00",
            "2026-04-17T17:10:47.2503021-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Intercontinental Exchange Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "ICE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) White House NEC Dir Hassett: Been in touch with big banks on credit cards, ",
            "(US) White House considers using Executive Order to enact Trump&#39;s plan to ca",
            "The New York Stock Exchange develops  a platform for trading and on-chain settle"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Idea of MBS plan is to get spreads down on mortgages<br/>- Trump to unveil pla",
            "- The plan is still a work in progress but will seek to lower interest rates on ",
            "The New York Stock Exchange, part of Intercontinental Exchange, Inc. (NYSE: ICE)"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Financials']",
            "['Americas Macro', 'Financials']",
            "['Fixed Income/Forex', 'Financials', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "7",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Citigroup Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Fixed Income/Forex"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.75,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CAG",
      "description": "",
      "representative_file": "CAG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 450009,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4552810",
            "4553714",
            "4556939"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-06T19:59:50.28Z",
            "2026-01-07T16:20:36.473Z",
            "2026-01-12T17:00:32.063Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:48.2783911-04:00",
            "2026-04-17T17:10:48.2783911-04:00",
            "2026-04-17T17:10:48.2783911-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Trump administration said preparing to release dietary guidelines this week",
            "(US) Trump Administration Resets U.S. Nutrition Policy, Puts Real Food Back at t",
            "*(US) USDA WORLD AGRICULTURAL SUPPLY AND DEMAND ESTIMATES (WASDE) CROP REPORT"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>*Reminder</b>: 12/10/25 (US) HHS Sec Kennedy Jr: National food standard is &#",
            "- New guidelines, grounded in gold-standard science, will update nutrition stand",
            "<u>End 2025/2026 US Stocks (M bu) </u> <br/><b>Corn: 2,227 v 1,980e </b><br/><b>"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Staples']",
            "['Americas Macro', 'Health Care']",
            "['Americas Macro', 'Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PepsiCo Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'PepsiCo Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Caterpillar Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CALY",
      "description": "",
      "representative_file": "CALY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 148433,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4309501",
            "4320216",
            "4320671"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-06T19:03:06.247Z",
            "2025-02-20T11:59:20.22Z",
            "2025-02-20T16:23:04.223Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:51.8927025-04:00",
            "2026-04-17T17:10:51.8927025-04:00",
            "2026-04-17T17:10:51.8927025-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Acushnet Holdings Corp",
            "Callaway Golf Company",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GOLF",
            "CALY",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PGA Commissioner Monahan: President Trumps involvement brings LIV deal closer - ",
            "Tier1 firm Reiterates MODG with Neutral, price target: $9",
            "PGA tour, Saudi investors to meet with Trump on Thursday at White House - Washin"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Callaway Golf Company', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Callaway Golf Company', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Callaway Golf Company', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CAR",
      "description": "",
      "representative_file": "CAR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 166840,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4383218",
            "4383727",
            "4384202"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-12T07:00:18.83Z",
            "2025-05-12T12:50:34.18Z",
            "2025-05-12T21:34:50.52Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:55.0709819-04:00",
            "2026-04-17T17:10:55.0709819-04:00",
            "2026-04-17T17:10:55.0709819-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Avis Budget Group Inc",
            "Hertz Global Holdings Inc Common Stock"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "CAR",
            "HTZ"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*(US) US-CHINA DEAL OUTLINE; US TO CUT TARIFFS ON CHINESE GOODS FROM 145% TO 30%",
            "Goldman Sachs Reiterates CAR with Neutral, price target: $87 from $100",
            "Reports Q1 -$1.12 v -$1.08e, Rev $1.81B v $2.02Be; Recently seen demand moderate"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b><u>- US to suspend some China tariffs for 90 days, including 24% of April 2 t",
            "",
            "- Avg vehicles units 507.7K, -8% y/y, rentable vehicles 477.2K, -10% y/y  <br/>-"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Asian Macro', 'Americas Macro']",
            "['Industrials']",
            "['Consumer Discretionary', 'Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Caterpillar Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Avis Budget Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Avis Budget Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Asian Macro",
            "Industrials",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.5,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CAT",
      "description": "",
      "representative_file": "CAT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 454066,
      "rep_rows": 750,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4547185",
            "4551612",
            "4552645"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-19T12:58:40.26Z",
            "2026-01-05T13:27:59.2Z",
            "2026-01-06T14:05:41.917Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:55.2489981-04:00",
            "2026-04-17T17:10:55.2489981-04:00",
            "2026-04-17T17:10:55.2489981-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Caterpillar Inc",
            "Caterpillar Inc",
            "Caterpillar Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CAT",
            "CAT",
            "CAT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Bernstein SocGen Group Reiterates CAT with Market Perform, price target: $630 fr",
            "Files to sell USD-denominated notes in three part offering",
            "Introduces Cat AI Assistant, launching in Q1 2026"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Unveiled Cat AI Assistant, an AI-based solution that allows Cat customers to eng"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Fixed Income/Forex', 'Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "8",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Caterpillar Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Ishares Iboxx investment grade corp bond fund', 'CountryId': 1",
            "[{'CompanyName': 'Caterpillar Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Fixed Income/Forex",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CAVA",
      "description": "",
      "representative_file": "CAVA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 180854,
      "rep_rows": 207,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4342551",
            "4346711",
            "4349214"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-20T10:15:14.297Z",
            "2025-03-26T21:17:04.063Z",
            "2025-03-31T10:06:35.42Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:56.5021136-04:00",
            "2026-04-17T17:10:56.5021136-04:00",
            "2026-04-17T17:10:56.5021136-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Cava Group Inc",
            "Cava Group Inc",
            "Cava Group Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CAVA",
            "CAVA",
            "CAVA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JPMorgan Chase and Co Raised CAVA to Overweight from Neutral, price target: $110",
            "To replace ALTR in S&amp;P MidCap 400 Index, effective Mar 31st",
            "Tier1 firm Initiates CAVA with Buy, price target: $112"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Cava Group Inc. (NYSE: CAVA) will replace Altair Engineering Inc. (NASD: ALTR)",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "13",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cava Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Altair Engineering Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Cava Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CC",
      "description": "",
      "representative_file": "CC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 165140,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4286119",
            "4300297",
            "4317485"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-07T13:33:05.363Z",
            "2025-01-27T21:07:28.907Z",
            "2025-02-18T00:41:26.513Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:56.5991172-04:00",
            "2026-04-17T17:10:56.5991172-04:00",
            "2026-04-17T17:10:56.5991172-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Chemours Company",
            "The Chemours Company",
            "Huntsman Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CC",
            "CC",
            "HUN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Goldman Sachs Reiterates CC with Neutral, price target: 21 from $24",
            "Truist Initiates CC with Buy, price target: $27",
            "Reports Q4 -$0.25 v -$0.12e, Rev $1.45B v $1.45Be - update"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "https://www.truist.com/",
            "- Adj EBITDA $71M v $44M y/y  <br/> <br/>- CEO: <i>&quot;The fourth quarter was "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Americas Macro', 'Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Chemours Company', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'The Chemours Company', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Air Products and Chemicals Inc', 'CountryId': 1, 'CountryIso':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CCEP",
      "description": "",
      "representative_file": "CCEP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 116338,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4261109",
            "4262834",
            "4263305"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-11-25T10:57:04.21Z",
            "2024-11-27T06:41:49.41Z",
            "2024-11-27T17:15:05.01Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:58.7292976-04:00",
            "2026-04-17T17:10:58.7292976-04:00",
            "2026-04-17T17:10:58.7292976-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Coca-Cola Europacific Partners plc Ordinary Shares",
            "Coca-Cola Europacific Partners plc Ordinary Shares"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "CCEP",
            "CCEP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Hearing Barclays Cuts US Consumer Staples Sector to Negative from Neutral",
            "JPMorgan Chase and Co Cuts CCEP to Neutral from Overweight, price target: $82",
            "Argus Reiterates CCEP with Buy, price target: $90"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Consumer Staples']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PepsiCo Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Coca-Cola Europacific Partners plc Ordinary Shares', 'CountryI",
            "[{'CompanyName': 'Coca-Cola Europacific Partners plc Ordinary Shares', 'CountryI"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Staples",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CCI",
      "description": "",
      "representative_file": "CCI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 195810,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4373445",
            "4390165",
            "4391743"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-01T12:42:57.293Z",
            "2025-05-19T10:07:16.29Z",
            "2025-05-20T19:56:54.897Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:10:59.7714026-04:00",
            "2026-04-17T17:10:59.7714026-04:00",
            "2026-04-17T17:10:59.7714026-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Crown Castle International Inc.",
            "Crown Castle International Inc.",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CCI",
            "CCI",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates CCI with Neutral, price target: $110",
            "Tier1 firm Resumed CCI with Buy, price target: $115",
            "(US) US Pres Trump: We must maintain our status as the Worldwide Leader in WiFi,"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "We must maintain our status as the Worldwide Leader in WiFi, 5G, and 6G, connect"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Real Estate']",
            "['Real Estate']",
            "['Americas Macro', 'Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Crown Castle International Inc.', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'Crown Castle International Inc.', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'Cisco Systems Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Real Estate",
            "Real Estate",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CCJ",
      "description": "",
      "representative_file": "CCJ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 261008,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4438722",
            "4438969",
            "4439425"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-31T10:32:58.173Z",
            "2025-07-31T12:14:02.61Z",
            "2025-07-31T14:27:30.957Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:00.3544398-04:00",
            "2026-04-17T17:11:00.3544398-04:00",
            "2026-04-17T17:11:00.3544398-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Cameco Corporation",
            "Cameco Corporation",
            "Cameco Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CCJ",
            "CCJ",
            "CCO.CA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Names Heidi Shockey CFO; Tim Gitzel will continue as CEO; effective Sept 1, 2025",
            "TTN Summary of 08:00ET Earnings Call: H1 2025 spot and long-term uranium contrac",
            "Tier1 firm Reiterates CCO.CA with Buy, price target: C$110"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>Changes to the executive team: </b>consistent with prudent succession plannin",
            "- Raised 2025 outlook modestly after <b>strong Q2 and H1 performance</b> across ",
            "- Contracting remains moderate but contract discussions large and growing. CCJ w"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cameco Corporation', 'CountryId': 13, 'CountryIso': 'CA', 'Cou",
            "[{'CompanyName': 'Cameco Corporation', 'CountryId': 13, 'CountryIso': 'CA', 'Cou",
            "[{'CompanyName': 'Cameco Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CCL",
      "description": "",
      "representative_file": "CCL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 428257,
      "rep_rows": 650,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4457656",
            "4474906",
            "4476483"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-19T12:30:58.437Z",
            "2025-09-15T12:27:54.53Z",
            "2025-09-17T11:12:13.86Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:01.5755481-04:00",
            "2026-04-17T17:11:01.5755481-04:00",
            "2026-04-17T17:11:01.5755481-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Carnival Corporation &amp; plc",
            "Carnival Corporation &amp; plc",
            "Carnival Corporation &amp; plc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CCL",
            "CCL",
            "CCL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "To redeem $322M senior notes due 2027; Redemption Aug 29th",
            "JPMorgan Chase and Co Reiterates CCL with Overweight, price target: $39 from $34",
            "Barclays Reiterates CCL with Overweight, price target: $37 from $33"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "– Issued notice to redeem remaining $322M principal of 5.750% senior unsecured n",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary', 'Fixed Income/Forex']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Carnival Corporation &amp; plc', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Carnival Corporation &amp; plc', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Carnival Corporation &amp; plc', 'CountryId': 1, 'CountryIso':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CDE",
      "description": "",
      "representative_file": "CDE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 97904,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4150758",
            "4158128",
            "4180006"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-06-27T11:07:19.423Z",
            "2024-07-11T11:00:59.37Z",
            "2024-08-07T20:37:03.343Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:02.0325849-04:00",
            "2026-04-17T17:11:02.0325849-04:00",
            "2026-04-17T17:11:02.0325849-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Coeur Mining Inc",
            "Coeur Mining Inc",
            "Coeur Mining Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CDE",
            "CDE",
            "CDE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports  positive results from its multi-year exploration drilling and developme",
            "Expanded Rochester Mine Achieves Mid-Year Target Run Rates of &gt;88K tons per d",
            "Reports Q2 -$0.01 v -$0.02e, Rev $222.0M v $236Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Kensington consists of multiple deposits including the Kensington, Elmira, Rav",
            "- ~ 4.3 million tons of ore were placed on the new Stage 6 leach pad during the ",
            "- Affirms FY24 gold production 310-355K oz, silver production 10.7-13.3M oz, dev"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Coeur Mining Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Coeur Mining Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Coeur Mining Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CDNS",
      "description": "",
      "representative_file": "CDNS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 305792,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4455127",
            "4463155",
            "4465743"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-14T16:40:14.613Z",
            "2025-08-27T19:49:59.3Z",
            "2025-09-02T00:38:53.113Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:03.991762-04:00",
            "2026-04-17T17:11:03.991762-04:00",
            "2026-04-17T17:11:03.991762-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Cadence Design Systems Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "CDNS",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Coatue Management discloses latest quarterly holdings - 13 F-HR filing",
            "TTN Summary of 15:30ET Deutsche Bank&#39;s 2025 Technology Conference: 80% of Ca",
            "US FDA announces 3-Day Workshop to discuss Cheminformatics Resources of U.S. Gov"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New stake:  <b>BULL CHYM </b>CAI ARM ORCL TTD ENPH MRVL VST YUMC<br/>Liquidated:",
            "- <b>80% of Cadence.AI revenue is ratable through subscription</b>, with adoptio",
            "Date: November 5 - 7, 2025 <br/>Day 1: Wed, Nov 05 9:00 a.m. - 04:30 p.m. ET <br"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Information Technology']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Cadence Design Systems Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Cadence Design Systems Inc', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CEG",
      "description": "",
      "representative_file": "CEG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 359279,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4511213",
            "4517306",
            "4517811"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-04T10:00:47.08Z",
            "2025-11-07T11:50:20.54Z",
            "2025-11-07T15:11:58.66Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:04.1837753-04:00",
            "2026-04-17T17:11:04.1837753-04:00",
            "2026-04-17T17:11:04.1837753-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Constellation Energy Corporation",
            "Constellation Energy Corporation",
            "Constellation Energy Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CEG",
            "CEG",
            "CEG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Announces long-range proposal to invest in up to 5.8GW of power generation and b",
            "Reports Q3 $3.04 v $3.04e, Rev $6.57B v $6.12Be; Notes growing recognition of nu",
            "TTN Summary of 10:00ET Earnings Call:   Calpine acquisition expected to close in"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The proposal offers Maryland leaders a menu of options so they can make inform",
            "- <b>Narrows </b>FY25 $9.05-9.45 v $9.41e (prior: $8.90-9.60) <br/> <br/>- Comme",
            "- <b>Conowingo Dam secured for next 50 years</b> under a landmark Maryland agree"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Utilities']",
            "['Utilities']",
            "['Utilities']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Inflation', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Constellation Energy Corporation', 'CountryId': 1, 'CountryIso"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Utilities",
            "Utilities"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CELH",
      "description": "",
      "representative_file": "CELH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 128171,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4435708",
            "4438985",
            "4447003"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-29T13:15:52.77Z",
            "2025-07-31T12:16:08.217Z",
            "2025-08-07T10:00:11.03Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:04.2857865-04:00",
            "2026-04-17T17:11:04.2857865-04:00",
            "2026-04-17T17:11:04.2857865-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Celsius Holdings Inc",
            "Celsius Holdings Inc",
            "Celsius Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CELH",
            "CELH",
            "CELH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Stifel Nicolaus Reiterates CELH with Buy, price target: $50",
            "JPMorgan Chase and Co Reiterates CELH with Overweight, price target: $54 from $4",
            "Reports Q2 $0.33 v $0.23e, Rev $739.3M v $645Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Adds to Analyst Focus List",
            "- Gross margin 51.5% v 52.0% y/y <br/><b>- Adj EBITDA </b><b>$210.3M</b><b>, +10"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Consumer Staples']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Celsius Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Celsius Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'PepsiCo Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Staples",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CENX",
      "description": "",
      "representative_file": "CENX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 151404,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4343931",
            "4348381",
            "4361200"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-23T22:19:16.897Z",
            "2025-03-28T12:38:53.597Z",
            "2025-04-16T20:10:12.027Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:04.3717948-04:00",
            "2026-04-17T17:11:04.3717948-04:00",
            "2026-04-17T17:11:04.3717948-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Century Aluminum Company",
            "",
            "Alcoa Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CENX",
            "",
            "AA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) CEO: Announces to build first new aluminum smelter in the US in 45 years; &",
            "(CN) China will certainly respond with countermeasures if US insists on harming ",
            "Reports Q1 $2.15 v $1.73e, Rev $3.37B v $3.44Be; Updates tariff impacts; Affirms"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- New smelter will double the size of the entire US domestic industry  <br/>- 1,",
            "- If the US wants to discuss cooperation with China, mutual respect is a prerequ",
            "- Guides Q2 alumina segment Adj EBITDA &#39;maintain strong performance&#39;; <b"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Materials']",
            "['Asian Macro', 'Americas Macro']",
            "['Americas Macro', 'Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "7",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'United States Steel Corporation', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'United States Steel Corporation', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Asian Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CF",
      "description": "",
      "representative_file": "CF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 272286,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4536731",
            "4538881",
            "4539891"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-04T13:09:45.497Z",
            "2025-12-08T19:35:04.343Z",
            "2025-12-09T17:01:32.38Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:07.0170301-04:00",
            "2026-04-17T17:11:07.0170301-04:00",
            "2026-04-17T17:11:07.0170301-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CF Industries Holdings Inc",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CF",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 08:00ET presentation: Overall outlook for 2026 calls for moderate",
            "(US) Pres Trump: Using some tariff revenue for farmer economic aid; Confirms $12",
            "*(US) USDA WORLD AGRICULTURAL SUPPLY AND DEMAND ESTIMATES (WASDE) CROP REPORT"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<ul><li><b>Exit 2025 urea at ~$360/ton</b> (down from June peak near $500); expe",
            "- Spoke with China Pres Xi, he may buy more soybeans<br/>- Japan has committed t",
            "<i><u>End 2024/2025 US Stocks (M bu) </u> </i> <br/>Corn: 1,532 v 1,532 prior<br"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Americas Macro', 'Consumer Staples']",
            "['Americas Macro', 'Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'CF Industries Holdings Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Caterpillar Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Caterpillar Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.5,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CFG",
      "description": "",
      "representative_file": "CFG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 132137,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4387244",
            "4391722",
            "4391791"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-14T20:16:17.913Z",
            "2025-05-20T19:31:40.93Z",
            "2025-05-20T20:16:36.883Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:07.8910941-04:00",
            "2026-04-17T17:11:07.8910941-04:00",
            "2026-04-17T17:11:07.8910941-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Citizens Financial Group Inc",
            "",
            "Citizens Financial Group Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CFG",
            "",
            "CFG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TD Cowen Initiates CFG with Buy, price target: $57",
            "(US) Reportedly FDIC to hit insurance fund target by end of 2025 - press",
            "Jefferies Initiates CFG with Buy, price target: $50"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Americas Macro', 'Fixed Income/Forex']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Citizens Financial Group Inc', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Citizens Financial Group Inc', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Americas Macro",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CG",
      "description": "",
      "representative_file": "CG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 365977,
      "rep_rows": 600,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4510264",
            "4511325",
            "4516610"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-03T13:58:37.71Z",
            "2025-11-04T11:30:29.71Z",
            "2025-11-07T00:16:51.443Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:08.7091715-04:00",
            "2026-04-17T17:11:08.7091715-04:00",
            "2026-04-17T17:11:08.7091715-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Carlyle Group Inc",
            "Apollo Global Management Inc",
            "Brighthouse Financial Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CG",
            "APO",
            "BHF"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Evercore ISI Institutional Equities Reiterates CG with In Line, price target: $5",
            "Reports Q3 $2.17 adj v $1.89e, Rev $9.82B v $7.77B y/y",
            "Reports Q3 $4.54 v $5.09e, Rev $1.82B v $2.25Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- AUM $908B v $840B q/q v $889.3Be <br/>- Management Fee Rev $606M v $476M y/y <",
            "- Annuity sales +8% y/y [The company&#39;s annuity sales increased 8% quarter-ov"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Carlyle Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'The Blackstone Group Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Apollo Global Management Inc', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CHWY",
      "description": "",
      "representative_file": "CHWY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 205981,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4472365",
            "4472468",
            "4472763"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-10T14:12:08.873Z",
            "2025-09-10T16:55:09.537Z",
            "2025-09-11T04:29:02.45Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:09.6472521-04:00",
            "2026-04-17T17:11:09.6472521-04:00",
            "2026-04-17T17:11:09.6472521-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Chewy Inc",
            "Chewy Inc",
            "Chewy Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CHWY",
            "CHWY",
            "CHWY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 08:00ET Earnings Call: Chewy Plus program reached ~3% of monthly ",
            "Tier1 firm Reiterates CHWY with Buy, price target: $46",
            "Seaport Global Securities Raised CHWY to Buy from Neutral, price target: $47"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Raises and narrows FY25 net sales outlook to <b>$12.5–12.6 billion</b> (+7–8% ",
            "- Investments are well-founded, in firms view, to accelerate share gains and dri",
            "- Citing expectation of continued top line momentum and share gains"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Chewy Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Chewy Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Chewy Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CHYM",
      "description": "",
      "representative_file": "CHYM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 45848,
      "rep_rows": 65,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4386508",
            "4398224",
            "4405095"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-14T11:00:01.05Z",
            "2025-05-31T02:39:07.85Z",
            "2025-06-11T22:33:11.257Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:09.7712686-04:00",
            "2026-04-17T17:11:09.7712686-04:00",
            "2026-04-17T17:11:09.7712686-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Chime Financial, Inc.",
            "Chime Financial, Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "CHYM",
            "CHYM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Wednesday Morning Online Reading Summary",
            "Reportedly plans to launch IPO as soon as next week, seeking an $11B valuation -",
            "Backers said to be pricing upsized 32M shares at $27.00/shr for gross proceeds ~"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>PROJECT SYNDICATE</b><br/>-Indermit Gill, Chief Economist and Senior Vice Pre",
            "",
            "** Reminder on May 30th <b>Reportedly plans to launch IPO as soon as next week, "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "8",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Constellation Brands Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Chime Financial, Inc.', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Chime Financial, Inc.', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CIEN",
      "description": "",
      "representative_file": "CIEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 182230,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4469218",
            "4472245",
            "4476275"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-05T12:14:10.92Z",
            "2025-09-10T12:17:01.417Z",
            "2025-09-17T06:48:17.9Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:11.7804361-04:00",
            "2026-04-17T17:11:11.7804361-04:00",
            "2026-04-17T17:11:11.7804361-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ciena Corporation",
            "Ciena Corporation",
            "Ciena Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CIEN",
            "CIEN",
            "CIEN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Argus Reiterates CIEN with Buy, price target: $135",
            "CitiGroup Reiterates CIEN with Buy, price target: $141 from $84",
            "Tier1 firm Reiterates CIEN with Buy, price target: $155 from $135"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Ciena Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Ciena Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Ciena Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CIFR",
      "description": "",
      "representative_file": "CIFR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 100493,
      "rep_rows": 139,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4333119",
            "4333498",
            "4337540"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-06T17:16:49.85Z",
            "2025-03-07T05:48:36.167Z",
            "2025-03-13T05:47:39.847Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:12.0284584-04:00",
            "2026-04-17T17:11:12.0284584-04:00",
            "2026-04-17T17:11:12.0284584-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Cipher Digital",
            "Cipher Digital",
            "Cipher Digital"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CIFR",
            "CIFR",
            "CIFR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 11:30ET Morgan Stanley Technology, Media &amp; Telecom Conference",
            "Rosenblatt Securities Inc. Initiates CIFR with Buy, price target: $6.50",
            "JPMorgan Chase and Co Cuts CIFR to Neutral from Overweight"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Transitioning from pure Bitcoin mining to dual-purpose data centers:</b> Th",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cipher Mining Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Cipher Mining Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Cipher Mining Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CLF",
      "description": "",
      "representative_file": "CLF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 383369,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4474887",
            "4477265",
            "4483146"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-15T12:18:20.95Z",
            "2025-09-18T11:00:00.227Z",
            "2025-09-29T17:25:15.647Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:12.9345369-04:00",
            "2026-04-17T17:11:12.9335366-04:00",
            "2026-04-17T17:11:12.9335366-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Cleveland-Cliffs Inc",
            "",
            "Cleveland-Cliffs Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CLF",
            "",
            "CLF"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wells Fargo Reiterates CLF with Equal Weight, price target: $11 from $10",
            "(US) Thursday Morning Online Reading Summary",
            "Awarded $400M contract for Domain Refined Grain Oriented Electrical Steel (DR-GO"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "<b>PROJECT SYNDICATE</b><br/>- Ruti Teitel, a Professor of Comparative Law at Ne",
            "- The Defense Logistics Agency (DLA) awarded a firm fixed price (FFP) Indefinite"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Americas Macro']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "21",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cleveland-Cliffs Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Seagate Technology Holdings plc', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'Market Vectors Steel ETF', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Americas Macro",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CLS",
      "description": "",
      "representative_file": "CLS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 108185,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4367777",
            "4368961",
            "4369041"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-25T12:09:20.69Z",
            "2025-04-28T12:43:55.317Z",
            "2025-04-28T13:28:58.76Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:14.489672-04:00",
            "2026-04-17T17:11:14.489672-04:00",
            "2026-04-17T17:11:14.489672-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Celestica Inc",
            "Celestica Inc",
            "Celestica Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CLS",
            "CLS",
            "CLS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 08:00ET Earnings Call: Management noted a dynamic macro environme",
            "BMO Capital Markets Reiterates CLS with Outperform, price target: $118 from $140",
            "Barclays Reiterates CLS with Overweight, price target: $126 from $157"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<ul><li><b>Raised full-year 2025 guidance</b>: Full-year revenue now guided to $",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Celestica Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Celestica Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Celestica Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CLSK",
      "description": "",
      "representative_file": "CLSK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 173875,
      "rep_rows": 276,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4399714",
            "4411688",
            "4415225"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-03T13:00:58.87Z",
            "2025-06-24T15:56:57.597Z",
            "2025-07-01T05:56:21.61Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:14.737693-04:00",
            "2026-04-17T17:11:14.7366934-04:00",
            "2026-04-17T17:11:14.7366934-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CleanSpark Inc",
            "CleanSpark Inc",
            "CleanSpark Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CLSK",
            "CLSK",
            "CLSK"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Releases May BTC mined 694 v 633 m/m",
            "H.C. Wainwright Reiterates CLSK with Buy, price target: $25.00",
            "B. Riley Securities, Inc Initiates CLSK with Buy, price target: $16"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Throughout May 2025, CleanSpark maintained an average hashrate of 42.5 EH/s, w",
            "<b>CleanSpark builds upon strong track record of achieving guidance, reaching 50",
            "- Firm expects CleanSpark to continue to meet its growth targets over the next 1"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'CleanSpark Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'CleanSpark Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'CleanSpark Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CLX",
      "description": "",
      "representative_file": "CLX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 132110,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4306587",
            "4320799",
            "4353932"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-04T13:56:56.41Z",
            "2025-02-20T19:50:25.367Z",
            "2025-04-07T11:00:37.3Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:15.8277875-04:00",
            "2026-04-17T17:11:15.8277875-04:00",
            "2026-04-17T17:11:15.8277875-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Clorox Company",
            "The Clorox Company",
            "The Clorox Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CLX",
            "CLX",
            "CLX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CitiGroup Reiterates CLX with Neutral, price target: $165 from $175",
            "TTN Summary of 14:00ET Consumer Analyst Group of New York Conference 2025:  Tran",
            "CloroxPro Canada launches second year of HealthyClean Trained Specialist Course "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Fiscal FY25 guidance targets 4%–7% organic sales growth (3%–5% on a constant b",
            "- CloroxPro Canada launches second year of HealthyClean Trained Specialist Cours"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Consumer Staples']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Clorox Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'The Clorox Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'The Clorox Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Staples",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CMCSA",
      "description": "",
      "representative_file": "CMCSA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 772013,
      "rep_rows": 1150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4538759",
            "4538806",
            "4538855"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-08T15:02:23.457Z",
            "2025-12-08T16:27:15.627Z",
            "2025-12-08T18:23:27.44Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:16.1938194-04:00",
            "2026-04-17T17:11:16.1938194-04:00",
            "2026-04-17T17:11:16.1938194-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Comcast Corporation",
            "Warner Bros. Discovery, Inc",
            "Warner Bros. Discovery, Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CMCSA",
            "WBD",
            "WBD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 09:45ET presentation: Peacock EBITDA losses expected to meaningfu",
            "Paramount: Warner Brothers tender offer will be open for 20 days, and 10 days to",
            "Confirms Receipt of Paramount Skydance Unsolicited Tender Offer; Board is not mo"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Peacock EBITDA losses expected to meaningfully improve in FY26 versus FY25<",
            "<b>**Earlier: WBD</b> Paramount Skydance offers $30/shr cash for entirety of WBD",
            "- The Warner Bros. Discovery Board of Directors (the &quot;Board&quot;), consist"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Netflix Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Comcast Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Comcast Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CMG",
      "description": "",
      "representative_file": "CMG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 338639,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4501243",
            "4503041",
            "4505987"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-24T09:17:53.4Z",
            "2025-10-27T20:12:52.02Z",
            "2025-10-29T20:10:48.32Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:17.1499047-04:00",
            "2026-04-17T17:11:17.1499047-04:00",
            "2026-04-17T17:11:17.1499047-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Chipotle Mexican Grill Inc",
            "Chipotle Mexican Grill Inc",
            "Chipotle Mexican Grill Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CMG",
            "CMG",
            "CMG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates CMG with Buy, price target: $61",
            "Mizuho Securities Initiates CMG with Neutral, price target: $40",
            "Reports Q3 $0.29 v $0.28e, Rev $3.00B v $3.02Be; Cuts FY Rev guidance"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- <b>Cuts </b>FY25 SSS decline in the low-single digit range y/y (prior: about f"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Americas Macro', 'Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Chipotle Mexican Grill Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Chipotle Mexican Grill Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Yum! Brands Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CNC",
      "description": "",
      "representative_file": "CNC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 287524,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4507678",
            "4519446",
            "4519677"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-30T14:02:09.19Z",
            "2025-11-10T20:55:12.33Z",
            "2025-11-10T22:33:58.457Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:18.2499981-04:00",
            "2026-04-17T17:11:18.2499981-04:00",
            "2026-04-17T17:11:18.2499981-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Centene Corporation",
            "",
            "Centene Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CNC",
            "",
            "CNC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UBS Reiterates CNC with Neutral, price target: $42 from $31",
            "(US) US Pres Trump: Supports funding bill; The deal is very good; Will abide by ",
            "Wellcare Enhances Offering of Affordable, Quality Medicare Advantage and Medicar"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Hopes the US has healthcare &#39;Where we pay people, not healthcare companies",
            "- Medicare Advantage plans will be available to more than 51 million beneficiari"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Asian Macro', 'Americas Macro']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Centene Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'UnitedHealth Group Incorporated', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'Centene Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Asian Macro",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CNH",
      "description": "",
      "representative_file": "CNH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 146951,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4390461",
            "4390777",
            "4392595"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-19T12:51:31.703Z",
            "2025-05-19T21:25:52.143Z",
            "2025-05-21T14:53:53.087Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:19.1500781-04:00",
            "2026-04-17T17:11:19.1500781-04:00",
            "2026-04-17T17:11:19.1500781-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CNH Industrial N.V.",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CNH",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Evercore ISI Institutional Equities Reiterates CNH with In Line, price target: $",
            "(BR) Brazil Agriculture Ministry: Two potential bird flu outbreaks on commercial",
            "(BR) Brazil state of Tocantins rules out highly pathogenic avian fuel in commerc"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Three out of six suspected cases of bird flu came back negative; All three neg",
            "- Investigation began after seven birds out of 40K presented symptoms of &#39;To"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Americas Macro', 'Consumer Staples']",
            "['Americas Macro', 'Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'CNH Industrial N.V.', 'CountryId': 3, 'CountryIso': 'IT', 'Cou",
            "[{'CompanyName': 'Conagra Brands Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Conagra Brands Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CNQ",
      "description": "",
      "representative_file": "CNQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 78639,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3815966",
            "3860720",
            "3923334"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-03-02T10:29:02.627Z",
            "2023-05-08T19:07:37.333Z",
            "2023-08-03T09:08:55.487Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:19.5181093-04:00",
            "2026-04-17T17:11:19.5181093-04:00",
            "2026-04-17T17:11:19.5181093-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Canadian Natural Resources Limited",
            "Canadian Natural Resources Limited",
            "Canadian Natural Resources Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CNQ",
            "CNQ",
            "CNQ"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CNQ.CA",
            "CNQ.CA",
            "CNQ.CA"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 C$1.96 v C$2.19e",
            "Reportedly shut in 39K boe/day production due to fire risks - press",
            "Reports Q2 C$1.14 v C$1.17e"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides FY23 FCF $B, Capex $B, production K Mboe/d +% y/y  (prior: Capex $5.2B,",
            "",
            "- Equivalent production 1.19M boe/d v 1.17M boe/d y/y  <br/><br/>Comments: As we"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Canadian Natural Resources Limited', 'CountryId': 13, 'Country",
            "[{'CompanyName': 'Canadian Natural Resources Limited', 'CountryId': 13, 'Country",
            "[{'CompanyName': 'Canadian Natural Resources Limited', 'CountryId': 13, 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/COF",
      "description": "",
      "representative_file": "COF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 391479,
      "rep_rows": 750,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4539905",
            "4539977",
            "4540814"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-09T17:23:07.2Z",
            "2025-12-09T19:33:06.957Z",
            "2025-12-10T13:18:10.067Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:21.0522441-04:00",
            "2026-04-17T17:11:21.0522441-04:00",
            "2026-04-17T17:11:21.0512438-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JPMorgan Chase &amp; Co",
            "Capital One Financial Corporation",
            "TransUnion"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "JPM",
            "COF",
            "TRU"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 12:20ET Consumer &amp; Community Banking CEO Lake presentation: C",
            "TTN Summary of 14:20ET presentation: Consumer remains in a pretty stable place d",
            "Projecting 2026 credit card balances to grow 2.3% year over year, e smallest ann"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>It&#39;s true that auto subprime auto delinquencies have been high through ",
            "<ul><li><b>On track to realize $2.5 billion of Discover deal synergies</b>, with",
            "This moderation reflects consumers navigating persistent economic uncertainty as"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Financials']",
            "['Financials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Capital One Financial Corporation', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'American Express Company', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Financials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/COHR",
      "description": "",
      "representative_file": "COHR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 240519,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4456686",
            "4476830",
            "4481396"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-18T10:51:43.673Z",
            "2025-09-17T20:05:34.223Z",
            "2025-09-25T13:25:14.947Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:23.0234136-04:00",
            "2026-04-17T17:11:23.0234136-04:00",
            "2026-04-17T17:11:23.0234136-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Coherent Inc",
            "Coherent Inc",
            "Coherent Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "COHR",
            "COHR",
            "COHR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Hearing KGI Securities Initiates COHR with Outperform, price target: $110",
            "Unveils Next-Gen WaveAnalyzer and WaveShaper to Accelerate Optical Network Testi",
            "Introduces Next-Gen 2D VCSEL and Photodiode Arrays To Accelerate AI-Driven Optic"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Introduced two powerful new instruments designed to make testing advanced opti",
            "- Best suited for “slow and wide” interconnections in scale-up AI networks, thes"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'II-VI Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'II-VI Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'II-VI Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/COIN",
      "description": "",
      "representative_file": "COIN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 806199,
      "rep_rows": 1200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4551030",
            "4551173",
            "4551212"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-05T05:42:38.68Z",
            "2026-01-05T08:25:21.873Z",
            "2026-01-05T09:13:08.08Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:23.7654777-04:00",
            "2026-04-17T17:11:23.7654777-04:00",
            "2026-04-17T17:11:23.7654777-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Coinbase Global Inc",
            "Coinbase Global Inc",
            "Coinbase Global Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "COIN",
            "COIN",
            "COIN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Goldman Sachs Raised COIN to Buy from Neutral, price target: $303",
            "Statement: Access may currently be restricted in Philippines",
            "Premarket strength seen as Bitcoin hits 3-week high, breaking above $90K level"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Coinbase Global Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Coinbase Global Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Strategy', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/COMP",
      "description": "",
      "representative_file": "COMP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 257914,
      "rep_rows": 265,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4266273",
            "4273538",
            "4292415"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-03T13:35:46.95Z",
            "2024-12-11T14:06:50.58Z",
            "2025-01-15T12:00:24.883Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:23.7314747-04:00",
            "2026-04-17T17:11:23.7304751-04:00",
            "2026-04-17T17:11:23.7304751-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Compass Inc",
            "Compass Inc",
            "Compass Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "COMP",
            "COMP",
            "COMP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Goldman Sachs Reiterates COMP with Buy, price target: $8 from $7",
            "Barclays Reiterates COMP with Equal Weight, price target: $7 from $6",
            "Raises Q4 Rev $1.36-1.39B v $1.28Be, adj EBITDA $15-18M (prior $1.23-1.33B, adj "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Reiterates its expectation to be free cash flow positive for the full-year 202"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Compass Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Compass Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Zillow Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/COP",
      "description": "",
      "representative_file": "COP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 364372,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4554677",
            "4554894",
            "4554909"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-08T13:18:16.16Z",
            "2026-01-08T17:29:19.99Z",
            "2026-01-08T18:10:14.113Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:27.6268166-04:00",
            "2026-04-17T17:11:27.6268166-04:00",
            "2026-04-17T17:11:27.6268166-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(VE) US Energy Sec Wright: Balance can be had with China in Venezuela; There can",
            "(VE) US upstream exec Harold Hamm to be among energy executives attending Venezu",
            "(VE) Reportedly foreign embassies in Venezuela will begin arranging visits to Ve"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- US won&#39;t allow China to have huge control over Venezuela<br/>- Expect to s",
            "- FOLLOW UP: Oil execs meeting at the White House scheduled for 14:00ET on Frida",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Energy']",
            "['Americas Macro', 'Energy']",
            "['Americas Macro', 'Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'ConocoPhillips', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CORZ",
      "description": "",
      "representative_file": "CORZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 175120,
      "rep_rows": 209,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4421158",
            "4428967",
            "4433470"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-10T10:19:22.99Z",
            "2025-07-22T06:25:31.297Z",
            "2025-07-25T13:40:06.487Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:28.7379419-04:00",
            "2026-04-17T17:11:28.7379419-04:00",
            "2026-04-17T17:11:28.7379419-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CoreWeave",
            "Core Scientific Inc",
            "Core Scientific Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRWV",
            "CORZ",
            "CORZ"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Needham Cuts CRWV to Hold from Buy",
            "Arete Capital Partners Initiates CORZ with Buy, price target: $20",
            "David Faber: Hearing activists getting involved as shareholders are unhappy with"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>Reminder: </b>7/7/25 08:28:04 CORZ CoreWeave Confirms to Acquire Core Scienti",
            "",
            "<b>**NOTE: 07/07 CORZ </b>CoreWeave Confirms to Acquire Core Scientific for stoc"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Core Scientific Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Core Scientific Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CPNG",
      "description": "",
      "representative_file": "CPNG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 124998,
      "rep_rows": 232,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4480503",
            "4481973",
            "4512090"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-24T13:01:19.53Z",
            "2025-09-26T10:15:13.687Z",
            "2025-11-04T21:09:28Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:29.8160061-04:00",
            "2026-04-17T17:11:29.8160061-04:00",
            "2026-04-17T17:11:29.8160061-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Coupang Inc",
            "Coupang Inc",
            "Coupang Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CPNG",
            "CPNG",
            "CPNG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Powers Lemme’s Expansion Into South Korea, Bringing U.S. Wellness Brand to Milli",
            "Tier1 firm Reiterates CPNG with Buy, price target: $36",
            "Reports Q3 $0.05 v $0.04 y/y, Rev $9.27B v $7.87B y/y"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- This milestone marks Lemme’s first-ever direct expansion into South Korea, bri",
            "",
            "- Adj EBITDA $413M v $343M y/y; Margin 4.5% v 4.4% y/y <br/>- Active Customers 2"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Asian Macro', 'Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Coupang Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Coupang Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Coupang Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Asian Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CRCL",
      "description": "",
      "representative_file": "CRCL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 97125,
      "rep_rows": 118,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4432101",
            "4445352",
            "4451910"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-24T12:32:52.467Z",
            "2025-08-06T13:00:20.333Z",
            "2025-08-12T10:25:16.403Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:30.204042-04:00",
            "2026-04-17T17:11:30.204042-04:00",
            "2026-04-17T17:11:30.204042-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Circle Internet Group Inc.",
            "Corpay (formally Fleetcor)",
            "Circle Internet Group Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRCL",
            "CPAY",
            "CRCL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Circle’s USYC Now Supported as Yield-Bearing Off-Exchange Collateral for Binance",
            "Corpay and Circle Collaborate to Bring Stablecoin Payments to Global FX and Comm",
            "Reports Q2 -$4.48 v $0.00 y/y, Rev $658.1M v $430M y/y; Launches Arc, a blockcha"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Together, Circle and Binance are accelerating support to meet the growing demand",
            "Early Benefits of the Collaboration:<ul><li>Integrated Access to USDC: Corpay wi",
            "- <b>Guides initial FY25</b> Other Rev $75-85M, RLDC margin 36-38%, adj Opex $47"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Financials']",
            "['Fixed Income/Forex', 'Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Circle Internet Group Inc.', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Cryptocurrencies purchase and sales tracker', 'CountryId': 1, ",
            "[{'CompanyName': 'Tether (stablecoin)', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Financials",
            "Fixed Income/Forex"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CRDO",
      "description": "",
      "representative_file": "CRDO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 95128,
      "rep_rows": 164,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4461919",
            "4467568",
            "4467658"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-26T13:04:50.603Z",
            "2025-09-03T20:06:05.663Z",
            "2025-09-03T21:20:21.08Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:32.6232507-04:00",
            "2026-04-17T17:11:32.6222517-04:00",
            "2026-04-17T17:11:32.6222517-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Credo Technology Group Holding Ltd Ordinary Shares",
            "Credo Technology Group Holding Ltd Ordinary Shares",
            "Credo Technology Group Holding Ltd Ordinary Shares"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRDO",
            "CRDO",
            "CRDO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reaches Settlement with Volex in Active Electrical Cable Patent Infringement Dis",
            "Reports Q1 $0.52 v $0.35e, Rev $223M v $190Me; Guides Q2 strong",
            "TTN Summary of 17:00ET Earnings Call:  On track to double optical revenue in FY2"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Based on this agreement, the lawsuit between the parties will be promptly dism",
            "<b>- </b><b>Guides</b><b> </b><b>Q2</b><b> Rev </b><b>$230-240M</b><b> v </b><b>",
            "- <b>Q2 FY26 guidance</b>: revenue $230M–$240M (+5% sequential at midpoint), non"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Volex plc', 'CountryId': 2, 'CountryIso': 'UK', 'CountryName':",
            "[{'CompanyName': 'Marvell Technology Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Credo Technology Group Holding Ltd Ordinary Shares', 'CountryI"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CRGY",
      "description": "",
      "representative_file": "CRGY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 60631,
      "rep_rows": 146,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4325903",
            "4326798",
            "4327362"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-26T21:24:55.757Z",
            "2025-02-27T11:58:45.95Z",
            "2025-02-27T16:49:51.933Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:32.7412607-04:00",
            "2026-04-17T17:11:32.7412607-04:00",
            "2026-04-17T17:11:32.7412607-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Crescent Energy Company",
            "Crescent Energy Company",
            "Crescent Energy Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRGY",
            "CRGY",
            "CRGY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 -$0.70 v $0.61 y/y, Rev $875.3M v $657.7M y/y",
            "Siebert Williams Shank &amp; Co. Reiterates CRGY with Buy, price target: $21",
            "TTN Summary of 11:00ET Earnings Call: 2025 Operating Plan Targets 254k–264k barr"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides initial 2025 total production 254-264 MBoe/d, capex (ex-acquisitions) $",
            "",
            "- <b>Transformational 2024 Acquisitions:</b> Completed five major transactions—i"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Crescent Energy Company', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Crescent Energy Company', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Crescent Energy Company', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CRH",
      "description": "",
      "representative_file": "CRH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 72490,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4123083",
            "4123797",
            "4125900"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-05-13T12:35:50.23Z",
            "2024-05-14T05:46:13.423Z",
            "2024-05-15T15:15:33.913Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:33.3693172-04:00",
            "2026-04-17T17:11:33.3693172-04:00",
            "2026-04-17T17:11:33.3693172-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CRH plc",
            "CRH plc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRH",
            "CRH",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRH.UK",
            "CRH.UK",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Truist Reiterates CRH with Buy, price target: $100",
            "RBC Initiates CRH with Outperform, price target: $110",
            "Kerrisdale discloses latest quarterly holdings - 13 F-HR filing"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "https://www.truist.com/",
            "",
            "New stake: CRH DAVA BA DBX HSIC FOXF PAYO DOCU ROKU KWEB FIGS FUTU TIGR <br/>Liq"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'CRH plc', 'CountryId': 30, 'CountryIso': 'IE', 'CountryName': ",
            "[{'CompanyName': 'CRH plc', 'CountryId': 30, 'CountryIso': 'IE', 'CountryName': ",
            "[{'CompanyName': 'ConocoPhillips', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CRK",
      "description": "",
      "representative_file": "CRK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 53262,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4289868",
            "4299822",
            "4302144"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-13T11:27:29.237Z",
            "2025-01-27T11:28:18.68Z",
            "2025-01-29T14:02:15.14Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:33.6953459-04:00",
            "2026-04-17T17:11:33.6953459-04:00",
            "2026-04-17T17:11:33.6953459-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Comstock Resources Inc",
            "Comstock Resources Inc",
            "Comstock Resources Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRK",
            "CRK",
            "CRK"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates CRK with Buy, price target: $24 from $14",
            "Siebert Williams Shank &amp; Co. Reiterates CRK with Sell, price target: $15 fro",
            "Piper/Sandler Reiterates CRK with Underweight, price target: $6 from $5"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Comstock Resources Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Comstock Resources Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Comstock Resources Inc', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CRM",
      "description": "",
      "representative_file": "CRM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1070839,
      "rep_rows": 1050,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4584731",
            "4587022",
            "4588013"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-12T11:12:41.383Z",
            "2026-02-16T07:45:57.5Z",
            "2026-02-17T13:42:59.05Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:35.5025021-04:00",
            "2026-04-17T17:11:35.5015018-04:00",
            "2026-04-17T17:11:35.5015018-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Salesforce, Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "CRM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 analysts: We believe A.I. a very real threat to personal lines and small c",
            "TTN Research Alert: The scary future for human-driven software companies in a wo",
            "UBS Reiterates CRM with Neutral, price target: $200 from $260"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- We believe that A.I. disintermediation is largely a risk exclusive to personal",
            "-When <b>Elon Musk </b>recently said that he saw the<b> obsolescence of traditio",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Information Technology', 'TTN Research Alert']",
            "['Americas Macro', 'Information Technology', 'TTN Research Alert']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Chubb Limited', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Salesforce, Inc.', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CRWD",
      "description": "",
      "representative_file": "CRWD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 664574,
      "rep_rows": 900,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4595211",
            "4595606",
            "4597147"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-25T12:22:15.84Z",
            "2026-02-25T14:31:51.403Z",
            "2026-02-26T13:04:08.27Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:35.5065026-04:00",
            "2026-04-17T17:11:35.5065026-04:00",
            "2026-04-17T17:11:35.5065026-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CrowdStrike Holdings Inc",
            "CrowdStrike Holdings Inc",
            "CrowdStrike Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRWD",
            "CRWD",
            "CRWD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JPMorgan Chase and Co Reiterates CRWD with Overweight, price target: $472 from $",
            "Evercore ISI Institutional Equities Reiterates CRWD with In Line, price target: ",
            "FalconID Extends Risk-Aware Identity Security to Multi-Factor Authentication"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Announced the general availability of FalconID, extending the Falcon&#174; platf"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'CrowdStrike Holdings Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'CrowdStrike Holdings Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'CrowdStrike Holdings Inc', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CRWV",
      "description": "",
      "representative_file": "CRWV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 440742,
      "rep_rows": 343,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4598949",
            "4598998",
            "4599067"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-27T13:25:13.47Z",
            "2026-02-27T13:40:15.63Z",
            "2026-02-27T14:01:19.277Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:36.0335499-04:00",
            "2026-04-17T17:11:36.0335499-04:00",
            "2026-04-17T17:11:36.0335499-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CoreWeave",
            "CoreWeave",
            "CoreWeave"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CRWV",
            "CRWV",
            "CRWV"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Mizuho Securities Reiterates CRWV with Neutral, price target: $95 from $100",
            "Evercore ISI Institutional Equities Reiterates CRWV with Outperform, price targe",
            "DA Davidson Reiterates CRWV with Buy, price target: $125 from $110"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'CoreWeave', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'CoreWeave', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'CoreWeave', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CSCO",
      "description": "",
      "representative_file": "CSCO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 591228,
      "rep_rows": 700,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4521046",
            "4521908",
            "4522025"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-12T08:01:09.53Z",
            "2025-11-12T21:05:16.333Z",
            "2025-11-12T21:38:25.437Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:36.5475968-04:00",
            "2026-04-17T17:11:36.5475968-04:00",
            "2026-04-17T17:11:36.5475968-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Broadcom Inc",
            "Cisco Systems Inc",
            "Cisco Systems Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AVGO",
            "CSCO",
            "CSCO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Advances open, extensible ecosystem for VMware Cloud Foundation (VCF), enabling ",
            "Reports Q1 $1.00 v $0.98e, Rev $14.9B v $14.8Be; Raises FY guidance",
            "TTN Summary Earnings Call: AI infrastructure orders taken from hyperscalers in Q"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- With these announcements, Broadcom is <u>delivering a private cloud platfor",
            "- Guides Q2 $1.01-1.03 v $0.99e, Rev $15-15.2B v $14.6Be <br/>- <b>Raises FY26 $",
            "<b>- “In Q3 and Q4 our year-ago comps jump to +11% and +8%, so we’re facing much"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Americas Macro', 'Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "2",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cisco Systems Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Nvidia Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Nvidia Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Americas Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            2.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CSIQ",
      "description": "",
      "representative_file": "CSIQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 218163,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4415823",
            "4416826",
            "4416863"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-01T16:03:05.983Z",
            "2025-07-03T02:53:02Z",
            "2025-07-03T04:31:01.847Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:37.8947151-04:00",
            "2026-04-17T17:11:37.8947151-04:00",
            "2026-04-17T17:11:37.8947151-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*(US) US SENATE VOTES YES FOR TRUMP&#39;S TAX BILL (ONE BIG BEAUTIFUL BILL ACT)",
            "(US) Update on OBBB tax bill: House currently has 4 &#39;Nay&#39; votes, Republi",
            "(US) Tax Bill Update: House Speaker Johnson: Plans to keep the House vote open &"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Modified tax bill will proceed to House of Rep <br/>- Vote was 50-50, with 3 R",
            "<b>** Update: Nay votes increase to 5. </b><br/> <br/>** Note: The key number Re",
            "** Reminder earlier <b>(US) Update on OBBB tax bill: House currently has 4 &#39;"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Fixed Income/Forex', 'TTN Research Alert']",
            "['Americas Macro', 'Fixed Income/Forex']",
            "['Americas Macro', 'Fixed Income/Forex']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'NextEra Energy Inc (FPL)', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'NextEra Energy Inc (FPL)', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'NextEra Energy Inc (FPL)', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.25,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CSX",
      "description": "",
      "representative_file": "CSX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 319841,
      "rep_rows": 800,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4477097",
            "4477639",
            "4480294"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-18T07:29:00.857Z",
            "2025-09-18T19:49:28.223Z",
            "2025-09-24T09:34:22.413Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:41.4950254-04:00",
            "2026-04-17T17:11:41.4950254-04:00",
            "2026-04-17T17:11:41.4950254-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CSX Corporation",
            "",
            "CSX Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CSX",
            "",
            "CSX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "RBC Raised CSX to Outperform from Sector Perform, price target: $39 from $37",
            "(US) Association of American Railroads weekly rail traffic report for week endin",
            "Tier1 firm Reiterates CSX with Buy, price target: $40 from $42"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Citing consolidation scenarios remain attractive for CSX",
            "- Total weekly carloads 231.2K, -0.5% y/y <br/><b>- Total weekly intermodal traf",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Americas Macro', 'Industrials', 'TTN Research Alert']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'CSX Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Union Pacific Corporation', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'CSX Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CTRA",
      "description": "",
      "representative_file": "CTRA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 153862,
      "rep_rows": 264,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4300821",
            "4303204",
            "4315091"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-28T12:00:00.423Z",
            "2025-01-30T12:50:16.083Z",
            "2025-02-13T12:37:38.33Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:42.3791005-04:00",
            "2026-04-17T17:11:42.3791005-04:00",
            "2026-04-17T17:11:42.3791005-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Coterra Energy Inc",
            "Coterra Energy Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "CTRA",
            "CTRA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Tuesday Morning Online Reading Summary",
            "Barclays Reiterates CTRA with Overweight, price target: $36 from $33",
            "UBS Reiterates CTRA with Buy, price target: $37 from $35"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>PROJECT SYNDICATE</b><br/>-Mark Leonard, Director of the European Council on ",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Nvidia Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Coterra Energy Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Coterra Energy Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CTSH",
      "description": "",
      "representative_file": "CTSH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 189713,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4437814",
            "4464483",
            "4466239"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-30T21:12:40.83Z",
            "2025-08-29T04:00:21.167Z",
            "2025-09-02T12:00:41.897Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:45.4163651-04:00",
            "2026-04-17T17:11:45.4163651-04:00",
            "2026-04-17T17:11:45.4153662-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Cognizant Technology Solutions Corporation",
            "Cognizant Technology Solutions Corporation",
            "Cognizant Technology Solutions Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CTSH",
            "CTSH",
            "CTSH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 17:00ET Earnings Call:  Bookings momentum strong: Q2 TCV +18% Y/Y",
            "to Deploy 1,000 Context Engineers, Powered by ContextFabric™, to Industrialize A",
            "Pearson and Cognizant announces  global strategic partnership aiming to accelera"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>FY25 revenue growth raised to 4–6% Y/Y</b> in constant currency; Q3’25 reve",
            "- Today announced a strategic initiative to industrialize agentic AI across ente",
            "<b>Inefficiencies in career pathways cost the U.S. economy an estimated $1.1 tri"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cognizant Technology Solutions Corporation', 'CountryId': 1, '",
            "[{'CompanyName': 'Artificial Intelligence &amp; Technology ETF', 'CountryId': 1,",
            "[{'CompanyName': 'Pearson plc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CTVA",
      "description": "",
      "representative_file": "CTVA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 194583,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4437749",
            "4441909",
            "4443107"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-30T20:30:44.373Z",
            "2025-08-04T10:45:10.64Z",
            "2025-08-05T10:05:19.767Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:46.1554291-04:00",
            "2026-04-17T17:11:46.1554291-04:00",
            "2026-04-17T17:11:46.1554291-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "FMC Corporation",
            "The Chemours Company",
            "DuPont de Nemours Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FMC",
            "CC",
            "DD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q2 $0.69 v $0.59e, Rev $1.05B v $964Me; Cuts Rev outlook",
            "Chemours, DuPont, and Corteva settle New Jersey PFAS claims; Total payments of $",
            "Qnity spin-off on track for November 1, 2025; Narrows FY25 organic sales growth "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q3 $0.78-0.98 v $0.90e, Rev $1.0-1.10B v $1.09Be, adj EBITDA $210-250M ",
            "– Settlement resolves all PFAS and environmental claims across four sites and st",
            "Net impact of announced tariffs now included in guidance,  currently estimated a"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Bayer Aktiengesellschaft', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'DuPont de Nemours Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Celanese Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CUK",
      "description": "",
      "representative_file": "CUK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 428243,
      "rep_rows": 650,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4457656",
            "4474906",
            "4476483"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-19T12:30:58.437Z",
            "2025-09-15T12:27:54.53Z",
            "2025-09-17T11:12:13.86Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:46.3084454-04:00",
            "2026-04-17T17:11:46.3084454-04:00",
            "2026-04-17T17:11:46.3084454-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Carnival Corporation &amp; plc",
            "Carnival Corporation &amp; plc",
            "Carnival Corporation &amp; plc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CCL",
            "CCL",
            "CCL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "To redeem $322M senior notes due 2027; Redemption Aug 29th",
            "JPMorgan Chase and Co Reiterates CCL with Overweight, price target: $39 from $34",
            "Barclays Reiterates CCL with Overweight, price target: $37 from $33"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "– Issued notice to redeem remaining $322M principal of 5.750% senior unsecured n",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary', 'Fixed Income/Forex']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Carnival Corporation &amp; plc', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Carnival Corporation &amp; plc', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Carnival Corporation &amp; plc', 'CountryId': 1, 'CountryIso':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CVE",
      "description": "",
      "representative_file": "CVE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 97651,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4320693",
            "4323153",
            "4329652"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-20T16:55:57.837Z",
            "2025-02-25T01:01:19.207Z",
            "2025-03-03T14:57:09.967Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:48.8466644-04:00",
            "2026-04-17T17:11:48.8456637-04:00",
            "2026-04-17T17:11:48.8456637-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Cenovus Energy Inc",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CVE",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 11:00ET Earnings Call: For 2025, Cenovus plans to deploy a capita",
            "(US) Pres Trump: Want Keystone XL Pipeline built... NOW! - Truth Social post",
            "(CA) Canada Energy Min Wilkinson: If US imposes tariffs on Canada then Canada wi"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Record Safety Achievement:</b> In 2024, Cenovus delivered its best-ever pro",
            "<i>- Our Country’s doing really well, and today, I was just thinking, that the c",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Americas Macro', 'Energy']",
            "['Americas Macro', 'Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cenovus Energy Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Cou",
            "[{'CompanyName': 'Valero Energy Corporation', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Suncor Energy Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CVNA",
      "description": "",
      "representative_file": "CVNA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 345438,
      "rep_rows": 650,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4527767",
            "4529596",
            "4530447"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-19T14:01:14.947Z",
            "2025-11-21T12:17:11.473Z",
            "2025-11-24T11:34:09.64Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:50.2687863-04:00",
            "2026-04-17T17:11:50.2687863-04:00",
            "2026-04-17T17:11:50.2687863-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Carvana Co",
            "Carvana Co"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "CVNA",
            "CVNA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Mid-Nov Manheim wholesale used vehicle Index: 205.0 v 202.9 prior; +1.1% m/",
            "Deutsche Bank Initiates CVNA with Buy, price target: $395",
            "Wedbush, Inc. Raised CVNA to Outperform from Neutral, price target: $400"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- </b>“Wholesale depreciation rates were elevated in October, burning off a b",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Carvana Co', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Carvana Co', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CVS",
      "description": "",
      "representative_file": "CVS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 882202,
      "rep_rows": 1000,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4568571",
            "4568765",
            "4568863"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-27T10:55:05.503Z",
            "2026-01-27T13:13:58.883Z",
            "2026-01-27T14:54:09.017Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:51.0178576-04:00",
            "2026-04-17T17:11:51.0168596-04:00",
            "2026-04-17T17:11:51.0168596-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UnitedHealth Group Incorporated",
            "UnitedHealth Group Incorporated",
            "UnitedHealth Group Incorporated"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "UNH",
            "UNH",
            "UNH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 $2.11 adj v $2.09e, Rev $113.2B v $113.3Be",
            "TTN Summary Earnings Call: Medicaid membership will contract by approximately 56",
            "Tier1 firm Reiterates UNH with Neutral, price target: $360"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- Guides initial FY26 &gt;$17.75 v $17.61e, Rev above $439B v $458Be</b>, Op ",
            "<ul><li><b>Expects 2026 Adjusted EPS of greater than $17.75</b> (+8.6% y/y) on r",
            "- 2026 MA pricing assumptions are still holding firm (7.5% 2025 trend and 10% 20"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Health Care']",
            "['Health Care']",
            "['Health Care', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cigna Group', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Humana Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Humana Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.25,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CVX",
      "description": "",
      "representative_file": "CVX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1496303,
      "rep_rows": 1400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4599963",
            "4600012",
            "4600228"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-02T08:54:09.847Z",
            "2026-03-02T09:49:26.08Z",
            "2026-03-02T12:24:55.563Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:51.2788743-04:00",
            "2026-04-17T17:11:51.2788743-04:00",
            "2026-04-17T17:11:51.2788743-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Chevron Corporation",
            "Chevron Corporation",
            "Chevron Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CVX",
            "CVX",
            "CVX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates CVX with Buy, price target: $206 from $188",
            "Confirms temporary shut-in of production at Leviathan production platform; Parti",
            "CitiGroup Reiterates CVX with Buy, price target: $210 from $179"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Operations at onshore partitioned zone (PZ) continue as normal<br/>- Received ",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CXM",
      "description": "",
      "representative_file": "CXM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 86858,
      "rep_rows": 188,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4200078",
            "4200094",
            "4200098"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-09-05T11:43:10.987Z",
            "2024-09-05T11:50:46.91Z",
            "2024-09-05T11:54:13.487Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:51.3808875-04:00",
            "2026-04-17T17:11:51.3808875-04:00",
            "2026-04-17T17:11:51.3808875-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sprinklr Inc.",
            "Sprinklr Inc.",
            "Sprinklr Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CXM",
            "CXM",
            "CXM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wells Fargo Reiterates CXM with Equal Weight, price target: $8 from $9",
            "CitiGroup Reiterates CXM with Neutral, price target: $9 from $11",
            "Barclays Reiterates CXM with Overweight, price target: $10 from $11"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Sprinklr Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Sprinklr Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Sprinklr Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/CZR",
      "description": "",
      "representative_file": "CZR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 258818,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4497659",
            "4500710",
            "4501705"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-21T12:07:07.07Z",
            "2025-10-23T20:07:59.843Z",
            "2025-10-24T14:15:00.16Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:53.904107-04:00",
            "2026-04-17T17:11:53.904107-04:00",
            "2026-04-17T17:11:53.904107-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Caesars Entertainment Inc",
            "Boyd Gaming Corporation",
            "DraftKings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CZR",
            "BYD",
            "DKNG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Truist Reiterates CZR with Buy, price target: $32 from $37",
            "Reports Q3 $1.72 v $1.55e, Rev $1.00B v $867Me",
            "Working with NBA to ensure betting integrity - press cites statement in response"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "https://www.truist.com/",
            "- Adj EBITDAR $293.2M v $336.6M y/y <br/> <br/>- Operations Review:<br/>- Las Ve",
            "<b>**Insight: 10/23 (US) Over 30 individuals have been indicted in the U.S. for "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Caesars Entertainment Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Wynn Resorts Limited', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Caesars Entertainment Inc', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DAL",
      "description": "",
      "representative_file": "DAL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1136977,
      "rep_rows": 1300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4568676",
            "4568893",
            "4569136"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-27T12:02:13.427Z",
            "2026-01-27T15:26:16.17Z",
            "2026-01-27T22:06:47.427Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:54.278137-04:00",
            "2026-04-17T17:11:54.278137-04:00",
            "2026-04-17T17:11:54.278137-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "American Airlines Group, Inc.",
            "Delta Air Lines Inc",
            "Delta Air Lines Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AAL",
            "DAL",
            "DAL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Guides initial FY26 Capex $4.0-4.5B v $3.8B y/y, FCF over $2B; Guides Q1 Rev +7-",
            "Spokesperson: Weather related conditions in the Northeast continue to create ope",
            "Plans to add 31 additional Airbus widebody aircraft to its fleet; Have option to"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Expect taking delivery of 55 new aircraft in 2026<br/>- Guides initial FY27 Ca",
            "- LGA operations have stabilized despite running on a single runway; Schedule ad",
            "- Announced a new order for 31 additional Airbus widebody aircraft, including 16"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Americas Macro', 'Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Delta Air Lines Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Airbus SE', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DASH",
      "description": "",
      "representative_file": "DASH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 407545,
      "rep_rows": 700,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4515764",
            "4517754",
            "4518791"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-06T15:07:23.883Z",
            "2025-11-07T14:53:37.55Z",
            "2025-11-10T12:05:44.227Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:11:58.1194709-04:00",
            "2026-04-17T17:11:58.1194709-04:00",
            "2026-04-17T17:11:58.1194709-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DoorDash Inc",
            "DoorDash Inc",
            "Maplebear Inc (Instacart)"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DASH",
            "DASH",
            "CART"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Barclays Reiterates DASH with Equal Weight, price target: $238 from $272",
            "Susquehanna Reiterates DASH with Net Positive, price target: $250 from $300",
            "Reports Q3 $0.51 v $0.50e, Rev $939M v $934Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "<b>- Guides Q4 Adj EBITDA $285-295M v $289Me; GTV $9.45-9.60B v $9.45Be </b><br/"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'DoorDash Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'DoorDash Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Uber Technologies Inc', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DB",
      "description": "",
      "representative_file": "DB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 665566,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4341898",
            "4344613",
            "4347572"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-19T14:08:15.593Z",
            "2025-03-24T16:03:26.35Z",
            "2025-03-27T17:15:12.793Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:01.2047386-04:00",
            "2026-04-17T17:12:01.2047386-04:00",
            "2026-04-17T17:12:01.2047386-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Deutsche Bank Aktiengesellschaft",
            "Deutsche Bank Aktiengesellschaft",
            "Deutsche Bank Aktiengesellschaft"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DB",
            "DB",
            "DB"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 10:00ET Morgan Stanley 21st Annual European Financials Conference",
            "Issued additional Tier1 capital instruments totaling €1.5B with fixed coupon 7.1",
            "Appoints Raja Akram as CFO, effective after transition period"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- European regulators and policymakers are increasingly focused on boosting fina",
            "- Issuance supports Tier1 leverage ratio and its pillar 1 and 2 solvency require",
            "- Akram to join Deutsche Bank on Oct 1st <br/>- Will succeed James Von Moltke"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Fixed Income/Forex', 'Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "8",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Deutsche Bank Aktiengesellschaft', 'CountryId': 6, 'CountryIso",
            "[{'CompanyName': 'Deutsche Bank Aktiengesellschaft', 'CountryId': 6, 'CountryIso",
            "[{'CompanyName': 'Deutsche Bank Aktiengesellschaft', 'CountryId': 6, 'CountryIso"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Fixed Income/Forex",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DBX",
      "description": "",
      "representative_file": "DBX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 102517,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4133385",
            "4173665",
            "4181679"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-05-28T20:05:12.86Z",
            "2024-08-01T11:55:41.75Z",
            "2024-08-08T20:04:41.587Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:03.6269496-04:00",
            "2026-04-17T17:12:03.6269496-04:00",
            "2026-04-17T17:12:03.6269496-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Box, Inc.",
            "JPMorgan Chase &amp; Co",
            "Dropbox Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BOX",
            "JPM",
            "DBX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 $0.39 v $0.36e, Rev $265M v $262Me; Affirms FY24 Guidance",
            "Reportedly  co-founder of Dropbox, Ferdowsi is suing JPMorgan Chase’s wealth man",
            "Reports Q2 $0.60 v $0.52e, Rev $634.5M v $630Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides<b> Q2 $0.40-0.41 v $0.39e, Rev $268-270M v $271Me</b>; NG Op margin 27%",
            "",
            "- Paying users 18.2M v 18.0M y/y  <br/>- NG op margin 35.9% v 34.2% y/y    <br/>"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Financials']",
            "['Information Technology', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'NetApp Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Dropbox Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Dropbox Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Financials",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DCH",
      "description": "",
      "representative_file": "DCH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 88975,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4266363",
            "4282242",
            "4293703"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-03T14:11:19.83Z",
            "2024-12-30T01:42:24.387Z",
            "2025-01-16T13:59:33.54Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:05.5661217-04:00",
            "2026-04-17T17:12:05.5661217-04:00",
            "2026-04-17T17:12:05.5661217-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Dauch Corporation",
            "",
            "Dauch Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DCH",
            "",
            "DCH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary Bank of America Securities Conference: Capital expenditures are fore",
            "(US)  Auto discounts are rising in the US amid higher inventories; in Dec discou",
            "UBS Reiterates AXL with Neutral, price target: $6.50 from $8"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Full-year revenue guidance of $6.1 billion to $6.15 billion, driven by growth ",
            "https://fred.stlouisfed.org/series/AUINSA<br/><br/><br/>**Reminder Dec 19th KMX:",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Americas Macro', 'Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Dauch Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Dauch Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Americas Macro",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DDOG",
      "description": "",
      "representative_file": "DDOG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 198731,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4449670",
            "4449769",
            "4463170"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-08T12:02:17.263Z",
            "2025-08-08T12:39:38.357Z",
            "2025-08-27T20:05:06.567Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:06.410192-04:00",
            "2026-04-17T17:12:06.410192-04:00",
            "2026-04-17T17:12:06.410192-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Datadog Inc",
            "Datadog Inc",
            "Snowflake Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DDOG",
            "DDOG",
            "SNOW"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Bernstein SocGen Group Reiterates DDOG with Outperform, price target: $147",
            "Wolfe Research Reiterates DDOG with Outperform, price target: $175",
            "Reports Q2 $0.35 v $0.26e, Rev $1.14B v $1.09Be; Raises FY26 rev and opr margin "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Guides Q3 product Rev $1.12-1.13B, +25-26% y/y, opr margin 9.0%<br/>- Raises F"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Americas Macro', 'Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Datadog Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Datadog Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Palo Alto Networks Inc. Common Stock', 'CountryId': 1, 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DECK",
      "description": "",
      "representative_file": "DECK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 139907,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4395220",
            "4399759",
            "4401026"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-27T10:04:26.637Z",
            "2025-06-03T13:34:30.813Z",
            "2025-06-05T00:51:51.793Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:06.4261916-04:00",
            "2026-04-17T17:12:06.4261916-04:00",
            "2026-04-17T17:12:06.4261916-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Deckers Outdoor Corporation",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DECK",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "KGI Securities Cuts DECK to Neutral from Outperform, price target: $110",
            "(VN) US govt said to have sent &#39;tough&#39; list of requests to Vietnam on tr",
            "(VN) Follow up: Vietnam Trade Ministry: Has sent document replying to US trade r"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Vietnam Trade Minister meet USTR Greer to discuss main points in Vietnam&#39;s"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Asian Macro', 'Americas Macro']",
            "['Asian Macro', 'Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Deckers Outdoor Corporation', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Asian Macro",
            "Asian Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DELL",
      "description": "",
      "representative_file": "DELL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 760100,
      "rep_rows": 800,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4554497",
            "4557232",
            "4557834"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-08T12:00:31.25Z",
            "2026-01-13T02:00:39.86Z",
            "2026-01-13T12:00:04.937Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:08.2163532-04:00",
            "2026-04-17T17:12:08.2163532-04:00",
            "2026-04-17T17:12:08.2163532-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TD SYNNEX",
            "Dell Technologies Inc.",
            "Dell Technologies Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SNX",
            "DELL",
            "DELL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 $3.83 v $3.68e, Rev $17.4B v $16.9Be; Raises quarterly dividend 9.1% ",
            "AI Singapore and Dell Technologies are bringing the SEA-LION model to AI PCs and",
            "Hearing Goldman Sachs Assumed DELL with Buy, price target: $165"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- Guides Q1 $3.00-3.50 v $3.21e, Rev $15.1-15.9B v $15.3Be </b><br/>- Guides ",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Dell Technologies Inc.', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Dell Technologies Inc.', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DHT",
      "description": "",
      "representative_file": "DHT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 82913,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4071442",
            "4083653",
            "4097848"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-03-03T12:26:06.08Z",
            "2024-03-21T04:18:29.29Z",
            "2024-04-11T20:15:17.84Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:09.1294308-04:00",
            "2026-04-17T17:12:09.1294308-04:00",
            "2026-04-17T17:12:09.1294308-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "DHT Holdings Inc",
            "DHT Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "DHT",
            "DHT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) CENTCOM: On Mar 2nd, MV Rubymar, a Belize-flagged, UK-owned bulk carrier, s",
            "Jefferies Raised DHT to Buy from Hold, price target: $14",
            "Provides Q1 business update"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The 32,211-dwt general cargo ship, which was carrying 18,000 mt of ammonium ph",
            "",
            "- <b>The Company estimates time charter equivalent earnings for its fleet at $50"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['European Macro', 'Americas Macro']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Tsakos Energy Navigation Limited (TEN Ltd)', 'CountryId': 1, '",
            "[{'CompanyName': 'DHT Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'DHT Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "European Macro",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DINO",
      "description": "",
      "representative_file": "DINO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 122188,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4374597",
            "4383523",
            "4384863"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-02T10:30:06.17Z",
            "2025-05-12T11:38:25.117Z",
            "2025-05-13T09:51:47.117Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:10.3555382-04:00",
            "2026-04-17T17:12:10.3555382-04:00",
            "2026-04-17T17:12:10.3555382-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Exxon Mobil Corporation",
            "HF Sinclair Corp",
            "HF Sinclair Corp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "XOM",
            "DINO",
            "DINO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 $1.76 adj v $1.74e, Rev $83.1B v $84.2Be; Notes economic uncertainty,",
            "Barclays Reiterates DINO with Equal Weight, price target: $32 from $29",
            "Mizuho Securities Raised DINO to Outperform from Neutral, price target: $47"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Upstream Oil Production 4.55Mboepd v 4.60Mboepd q/q<br/>- Upstream Capital and",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'HF Sinclair Corp', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'HF Sinclair Corp', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DJT",
      "description": "",
      "representative_file": "DJT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 718753,
      "rep_rows": 379,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4395502",
            "4395779",
            "4398144"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-27T13:09:17.55Z",
            "2025-05-27T23:50:42.647Z",
            "2025-05-30T15:32:35.083Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:10.9085834-04:00",
            "2026-04-17T17:12:10.9085834-04:00",
            "2026-04-17T17:12:10.9085834-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Trump Media &amp; Technology Group Corp.",
            "Freight Technologies",
            "Trump Media &amp; Technology Group Corp."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DJT",
            "FRGT",
            "DJT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Confirms Approximately $2.5B Bitcoin Treasury Deal",
            "Entered into an Amendment and Exchange Agreement (the “Exchange Agreement”) with",
            "Notes it closed its previously announced private placement offering with approxi"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Announced today that it has entered into subscription agreements with approxim",
            "<b>- Net proceeds from the $20 million Facility are designated for the purchase ",
            "The <b>Offering consisted of the sale of (i) 55,857,181 shares of the Company’s "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Information Technology']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Bitcoin vs US Dollar', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Cryptocurrencies purchase and sales tracker', 'CountryId': 1, ",
            "[{'CompanyName': 'Cryptocurrencies purchase and sales tracker', 'CountryId': 1, "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Information Technology",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DKNG",
      "description": "",
      "representative_file": "DKNG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 476879,
      "rep_rows": 900,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4587731",
            "4587821",
            "4587858"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-17T12:16:26.18Z",
            "2026-02-17T13:02:23.093Z",
            "2026-02-17T13:10:04.477Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:11.3016177-04:00",
            "2026-04-17T17:12:11.3016177-04:00",
            "2026-04-17T17:12:11.3016177-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DraftKings Inc",
            "DraftKings Inc",
            "DraftKings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DKNG",
            "DKNG",
            "DKNG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JPMorgan Chase and Co Reiterates DKNG with Overweight, price target: $32 from $4",
            "Goldman Sachs Reiterates DKNG with Buy, price target: $31 from $54",
            "Guggenheim Securities Reiterates DKNG with Buy, price target: $37 from $42"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'DraftKings Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'DraftKings Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'DraftKings Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DLO",
      "description": "",
      "representative_file": "DLO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 54447,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4083216",
            "4120466",
            "4124703"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-03-20T13:03:15.007Z",
            "2024-05-09T14:15:44.387Z",
            "2024-05-14T20:08:46.243Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:11.8046617-04:00",
            "2026-04-17T17:12:11.8046617-04:00",
            "2026-04-17T17:12:11.8046617-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DLocal Limited Class A Common Shares",
            "DLocal Limited Class A Common Shares",
            "DLocal Limited Class A Common Shares"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DLO",
            "DLO",
            "DLO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Susquehanna Reiterates DLO with Net Positive, price target: $21 from $24",
            "UBS Reiterates DLO with Sell, price target: $13 from $15",
            "Reports Q1 $0.06 v $0.12e, Rev $184.4M v $192Me; Announces up to $200M share buy"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- &quot;Working on delivering on our 2024 guidance&quot; (prior: Adj EBITDA $220"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'DLocal Limited Class A Common Shares', 'CountryId': 1, 'Countr",
            "[{'CompanyName': 'DLocal Limited Class A Common Shares', 'CountryId': 1, 'Countr",
            "[{'CompanyName': 'Share Buybacks', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DOC",
      "description": "",
      "representative_file": "DOC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 76848,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4228558",
            "4232738",
            "4256641"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-10-21T09:13:36.533Z",
            "2024-10-24T20:20:07.19Z",
            "2024-11-18T21:16:09.42Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:14.124864-04:00",
            "2026-04-17T17:12:14.124864-04:00",
            "2026-04-17T17:12:14.124864-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Healthpeak Properties, Inc",
            "Healthpeak Properties, Inc",
            "Healthpeak Properties, Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DOC",
            "DOC",
            "DOC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Deutsche Bank Raised DOC to Buy from Hold, price target: $28",
            "Reports adj FFO Q3 $0.45 v $0.44e, Rev $700.4M v $689Me",
            "Slightly raises midpoint FY24 AFFO $1.80-1.82 v $1.80e (prior: 1.79-1.81)"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Slightly raises midpoint FY24 AFFO $1.79-1.81 v $1.79e (prior: $1.77-1.81)   <",
            "<b>**NOTE: 10/24 DOC </b>Reports adj FFO Q3 $0.45 v $0.44e, Rev $700.4M v $689Me"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Real Estate']",
            "['Real Estate']",
            "['Real Estate']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Healthpeak Properties Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Healthpeak Properties Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Healthpeak Properties Inc', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Real Estate",
            "Real Estate",
            "Real Estate"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DOCN",
      "description": "",
      "representative_file": "DOCN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 107906,
      "rep_rows": 238,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4443218",
            "4443416",
            "4443823"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-05T11:01:31.1Z",
            "2025-08-05T12:08:55.693Z",
            "2025-08-05T18:05:12.16Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:14.4308895-04:00",
            "2026-04-17T17:12:14.4308895-04:00",
            "2026-04-17T17:12:14.4308895-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DigitalOcean Holdings Inc",
            "DigitalOcean Holdings Inc",
            "DigitalOcean Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DOCN",
            "DOCN",
            "DOCN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q2 $0.59 v $0.47e, Rev $218.7M v $217Me: Guides Q3 strong, raises FY out",
            "TTN Summary of 08:00ET Earnings Call: Product innovation accelerated: launched o",
            "Tier1 firm Reiterates DOCN with Underperform, price target: $34"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q3 $0.45-0.50 v $0.47e, Rev $226-227M v $223Me, Adj EBITDA Margin 39-40",
            "- Raised FY25 revenue guidance to $888–892 M (+14% YoY) and Q3 ’25 revenue to $2",
            "- price target raised to $34 from $31"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'DigitalOcean Holdings Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'DigitalOcean Holdings Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'DigitalOcean Holdings Inc', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DOCS",
      "description": "",
      "representative_file": "DOCS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 146613,
      "rep_rows": 307,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4423409",
            "4434169",
            "4441997"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-14T12:25:03.47Z",
            "2025-07-28T11:00:45.513Z",
            "2025-08-04T11:53:19.703Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:16.2540536-04:00",
            "2026-04-17T17:12:16.2540536-04:00",
            "2026-04-17T17:12:16.2540536-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Doximity Inc.",
            "Doximity Inc.",
            "Doximity Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DOCS",
            "DOCS",
            "DOCS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Keybanc/Pacific Crest Reiterates DOCS with Overweight, price target: $70 from $6",
            "Tier1 firm Reiterates DOCS with Neutral, price target: $62",
            "SVB Leerink LLC Reiterates DOCS with Outperform, price target: $73"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Doximity Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Doximity Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Doximity Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DOCU",
      "description": "",
      "representative_file": "DOCU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 160187,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4338255",
            "4338359",
            "4338533"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-13T20:05:21.403Z",
            "2025-03-13T21:16:30.49Z",
            "2025-03-14T04:23:37.587Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:17.8601899-04:00",
            "2026-04-17T17:12:17.8591899-04:00",
            "2026-04-17T17:12:17.8591899-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DocuSign Inc",
            "DocuSign Inc",
            "DocuSign Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DOCU",
            "DOCU",
            "DOCU"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 $0.86 v $0.84e, Rev $776.3M v $760Me; Guides Q1 slightly below consen",
            "TTN Summary of 17:00ET Earnings Call: Fiscal 2026 is poised for transformational",
            "Tier1 firm Reiterates DOCU with Neutral, price target: $98 from $112"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q1 Rev $745-749M v $754Me; Billings $741-751M; NG gross margin 80.5-81.",
            "- Fiscal 2025 was transformative with Q4 revenue up 9% YoY and full-year revenue",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Information Technology']",
            "['Information Technology', 'TTN Research Alert']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'OneSpan Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'DocuSign Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'DocuSign Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DOW",
      "description": "",
      "representative_file": "DOW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 254107,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4495966",
            "4499967",
            "4500005"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-18T18:00:00.777Z",
            "2025-10-23T10:00:45.117Z",
            "2025-10-23T10:30:25.903Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:18.0152044-04:00",
            "2026-04-17T17:12:18.0142041-04:00",
            "2026-04-17T17:12:18.0142041-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Dow Inc",
            "Valero Energy Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "DOW",
            "VLO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Barron&#39;s Weekend Summary: Constellation Energy, a leading independent power ",
            "Reports Q3 -$0.19 v -$0.31e, Rev $10.0B v $10.2Be; Notes near-term market backdr",
            "Reports Q3 $3.66 v $2.91e, Rev $32.2B v $29.8Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<i>Cover:</i><br/>-<b>Constellation Energy</b>, a leading independent power prod",
            "- Rev -8.0% y/y, % q/q <br/>- Operating EBIT $180M v $641M y/y, margin % <br/>- ",
            "- Gulf Coast adj refining op income $942M v $419M y/y <br/>- US Mid-Continent ad"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Materials']",
            "['Americas Macro', 'Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'CF Industries Holdings Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Air Products and Chemicals Inc', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Cheniere Energy Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Materials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            1.75,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DVN",
      "description": "",
      "representative_file": "DVN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 211477,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4452159",
            "4460769",
            "4467308"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-12T12:15:16.097Z",
            "2025-08-25T10:07:31.147Z",
            "2025-09-03T13:56:43.987Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:18.6712617-04:00",
            "2026-04-17T17:12:18.6712617-04:00",
            "2026-04-17T17:12:18.6712617-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Devon Energy Corporation",
            "Devon Energy Corporation",
            "Devon Energy Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DVN",
            "DVN",
            "DVN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Goldman Sachs Reiterates DVN with Buy, price target: $41",
            "William Blair Initiates DVN with Outperform",
            "TTN Summary of 09:45ET Barclays 39th Annual CEO Energy: Targets $1 billion incre"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Targets <b>$1 billion incremental free cash flow by year-end 2026</b> (manifes"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Devon Energy Corporation', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Devon Energy Corporation', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Devon Energy Corporation', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DX",
      "description": "",
      "representative_file": "DX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 48907,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3431464",
            "3509421",
            "3577176"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-10-27T12:00:33.683Z",
            "2022-02-03T13:10:17.27Z",
            "2022-04-27T12:07:37.503Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:20.4304136-04:00",
            "2026-04-17T17:12:20.4304136-04:00",
            "2026-04-17T17:12:20.4304136-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Dynex Capital Inc",
            "Dynex Capital Inc",
            "Dynex Capital Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DX",
            "DX",
            "DX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 $0.54 v $0.51 q/q, Rev $14.4M v $12.1M q/q",
            "Reports Q4 $0.33 v $0.35 y/y, Rev $15.6M v $ 14.4M q/q",
            "Reports Q1 +$0.65 v -$0.04 q/q, NII $15.7M v $15.6M q/q"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Book value $18.42/shr v $18.75/shr q/q   <br/>- Adj Net interest spread 2.10% ",
            "- Book value $17.99/shr v $18.42/shr q/q  <br/>- Adj Net interest spread 2.00% v",
            "- Book value $18.24/shr v $17.99/shr q/q   <br/>- Adj Net interest spread 2.08% "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Dynex Capital Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Dynex Capital Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Dynex Capital Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DXC",
      "description": "",
      "representative_file": "DXC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 119813,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4248670",
            "4276578",
            "4281422"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-11-08T15:13:21.92Z",
            "2024-12-16T14:01:03.99Z",
            "2024-12-24T18:22:33.353Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:21.6175187-04:00",
            "2026-04-17T17:12:21.6175187-04:00",
            "2026-04-17T17:12:21.6175187-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DXC Technology Company",
            "DXC Technology Company",
            "DXC Technology Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DXC",
            "DXC",
            "DXC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Susquehanna Reiterates DXC with Net Neutral, price target: $23 from $19",
            "Partners with Blackout Technologies to Enhance Enterprise Security and Operation",
            "Reportedly American Airlines earlier groundstop issues attributed to vendor DXC "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- With today&#39;s modern workforce, ensuring data security on mobile devices is",
            "<u>Reminder:</u> <br/><b>- 09:24ET AAL </b>Vendor tech issue was briefly affecte"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'DXC Technology Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'DXC Technology Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'American Airlines Group, Inc.', 'CountryId': 1, 'CountryIso': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/DXCM",
      "description": "",
      "representative_file": "DXCM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 247356,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4439258",
            "4439413",
            "4442303"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-31T13:21:23.09Z",
            "2025-07-31T14:21:36.353Z",
            "2025-08-04T19:44:36.52Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:21.8025341-04:00",
            "2026-04-17T17:12:21.8025341-04:00",
            "2026-04-17T17:12:21.8025341-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DexCom Inc",
            "DexCom Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DXCM",
            "DXCM",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Oppenheimer Reiterates DXCM with Outperform, price target: $102 from $95",
            "Piper/Sandler Reiterates DXCM with Overweight, price target: $100 from $90",
            "US FDA&#39;s public meeting on the Reauthorization of the Medical Device User Fe"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Date: August 4, 2025<br/>Time: 10:00 a.m. - 3:00 p.m. ET<br/>The U.S. Food and D"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Americas Macro', 'Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'DexCom Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'DexCom Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Abbott Laboratories', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EA",
      "description": "",
      "representative_file": "EA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 297635,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4434070",
            "4434091",
            "4435998"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-28T09:54:35.95Z",
            "2025-07-28T10:05:18.62Z",
            "2025-07-29T20:05:18.32Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:21.8625402-04:00",
            "2026-04-17T17:12:21.8625402-04:00",
            "2026-04-17T17:12:21.8615385-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Electronic Arts Inc",
            "Electronic Arts Inc",
            "Electronic Arts Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EA",
            "EA",
            "EA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wells Fargo Initiates EA with Equal Weight, price target: $168",
            "Boutique Firm Initiates EA with Buy, price target: $185",
            "Reports Q1 $0.79 v $0.10e, Rev $1.67B v $1.24Be; Affirms guidance"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Guides Q2 GAAP $0.29-0.46 v $2.08e; Rev $1.75-1.85B v $1.99Be <br/>- Guides Q2"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Consumer Discretionary', 'Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Electronic Arts Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Electronic Arts Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Take-Two Interactive Software Inc', 'CountryId': 1, 'CountryIs"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EBAY",
      "description": "",
      "representative_file": "EBAY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 327058,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4477489",
            "4477963",
            "4478868"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-18T13:01:33.147Z",
            "2025-09-19T07:54:12.483Z",
            "2025-09-22T11:03:44.447Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:23.4226744-04:00",
            "2026-04-17T17:12:23.4226744-04:00",
            "2026-04-17T17:12:23.4226744-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Amazon.com Inc",
            "eBay Inc",
            "eBay Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AMZN",
            "EBAY",
            "EBAY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Multi-Channel Fulfillment expands its support of Merchants on SHEIN, Shopify, an",
            "Hearing President Capital Raised EBAY to Buy from Neutral, price target: $103",
            "To acquire Tise, a social C2C marketplace based in Oslo, Norway; No terms disclo"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- This growth builds on Amazon MCF’s proven success in enabling fulfillment for ",
            "",
            "- Acquisition strengthens eBay’s C2C offerings, targeting Gen Z and Millennial u"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary', 'TTN Research Alert']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'eBay Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'eBay Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'eBay Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EC",
      "description": "",
      "representative_file": "EC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 136138,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4469926",
            "4473396",
            "4476782"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-08T10:53:05.393Z",
            "2025-09-11T16:57:36.153Z",
            "2025-09-17T17:32:35.333Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:24.1947448-04:00",
            "2026-04-17T17:12:24.1947448-04:00",
            "2026-04-17T17:12:24.1947448-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ecopetrol S.A",
            "Ecopetrol S.A",
            "Ecopetrol S.A"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EC",
            "EC",
            "EC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Comments on information published in the media",
            "Begins gas sales from Florena field - Colombian press",
            "Begins asphalt exports via Port of Cartagena; Expects ~$1.5M to annual profit (u"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Informs the market that, in connection with certain news recently disseminated",
            "",
            "- Ecopetrol&#39;s new logistics operation will increase solid asphalt exports by"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Ecopetrol S.A', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Ecopetrol S.A', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Ecopetrol S.A', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EGO",
      "description": "",
      "representative_file": "EGO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 119761,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4095489",
            "4107669",
            "4133712"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-04-09T10:34:37.99Z",
            "2024-04-25T21:02:12.99Z",
            "2024-05-29T06:20:01.77Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:24.8488017-04:00",
            "2026-04-17T17:12:24.8488017-04:00",
            "2026-04-17T17:12:24.8488017-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Eldorado Gold Corporation",
            "Eldorado Gold Corporation",
            "Eldorado Gold Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EGO",
            "EGO",
            "EGO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates EGO with Underperform, price target: $12.50 from $9.70",
            "Reports Q1 C$0.27 v C$0.21e, Rev C$258M v C$228M y/y",
            "RBC Raised EGO to Outperform from Sector Perform, price target: $20 from $14"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Affirms FY24 capex $375-425M (prior: $375-425M) <br/> <br/>- Gold production 1",
            "- Citing higher production, higher margins, and higher FCF coming"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Eldorado Gold Corporation', 'CountryId': 13, 'CountryIso': 'CA",
            "[{'CompanyName': 'Eldorado Gold Corporation', 'CountryId': 13, 'CountryIso': 'CA",
            "[{'CompanyName': 'Eldorado Gold Corporation', 'CountryId': 13, 'CountryIso': 'CA"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EL",
      "description": "",
      "representative_file": "EL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 417003,
      "rep_rows": 600,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4512255",
            "4512427",
            "4513950"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-04T21:47:24.087Z",
            "2025-11-05T01:08:30.433Z",
            "2025-11-05T21:30:30.63Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:26.7449642-04:00",
            "2026-04-17T17:12:26.7449642-04:00",
            "2026-04-17T17:12:26.7449642-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Est&#233;e Lauder Companies Inc",
            "The Est&#233;e Lauder Companies Inc",
            "Coty Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EL",
            "EL",
            "COTY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Files to sell 1.3M shares of Class A Common Stock by the Lauder family trusts",
            "Announces Pricing of Secondary Offering of Class A Common Stock by Selling Stock",
            "Reports Q1 $0.12 v $0.15e, Rev $1.58B v $1.58Be; Notes Q2 sales are tracking tow"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Announces that trusts affiliated with descendants of Leonard A. Lauder (the “Sel",
            "- The Selling Stockholders will receive all of the proceeds from the Offering. T",
            "<b>- Guides Q2 $0.18-$0.21 v $0.19e; LFL sales at &#39;more favorable&#39; end o"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Consumer Staples']",
            "['Americas Macro', 'Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Insider trading tracker', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'The Est&#233;e Lauder Companies Inc', 'CountryId': 1, 'Country",
            "[{'CompanyName': 'The Est&#233;e Lauder Companies Inc', 'CountryId': 1, 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Staples",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ELAN",
      "description": "",
      "representative_file": "ELAN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 302307,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4515184",
            "4517672",
            "4519090"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-06T12:55:31.067Z",
            "2025-11-07T14:25:36.97Z",
            "2025-11-10T14:03:27.65Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:27.0019849-04:00",
            "2026-04-17T17:12:27.0009846-04:00",
            "2026-04-17T17:12:27.0009846-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Elanco Animal Health Incorporated",
            "",
            "Elanco Animal Health Incorporated"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ELAN",
            "",
            "ELAN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UBS Reiterates ELAN with Buy, price target: $27 from $25",
            "EMA publishes Meeting highlights from the Committee for Veterinary Medicinal Pro",
            "Piper/Sandler Reiterates ELAN with Neutral, price target: $24 from $18"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "CVMP opinions on veterinary medicinal products<br/>The Committee adopted a posit",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['European Macro', 'Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Elanco Animal Health Incorporated', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'Zoetis Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Elanco Animal Health Incorporated', 'CountryId': 1, 'CountryIs"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "European Macro",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ELF",
      "description": "",
      "representative_file": "ELF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 251432,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4454955",
            "4456175",
            "4458294"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-14T13:00:19.693Z",
            "2025-08-16T18:00:00.89Z",
            "2025-08-20T10:00:56.633Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:28.0830975-04:00",
            "2026-04-17T17:12:28.0823034-04:00",
            "2026-04-17T17:12:28.0823034-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ulta Beauty Inc",
            "",
            "The Est&#233;e Lauder Companies Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ULTA",
            "",
            "EL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ulta Beauty and Target mutually agreed not to renew the Ulta Beauty at Target sh",
            "Barron&#39;s Weekend Summary: Federal Reserve Chair Jerome Powell is set to deli",
            "Reports Q4 $0.09 adj v $0.08e, Rev $3.41B v $3.40Be; Guides FY26 EPS below est; "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Until then, the Ulta Beauty at Target experience will continue in Target stores ",
            "<i>Cover:</i><br/>-Federal Reserve Chair Jerome Powell is set to deliver a defin",
            "<b>- Guides initial FY26 </b><b>$1.87-2.07</b><b> v </b><b>$2.13e (adj cc)</b><b"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Americas Macro']",
            "['Americas Macro', 'Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "21",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Target Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Novo Nordisk A/S', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'L&#39;Or&#233;al S.A', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            0.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EMR",
      "description": "",
      "representative_file": "EMR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 203692,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4444876",
            "4444963",
            "4445042"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-06T10:34:23.983Z",
            "2025-08-06T11:04:41.673Z",
            "2025-08-06T11:40:50.563Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:28.3581048-04:00",
            "2026-04-17T17:12:28.3571062-04:00",
            "2026-04-17T17:12:28.3571062-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Emerson Electric Co",
            "Rockwell Automation Inc",
            "Emerson Electric Co"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EMR",
            "ROK",
            "EMR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 $1.52 adj v $1.51e, Rev $4.55B v $4.58Be; Guides Q4 below est; Trims ",
            "Reports Q3 $2.82 v $2.69e, Rev $2.14B v $2.07Be; Notes expectations for fiscal 2",
            "TTN Summary of 07:30ET Earnings Call:  Q4 margin expected to hold sequentially a"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- </b><b>Guides</b><b> </b><b>Q4</b><b> </b><b>$1.58-1.62</b><b> v </b><b>$1.",
            "- <b>Raise</b><b>s</b><b> </b>FY25 Adj EPS $9.80-10.20 v $9.81e, Rev $8.2B v $8.",
            "- <b>Fourth quarter outlook</b>: underlying sales growth of 5–6%, adjusted segme"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Industrials']",
            "['Americas Macro', 'Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Rockwell Automation Inc', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'GE Aerospace', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Emerson Electric Co', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.75,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ENB",
      "description": "",
      "representative_file": "ENB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 142143,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4074020",
            "4082308",
            "4083272"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-03-06T15:06:00.667Z",
            "2024-03-19T16:18:37.363Z",
            "2024-03-20T14:03:49.103Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:29.9522448-04:00",
            "2026-04-17T17:12:29.9522448-04:00",
            "2026-04-17T17:12:29.9522448-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Enbridge Inc",
            "Enbridge Inc",
            "Kinder Morgan Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ENB",
            "ENB",
            "KMI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ENB.CA",
            "ENB.CA",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "High conviction mainline will not lose a ton of volume to Trans Mountain expansi",
            "Exec: Guides expansion Gray Oak oil pipeline capacity by 120K BPD (prior: 200K B",
            "Trans Mountain Pipeline CFO: Sale isn&#39;t likely in FY24 but up to Canadian Go"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- To focus on small tuck in acquisitions   <br/>- Expects mainline to stay full ",
            "- 2/3rds of Gray Oak&#39;s 120K BPD expansion will be available soon, and will b",
            "- Expects pipeline to be highly utilized as early as 2025, close to full in FY24"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'US Oil Fund', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'US Oil Fund', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Enbridge Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ENPH",
      "description": "",
      "representative_file": "ENPH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 332847,
      "rep_rows": 700,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4494826",
            "4499869",
            "4502582"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-16T12:48:25.17Z",
            "2025-10-23T08:25:38.97Z",
            "2025-10-27T12:01:07.643Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:31.9174157-04:00",
            "2026-04-17T17:12:31.9174157-04:00",
            "2026-04-17T17:12:31.9164154-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Enphase Energy Inc",
            "Enphase Energy Inc",
            "Enphase Energy Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ENPH",
            "ENPH",
            "ENPH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Morgan Stanley Reiterates ENPH with Underweight, price target: $28 from $32",
            "Mizuho Securities Cuts ENPH to Neutral from Outperform, price target: $37",
            "Announces Complete Off-Grid Solar and Battery Solution in the U.S."
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- The system requires the IQ Battery 5P with embedded grid-forming microinverter"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Enphase Energy Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Enphase Energy Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Enphase Energy Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ENVX",
      "description": "",
      "representative_file": "ENVX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 154295,
      "rep_rows": 175,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4319573",
            "4320559",
            "4320779"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-19T21:09:21.82Z",
            "2025-02-20T14:19:50.32Z",
            "2025-02-20T18:59:09.043Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:32.1554377-04:00",
            "2026-04-17T17:12:32.1554377-04:00",
            "2026-04-17T17:12:32.1554377-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Enovix Corporation",
            "Enovix Corporation",
            "Enovix Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ENVX",
            "ENVX",
            "ENVX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 -$0.11 v -$0.17e, Rev $9.7M v $9.0Me",
            "Canaccord Genuity Reiterates ENVX with Buy, price target: $20",
            "Benchmark Company Reiterates ENVX with Buy, price target: $25"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q1 -$0.21 to -$0.15 v $-0.15e, Rev $3.5-5.5M v $5.0Me, adj EBITDA -$27M",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Enovix Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Enovix Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Enovix Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EOG",
      "description": "",
      "representative_file": "EOG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 140250,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4398279",
            "4399628",
            "4407237"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-01T10:43:37.763Z",
            "2025-06-03T11:41:20.417Z",
            "2025-06-16T14:05:26.507Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:32.4174608-04:00",
            "2026-04-17T17:12:32.4174608-04:00",
            "2026-04-17T17:12:32.4174608-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EOG Resources Inc",
            "EOG Resources Inc",
            "EOG Resources Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EOG",
            "EOG",
            "EOG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Siebert Williams Shank &amp; Co. Reiterates EOG with Buy, price target: $152",
            "UBS Reiterates EOG with Buy, price target: $140",
            "Said to be preparing debt offering to fund $5.6B Encino deal announced in late M"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- EOG may sell notes in four parts, with longest tenor at 30 years (seen UST +13"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Fixed Income/Forex', 'Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'EOG Resources Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'EOG Resources Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'iShares iBoxx $ High Yield Corporate Bond', 'CountryId': 1, 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Fixed Income/Forex"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EOSE",
      "description": "",
      "representative_file": "EOSE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 164380,
      "rep_rows": 173,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4360063",
            "4377401",
            "4378621"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-15T12:35:53.11Z",
            "2025-05-06T20:08:06.52Z",
            "2025-05-07T12:47:30.013Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:33.2435301-04:00",
            "2026-04-17T17:12:33.2435301-04:00",
            "2026-04-17T17:12:33.2425298-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Eos Energy Enterprises Inc",
            "Eos Energy Enterprises Inc",
            "Eos Energy Enterprises Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EOSE",
            "EOSE",
            "EOSE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Signs MoU with Frontier Power for 5GWh energy storage framework agreement",
            "Reports Q1 -$0.17 v -$0.19e, Rev $10.5M v $9.0Me",
            "TTN Summary of 08:30ET Earnings Call: Reiterated FY25 revenue guidance of $150–1"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-Signed a memorandum of understanding with Frontier Power Ltd., a UK-based energ",
            "- Affirms FY25 Rev ~$150-190M v $163Me (prior: ~$150-190M) <br/> <br/>- Cash bal",
            "- Pipeline diversified with a military base project in California, MOUs in the U"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Eos Energy Enterprises Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Eos Energy Enterprises Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Eos Energy Enterprises Inc', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EPD",
      "description": "",
      "representative_file": "EPD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 167253,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4306701",
            "4316857",
            "4317927"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-04T15:18:20.04Z",
            "2025-02-14T21:11:59.41Z",
            "2025-02-18T11:16:56.25Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:33.871591-04:00",
            "2026-04-17T17:12:33.871591-04:00",
            "2026-04-17T17:12:33.871591-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Enterprise Products Partners L.P",
            "",
            "Enterprise Products Partners L.P"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EPD",
            "",
            "EPD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 10:00ET Earnings Call: expansion plans include adding two gas pro",
            "Fairholme Capital discloses latest quarterly holdings - 13 F-HR filing",
            "Tier1 firm Reiterates EPD with Buy, price target: $38"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>2024 performance highlights:</b> Achieved a record $9.9B EBITDA along with ",
            "New stake:  ET OXY EOG <br/>Liquidated:  --    <br/>Raised:  JOE EPD OZK BRK.B B",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Americas Macro']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Enterprise Products Partners L.P', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Apple Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Enterprise Products Partners L.P', 'CountryId': 1, 'CountryIso"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Americas Macro",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EQNR",
      "description": "",
      "representative_file": "EQNR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 238368,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4210045",
            "4210983",
            "4222372"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-09-20T15:23:32.787Z",
            "2024-09-23T18:00:41.47Z",
            "2024-10-10T11:00:01.13Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:35.727744-04:00",
            "2026-04-17T17:12:35.727744-04:00",
            "2026-04-17T17:12:35.7257437-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BP p.l.c",
            "Equinor ASA",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BP",
            "EQNR",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BP.UK",
            "EQNR.NO",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Signs contract with Azerbaijan for deep-lying gas production in Caspian Sea at A",
            "Have evacuated some staff as a precaution, although platform titan is not expect",
            "(US) Thursday Morning Online Reading Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "<b>PROJECT SYNDICATE</b><br/>-Ana Palacio, former minister of foreign affairs of"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Statoil ASA', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Statoil ASA', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Amazon.com Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            0.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EQT",
      "description": "",
      "representative_file": "EQT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 170378,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4419256",
            "4419386",
            "4425380"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-08T12:22:00.483Z",
            "2025-07-08T13:16:49.937Z",
            "2025-07-16T10:39:28.573Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:35.8847585-04:00",
            "2026-04-17T17:12:35.8847585-04:00",
            "2026-04-17T17:12:35.8847585-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EQT Corporation",
            "EQT Corporation",
            "EQT Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EQT",
            "EQT",
            "EQT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Mizuho Securities Resumed EQT with Outperform, price target: $66",
            "RBC Reiterates EQT with Sector Perform, price target: $60 from $55",
            "Siebert Williams Shank &amp; Co. Reiterates EQT with Hold, price target: $60 fro"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'EQT Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'EQT Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'EQT Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EQX",
      "description": "",
      "representative_file": "EQX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 73434,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3715634",
            "3726036",
            "3730501"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-10-24T20:04:07.003Z",
            "2022-11-03T00:08:22.803Z",
            "2022-11-07T13:13:50.83Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:37.3018909-04:00",
            "2026-04-17T17:12:37.3018909-04:00",
            "2026-04-17T17:12:37.3018909-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Equinox Gold Corp",
            "Equinox Gold Corp",
            "Equinox Gold Corp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EQX",
            "EQX",
            "EQX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "RBC Cuts EQX to Underperform from Sector Perform, price target: C$5.50 from C$8",
            "Reports Q3 -$0.09 v -$0.03e, Rev $245.1M v $245.1M y/y",
            "BMO Capital Markets Reiterates EQX with Outperform, price target: C$6 from C$7.5"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Narrows FY22 gold production ~540K oz, AISC upper end of $1,470-1,530/oz (prio",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Equinox Gold Corp', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Equinox Gold Corp', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Equinox Gold Corp', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ERIC",
      "description": "",
      "representative_file": "ERIC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 218787,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4137875",
            "4139667",
            "4141991"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-06-04T13:14:16.357Z",
            "2024-06-06T15:02:15.12Z",
            "2024-06-11T12:32:35.49Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:37.4869108-04:00",
            "2026-04-17T17:12:37.4869108-04:00",
            "2026-04-17T17:12:37.4869108-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Telefonaktiebolaget LM Ericsson (publ)",
            "Keysight Technologies Inc",
            "Vonage Holdings Corp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ERIC",
            "KEYS",
            "VG.OLD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ERICB.SE",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reportedly to close down its ad division, Emodo - press",
            "Keysight and Ericsson to Demonstrate Pre-6G Network at IEEE International Confer",
            "Vonage and Telstra Partner to help Accelerate Digital Transformation with Networ"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Emodo reportedly was unable to gain momentum despite recent AI-powered ad init",
            "",
            "- Vonage, a global leader in cloud communications and a part of Ericsson (NASDAQ"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Telefon AB LM Ericsson', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Telefon AB LM Ericsson', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Telefon AB LM Ericsson', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ETN",
      "description": "",
      "representative_file": "ETN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 272021,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4493918",
            "4494568",
            "4509954"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-15T17:04:13.417Z",
            "2025-10-16T10:59:10.367Z",
            "2025-11-03T11:55:09.303Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:38.2609655-04:00",
            "2026-04-17T17:12:38.2609655-04:00",
            "2026-04-17T17:12:38.2599648-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Eaton Corporation plc",
            "Snowflake Inc.",
            "Eaton Corporation plc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ETN",
            "SNOW",
            "ETN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extends Global Exclusive Distribution Agreement With Satair for Commercial Fuel ",
            "Snowflake and Palantir Announce Strategic Partnership for Enterprise-Ready AI &a",
            "Acquires data center thermal components firms Boyd Thermal from Goldman Sachs As"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Announced the long-term extension of its exclusive global distribution agreement",
            "- New partnership integrates Snowflake’s AI Data Cloud with Palantir Foundry and",
            "- Announced it has signed an agreement to acquire the Boyd Thermal business of B"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Information Technology']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Eaton Corporation plc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Eaton Corporation plc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'The Goldman Sachs Group Inc', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Information Technology",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ETSY",
      "description": "",
      "representative_file": "ETSY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 274016,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4491776",
            "4494903",
            "4497667"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-13T12:25:46.88Z",
            "2025-10-16T13:47:30.517Z",
            "2025-10-21T12:09:28.187Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:38.8520181-04:00",
            "2026-04-17T17:12:38.8520181-04:00",
            "2026-04-17T17:12:38.8520181-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Etsy Inc",
            "Etsy Inc",
            "Etsy Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ETSY",
            "ETSY",
            "ETSY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JPMorgan Chase and Co Reiterates ETSY with Neutral, price target: $65 from $60",
            "Needham making positive comments on Buy rated ETSY and EBAY",
            "Raymond James Reiterates ETSY with Outperform, price target: $80 from $70"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Firm expects agentic shopping to drive another leg of better discovery and pri",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary', 'TTN Research Alert']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Etsy Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'eBay Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Etsy Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EVLV",
      "description": "",
      "representative_file": "EVLV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 110684,
      "rep_rows": 119,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3997187",
            "4003283",
            "4010780"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-11-13T13:07:40.687Z",
            "2023-11-21T13:30:24.523Z",
            "2023-12-05T12:44:49.85Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-19T13:30:25.8050991-04:00",
            "2026-04-19T13:30:25.8050991-04:00",
            "2026-04-19T13:30:25.8050991-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Evolv Technology",
            "Evolv Technology",
            "Evolv Technology"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EVLV",
            "EVLV",
            "EVLV"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Surpasses 1B visitors screened",
            "Lake Street Capital Markets Initiates EVLV with Buy, price target: $6",
            "Cantor Fitzgerald Reiterates EVLV with Overweight, price target: $8"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- As of September 30, 2023, the Company has:<ul><li>Surpassed 1 billion visitors",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Evolv Technology', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Evolv Technology', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Evolv Technology', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EW",
      "description": "",
      "representative_file": "EW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 257964,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4425433",
            "4428297",
            "4428652"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-16T11:16:50.66Z",
            "2025-07-21T11:13:11.32Z",
            "2025-07-21T20:21:52.933Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:40.4161695-04:00",
            "2026-04-17T17:12:40.4151586-04:00",
            "2026-04-17T17:12:40.4151586-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Edwards Lifesciences Corporation",
            "Edwards Lifesciences Corporation",
            "Edwards Lifesciences Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EW",
            "EW",
            "EW"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Mizuho Securities Reiterates EW with Outperform, price target: $87",
            "Boutique Firm Initiates EW with Buy, price target: $90",
            "Files mixed shelf of an indeterminate amount"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Edwards Lifesciences Corporation', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Edwards Lifesciences Corporation', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Edwards Lifesciences Corporation', 'CountryId': 1, 'CountryIso"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EXE",
      "description": "",
      "representative_file": "EXE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 87929,
      "rep_rows": 133,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4371791",
            "4384762",
            "4386472"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-30T10:27:22.497Z",
            "2025-05-13T07:58:07.22Z",
            "2025-05-14T10:35:11.19Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:40.6151747-04:00",
            "2026-04-17T17:12:40.6141744-04:00",
            "2026-04-17T17:12:40.6141744-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Expand Energy",
            "Expand Energy",
            "Expand Energy"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EXE",
            "EXE",
            "EXE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Siebert Williams Shank &amp; Co. Reiterates EXE with Hold, price target: $115",
            "Piper/Sandler Raised EXE to Overweight from Neutral, price target: $136",
            "Siebert Williams Shank &amp; Co. Reiterates EXE with Hold, price target: $124 fr"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Expand Energy', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Expand Energy', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Expand Energy', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EXEL",
      "description": "",
      "representative_file": "EXEL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 284408,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4451898",
            "4467440",
            "4472257"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-12T10:15:30.04Z",
            "2025-09-03T16:59:44.397Z",
            "2025-09-10T12:25:03.48Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:41.168223-04:00",
            "2026-04-17T17:12:41.168223-04:00",
            "2026-04-17T17:12:41.168223-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Exelixis Inc",
            "Exelixis Inc",
            "Exelixis Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EXEL",
            "EXEL",
            "EXEL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H.C. Wainwright Reiterates EXEL with Buy, price target: $46 from $53",
            "TTN Summary of 12:45ET Wells Fargo 20th Annual Healthcare Conference 2025:  Sees",
            "TTN Summary of 08:00ET H.C. Wainwright 27th Annual Global Investment Conference:"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Q2 ’25 cabozantinib growth of 19–20% y/y, driven by an 18% rise in demand and ",
            "- <b>Midpoint of 2025 CABOMETYX product revenue guidance at ~$2.1 B</b><br/>- GE"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Exelixis Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Exelixis Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Exelixis Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/EXK",
      "description": "",
      "representative_file": "EXK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 108779,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4277344",
            "4278266",
            "4287091"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-17T11:50:36.68Z",
            "2024-12-18T11:01:59.62Z",
            "2025-01-08T11:50:11.1Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:42.6663508-04:00",
            "2026-04-17T17:12:42.6663508-04:00",
            "2026-04-17T17:12:42.6663508-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Endeavour Silver Corp",
            "Endeavour Silver Corp",
            "Endeavour Silver Corp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "EXK",
            "EXK",
            "EXK"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Guanacev&#237; Mill Operating at Full Capacity After Trunnion Installation",
            "H.C. Wainright Reiterates EXK with Buy, price target: $7.25",
            "Provides Terronera Update: Faced delays in December with critical steel componen"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- After a 15-week period of operating at a reduced capacity averaging 620 tonnes",
            "",
            "- Workforce reduced from December 20, 2024, to January 6, 2025, for cost savings"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Endeavour Silver Corp', 'CountryId': 13, 'CountryIso': 'CA', '",
            "[{'CompanyName': 'Endeavour Silver Corp', 'CountryId': 13, 'CountryIso': 'CA', '",
            "[{'CompanyName': 'Endeavour Silver Corp', 'CountryId': 13, 'CountryIso': 'CA', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/F",
      "description": "",
      "representative_file": "F.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3303962,
      "rep_rows": 2900,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4593140",
            "4593506",
            "4594202"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-23T22:45:52.037Z",
            "2026-02-24T08:05:14.23Z",
            "2026-02-24T18:45:17.657Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:44.446505-04:00",
            "2026-04-17T17:12:44.446505-04:00",
            "2026-04-17T17:12:44.446505-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "FedEx Corporation",
            "Ford Motor Company",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FDX",
            "F",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*Files suit against the US to receive full refund of emergency tariffs following",
            "Files to recall over 412K US vehicles - NHTSA",
            "Cox Automotive Update: New-Vehicle Sales Pace Forecast to Improve in February"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Seeks refunds from defendants of all IEEPA duties plaintiffs have paid to the ",
            "- A rear toe link fracture can result in a loss of steering control, increasing ",
            "The Cox Automotive February new‑vehicle sales forecast released this morning is "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Industrials', 'TTN Research Alert']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'United Parcel Service Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Ford Motor Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FANG",
      "description": "",
      "representative_file": "FANG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 213736,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4442319",
            "4442333",
            "4443135"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-04T20:03:50.8Z",
            "2025-08-04T20:07:23.1Z",
            "2025-08-05T10:25:41.997Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:44.4735147-04:00",
            "2026-04-17T17:12:44.4735147-04:00",
            "2026-04-17T17:12:44.4735147-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Diamondback Energy Inc",
            "Viper Energy Partners LP",
            "Diamondback Energy Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FANG",
            "VNOM",
            "FANG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Letter to Stockholders Issued by Diamondback Energy, Inc",
            "Reports Q2 $0.41 v $0.34e, Op income $297M v $217M y/y",
            "Siebert Williams Shank &amp; Co. Reiterates FANG with Buy, price target: $195"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Diamondback Stockholders,<br/>This letter is meant to be a supplement to our ear",
            "- Guides Q3 net production 86-92K bpd <br/>- Affirms FY25 avg daily production 1",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Fixed Income/Forex', 'Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Viper Energy Partners LP', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Diamondback Energy Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Diamondback Energy Inc', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Fixed Income/Forex",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FAST",
      "description": "",
      "representative_file": "FAST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 156175,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4423602",
            "4424552",
            "4424557"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-14T14:10:16.663Z",
            "2025-07-15T12:51:49.23Z",
            "2025-07-15T12:53:59.84Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:45.2365765-04:00",
            "2026-04-17T17:12:45.2365765-04:00",
            "2026-04-17T17:12:45.2365765-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fastenal Company",
            "Fastenal Company",
            "Fastenal Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FAST",
            "FAST",
            "FAST"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 10:00ET Earnings Call: Average monthly sales per site climbed 17.",
            "Stephens Reiterates FAST with Equal Weight, price target: $45 from $40",
            "JPMorgan Chase and Co Reiterates FAST with Neutral, price target: $41 from $38"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- No explicit numeric Q3/FY25 guidance provided; management emphasized strategic",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Fastenal Company', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Fastenal Company', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Fastenal Company', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FCX",
      "description": "",
      "representative_file": "FCX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 302240,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4499286",
            "4499940",
            "4500153"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-22T20:10:19.103Z",
            "2025-10-23T09:32:48.463Z",
            "2025-10-23T12:00:38.96Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:45.4565963-04:00",
            "2026-04-17T17:12:45.4565963-04:00",
            "2026-04-17T17:12:45.4565963-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Alcoa Corporation",
            "Freeport-McMoRan Inc",
            "Freeport-McMoRan Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AA",
            "FCX",
            "FCX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 -$0.02 v -$0.07e, Rev $3.0B v $3.02Be",
            "Tier1 firm Reiterates FCX with Buy, price target: $50 from $42",
            "Reports Q3 $0.50 adj v $0.41e, Rev $6.97B v $6.60Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q4 alumina segment adj EBITDA<b> expects sequential favorable impacts o",
            "",
            "- Guides Q3 copper sales BMlbs , gold sales K oz , molybdenum sales M lbs <br/>-"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Freeport-McMoRan Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'StreetTracks Gold Trust', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FDX",
      "description": "",
      "representative_file": "FDX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 775443,
      "rep_rows": 850,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4574412",
            "4574444",
            "4576352"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-03T08:32:42.517Z",
            "2026-02-03T09:05:58.28Z",
            "2026-02-04T14:14:45.353Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:46.1906636-04:00",
            "2026-04-17T17:12:46.1906636-04:00",
            "2026-04-17T17:12:46.1906636-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "FedEx Corporation",
            "FedEx Corporation",
            "FedEx Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FDX",
            "FDX",
            "FDX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Bernstein SocGen Group Raised FDX to Outperform from Market Perform, price targe",
            "Wells Fargo Raised FDX to Overweight from Equal Weight, price target: $380 from ",
            "UBS Reiterates FDX with Buy, price target: $412 from $314"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Citing improving parcel fundamentals and the freight spin make the stock uniqu",
            "- Firm expects the company to outline solid multi-year targets and believe F27 c",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'FedEx Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'FedEx Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'FedEx Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FHN",
      "description": "",
      "representative_file": "FHN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 93807,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4360780",
            "4360786",
            "4361036"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-16T10:30:09.377Z",
            "2025-04-16T10:33:46.267Z",
            "2025-04-16T13:41:34.143Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:48.9839022-04:00",
            "2026-04-17T17:12:48.9839022-04:00",
            "2026-04-17T17:12:48.9829149-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "First Horizon Corporation",
            "First Horizon Corporation",
            "First Horizon Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FHN",
            "FHN",
            "FHN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 $0.42 v $0.40e, Rev $812M v $818Me",
            "Affirms FY25 Rev to flat to +4% y/y (implies $3.28-3.41B v $3.35Be) (prior: flat",
            "TTN Summary of 09:30ET Earnings Call: Increased provision expenses, driven by a "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Avg Loans $61.6B v $62.4B q/q, $61.2B y/y  <br/>- Avg Deposits $64.5B % v $66.",
            "- Raises mid-point FY25 Net Charge-offs +15-25bps; Affirms CET1 Ratio 10.5-11.0%",
            "- Macroeconomic uncertainty persists amid tariff impacts and trade imbalance con"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Regional Bank Holders ETF', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Regional Bank Holders ETF', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'First Horizon Corporation', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FIG",
      "description": "",
      "representative_file": "FIG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 73719,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4439716",
            "4452827",
            "4458199"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-31T17:58:56.863Z",
            "2025-08-12T23:33:31.637Z",
            "2025-08-20T07:40:11.42Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:50.4940343-04:00",
            "2026-04-17T17:12:50.493033-04:00",
            "2026-04-17T17:12:50.493033-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Figma",
            "Figma",
            "Figma"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FIG",
            "FIG",
            "FIG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Halted: Circuit breaker",
            "Figma and Motiff Reach Global Settlement in Intellectual Property Protection Law",
            "Piper/Sandler Initiates FIG with Overweight, price target: $85"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Traded up to $93.50",
            "- Under the settlement agreement, Motiff will cease selling its current Motiff E",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Figma', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'Figma', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'Figma', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FIGS",
      "description": "",
      "representative_file": "FIGS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 86460,
      "rep_rows": 166,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4121377",
            "4125900",
            "4142666"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-05-10T05:49:08.78Z",
            "2024-05-15T15:15:33.913Z",
            "2024-06-12T10:50:20.59Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:50.9420711-04:00",
            "2026-04-17T17:12:50.9420711-04:00",
            "2026-04-17T17:12:50.9420711-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "FIGS Inc.",
            "",
            "FIGS Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FIGS",
            "",
            "FIGS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates FIGS with Underperform, price target: $4.50",
            "Kerrisdale discloses latest quarterly holdings - 13 F-HR filing",
            "Appoints Sarah Oughtred as new CFO, effective July 29th"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "New stake: CRH DAVA BA DBX HSIC FOXF PAYO DOCU ROKU KWEB FIGS FUTU TIGR <br/>Liq",
            "- Ms. Oughtred<b> spent almost 17 years at lululemon</b>, where she served in fi"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Americas Macro']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'FIGS Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'ConocoPhillips', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'FIGS Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Americas Macro",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FISV",
      "description": "",
      "representative_file": "FISV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 166980,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4505795",
            "4505992",
            "4506314"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-29T16:03:43.383Z",
            "2025-10-29T20:11:21.663Z",
            "2025-10-30T03:52:04.077Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:52.0361657-04:00",
            "2026-04-17T17:12:52.0361657-04:00",
            "2026-04-17T17:12:52.0361657-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fiserv Inc",
            "Fiserv Inc",
            "Fiserv Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FISV",
            "FISV",
            "FISV"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "William Blair Cuts FI to Market Perform from Outperform",
            "TD Cowen Cuts FI to Hold from Buy, price target: $80",
            "Seaport Global Securities Cuts FI to Neutral from Buy"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Citing company hitting the reset button; &#39;25 was guided down, &#39;26 will"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Fiserv Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Fiserv Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Fiserv Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FITB",
      "description": "",
      "representative_file": "FITB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 157765,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4487302",
            "4487600",
            "4489754"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-06T14:13:32.943Z",
            "2025-10-07T04:11:35.38Z",
            "2025-10-09T10:12:36.527Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:52.0381674-04:00",
            "2026-04-17T17:12:52.0381674-04:00",
            "2026-04-17T17:12:52.0381674-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fifth Third Bancorp",
            "Fifth Third Bancorp",
            "Fifth Third Bancorp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FITB",
            "FITB",
            "FITB"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates FITB with Buy, price target: $49",
            "Morgan Stanley Raised FITB to Overweight from Equal Weight, price target: $60 fr",
            "Tier1 firm Reiterates FITB with Buy, price target: $51"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Citing compelling upside from acquiring CMA",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Fifth Third Bancorp', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Fifth Third Bancorp', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Fifth Third Bancorp', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FLG",
      "description": "",
      "representative_file": "FLG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 44034,
      "rep_rows": 35,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4474051",
            "4480924",
            "4494009"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-12T12:33:52.54Z",
            "2025-09-25T04:39:14.633Z",
            "2025-10-15T20:05:45.157Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:54.1443495-04:00",
            "2026-04-17T17:12:54.1443495-04:00",
            "2026-04-17T17:12:54.1433492-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Flagstar Bank",
            "Flagstar Bank",
            "Flagstar Bank"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FLG",
            "FLG",
            "FLG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Truist Reiterates FLG with Hold, price target: $13.50 from $12",
            "TD Cowen Initiates FLG with Hold, price target: $14",
            "Announced today that at its Special Meeting of Shareholders held on October 15, "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "https://www.truist.com/",
            "",
            "<b>The approved proposals include:</b><br/> 1. Approval and adoption of the Amen"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Flagstar Bank', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Flagstar Bank', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Flagstar Bank', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FLNC",
      "description": "",
      "representative_file": "FLNC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 125979,
      "rep_rows": 288,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4417665",
            "4418594",
            "4418671"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-04T23:53:36.82Z",
            "2025-07-07T21:34:28.2Z",
            "2025-07-08T02:02:11.877Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:55.7094885-04:00",
            "2026-04-17T17:12:55.7094885-04:00",
            "2026-04-17T17:12:55.7094885-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Fluence Energy Inc. Class A Common Stock"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "FLNC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Pres Trump signs OBBBA (One Big Beautiful Bill Act) into law at the White H",
            "(US) US Pres Trump: Signs EO extending tariff deadline to Aug 1st; Signs EO to e",
            "Chosen for 300 MW / 600 MWh Wellington Battery Energy Storage System for AMPYR A"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Trump: &quot;Our country is going to be a rocket ship, economically&quot;  <br",
            "",
            "- has been selected by AMPYR Australia (AMPYR) for the 300 MW / 600 MWh Wellingt"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Fixed Income/Forex', 'TTN Research Alert']",
            "['Americas Macro', 'Energy', 'TTN Research Alert']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'NextEra Energy Inc (FPL)', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'NextEra Energy Inc (FPL)', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Global X Lithium ETF', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FLR",
      "description": "",
      "representative_file": "FLR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 192254,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4389463",
            "4400459",
            "4408233"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-16T11:00:00.76Z",
            "2025-06-04T11:00:00.777Z",
            "2025-06-17T21:03:58.55Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:56.3305442-04:00",
            "2026-04-17T17:12:56.3285446-04:00",
            "2026-04-17T17:12:56.3285446-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Fluor Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "FLR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Friday Morning Online Reading Summary",
            "(US) Wednesday Morning Online Reading Summary",
            "Awarded $560.5M US Navy contract from DoD"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>PROJECT SYNDICATE</b><br/>-Sinan &#220;lgen, a former Turkish diplomat, now D",
            "<b>PROJECT SYNDICATE</b><br/>-Pinelopi Koujianou Goldberg, former World Bank Gro",
            "- Fluor Marine Propulsion LLC, Arlington, Virginia, was awarded a $560,493,551 c"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Americas Macro']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "21",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Lam Research Corporation', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Dover Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Fluor Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.75,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FLUT",
      "description": "",
      "representative_file": "FLUT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 161018,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4564186",
            "4565003",
            "4565891"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-20T16:43:38.997Z",
            "2026-01-21T12:06:01.433Z",
            "2026-01-22T10:19:27.58Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:56.615569-04:00",
            "2026-04-17T17:12:56.615569-04:00",
            "2026-04-17T17:12:56.615569-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DraftKings Inc",
            "Flutter Entertainment plc",
            "Flutter Entertainment plc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DKNG",
            "FLUT",
            "FLUT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Strength attributed to Massachusetts court ruling blocking Kalshi from offering ",
            "Hearing Craig-Hallum Cuts FLUT to Hold from Buy, price target: $200",
            "Tier1 firm Reiterates FLUT with Neutral, price target: $210 from $250"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Link: https://bookies.com/news/massachusetts-scores-big-win-in-lawsuit-against",
            "https://www.craig-hallum.com",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Flutter Entertainment plc', 'CountryId': 2, 'CountryIso': 'UK'",
            "[{'CompanyName': 'Flutter Entertainment plc', 'CountryId': 2, 'CountryIso': 'UK'",
            "[{'CompanyName': 'Flutter Entertainment plc', 'CountryId': 2, 'CountryIso': 'UK'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FLY",
      "description": "",
      "representative_file": "FLY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2603548,
      "rep_rows": 784,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4422629",
            "4434182",
            "4442258"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-11T21:14:50.207Z",
            "2025-07-28T11:09:00.37Z",
            "2025-08-04T16:51:12.36Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:56.8615894-04:00",
            "2026-04-17T17:12:56.8615894-04:00",
            "2026-04-17T17:12:56.8615894-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Firefly Aerospace Inc.",
            "Firefly Aerospace Inc.",
            "Firefly Aerospace Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FLY",
            "FLY",
            "FLY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Files for IPO on Nasdaq - S1 filing",
            "Expects to price 16.2M IPO shares at $35.00-39.00/shr",
            "Boosts expected IPO pricing range to $41-43/shr (prior: $35-39)"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Firefly Aerospace is a market leading space and defense technology company with ",
            "- In addition, Firefly intends to grant the underwriters a 30-day option to purc",
            "- Still plans to offer 16.2M shares in IPO"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Osprey Technology Acquisition Corp', 'CountryId': 1, 'CountryI",
            "[{'CompanyName': 'Firefly Aerospace Inc.', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Firefly Aerospace Inc.', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FND",
      "description": "",
      "representative_file": "FND.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 71581,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4215254",
            "4228746",
            "4235547"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-09-30T12:20:12.21Z",
            "2024-10-21T11:38:30.863Z",
            "2024-10-29T09:13:34.387Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:12:59.8448453-04:00",
            "2026-04-17T17:12:59.8448453-04:00",
            "2026-04-17T17:12:59.8448453-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Floor &amp; Decor Holdings Inc",
            "Floor &amp; Decor Holdings Inc",
            "Floor &amp; Decor Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FND",
            "FND",
            "FND"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Piper/Sandler Reiterates FND with Neutral, price target: $119 from $95",
            "UBS Reiterates FND with Neutral, price target: $115 from $105",
            "Tier1 firm Reiterates FND with Buy, price target: $135"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Floor &amp; Decor Holdings Inc', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Floor &amp; Decor Holdings Inc', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Floor &amp; Decor Holdings Inc', 'CountryId': 1, 'CountryIso':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FOUR",
      "description": "",
      "representative_file": "FOUR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 157116,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4420351",
            "4426329",
            "4429507"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-09T12:15:37.313Z",
            "2025-07-17T08:44:37.84Z",
            "2025-07-22T12:54:05.12Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:00.1758751-04:00",
            "2026-04-17T17:13:00.1758751-04:00",
            "2026-04-17T17:13:00.1758751-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Shift4",
            "Shift4",
            "Shift4"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FOUR",
            "FOUR",
            "FOUR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Keefe Bruyette Reiterates FOUR with Market Perform, price target: $110 from $95",
            "Deutsche Bank Raised FOUR to Buy from Hold, price target: $120",
            "Truist Reiterates FOUR with Hold, price target: $109 from $97"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "https://www.truist.com/"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Shift4', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U",
            "[{'CompanyName': 'Shift4', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U",
            "[{'CompanyName': 'Shift4', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FOXA",
      "description": "",
      "representative_file": "FOXA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 282393,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4490230",
            "4503547",
            "4504172"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-09T17:04:53.21Z",
            "2025-10-28T08:41:34.643Z",
            "2025-10-28T16:51:47.293Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:00.4368986-04:00",
            "2026-04-17T17:13:00.4368986-04:00",
            "2026-04-17T17:13:00.4368986-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fox Corporation",
            "Fox Corporation",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FOX",
            "FOXA",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fox Entertainment to produce over 200 vertical video titles - press",
            "Arete Capital Partners Raised FOXA to Buy from Neutral, price target: $97",
            "(US) FCC Chairman Carr: No decision has been made on whether to revise ownership"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Fox Entertainment to make equity stake investment in for Holywater app My Dram",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Americas Macro', 'Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Fox Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Fox Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'The Walt Disney Company', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FRO",
      "description": "",
      "representative_file": "FRO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 64027,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3266706",
            "3316377",
            "3319478"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-03-29T10:05:09.857Z",
            "2021-05-25T10:01:56.85Z",
            "2021-05-28T10:04:15.79Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:02.9021125-04:00",
            "2026-04-17T17:13:02.9021125-04:00",
            "2026-04-17T17:13:02.9021125-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Frontline Ltd",
            "Frontline Ltd",
            "Frontline Ltd"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FRO",
            "FRO",
            "FRO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FRO.NO",
            "FRO.NO",
            "FRO.NO"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H.C. Wainright Initiates FRO with Neutral, price target: $8",
            "Evercore ISI Institutional Equities Raised FRO to Outperform from In Line, price",
            "H.C. Wainright Reiterates FRO with Neutral, price target: $8"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Frontline Ltd', 'CountryId': 16, 'CountryIso': 'NO', 'CountryN",
            "[{'CompanyName': 'Frontline Ltd', 'CountryId': 16, 'CountryIso': 'NO', 'CountryN",
            "[{'CompanyName': 'Frontline Ltd', 'CountryId': 16, 'CountryIso': 'NO', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FROG",
      "description": "",
      "representative_file": "FROG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 98642,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4316367",
            "4316582",
            "4316935"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-14T10:01:07Z",
            "2025-02-14T12:51:04.62Z",
            "2025-02-16T12:25:19.943Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:04.3962485-04:00",
            "2026-04-17T17:13:04.3962485-04:00",
            "2026-04-17T17:13:04.3962485-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JFrog Ltd",
            "JFrog Ltd",
            "JFrog Ltd"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FROG",
            "FROG",
            "FROG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates FROG with Buy, price target: $50 from $42",
            "Keybanc/Pacific Crest Reiterates FROG with Overweight, price target: $46 from $3",
            "DA Davidson Reiterates FROG with Buy, price target: $50"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'JFrog Ltd', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'JFrog Ltd', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'JFrog Ltd', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FRSH",
      "description": "",
      "representative_file": "FRSH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 96495,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4266656",
            "4284933",
            "4286181"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-03T20:49:40.493Z",
            "2025-01-06T13:12:24.903Z",
            "2025-01-07T13:52:25.593Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:04.4552509-04:00",
            "2026-04-17T17:13:04.4552509-04:00",
            "2026-04-17T17:13:04.4552509-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Freshworks Inc. Class A Common Stock",
            "Freshworks Inc. Class A Common Stock",
            "Freshworks Inc. Class A Common Stock"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FRSH",
            "FRSH",
            "FRSH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 15:35ET UBS Global Technology and AI Conference: Q4 guidance anti",
            "Piper/Sandler Reiterates FRSH with Overweight, price target: $20 from $18",
            "Wells Fargo Reiterates FRSH with Equal Weight, price target: $16 from $14"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Early signs of improvement in SMB low-mid market, though not yet a consistent ",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Freshworks Inc. Class A Common Stock', 'CountryId': 1, 'Countr",
            "[{'CompanyName': 'Freshworks Inc. Class A Common Stock', 'CountryId': 1, 'Countr",
            "[{'CompanyName': 'Freshworks Inc. Class A Common Stock', 'CountryId': 1, 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FSLY",
      "description": "",
      "representative_file": "FSLY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 132561,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4315397",
            "4315473",
            "4315532"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-13T14:06:58.637Z",
            "2025-02-13T14:26:51.08Z",
            "2025-02-13T14:48:45.297Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:06.6734425-04:00",
            "2026-04-17T17:13:06.6734425-04:00",
            "2026-04-17T17:13:06.6734425-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fastly Inc",
            "Fastly Inc",
            "Fastly Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FSLY",
            "FSLY",
            "FSLY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Piper/Sandler Reiterates FSLY with Neutral, price target: $9 from $10",
            "RBC Reiterates FSLY with Sector Perform, price target: $8 from $10",
            "Morgan Stanley Reiterates FSLY with Equal Weight, price target: $8 from $7"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Fastly Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Fastly Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Fastly Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FSM",
      "description": "",
      "representative_file": "FSM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 130663,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4146917",
            "4148994",
            "4156150"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-06-20T09:00:13.427Z",
            "2024-06-25T09:00:08.78Z",
            "2024-07-09T09:00:07.703Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:06.9504651-04:00",
            "2026-04-17T17:13:06.9504651-04:00",
            "2026-04-17T17:13:06.9504651-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fortuna Silver Mines Inc",
            "Fortuna Silver Mines Inc",
            "Fortuna Silver Mines Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FSM",
            "FSM",
            "FSM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Intersects 23.7 g/t gold over 17.8 meters from the Kingfisher Prospect at the S&",
            "Provides update on its exploration programs at the Diamba Sud Gold Project in Se",
            "Reports Q2  gold equivalent production 116.6Koz +25% y/y, +4% q/q"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- S&#233;gu&#233;la exploration program highlights:</b><br/><b>Kingfisher Pro",
            "<b>Diamba Sud Gold Project, Senegal</b><br/>Drilling at Diamba Sud has continued",
            "<b>Q2 2024 Production highlights</b><ul><li>Gold equivalent production of 116,57"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Fortuna Silver Mines Inc', 'CountryId': 13, 'CountryIso': 'CA'",
            "[{'CompanyName': 'Fortuna Silver Mines Inc', 'CountryId': 13, 'CountryIso': 'CA'",
            "[{'CompanyName': 'Market Vectors Gold Miners ETF', 'CountryId': 1, 'CountryIso':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FTNT",
      "description": "",
      "representative_file": "FTNT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 290704,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4454764",
            "4457058",
            "4457099"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-14T11:23:19.62Z",
            "2025-08-18T20:05:08.213Z",
            "2025-08-18T20:41:30.027Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:06.9834679-04:00",
            "2026-04-17T17:13:06.9824686-04:00",
            "2026-04-17T17:13:06.9824686-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fortinet Inc",
            "Palo Alto Networks Inc. Common Stock",
            "Palo Alto Networks Inc. Common Stock"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FTNT",
            "PANW",
            "PANW"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Hearing Erste Group Cuts FTNT to Hold from Buy",
            "Reports Q4 $0.95 v $0.89e, Rev $2.54B v $2.50Be",
            "TTN Summary of 16:30ET Earnings Call: “I don’t think the macro is bad; I think t"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Guides Q1 $0.88-0.90 v $0.84e; Rev $2.45-2.47B v $2.44Be; RPO&#39;s $15.4-15.5",
            "<b>- &quot;In Q4 our bookings growth turned a corner and was the highest we&#39;"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Americas Macro', 'Information Technology', 'TTN Research Alert']",
            "['Information Technology', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Fortinet Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'International Business Machines Corporation', 'CountryId': 1, ",
            "[{'CompanyName': 'Fortinet Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Americas Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/FUBO",
      "description": "",
      "representative_file": "FUBO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 311279,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4444834",
            "4444885",
            "4449554"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-06T10:16:15.697Z",
            "2025-08-06T10:40:09.313Z",
            "2025-08-08T11:30:24.983Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:09.120656-04:00",
            "2026-04-17T17:13:09.120656-04:00",
            "2026-04-17T17:13:09.120656-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Walt Disney Company",
            "The Walt Disney Company",
            "fuboTV Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DIS",
            "DIS",
            "FUBO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ESPN to launch direct-to-consumer streaming service on Aug 21st; ESPN offers bun",
            "Reports Q3 $1.61 v $1.47e, Rev $23.7B v $23.7Be; Disney+ paid subscribers missed",
            "Reports Q2 $0.05 v $0.02e, Rev $380M v $366Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The service launches during the start of college football and NFL seasons, alo",
            "- Guides Q4 <b>Disney+ and Hulu subscribers +10M q/q, Disney+ subscribers modest",
            "- Omits Q3 NA Rev $M, % y/y, Rest of World Rev $M, % y/y <br/>- Omits Q3 NA subs"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Consumer Discretionary', 'Communication Services']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Comcast Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Comcast Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'The Walt Disney Company', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Consumer Discretionary",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            2.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GAP",
      "description": "",
      "representative_file": "GAP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 191105,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4458253",
            "4459819",
            "4460097"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-20T09:02:31.927Z",
            "2025-08-22T04:38:26.74Z",
            "2025-08-22T11:18:27.63Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:09.8347366-04:00",
            "2026-04-17T17:13:09.8347366-04:00",
            "2026-04-17T17:13:09.8347366-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Gap Inc.",
            "Gap Inc.",
            "Gap Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GAP",
            "GAP",
            "GAP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CitiGroup Cuts GAP to Neutral from Buy, price target: $22",
            "Barclays Cuts GAP to Equal Weight from Overweight, price target: $19 from $24",
            "UBS Reiterates GAP with Neutral, price target: $23 from $27"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Citing belief that firm&#39;s previous blue-sky scenario for double-digit oper",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Gap Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Gap Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Gap Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GE",
      "description": "",
      "representative_file": "GE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1077680,
      "rep_rows": 1000,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4543502",
            "4544491",
            "4549199"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-15T11:34:47.817Z",
            "2025-12-16T11:12:06.47Z",
            "2025-12-27T12:22:17.097Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:11.2568418-04:00",
            "2026-04-17T17:13:11.2538416-04:00",
            "2026-04-17T17:13:11.252844-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Monday Morning Papers Summary",
            "(US) Tuesday Morning Papers Summary",
            "(US) Weekend Papers Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>FINANCIAL TIMES</b><br/>-Australian Prime Minister Anthony Albanese announced",
            "<b>THE FINANCIAL TIMES</b><br/>-Global companies are increasingly seeking privat",
            "<b>FINANCIAL TIMES</b><br/>-Government borrowing costs for Italy and Spain have "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Americas Macro']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "21",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Citigroup Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'JPMorgan Chase &amp; Co', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'GE Aerospace', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.75,
            0.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GENI",
      "description": "",
      "representative_file": "GENI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 130166,
      "rep_rows": 199,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4367764",
            "4373310",
            "4376737"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-25T12:00:41.27Z",
            "2025-05-01T12:05:57.037Z",
            "2025-05-06T11:02:09.13Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:13.5300384-04:00",
            "2026-04-17T17:13:13.5300384-04:00",
            "2026-04-17T17:13:13.5300384-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Genius Sports Limited",
            "Genius Sports Limited",
            "Genius Sports Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GENI",
            "GENI",
            "GENI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Confirmed as the exclusive provider of official NCAA data to licensed sportsbook",
            "Launches BetVision for Soccer to Transform Live Betting and Fan Engagement in th",
            "Reports Q1 -$0.03 v -$0.05e, Rev $144M v $143Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NCAA LiveStats to remain free for all member schools, delivering trusted, real-t",
            "<ul><li>BetVision transforms the live betting experience, enabling fans to inter",
            "- Affirms FY25 Group Rev $620M v $618Me, Adj EBITDA $125M, Cash Flow &#39;increa"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Genius Sports Limited', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Genius Sports Limited', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Genius Sports Limited', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GEO",
      "description": "",
      "representative_file": "GEO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 150128,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4342599",
            "4342611",
            "4354228"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-20T10:45:57.93Z",
            "2025-03-20T10:54:59.57Z",
            "2025-04-07T18:47:09.137Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:14.0740882-04:00",
            "2026-04-17T17:13:14.0740882-04:00",
            "2026-04-17T17:13:14.0740882-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The GEO Group Inc",
            "The GEO Group Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GEO",
            "GEO",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Announces Contract for Company-Owned 1,800-Bed North Lake Facility in Michigan",
            "Affirms FY25  Rev ~$2.5B v $2.58Be; Sees potential future upside to $3.3B - Inve",
            "Reportedly Trump administration plans to spend $45B to expand immigrant detentio"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Entered into a contract with U.S. Immigration and Customs Enforcement (“ICE”) ",
            "",
            "- Link: https://www.nytimes.com/2025/04/07/us/politics/trump-administration-immi"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The GEO Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'The GEO Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'CoreCivic Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GEV",
      "description": "",
      "representative_file": "GEV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 310971,
      "rep_rows": 354,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4546244",
            "4546544",
            "4547929"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-18T11:09:18.02Z",
            "2025-12-18T17:03:47.817Z",
            "2025-12-22T13:10:01.403Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:14.2711047-04:00",
            "2026-04-17T17:13:14.2711047-04:00",
            "2026-04-17T17:13:14.2711047-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "GE Vernova",
            "GE Vernova",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GEV",
            "GEV",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Jefferies Raised GEV to Buy from Hold, price target: $815",
            "Fitch raises rating to BBB+; Outlook positive",
            "(US) Reportedly Trump admin pausing leases for 5 large offshore wind projects un"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "<b>** Update: US halts All offshore wind licences on national security concerns<"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Fixed Income/Forex', 'Industrials']",
            "['Americas Macro', 'Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'GE Vernova', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Corporate bond ratings', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Vestas Wind Systems A/S', 'CountryId': 65, 'CountryIso': 'DK',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Fixed Income/Forex",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GFI",
      "description": "",
      "representative_file": "GFI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 80633,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3729382",
            "3732553",
            "3732600"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-11-05T16:00:00.63Z",
            "2022-11-08T17:56:26.28Z",
            "2022-11-08T20:16:02.69Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:16.338283-04:00",
            "2026-04-17T17:13:16.338283-04:00",
            "2026-04-17T17:13:16.338283-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Gold Fields Limited",
            "Gold Fields Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "GFI",
            "GFI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Weekend Papers Summary",
            "Provides update On proposed Yamana Gold Acquisition",
            "Confirms termination of arrangement agreement with Yamana"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>NEW YORK TIMES</b><br/>-Most Candidates Running on Crime Wouldn’t Have Much P",
            "Shareholders are advised that Yamana Gold Inc. (Yamana) has issued a press relea",
            "- Gold Fields has terminated the Arrangement Agreement in respect of the Transac"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Yamana Gold Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Countr",
            "[{'CompanyName': 'Yamana Gold Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GFS",
      "description": "",
      "representative_file": "GFS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 332010,
      "rep_rows": 334,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4463073",
            "4463980",
            "4464002"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-27T15:54:43.767Z",
            "2025-08-28T12:02:16.523Z",
            "2025-08-28T12:20:21.603Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:17.4133782-04:00",
            "2026-04-17T17:13:17.4133782-04:00",
            "2026-04-17T17:13:17.4133782-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "GlobalFoundries Inc. Ordinary Shares",
            "GlobalFoundries Inc. Ordinary Shares",
            "GlobalFoundries Inc. Ordinary Shares"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GFS",
            "GFS",
            "GFS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 11:45ET Deutsche Bank&#39;s 2025 Technology Conference: CHIPS Act",
            "Announces milestone for its 40nm process technology through its partnership with",
            "Announces production release of its 130nm complementary Bi-CMOS (CBIC) platform,"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<ul><li><b>Q4 acceleration</b>: repositioning of a major customer’s Q3 volumes i",
            "This scaled production of wireless SoCs on 40LP, including Silicon Labs&#39; SiW",
            "Now available for design with a process design kit (PDK), 130CBIC delivers unmat"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'GlobalFoundries Inc. Ordinary Shares', 'CountryId': 1, 'Countr",
            "[{'CompanyName': 'Silicon Laboratories Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Semiconductors Holders Trust', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GH",
      "description": "",
      "representative_file": "GH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 323904,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4519092",
            "4521494",
            "4527457"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-10T14:03:51.933Z",
            "2025-11-12T13:05:32.843Z",
            "2025-11-19T09:40:57.877Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:18.0134301-04:00",
            "2026-04-17T17:13:18.0134301-04:00",
            "2026-04-17T17:13:18.0124301-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Guardant Health Inc",
            "Guardant Health Inc",
            "Guardant Health Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GH",
            "GH",
            "GH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Piper/Sandler Reiterates GH with Overweight, price target: $120 from $90",
            "Announces public launch of the Single Namespace Working Group (SNS), a 34-member",
            "TTN Summary of 04:30ET Jefferies London Healthcare Conference 2025: PMA submissi"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Managing exabyte-scale data across different storage providers is often disrup",
            "- Modeling Shield revenues of over $100 million in 2026, up from $24 million in "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Guardant Health Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Guardant Health Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Guardant Health Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GILD",
      "description": "",
      "representative_file": "GILD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1646879,
      "rep_rows": 1500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4588314",
            "4588795",
            "4591010"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-17T21:12:45.453Z",
            "2026-02-18T10:52:33.51Z",
            "2026-02-19T21:17:39.31Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:19.8125879-04:00",
            "2026-04-17T17:13:19.8125879-04:00",
            "2026-04-17T17:13:19.8125879-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NovaBridge Biosciences",
            "",
            "Gilead Sciences Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NBP",
            "",
            "GILD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NovaBridge doses first patient in Global, Randomized Phase 2 Study of Givastomig",
            "Sigmapharm Labs Llc Receives US FDA ANDA Supplement 7 approval for Ambrisentan (",
            "Barclays Initiates GILD with Equal Weight, price target: $155"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<ul><li>Global, randomized Phase 2 study to evaluate the addition of givastomig,",
            "*Link: https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm?event=overview.",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Gilead Sciences Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Gilead Sciences Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GLNG",
      "description": "",
      "representative_file": "GLNG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 127643,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4200556",
            "4204167",
            "4207753"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-09-05T20:01:33.693Z",
            "2024-09-11T18:19:34.413Z",
            "2024-09-17T22:43:16.517Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:22.8078471-04:00",
            "2026-04-17T17:13:22.8068475-04:00",
            "2026-04-17T17:13:22.8068475-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Golar LNG Limited",
            "",
            "Golar LNG Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GLNG",
            "",
            "GLNG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Prices $300M unsecured bond issue",
            "Texas LNG (Brownsville) signs another heads of agreement (HoA) with global LNG m",
            "Final Investment Decision in pact with CIMC Raffles for MK II 3.5mtpa FLNG produ"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Successfully priced USD 300 million in senior unsecured bonds in the Nordic bo",
            "<b>**NOTE:</b> 07/02 Texas LNG to begin construction in 2024, start commercial o",
            "- Golar LNG Limited (“Golar” or “the Company”) announces today that it has signe"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Fixed Income/Forex', 'Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Golar LNG Limited', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'EQT Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Golar LNG Limited', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fixed Income/Forex",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GLW",
      "description": "",
      "representative_file": "GLW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 289211,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4475251",
            "4479627",
            "4479704"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-16T02:35:21.147Z",
            "2025-09-23T11:06:20.73Z",
            "2025-09-23T12:19:55.713Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:22.8578499-04:00",
            "2026-04-17T17:13:22.8578499-04:00",
            "2026-04-17T17:13:22.8578499-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LG Display Co. Ltd",
            "IONQ Inc",
            "Corning Incorporated"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LPL",
            "IONQ",
            "GLW"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Strength attributed to report of Apple shifting iPhone panel orders away from Ch",
            "Achieves Significant Quantum Internet Milestone, Demonstrates Quantum Frequency ",
            "UBS Reiterates GLW with Buy, price target: $91 from $84"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "https://www.fnnews.com/news/202509151832425930?pg=mny",
            "- Significant technological advancement in its pursuit of scalable quantum netwo",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology', 'TTN Research Alert']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Corning Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Comcast Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Corning Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GM",
      "description": "",
      "representative_file": "GM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3660790,
      "rep_rows": 3100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4591988",
            "4592117",
            "4592328"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-20T15:01:28.563Z",
            "2026-02-20T21:49:15.413Z",
            "2026-02-23T05:08:37.33Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:23.6159202-04:00",
            "2026-04-17T17:13:23.6159202-04:00",
            "2026-04-17T17:13:23.6159202-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "General Motors Company",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "GM",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*(US) SUPREME COURT STRIKES DOWN TRUMP&#39;S ADMIN IEEPA TARIFFS (AS EXPECTED); ",
            "Big Three automakers have reportedly penned a letter to the White House raising ",
            "(US) US Customs confirms to halt collection of duties under IEEPA at 12:01am EST"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "**Link: https://www.supremecourt.gov/opinions/25pdf/24-1287_4gcj.pdf<br/><br/>- ",
            "- Calls for de-stacking current auto tariffs",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Fixed Income/Forex', 'TTN Research Alert']",
            "['Americas Macro', 'Consumer Discretionary']",
            "['Americas Macro', 'Fixed Income/Forex']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "7",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Ford Motor Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.5,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GME",
      "description": "",
      "representative_file": "GME.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 383419,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4262134",
            "4269153",
            "4272640"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-11-26T12:00:31.037Z",
            "2024-12-05T18:48:23.477Z",
            "2024-12-10T21:05:22.88Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:24.0599539-04:00",
            "2026-04-17T17:13:24.0589546-04:00",
            "2026-04-17T17:13:24.0589546-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Best Buy Co. Inc",
            "GameStop Corp",
            "GameStop Corp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BBY",
            "GME",
            "GME"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 $1.26 v $1.30e, Rev $9.45B v $9.63Be; Cuts FY25 SSS and rev midpoint;",
            "Meme stocks surge after Roaring Kitty posts pic of an old Time magazine cover",
            "Reports Q3 $0.06 v $0.00 y/y, Rev $860M v $1.08B y/y"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q4 SSS -3% to flat v -0.3%e, NG Op margin 4.6-4.8% <br/>- <b>Cut</b><b>",
            "- Link: https://x.com/TheRoaringKitty/status/1864742787197116887/photo/1",
            "- Net $17.4M v $451.2M q/q <br/>- FCF $20M v $11.1M y/y  <br/>- adj EBITDA -$24."
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Americas Macro', 'Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Costco Wholesale Corporation', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'AMC Entertainment Holdings, Inc.', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Electronic Arts Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Consumer Discretionary",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GOOG",
      "description": "",
      "representative_file": "GOOG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7354447,
      "rep_rows": 5000,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4629040",
            "4629255",
            "4629959"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-07T18:31:38.44Z",
            "2026-04-08T01:57:19.43Z",
            "2026-04-08T16:00:37.02Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:25.1060495-04:00",
            "2026-04-17T17:13:25.1060495-04:00",
            "2026-04-17T17:13:25.1060495-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Anthropic",
            "",
            "Meta Platforms Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ANTHROPIC.IPO",
            "",
            "META"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Anthropic announces Project Glasswing cybersecurity initiative - blog",
            "(US) AI giants go on ‘charm offensive’ to avert public backlash – WSJ",
            "Debuts first AI model from Meta Superintelligence Labs, Muse Spark (previously c"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Brings together Amazon Web Services, Anthropic, Apple, Broadcom, Cisco, CrowdS",
            "",
            "<b>Muse Spark is purpose-built for Meta’s products. It will power a smarter and "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Americas Macro', 'Information Technology']",
            "['Americas Macro', 'Communication Services', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'JPMorgan Chase &amp; Co', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Alphabet Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GOOGL",
      "description": "",
      "representative_file": "GOOGL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7354246,
      "rep_rows": 5000,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4629040",
            "4629255",
            "4629959"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-07T18:31:38.44Z",
            "2026-04-08T01:57:19.43Z",
            "2026-04-08T16:00:37.02Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:27.8992939-04:00",
            "2026-04-17T17:13:27.8992939-04:00",
            "2026-04-17T17:13:27.8984673-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Anthropic",
            "",
            "Meta Platforms Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ANTHROPIC.IPO",
            "",
            "META"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Anthropic announces Project Glasswing cybersecurity initiative - blog",
            "(US) AI giants go on ‘charm offensive’ to avert public backlash – WSJ",
            "Debuts first AI model from Meta Superintelligence Labs, Muse Spark (previously c"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Brings together Amazon Web Services, Anthropic, Apple, Broadcom, Cisco, CrowdS",
            "",
            "<b>Muse Spark is purpose-built for Meta’s products. It will power a smarter and "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Americas Macro', 'Information Technology']",
            "['Americas Macro', 'Communication Services', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'JPMorgan Chase &amp; Co', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Alphabet Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GPK",
      "description": "",
      "representative_file": "GPK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 82833,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4350443",
            "4359783",
            "4363766"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-01T11:32:20.48Z",
            "2025-04-15T09:21:36.85Z",
            "2025-04-22T11:48:45.177Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:29.552436-04:00",
            "2026-04-17T17:13:29.552436-04:00",
            "2026-04-17T17:13:29.552436-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Graphic Packaging Holding Company",
            "Graphic Packaging Holding Company",
            "Graphic Packaging Holding Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GPK",
            "GPK",
            "GPK"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "To Close Middletown, Ohio Paperboard Manufacturing Facility",
            "Tier1 firm Reiterates GPK with Buy, price target: $34 from $32",
            "Truist Reiterates GPK with Hold, price target: $28 from $30"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Will permanently close its Middletown, Ohio, coated recycled paperboard manufa",
            "",
            "https://www.truist.com/"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Sonoco Products Company', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Graphic Packaging Holding Company', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'Graphic Packaging Holding Company', 'CountryId': 1, 'CountryIs"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GS",
      "description": "",
      "representative_file": "GS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2722762,
      "rep_rows": 1350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4576364",
            "4579727",
            "4581888"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-04T14:17:19.67Z",
            "2026-02-06T18:12:46.147Z",
            "2026-02-10T13:08:22.433Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:32.1226566-04:00",
            "2026-04-17T17:13:32.1226566-04:00",
            "2026-04-17T17:13:32.1176554-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Goldman Sachs Group Inc",
            "Anthropic",
            "The Goldman Sachs Group Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GS",
            "ANTHROPIC.IPO",
            "GS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UBS Reiterates GS with Neutral, price target: $990",
            "Reportedly Goldman Sachs utilizing Anthropic&#39;s Claude AI for accounting and ",
            "TTN Summary UBS Financial Services Conf: Asset and wealth management growing bet"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "**<b>Note</b>: <b>02/05 <u>ANTHROPIC.IPO </u></b>Updates AI model Claude Opus 4.",
            "<ul><li>Sees <b>Asset and Wealth Management (AWM) margin targets reaching 30%</b"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Information Technology']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Goldman Sachs Group Inc', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'The Goldman Sachs Group Inc', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'The Goldman Sachs Group Inc', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Information Technology",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GSAT",
      "description": "",
      "representative_file": "GSAT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 144219,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4421556",
            "4424625",
            "4424912"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-10T13:16:12.9Z",
            "2025-07-15T13:16:14.207Z",
            "2025-07-15T22:58:01.2Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:38.7502363-04:00",
            "2026-04-17T17:13:38.7502363-04:00",
            "2026-04-17T17:13:38.7502363-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Globalstar Inc",
            "Globalstar Inc",
            "SpaceX"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GSAT",
            "GSAT",
            "SPACEX.IPO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Signs Agreement with Telecom CLM to Expand Alcazar Teleport in Continuation of T",
            "Enters Cooperative R&amp;D with U.S. Army to Evaluate Edge Processing through Lo",
            "Said to be seeking to launch 3rd generation satellites during H1 2026 - Press"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Agreement to expand the Alcazar Teleport in Castilla La Mancha, Spain, with ad",
            "- Under the agreement, Globalstar will collaborate with Army research and develo",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Globalstar Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Globalstar Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Globalstar Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GSK",
      "description": "",
      "representative_file": "GSK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2336745,
      "rep_rows": 1900,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4612898",
            "4613722",
            "4613791"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-16T12:53:41.653Z",
            "2026-03-17T10:41:15.787Z",
            "2026-03-17T11:30:14.85Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:41.4594738-04:00",
            "2026-04-17T17:13:41.4594738-04:00",
            "2026-04-17T17:13:41.4584741-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Gilead Sciences Inc",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GILD",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Receives US FDA NDA Supplemental 14, 19 approval for Sunlenca (update)",
            "U.S. District Judge Brian Murphy, in ​Boston, blocked key parts of Health Secret",
            "UK Health Security Agency (UKHSA) confirm extra cases of Meningitis, taking the "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*Link: https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm?event=overview.",
            "- The plaintiffs argued the U.S. Centers for Disease Control ​and Prevention act",
            "The UK Health Security Agency is continuing to investigate an outbreak of mening"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Americas Macro', 'Health Care']",
            "['European Macro', 'Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Merck &amp; Co. Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Americas Macro",
            "European Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.5,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GT",
      "description": "",
      "representative_file": "GT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 153456,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4131118",
            "4143227",
            "4148563"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-05-23T11:30:21.037Z",
            "2024-06-13T06:30:45.717Z",
            "2024-06-24T14:01:20.38Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:52.6184465-04:00",
            "2026-04-17T17:13:52.6184465-04:00",
            "2026-04-17T17:13:52.6184465-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Monro Inc",
            "The Goodyear Tire &amp; Rubber Company",
            "The Goodyear Tire &amp; Rubber Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MNRO",
            "GT",
            "GT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 $0.21 v $0.08 y/y, Rev $310M v $311M y/y",
            "Morgan Stanley Initiates GT with Equal Weight, price target: $14",
            "Launches tires-as-a-service offering, enabling major fleets in the U.S. and Euro"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- SSS +0.1% y/y   <br/>- Gross margin +210bps y/y, primarily resulting from lowe",
            "- Citing risk/reward is positively skewed, but firm prefers quality names",
            "Announced the launch of a worry-free, tires-as-a-service offering that combines "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary', 'Fixed Income/Forex', 'TTN Research Alert']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Genuine Parts Company', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'The Goodyear Tire &amp; Rubber Company', 'CountryId': 1, 'Coun",
            "[{'CompanyName': 'The Goodyear Tire &amp; Rubber Company', 'CountryId': 1, 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/GTLB",
      "description": "",
      "representative_file": "GTLB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 95208,
      "rep_rows": 280,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4473025",
            "4480299",
            "4481746"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-11T10:08:42.95Z",
            "2025-09-24T09:41:10.82Z",
            "2025-09-26T04:55:45.297Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:13:55.8187193-04:00",
            "2026-04-17T17:13:55.8187193-04:00",
            "2026-04-17T17:13:55.8187193-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "GitLab Inc. Class A Common Stock",
            "Alibaba Group Holding Limited",
            "Alibaba Group Holding Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GTLB",
            "BABA",
            "BABA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Guggenheim Securities Initiates GTLB with Buy, price target: $70",
            "Launches Qwen3-Max AI model; Features &gt;1T parameters (update)",
            "Follow Up: Launches QWEN3-Omni AI model"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Model excels in complex reasoning, code generation, autonomous agent tasks wit",
            "** Reminder on Sept 24th <b>Launches Qwen3-Max AI model; Features &gt;1T paramet"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Consumer Discretionary', 'Information Technology', 'TTN Research Alert']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'GitLab Inc. Class A Common Stock', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HAL",
      "description": "",
      "representative_file": "HAL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 250970,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4553617",
            "4553943",
            "4554677"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-07T13:39:06.7Z",
            "2026-01-08T01:11:15.9Z",
            "2026-01-08T13:18:16.16Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:00.1581072-04:00",
            "2026-04-17T17:14:00.1581072-04:00",
            "2026-04-17T17:14:00.1581072-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(VE) White House official: Trump planning to meet with oil executives on Fri (1/",
            "(US) Oil companies are seeking both legal and financial guarantees to invest in ",
            "(VE) US Energy Sec Wright: Balance can be had with China in Venezuela; There can"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "**Reminder Jan 7th: (VE) White House official: Trump planning to meet with oil e",
            "- US won&#39;t allow China to have huge control over Venezuela<br/>- Expect to s"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Energy']",
            "['Americas Macro', 'Energy']",
            "['Americas Macro', 'Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "7",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'ConocoPhillips', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HBAN",
      "description": "",
      "representative_file": "HBAN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 193828,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4419430",
            "4422226",
            "4423354"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-08T13:38:36.237Z",
            "2025-07-11T10:20:41.04Z",
            "2025-07-14T12:01:22.61Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:06.5106564-04:00",
            "2026-04-17T17:14:06.5106564-04:00",
            "2026-04-17T17:14:06.5106564-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Huntington Bancshares Incorporated",
            "Huntington Bancshares Incorporated",
            "Veritex Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HBAN",
            "HBAN",
            "VBTX.OLD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Raymond James Reiterates HBAN with Strong Buy, price target: $21 from $18",
            "Tier1 firm Reiterates HBAN with Buy, price target: $19 from $17",
            "To be acquired by Huntington Bancshares at ~$33.91/shr in all-stock deal at mark"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Huntington Bancshares Incorporated (Nasdaq: HBAN), a top ten regional bank hol"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Huntington Bancshares Incorporated', 'CountryId': 1, 'CountryI",
            "[{'CompanyName': 'Huntington Bancshares Incorporated', 'CountryId': 1, 'CountryI",
            "[{'CompanyName': 'Huntington Bancshares Incorporated', 'CountryId': 1, 'CountryI"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HBM",
      "description": "",
      "representative_file": "HBM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 60962,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3200972",
            "3236214",
            "3245408"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-01-14T08:21:12.393Z",
            "2021-02-22T20:30:11.147Z",
            "2021-03-02T11:32:50.53Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:06.8206786-04:00",
            "2026-04-17T17:14:06.8196786-04:00",
            "2026-04-17T17:14:06.8196786-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Hudbay Minerals Inc",
            "Hudbay Minerals Inc",
            "Hudbay Minerals Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HBM",
            "HBM",
            "HBM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HBM.CA",
            "HBM.CA",
            "HBM.CA"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates HBM with Underperform, price target: $7 from $4.50",
            "Prices $600M of 4.50% senior notes due 2026",
            "Tier1 firm Reiterates HBM with Underperform, price target: $8"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Announced that it has priced an offering of US$600 million aggregate principal",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Fixed Income/Forex', 'Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Hudbay Minerals Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Co",
            "[{'CompanyName': 'Hudbay Minerals Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Co",
            "[{'CompanyName': 'Hudbay Minerals Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Fixed Income/Forex",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HD",
      "description": "",
      "representative_file": "HD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 591990,
      "rep_rows": 800,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4540689",
            "4540740",
            "4541687"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-10T12:22:17.12Z",
            "2025-12-10T12:46:13.047Z",
            "2025-12-11T11:00:42.483Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:08.4508274-04:00",
            "2026-04-17T17:14:08.4508274-04:00",
            "2026-04-17T17:14:08.449827-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Home Depot Inc",
            "The Home Depot Inc",
            "Hooker Furniture Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HD",
            "HD",
            "HOFT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UBS Reiterates HD with Buy, price target: $430 from $445",
            "RBC Reiterates HD with Sector Perform, price target: $366",
            "Reports Q3 -$1.99 v -$0.39 y/y, Rev $70.7M v $82.7M y/y; Cuts quarterly dividend"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Outlook: &quot;“Incoming orders for branded segments have increased year-over-"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Home Depot Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'The Home Depot Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'The Home Depot Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HIMS",
      "description": "",
      "representative_file": "HIMS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 374181,
      "rep_rows": 472,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4578184",
            "4579160",
            "4579222"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-05T16:30:52.617Z",
            "2026-02-06T11:44:11.34Z",
            "2026-02-06T12:14:16.033Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:08.7888534-04:00",
            "2026-04-17T17:14:08.7888534-04:00",
            "2026-04-17T17:14:08.7878527-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Hims &amp; Hers Health Inc",
            "Hims &amp; Hers Health Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HIMS",
            "HIMS",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates HIMS with Underperform, price target: $26",
            "Recent notable weakness being attributed to FDA&#39;s Makary post that FDA will ",
            "US FDA Intends to Take Action Against Non-FDA-Approved GLP-1 Drugs"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<ul><li>price target cut to $26 from $29</li><li>Earlier this morning, HIMS laun",
            "-  The FDA cannot verify the quality, safety, or effectiveness of non-approved d",
            "The U.S. Food and Drug Administration is announcing its intent to take decisive "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care', 'TTN Research Alert']",
            "['Health Care']",
            "['Americas Macro', 'Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Hims &amp; Hers Health Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Eli Lilly and Company', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HIMX",
      "description": "",
      "representative_file": "HIMX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 209576,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4314876",
            "4315290",
            "4321879"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-13T10:10:40.807Z",
            "2025-02-13T13:34:07.49Z",
            "2025-02-21T16:54:38.17Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:11.4480824-04:00",
            "2026-04-17T17:14:11.4480824-04:00",
            "2026-04-17T17:14:11.4480824-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Himax Technologies Inc",
            "Himax Technologies Inc",
            "OpenAI"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HIMX",
            "HIMX",
            "OPENAI.IPO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 $0.14 v $0.14 y/y, Rev $237.2M v $228M y/y",
            "TTN Summary of 08:00ET Earnings Call: Despite favorable tariff factors benefitin",
            "Stargate said to support 75% of OpenAI&#39;s computing power - TheInformation"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q1 $0.09-0.11 +25-54% y/y, Rev -12.5% to -8.5% q/q, Gross margin ~30.5%",
            "- Q1 2025 guidance expects revenues to decline sequentially by 8.5%–12.5% due to",
            "- Stargate to provide necessary computing power by 2030<br/><br/>**<b>NOTE: 02/1"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Semiconductors Holders Trust', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Himax Technologies Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Honeywell International Inc', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HL",
      "description": "",
      "representative_file": "HL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 114519,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4166920",
            "4167308",
            "4178320"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-07-25T05:07:41.407Z",
            "2024-07-25T11:00:01.48Z",
            "2024-08-06T22:18:22.137Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:14.4753474-04:00",
            "2026-04-17T17:14:14.4753474-04:00",
            "2026-04-17T17:14:14.474345-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Hecla Mining Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "HL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Wednesday Evening Online Reading Summary",
            "(US) Thursday Morning Online Reading Summary",
            "Reports Q2 $0.04 v $0.01e, Rev $245.7M v $209Me; Raises Quarterly dividend 120% "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>PROJECT SYNDICATE</b><br/>-Jeffrey Frankel, Professor of Capital Formation an",
            "<b>PROJECT SYNDICATE</b><br/>-Jeffrey Frankel, Professor of Capital Formation an",
            "- Affirms FY24 silver production 16.5-17.5M oz <br/> <br/>- Produced 4.5M silver"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Americas Macro']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "21",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Hecla Mining Company', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'LVMH Mo&#235;t Hennessy - Louis Vuitton Soci&#233;t&#233; Euro",
            "[{'CompanyName': 'Hecla Mining Company', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.25,
            0.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HMY",
      "description": "",
      "representative_file": "HMY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 36591,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1205069",
            "1211287",
            "1212802"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2012-10-11T13:31:31.063Z",
            "2012-10-23T11:56:00.257Z",
            "2012-10-25T05:27:58.63Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:15.5624422-04:00",
            "2026-04-17T17:14:15.5614419-04:00",
            "2026-04-17T17:14:15.5614419-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Harmony Gold Mining Company Limited",
            "Harmony Gold Mining Company Limited",
            "Harmony Gold Mining Company Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HMY",
            "HMY",
            "HMY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HAR.ZA",
            "HAR.ZA",
            "HAR.ZA"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UBS Raised HMY to Neutral from Sell",
            "Provides final ultimatum for 5,400 striking workers at at its Kusasalethu mine n",
            "Majority of striking workers at the Kusasalethu Mine returning to work - financi"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Firm lifts their 2013 gold price forecast to US$1,900 (US$1,725), in 2014 to U",
            "- The final ultimatum has been issued after all other attempts and avenues to en",
            "**Recall on 23rd Oct - HMY provided a final ultimatum for 5,400 striking workers"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Harmony Gold Mining Company Limited', 'CountryId': 1, 'Country",
            "[{'CompanyName': 'AngloGold Ashanti Limited', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'AngloGold Ashanti Limited', 'CountryId': 27, 'CountryIso': 'ZA"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HOG",
      "description": "",
      "representative_file": "HOG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 276058,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4374307",
            "4375878",
            "4378491"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-02T05:28:32.957Z",
            "2025-05-05T18:09:06.34Z",
            "2025-05-07T12:00:30.59Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:16.3935178-04:00",
            "2026-04-17T17:14:16.3925226-04:00",
            "2026-04-17T17:14:16.3925226-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Harley-Davidson Inc",
            "Harley-Davidson Inc",
            "Harley-Davidson Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HOG",
            "HOG",
            "HOG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates HOG with Buy, price target: $32 from $35",
            "Harley-Davidson Sends Letter to Shareholders in response to H partners",
            "Issues comment strongly disagreeing with Glass Lewis&#39; and Egan-Jones&#39; re"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "The letter highlights:<ul><li>In the face of one of the most challenging operati",
            "- Issued the following statement in response to the Glass, Lewis &amp; Co. (&quo"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Harley-Davidson Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Activist positions', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Harley-Davidson Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HON",
      "description": "",
      "representative_file": "HON.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 609156,
      "rep_rows": 850,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4543455",
            "4547826",
            "4548819"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-15T11:06:55.093Z",
            "2025-12-22T11:09:26.89Z",
            "2025-12-24T13:07:34.057Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:17.074574-04:00",
            "2026-04-17T17:14:17.074574-04:00",
            "2026-04-17T17:14:17.074574-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Honeywell International Inc",
            "Honeywell International Inc",
            "Honeywell International Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HON",
            "HON",
            "HON"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Evercore ISI Institutional Equities Initiates HON with Outperform, price target:",
            "Adjusts FY25 outlook for  the reclassification of Advanced Materials to disconti",
            "Barclays Reiterates HON with Overweight, price target: $250 from $269"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- <b>Adjusts </b>FY25 $9.70-9.80, Rev $37.5-37.7B (prior $10.60-10.70,<b> </b>Re",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Honeywell International Inc', 'CountryId': 2, 'CountryIso': 'U",
            "[{'CompanyName': 'Honeywell International Inc', 'CountryId': 2, 'CountryIso': 'U",
            "[{'CompanyName': 'Honeywell International Inc', 'CountryId': 2, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HOOD",
      "description": "",
      "representative_file": "HOOD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 890992,
      "rep_rows": 924,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4571623",
            "4572543",
            "4573551"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-29T21:00:40.84Z",
            "2026-01-30T12:00:20.66Z",
            "2026-02-02T12:00:58.92Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:18.1046665-04:00",
            "2026-04-17T17:14:18.1046665-04:00",
            "2026-04-17T17:14:18.1046665-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Robinhood Markets Inc. Class A Common Stock",
            "SoFi Technologies Inc. Common Stock",
            "Cboe Global Markets Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HOOD",
            "SOFI",
            "CBOE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reportedly being considered to oversee &#39;Trump accounts&#39; for children - p",
            "Reports Q4 $0.13 adj v $0.12e, Rev $1.03B v $982Me",
            "Said to be in talks for options to vie with prediction markets - WSJ"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Guides initial FY26 GAAP EPS $0.60 v $0.59e, Rev $4.66B v $4.54Be, GAAP Net $8",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Robinhood Markets Inc. Class A Common Stock', 'CountryId': 1, ",
            "[{'CompanyName': 'LendingClub Corporation', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Robinhood Markets Inc. Class A Common Stock', 'CountryId': 1, "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.75,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HPE",
      "description": "",
      "representative_file": "HPE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 546584,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4468214",
            "4468399",
            "4470171"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-04T11:53:17.77Z",
            "2025-09-04T13:50:09.437Z",
            "2025-09-08T12:45:33.693Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:20.8359103-04:00",
            "2026-04-17T17:14:20.8359103-04:00",
            "2026-04-17T17:14:20.8359103-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Hewlett Packard Enterprise Company",
            "Hewlett Packard Enterprise Company",
            "Hewlett Packard Enterprise Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HPE",
            "HPE",
            "HPE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wells Fargo Reiterates HPE with Equal Weight, price target: $26",
            "Susquehanna Reiterates HPE with Net Neutral, price target: $21",
            "Files to sell 4 tranches of notes"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- price target raised to $21 from $16",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Fixed Income/Forex', 'Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Hewlett Packard Enterprise Company', 'CountryId': 1, 'CountryI",
            "[{'CompanyName': 'Hewlett Packard Enterprise Company', 'CountryId': 1, 'CountryI",
            "[{'CompanyName': 'Ishares Iboxx investment grade corp bond fund', 'CountryId': 1"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Fixed Income/Forex"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HPQ",
      "description": "",
      "representative_file": "HPQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 278448,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4499283",
            "4504350",
            "4511423"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-22T20:08:23.263Z",
            "2025-10-28T20:05:59.29Z",
            "2025-11-04T12:01:01.337Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:28.1235348-04:00",
            "2026-04-17T17:14:28.1225356-04:00",
            "2026-04-17T17:14:28.1225356-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "International Business Machines Corporation",
            "Logitech International S.A",
            "CDW Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IBM",
            "LOGI",
            "CDW"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 $2.65 v $2.44e, Rev $16.3B v $16.1Be; Software unit Rev slightly miss",
            "Reports Q2 $1.45 v $1.22e, Rev $1.19B v $1.17Be",
            "Reports Q3 $2.71 v $2.62e, Rev $5.74B v $5.69Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Raises</b> FY25 Rev (cc) &#39;more than 5%&#39; , FCF $14B (prior: Rev (cc)",
            "- Guides Q3 Rev $1.38-1.42B v $1.35Be, Rev +1-4% (cc), Adj Op Income $270-290M <",
            "- Average Daily Sales $89.6M, +4.0% y/y <br/>- Adj Op margin 9.2% v 9.7% y/y <br"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Information Technology']",
            "['Information Technology']",
            "['Americas Macro', 'Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cisco Systems Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'HP Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HRL",
      "description": "",
      "representative_file": "HRL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 195536,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4467415",
            "4467518",
            "4471429"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-03T16:00:01.197Z",
            "2025-09-03T18:56:27.103Z",
            "2025-09-09T18:02:02.233Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:28.2635468-04:00",
            "2026-04-17T17:14:28.2625475-04:00",
            "2026-04-17T17:14:28.2625475-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Hormel Foods Corporation",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "HRL",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "US&#160;FDA&#39;s&#160;webcasts&#160;related&#160;to&#160;Collaborating&#160;on&",
            "TTN Summary of 14:15ET Barclays 18th Annual Global Consumer Staples Conference 2",
            "(US) Make America Healthy Again (MAHA) commission report released; Efforts seek "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>September 3, 2025</b>&#160;- Time 12pm ET - Webinar #1: How to Turn a Problem",
            "- 2025 Transform &amp; Modernize to deliver $100–150 M savings, expected at the ",
            "<b><u>** NOTE:  no mention of testing standards for at least heavy metals in com"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Staples']",
            "['Consumer Staples']",
            "['Americas Macro', 'Consumer Staples', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PepsiCo Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Hormel Foods Corporation', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'PepsiCo Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Consumer Staples",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HSAI",
      "description": "",
      "representative_file": "HSAI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 152189,
      "rep_rows": 155,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4408931",
            "4410823",
            "4413288"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-18T16:02:04.237Z",
            "2025-06-23T15:57:31.35Z",
            "2025-06-26T19:13:26.4Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:30.2547205-04:00",
            "2026-04-17T17:14:30.2547205-04:00",
            "2026-04-17T17:14:30.2547205-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Alphabet Inc",
            "Tesla Inc",
            "Pony.ai"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GOOGL",
            "TSLA",
            "PONY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Unit Waymo seeking changes to NY state regulations to allow for autonomous drivi",
            "Answers to questions on Texas robotaxi deployment safety to US regulators should",
            "Uber seeking to fund purchase of US unit of PonyAI; Discussions are preliminary;"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Seeking NYC permit for testing; To have human drivers in its cars in July <br/",
            "**<b>NOTE: 06/13</b> <b>TSLA</b> US govt said planning to ease guidelines that h",
            "- Link: https://www.nytimes.com/2025/06/26/technology/uber-travis-kalanick-self-"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Consumer Discretionary']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Alphabet Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Alphabet Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Alphabet Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Consumer Discretionary",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HSBC",
      "description": "",
      "representative_file": "HSBC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 709371,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4224156",
            "4228634",
            "4229522"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-10-14T12:48:10.457Z",
            "2024-10-21T10:18:50.217Z",
            "2024-10-22T10:05:29.177Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:32.199892-04:00",
            "2026-04-17T17:14:32.1988917-04:00",
            "2026-04-17T17:14:32.1958915-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HSBC Holdings plc",
            "HSBC Holdings plc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HSBC",
            "HSBC",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "5.HK",
            "5.HK",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reportedly HSBC review of China Pinnacle Wealth could result in layoffs - press",
            "Sale of French life insurer unit said to attract interest from BNP and BPCE; Uni",
            "(US) Tuesday Morning Papers Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- HSBC has invested $390M in Pinnacle since launch in 2020",
            "- Reportedly also drawing interest from Credit Mutel, Arkama and Groupama<br/><b",
            "<b>THE FINANCIAL TIMES</b> <br/>-Iran&#39;s foreign minister, Abbas Araghchi, ha"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'HSBC Holdings plc', 'CountryId': 24, 'CountryIso': 'HK', 'Coun",
            "[{'CompanyName': 'BNP Paribas SA', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HST",
      "description": "",
      "representative_file": "HST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 115754,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4213762",
            "4226892",
            "4244859"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-09-26T20:05:19.053Z",
            "2024-10-17T09:17:33.663Z",
            "2024-11-06T21:39:14.207Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:33.1719749-04:00",
            "2026-04-17T17:14:33.1719749-04:00",
            "2026-04-17T17:14:33.1719749-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Vail Resorts Inc",
            "Host Hotels &amp; Resorts Inc",
            "Host Hotels &amp; Resorts Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MTN",
            "HST",
            "HST"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 -$4.67 v -$4.28e, Rev $265.4M v $262Me; Board increases share buyback",
            "Compass Point Research Raised HST to Buy from Neutral, price target: $22",
            "Reports FFO Q3 $0.36 v $0.36e, Rev $1.32B v $1.29Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides initial FY25 Net $247-317M, EBITDA $827-889M, EBITDA margin 28.6%<br/> ",
            "",
            "- <b>Trim</b><b>s</b><b> </b>FY24 adj FFO $1.92 v $1.96e, Rev $5.64B v $5.62Be ("
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Real Estate']",
            "['Americas Macro', 'Real Estate']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Host Hotels &amp; Resorts Inc', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'Host Hotels &amp; Resorts Inc', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'Marriott International Inc', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Real Estate",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HTHT",
      "description": "",
      "representative_file": "HTHT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 57618,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3829564",
            "3832092",
            "3832235"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-03-22T15:20:04.7Z",
            "2023-03-27T12:10:57.15Z",
            "2023-03-27T16:18:16.42Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:33.6100127-04:00",
            "2026-04-17T17:14:33.6100127-04:00",
            "2026-04-17T17:14:33.6100127-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H World Group Limited",
            "H World Group Limited",
            "H World Group Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HTHT",
            "HTHT",
            "HTHT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "1179.HK",
            "1179.HK",
            "1179.HK"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates HTHT with Buy, price target: $56",
            "Reports Q4 (CNY) -0.40 v -1.47 y/y, Rev 3.71B v 3.3B y/y",
            "Tier1 firm Reiterates HTHT with Buy"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Guides Q1 Rev +61-65% y/y   <br/>- Guides initial FY23 Rev +42-46% <br/>- Guid",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'H World Group (previously Huazhu Group)', 'CountryId': 24, 'Co",
            "[{'CompanyName': 'H World Group (previously Huazhu Group)', 'CountryId': 24, 'Co",
            "[{'CompanyName': 'H World Group (previously Huazhu Group)', 'CountryId': 24, 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HTZ",
      "description": "",
      "representative_file": "HTZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 324095,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4386957",
            "4388510",
            "4389012"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-14T14:08:26.807Z",
            "2025-05-15T14:53:00.077Z",
            "2025-05-15T22:54:16.29Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:35.581183-04:00",
            "2026-04-17T17:14:35.581183-04:00",
            "2026-04-17T17:14:35.581183-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Hertz Global Holdings Inc Common Stock",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "HTZ",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(CN) China suspends  its Unreliable Entity List measures on 17 US firms; Also pa",
            "Tier1 firm Reiterates HTZ with Underperform, price target: $2.70",
            "(CN) Trump Admin said to be split on adding Chinese chipmakers to China entity l"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- No further details disclosed<br/><br/>**Reminder: on Apr 4th, China added 16 U",
            "",
            "** Reminders<br/>05/14 <b>(CN) China suspends its Unreliable Entity List measure"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Asian Macro', 'Americas Macro']",
            "['Industrials']",
            "['Asian Macro', 'Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Caterpillar Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Hertz Global Holdings Inc Common Stock', 'CountryId': 1, 'Coun",
            "[{'CompanyName': 'Caterpillar Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Asian Macro",
            "Industrials",
            "Asian Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HUN",
      "description": "",
      "representative_file": "HUN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 224958,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4415937",
            "4419493",
            "4420413"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-01T21:06:08.103Z",
            "2025-07-08T14:07:45.283Z",
            "2025-07-09T12:33:24.527Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:36.0342421-04:00",
            "2026-04-17T17:14:36.0342421-04:00",
            "2026-04-17T17:14:36.0342421-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Huntsman Corporation",
            "Huntsman Corporation",
            "Huntsman Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HUN",
            "HUN",
            "HUN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Moody&#39;s downgrades one notch to Ba1 (junk status) from Baa3; Outlook negativ",
            "Goldman Sachs Reiterates HUN with Sell, price target: $12 from $13.50",
            "UBS Reiterates HUN with Neutral, price target: $11 from $13"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Fixed Income/Forex', 'Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Corporate bond ratings', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Huntsman Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Huntsman Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fixed Income/Forex",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HUT",
      "description": "",
      "representative_file": "HUT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 117258,
      "rep_rows": 133,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4209786",
            "4219712",
            "4248147"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-09-20T10:02:57.923Z",
            "2024-10-07T13:55:00.373Z",
            "2024-11-08T11:20:16.513Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:36.3672539-04:00",
            "2026-04-17T17:14:36.3672539-04:00",
            "2026-04-17T17:14:36.3672539-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Hut 8 Mining Corp. Common Shares",
            "Hut 8 Mining Corp. Common Shares",
            "Hut 8 Mining Corp. Common Shares"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HUT",
            "HUT",
            "HUT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HUT.CA",
            "HUT.CA",
            "HUT.CA"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H.C. Wainright Reiterates HUT with Buy, price target: $13.50",
            "Benchmark Company Reiterates HUT with Buy, price target: $17",
            "H.C. Wainright Reiterates HUT with Buy, price target: $26 from $20"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Hut 8 Mining Corp. Common Shares', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Hut 8 Mining Corp. Common Shares', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Hut 8 Mining Corp. Common Shares', 'CountryId': 1, 'CountryIso"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/HYMC",
      "description": "",
      "representative_file": "HYMC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 108033,
      "rep_rows": 89,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3742441",
            "3749368",
            "3752334"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-11-17T13:05:21.5Z",
            "2022-11-29T22:00:18.913Z",
            "2022-12-04T06:11:25.51Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:36.8542971-04:00",
            "2026-04-17T17:14:36.8542971-04:00",
            "2026-04-17T17:14:36.8542971-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Hycroft Mining Holding Corporation",
            "Hycroft Mining Holding Corporation",
            "Hycroft Mining Holding Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "HYMC",
            "HYMC",
            "HYMC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CEO: Making good progress towards finalizing the technical studies",
            "Reduced outstanding debt by $12.2M in two transactions",
            "Mudrick Capital Management sold 2.4M shares, reducing stake to 16.7% - 13D/A fil"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- To date, the Hycroft Mine has completed approximately 21,600 meters of its 38,",
            "- The Company reduced its outstanding debt by approximately $12.2 million in two",
            "- Sold shares in the last week"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Hycroft Mining Holding Corporation', 'CountryId': 1, 'CountryI",
            "[{'CompanyName': 'Hycroft Mining Holding Corporation', 'CountryId': 1, 'CountryI",
            "[{'CompanyName': 'Hycroft Mining Holding Corporation', 'CountryId': 1, 'CountryI"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/IAG",
      "description": "",
      "representative_file": "IAG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 36671,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3764172",
            "3764516",
            "3792972"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-12-20T06:01:24.223Z",
            "2022-12-20T12:53:39.197Z",
            "2023-02-02T11:03:42.527Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:38.4134306-04:00",
            "2026-04-17T17:14:38.4134306-04:00",
            "2026-04-17T17:14:38.4134306-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "IAMGOLD Corporation",
            "IAMGOLD Corporation",
            "IAMGOLD Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IAG",
            "IAG",
            "IAG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IMG.CA",
            "IMG.CA",
            "IMG.CA"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates IAG with Buy, price target: $2.40",
            "BMO Capital Markets Reiterates IAG with Market Perform, price target: $2 from $1",
            "Kepler Cheuvreux Cuts IAG to Hold from Buy"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'IAMGOLD Corporation', 'CountryId': 13, 'CountryIso': 'CA', 'Co",
            "[{'CompanyName': 'IAMGOLD Corporation', 'CountryId': 13, 'CountryIso': 'CA', 'Co",
            "[{'CompanyName': 'IAMGOLD Corporation', 'CountryId': 13, 'CountryIso': 'CA', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/IBKR",
      "description": "",
      "representative_file": "IBKR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 173299,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4480409",
            "4484035",
            "4485100"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-24T11:37:36.17Z",
            "2025-09-30T14:20:53.873Z",
            "2025-10-01T17:42:58.943Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:38.558442-04:00",
            "2026-04-17T17:14:38.558442-04:00",
            "2026-04-17T17:14:38.558442-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Charles Schwab Corporation",
            "Robinhood Markets Inc. Class A Common Stock",
            "Interactive Brokers Group Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SCHW",
            "HOOD",
            "IBKR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CEO: Client trading activity +30% y/y; Seeing more customer interest in bonds - ",
            "Reportedly considering launching prediction markets outside of US - press",
            "Reports Sep DARTs 3.86M, +11% m/m, +47% y/y"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Do worry about younger investors regarding crypto interest<br/>- Young people ",
            "",
            "<ul><li>Ending client equity of $757.5 billion, 40% higher than prior year and 6"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Interactive Brokers Group Inc', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'Interactive Brokers Group Inc', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'Interactive Brokers Group Inc', 'CountryId': 1, 'CountryIso': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/IBM",
      "description": "",
      "representative_file": "IBM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1394678,
      "rep_rows": 1000,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4576518",
            "4576596",
            "4577333"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-04T17:42:43.08Z",
            "2026-02-04T21:02:07.7Z",
            "2026-02-05T10:01:26.06Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:39.8445557-04:00",
            "2026-04-17T17:14:39.8445557-04:00",
            "2026-04-17T17:14:39.8445557-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Rapidus",
            "Alphabet Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RAPIDUS.IPO",
            "GOOGL",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reportedly IBM planning to invest in Rapidus - Nikkei",
            "Reports Q4 $2.82 v $2.60e, Rev (ex-tac) $97.2B v $95.2Be; Capex guidance well ab",
            "(US) Reportedly U.S. Office of Personnel Management, which oversees the federal "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- FY25 private investment in Rapidus was &gt;&#165;160B",
            "<u>- </u><b><u>Guides initial FY26 Capex $175-185B v $120-130Be v $91.5B y/y</u>",
            "- New Trump administration rule would make it easier to fire 50,000 federal work"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Americas Macro', 'Communication Services']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'International Business Machines Corporation', 'CountryId': 1, ",
            "[{'CompanyName': 'International Business Machines Corporation', 'CountryId': 1, ",
            "[{'CompanyName': 'International Business Machines Corporation', 'CountryId': 1, "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/IBN",
      "description": "",
      "representative_file": "IBN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 52231,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1519817",
            "1525559",
            "1629581"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2014-04-25T07:37:13.75Z",
            "2014-05-03T15:48:25.317Z",
            "2014-10-30T07:26:33.307Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:40.1345837-04:00",
            "2026-04-17T17:14:40.1335844-04:00",
            "2026-04-17T17:14:40.1335844-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ICICI Bank Limited",
            "",
            "ICICI Bank Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IBN",
            "",
            "IBN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ICICIBC.IN",
            "",
            "ICICIBC.IN"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 Net profit INR26.5B v INR25.4Be",
            "Barron’s Saturday summary:  positive on RF; Cautious on SUNE",
            "Reports Q2 Net profit INR27.1B v INR26.9Be, Net Interest Income INR122B v INR108"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- Provisions: INR7.1B v INR4.6B y/y (cites higher level of bad loans and reca",
            "<i>Cover story:</i> India offers potential for investors, and though controversi",
            "- Net Interest Margin 3.42% v 3.31% prior y/y<br/>- Provision INR8.5B v INR6.25B"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials', 'TTN Research Alert']",
            "['Financials', 'Information Technology']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'India Fund Inc.', 'CountryId': 22, 'CountryIso': 'IN', 'Countr",
            "[{'CompanyName': 'Danaher Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'India Fund Inc.', 'CountryId': 22, 'CountryIso': 'IN', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/IE",
      "description": "",
      "representative_file": "IE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 610195,
      "rep_rows": 330,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3868589",
            "3887673",
            "3900631"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-05-15T22:46:21.863Z",
            "2023-06-14T11:46:51.72Z",
            "2023-07-06T12:28:11.987Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:40.2895996-04:00",
            "2026-04-17T17:14:40.2895996-04:00",
            "2026-04-17T17:14:40.2895996-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ivanhoe Electric",
            "Ivanhoe Electric",
            "Ivanhoe Electric"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IE",
            "IE",
            "IE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 $0.39 v $0.24 y/y, Rev $0.7M v $6.8M y/y",
            "New high-grade soluble copper mineralization found with recent infill drilling a",
            "Ivanhoe Electric and Ma’aden Formally Establish Exploration Joint Venture and Cl"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Infill Drill Hole SCC-057 intersected 78.0 meters grading 1.97% copper, includ",
            "<ul><li>50/50 Joint Venture to Begin Exploring for Electric Metals in the Undere"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Ivanhoe Electric', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Ivanhoe Electric', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Ivanhoe Electric', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/INFY",
      "description": "",
      "representative_file": "INFY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 122963,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4426411",
            "4430388",
            "4431053"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-17T10:07:19.8Z",
            "2025-07-23T10:07:33.653Z",
            "2025-07-23T20:10:08.883Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:40.929652-04:00",
            "2026-04-17T17:14:40.929652-04:00",
            "2026-04-17T17:14:40.929652-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wipro Limited",
            "Infosys Limited",
            "Infosys Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "WIT",
            "INFY",
            "INFY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 (INR) Net 33.3B v 30.0B y/y, Rev 221.3B v 222.8B",
            "Reports Q1 (INR) Net 69.2B v 67.8Be, Rev 422.8B v 417.2Be",
            "TD Cowen Reiterates INFY with Hold, price target: $18"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q2 IT services Rev $2.56-2.61B, -1% to +1% y/y (cc)<br/> <br/>- Total c",
            "- <b>Raises low end </b>FY26 Rev +1-3% v +2.62%e, <b>Affirms </b>Op margin 20-22",
            "- price target raised to $18 from $17"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Asian Macro', 'Information Technology']",
            "['Asian Macro', 'Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Accenture plc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Cognizant Technology Solutions Corporation', 'CountryId': 1, '",
            "[{'CompanyName': 'Infosys Limited', 'CountryId': 22, 'CountryIso': 'IN', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Asian Macro",
            "Asian Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ING",
      "description": "",
      "representative_file": "ING.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 91775,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3042336",
            "3075755",
            "3081714"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2020-06-30T10:20:54.96Z",
            "2020-08-06T05:25:49.317Z",
            "2020-08-11T17:15:59.37Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-19T13:30:27.7122669-04:00",
            "2026-04-19T13:30:27.7122669-04:00",
            "2026-04-19T13:30:27.7122669-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ING Groep N.V",
            "ING Groep N.V",
            "ING Groep N.V"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ING",
            "ING",
            "ING"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "INGA.NL",
            "INGA.NL",
            "INGA.NL"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "To cooperate with Amazon to offer loans to sellers through Amazon&#39;s seller p",
            "CFO: plenty of room to pay dividends; Provisions reflect worsening economic fore",
            "JPMorgan Chase and Co Reiterates ING with Overweight, price target: €8.90"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- ING Germany will provide eligible sellers with loans of €10-750K with repaymen",
            "- Based on current economic forecasts, H2 provisions should decline",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Amazon.com Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'ING Groep N.V', 'CountryId': 17, 'CountryIso': 'NL', 'CountryN",
            "[{'CompanyName': 'ING Groep N.V', 'CountryId': 17, 'CountryIso': 'NL', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/INTC",
      "description": "",
      "representative_file": "INTC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2583080,
      "rep_rows": 2300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4599768",
            "4600081",
            "4600209"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-02T06:14:46.873Z",
            "2026-03-02T11:00:27.54Z",
            "2026-03-02T12:09:09.78Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:41.569707-04:00",
            "2026-04-17T17:14:41.569707-04:00",
            "2026-04-17T17:14:41.568706-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Telefonaktiebolaget LM Ericsson (publ)",
            "ASML Holding N.V.",
            "Groq Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ERIC",
            "ASML",
            "GROQ.IPO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ericsson and Intel collaborate to accelerate the path to commercial AI-native 6G",
            "*EXEC: ASML PLANS TO EXPAND INTO ADVANCED PACKAGING FOR AI CHIPS; ASML explores ",
            "TTN Research Alert: Nvidia’s Groq next chip is not a revolt against HBM. It is a"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Pooling their next-generation technology leadership to help accelerate ecosyst",
            "- &quot;We look, not just for the next five years, we look at the next 10, maybe",
            "- The most important fact is the negative one. <b>There is still no public offic"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology', 'TTN Research Alert']",
            "['Information Technology', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            2.5,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/INTR",
      "description": "",
      "representative_file": "INTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 31705,
      "rep_rows": 55,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3629210",
            "3631986",
            "3632279"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-06-30T11:36:33Z",
            "2022-07-06T04:30:27.29Z",
            "2022-07-06T09:26:24.513Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:42.8668194-04:00",
            "2026-04-17T17:14:42.8668194-04:00",
            "2026-04-17T17:14:42.8668194-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Inter &amp; Co",
            "Inter &amp; Co",
            "Inter &amp; Co"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "INTR",
            "INTR",
            "INTR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UBS Initiates INTR with Buy, price target: $6",
            "HSBC Initiates INTR with Buy, price target: $8.40",
            "New Street Research Initiates INTR with Neutral, price target: $4.30"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Inter &amp; Co', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Inter &amp; Co', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Inter &amp; Co', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/INTU",
      "description": "",
      "representative_file": "INTU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 302034,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4537594",
            "4540461",
            "4542172"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-05T13:00:18.713Z",
            "2025-12-10T08:39:04.02Z",
            "2025-12-11T20:35:40.35Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:43.5838809-04:00",
            "2026-04-17T17:14:43.5828799-04:00",
            "2026-04-17T17:14:43.5828799-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Vertex Inc",
            "Intuit Inc",
            "Salesforce, Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VERX",
            "INTU",
            "CRM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Announces with CPA.com AI-Driven Expansion of Tax Compliance Services for Accoun",
            "TTN Summary of 03:30ET presentation:  OpenAI partnership as new marketing channe",
            "Reportedly raising prices on Apps that use Salesforce data - The Information"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Building on years of trusted partnership, Vertex and CPA.com are bringing adva",
            "- <b>Assisted-tax model driving momentum</b>: last season’s shift from DIY only ",
            "- Link: https://www.theinformation.com/articles/salesforce-raises-prices-apps-ta"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Intuit Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Intuit Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Intuit Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/IONQ",
      "description": "",
      "representative_file": "IONQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 444181,
      "rep_rows": 311,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4533875",
            "4534112",
            "4538473"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-01T12:30:19.83Z",
            "2025-12-01T15:32:21.84Z",
            "2025-12-08T12:05:25.207Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:44.7969872-04:00",
            "2026-04-17T17:14:44.7969872-04:00",
            "2026-04-17T17:14:44.7959883-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "IONQ Inc",
            "IONQ Inc",
            "IONQ Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IONQ",
            "IONQ",
            "IONQ"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Partners with CCRM, quantum-biotech investment to drive advanced therapy develop",
            "Leads $100M in Series B fundraising for Heven Aerotech at valuation $1B as custo",
            "Announces deployment of Slovakia’s first national quantum communication network"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- IonQ forms an investment and technology partnership with CCRM, becoming core q",
            "- Virginia-based Heven AeroTech, founded in 2019 with global operations, special",
            "Developed in partnership with the Institute of Physics, Slovak Academy of Scienc"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'IONQ Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'IONQ Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'IONQ Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/IOT",
      "description": "",
      "representative_file": "IOT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 139747,
      "rep_rows": 182,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4351166",
            "4363872",
            "4370094"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-02T07:00:25.05Z",
            "2025-04-22T12:14:39.967Z",
            "2025-04-29T10:02:40.187Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:45.9070863-04:00",
            "2026-04-17T17:14:45.9070863-04:00",
            "2026-04-17T17:14:45.9070863-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Samsara Inc.",
            "Samsara Inc.",
            "Samsara Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IOT",
            "IOT",
            "IOT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Launches Electronic Brake Performance Monitoring System (EBPMS) to help fleet op",
            "Wells Fargo Reiterates IOT with Overweight, price target: $48 from $51",
            "AO Delivers Multi-Million Pound Savings Across its Fleet Operations with Samsara"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Under these guidelines, fleets are expected to carry out four laden brake perf",
            "",
            "- AO has more than 1,000 commercial vehicles equipped with Samsara’s advanced te"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Samsara Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Samsara Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Samsara Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/IP",
      "description": "",
      "representative_file": "IP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 166630,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4468282",
            "4473539",
            "4479078"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-04T12:22:42Z",
            "2025-09-11T22:34:17.24Z",
            "2025-09-22T14:52:02.67Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:48.5943206-04:00",
            "2026-04-17T17:14:48.5943206-04:00",
            "2026-04-17T17:14:48.5943206-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "International Paper Company",
            "",
            "International Paper Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IP",
            "",
            "IP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 08:10ET Jefferies Mining and Industrials Conference 2025: Ongoing",
            "(BR) Brazil Govt: US issued EO on Sept 5th removing most Brazilian pulp exports ",
            "UBS Reiterates IP with Buy, price target: $60"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>US packaging volumes projected down ~2%</b> this year vs prior forecast of ",
            "- Link: https://www.whitehouse.gov/presidential-actions/2025/09/modifying-the-sc",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Americas Macro', 'Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'International Paper Company', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'International Paper Company', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'International Paper Company', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Americas Macro",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/IRDM",
      "description": "",
      "representative_file": "IRDM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 119088,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4209346",
            "4211947",
            "4212486"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-09-19T20:01:25.957Z",
            "2024-09-24T19:17:24.003Z",
            "2024-09-25T11:01:15.88Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:49.5083969-04:00",
            "2026-04-17T17:14:49.5083969-04:00",
            "2026-04-17T17:14:49.5083969-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Iridium Communications Inc",
            "Iridium Communications Inc",
            "Iridium Communications Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IRDM",
            "IRDM",
            "IRDM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Approves additional $500M share repurchase program (15% of market cap)",
            "TTN Summary Deutsche Bank conf:  2024 described as transition year due to non-re",
            "Request to extend Narrowband IoT functionality for Non-Terrestrial Networks acce"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Board of Directors has authorized the repurchase of an additional $500 million",
            "- Expected $300 million free cash flow remains in the guidance to be consistent ",
            "- Launched in January 2024, Project Stardust enables NB-IoT NTN communication th"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Share Buybacks', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Iridium Communications Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Iridium Communications Inc', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/IREN",
      "description": "",
      "representative_file": "IREN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 107816,
      "rep_rows": 229,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4418202",
            "4421287",
            "4433988"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-07T11:07:32.837Z",
            "2025-07-10T11:31:55.54Z",
            "2025-07-28T07:45:12.86Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:50.3634743-04:00",
            "2026-04-17T17:14:50.3634743-04:00",
            "2026-04-17T17:14:50.3634743-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "IREN Limited (formerly Iris Energy Limited)",
            "IREN Limited (formerly Iris Energy Limited)",
            "IREN Limited (formerly Iris Energy Limited)"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IREN",
            "IREN",
            "IREN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports June BTC mined 620 v 627 m/m",
            "B. Riley Securities, Inc Reiterates IREN with Buy, price target: $22 from $15",
            "JPMorgan Chase and Co Cuts IREN to Neutral from Overweight, price target: $16 fr"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Avg oper hashrate (EH/s) 41.1 v 38.4 m/m<br/><br/>- CEO: “The past month has m",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'IREN Limited (formerly Iris Energy Limited)', 'CountryId': 1, ",
            "[{'CompanyName': 'IREN Limited (formerly Iris Energy Limited)', 'CountryId': 1, ",
            "[{'CompanyName': 'IREN Limited (formerly Iris Energy Limited)', 'CountryId': 1, "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ITUB",
      "description": "",
      "representative_file": "ITUB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 40428,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3319638",
            "3338095",
            "3344612"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-05-28T12:31:45.54Z",
            "2021-06-28T12:31:09.62Z",
            "2021-07-07T20:44:56.523Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:51.7065871-04:00",
            "2026-04-17T17:14:51.7055878-04:00",
            "2026-04-17T17:14:51.7055878-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "CIBC Canadian Imperial Bank of Commerce"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "CM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(BR) Brazil Apr Total Outstanding Loans (BRL): 4.126T v 4.105T prior; M/M: 0.5% ",
            "(BR) Brazil May Total Outstanding Loans (BRL): 4.178T v 4.147Te; M/M: 1.2% v 0.7",
            "CIBC, Ita&#250;, NAB and NatWest Group jointly launch carbon offset platform, Pr"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Personal Loan Default Rate: 4.0% v 4.1% prior",
            "- Personal Loan Default Rate: 4.1% v 4.0% prior",
            "Project Carbon will facilitate:<br/>Increased delivery of high-quality carbon of"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Fixed Income/Forex']",
            "['Americas Macro', 'Fixed Income/Forex']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Banco Bradesco S.A', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Banco Bradesco S.A', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'National Australia Bank Limited', 'CountryId': 9, 'CountryIso'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/IVZ",
      "description": "",
      "representative_file": "IVZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 163755,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4416559",
            "4417809",
            "4420294"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-02T12:51:47.087Z",
            "2025-07-07T03:17:53.95Z",
            "2025-07-09T11:59:48.663Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:53.0557143-04:00",
            "2026-04-17T17:14:53.0557143-04:00",
            "2026-04-17T17:14:53.0557143-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Invesco Ltd",
            "Invesco Ltd",
            "Invesco Ltd"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IVZ",
            "IVZ",
            "IVZ"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CitiGroup Reiterates IVZ with Neutral, price target: $17 from $14.50",
            "Co reportedly in advanced talks to buy RetireAustralia for ~A$850M [part-owned b",
            "Tier1 firm Reiterates IVZ with Neutral, price target: $17 from $15"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Invesco Ltd', 'CountryId': 2, 'CountryIso': 'UK', 'CountryName",
            "[{'CompanyName': 'Infratil Ltd', 'CountryId': 14, 'CountryIso': 'NZ', 'CountryNa",
            "[{'CompanyName': 'Invesco Ltd', 'CountryId': 2, 'CountryIso': 'UK', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/JBS",
      "description": "",
      "representative_file": "JBS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 303097,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4502769",
            "4507839",
            "4509187"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-27T13:01:11.283Z",
            "2025-10-30T15:59:05.853Z",
            "2025-10-31T13:30:33.58Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:53.2627284-04:00",
            "2026-04-17T17:14:53.2627284-04:00",
            "2026-04-17T17:14:53.2627284-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Scientists concerned about H9N2 virus and its potential to cause a human pandemi",
            "(US) Agriculture Sec Rollins: China to buy 25M tons per year through 2028; Confi",
            "(US) White House NEC Dir Hassett: Reiterates looking at 4% GDP growth in Q3"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "In the past few years, surveillance has been focused on the avian influenza viru",
            "- &quot;After the previous administration failed to hold countries accountable f",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Americas Macro', 'Consumer Staples']",
            "['Americas Macro', 'Fixed Income/Forex', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Conagra Brands Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Tyson Foods Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Tyson Foods Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/JD",
      "description": "",
      "representative_file": "JD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 646276,
      "rep_rows": 700,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4465637",
            "4476135",
            "4478053"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-01T12:10:53.35Z",
            "2025-09-17T03:53:59.423Z",
            "2025-09-19T10:22:03.527Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:53.6567599-04:00",
            "2026-04-17T17:14:53.6567599-04:00",
            "2026-04-17T17:14:53.6537594-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JD.com Inc",
            "JD.com Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "JD",
            "JD",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Statement:&#160;Ceconomy&#39;s management board and surpervisory board fully sup",
            "Chairman said to have noted no interest in hotel price war - US financial press ",
            "(US) Friday Morning Papers Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "**Note: &#160;07/30&#160;<u>CEC.DE&#160;</u>Confirms JD makes €4.60/shr offer fo",
            "",
            "<b>THE FINANCIAL TIMES</b><br/>-<b>Deutsche Bank</b> CEO Christian Sewing is set"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'Trip.com Group Limited', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'The Walt Disney Company', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            0.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/JEF",
      "description": "",
      "representative_file": "JEF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 266142,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4490459",
            "4491028",
            "4491142"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-10T04:04:35.42Z",
            "2025-10-10T20:59:38.957Z",
            "2025-10-13T00:52:01.35Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:54.1438034-04:00",
            "2026-04-17T17:14:54.1438034-04:00",
            "2026-04-17T17:14:54.1428037-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Jefferies Financial Group Inc",
            "Jefferies Financial Group Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "JEF",
            "JEF"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Allianz and AIG said to be preparing for first wave of First Brand claims -",
            "Morgan Stanley said to ask to pull cash from Jefferies&#39; Point Bonita - US fi",
            "(US) Follow up: Jefferies provides letter from CEO regarding First Brands and Po"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "** Reminder on Oct 9th<b> (US) DOJ said to have begun inquiry into bankruptcy of",
            "",
            "- Issues surrounding First Brands are result of decisions and actions at First B"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Financials']",
            "['Financials']",
            "['Americas Macro', 'Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'American International Group Inc', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'S&amp;P Sel Financial Spider Fund', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'American International Group Inc', 'CountryId': 1, 'CountryIso"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Financials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/JNJ",
      "description": "",
      "representative_file": "JNJ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4073937,
      "rep_rows": 4000,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4612011",
            "4612108",
            "4612109"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-13T16:36:31.527Z",
            "2026-03-15T11:44:11.547Z",
            "2026-03-15T11:50:25.533Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:57.169065-04:00",
            "2026-04-17T17:14:57.1680654-04:00",
            "2026-04-17T17:14:57.1680654-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Johnson &amp; Johnson",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "JNJ",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Highlights promising first-in-human Erda-iDRS (formerly TAR-210) results in inte",
            "CDC reports 1,362 Confirmed cases of Measles (as of March 13, 2026) with 14 new ",
            "CMS Announces Manufacturer Participation in Third Cycle of Medicare Drug Price N"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Announced results from an open-label, multicenter Phase 1 study evaluating an in",
            "As of March 12, 2026, 1,362 confirmed* measles cases were reported in the United",
            "- <b>CMS Announces Manufacturer Participation in Third Cycle of Medicare Drug Pr"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Americas Macro', 'Health Care']",
            "['Americas Macro', 'Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Johnson &amp; Johnson', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Merck &amp; Co. Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Gilead Sciences Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/JOBY",
      "description": "",
      "representative_file": "JOBY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 298948,
      "rep_rows": 283,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4482872",
            "4483881",
            "4488366"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-29T12:00:32.34Z",
            "2025-09-30T12:00:15.287Z",
            "2025-10-07T20:33:34.26Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-19T13:30:28.1143044-04:00",
            "2026-04-19T13:30:28.1143044-04:00",
            "2026-04-19T13:30:28.1143044-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Joby Aviation",
            "Joby Aviation",
            "Joby Aviation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "JOBY",
            "JOBY",
            "JOBY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ras Al Khaimah Transport Authority, Joby Aviation and Skyports Infrastructure si",
            "Launches Next Phase of Air Taxi Development in Japan with ANA Holdings with Publ",
            "Files to sell $500M common stock offering - filing"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Service will connect Dubai and Ras Al Khaimah, aligning with UAE’s 2030 Compre",
            "- The flight, the first of its kind at a world expo, included vertical takeoff, ",
            "- <br/>We are <br/>offering<br/> <br/>shares<br/> of our common stock, par value"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Joby Aviation', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'ANA Holdings Inc', 'CountryId': 4, 'CountryIso': 'JP', 'Countr",
            "[{'CompanyName': 'Joby Aviation', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/JPM",
      "description": "",
      "representative_file": "JPM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3540026,
      "rep_rows": 1900,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4593178",
            "4594092",
            "4600748"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-23T23:45:21.913Z",
            "2026-02-24T15:55:10.02Z",
            "2026-03-02T18:43:08.11Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:57.8791342-04:00",
            "2026-04-17T17:14:57.8791342-04:00",
            "2026-04-17T17:14:57.8791342-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JPMorgan Chase &amp; Co",
            "JPMorgan Chase &amp; Co",
            "JPMorgan Chase &amp; Co"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "JPM",
            "JPM",
            "JPM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary Investor Day 2026: Investment banking fees and markets revenue have ",
            "TD Cowen Reiterates JPM with Buy, price target: $400",
            "CEO Dimon: Economy generally does not get driven by geopolitical conflict unless"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Q1 revenue cadence: <b>Investment banking fees and markets revenue have starte",
            "",
            "- De-regulation and OBBB will help drive growth<br/>- Prepared for all outcomes "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Financials']",
            "['Financials']",
            "['Americas Macro', 'Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'S&amp;P Sel Financial Spider Fund', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'JPMorgan Chase &amp; Co', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Inflation', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Financials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/KD",
      "description": "",
      "representative_file": "KD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 269348,
      "rep_rows": 263,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4431052",
            "4442373",
            "4443514"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-23T20:08:30.28Z",
            "2025-08-04T20:17:47.79Z",
            "2025-08-05T12:44:50.837Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:14:58.8892142-04:00",
            "2026-04-17T17:14:58.8892142-04:00",
            "2026-04-17T17:14:58.8892142-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "International Business Machines Corporation",
            "Kyndryl Holdings Inc.",
            "Kyndryl Holdings Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "IBM",
            "KD",
            "KD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q2 $2.80 v $2.64e, Rev $17.0B v $16.6Be; Raises outlook for profit and F",
            "Reports Q1 $0.37 v $0.36e, Rev $3.74B v $3.80Be",
            "TTN Summary of 08:30ET Earnings Call: Hyperscaler related revenue nearly doubled"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Affirms FY25 Rev (cc) &#39;at least 5%&#39; v %e, <b>Raises slightly</b> FCF &",
            "- Affirms FY26 Adj Pretax Net &gt;$725M; Rev +1% y/y (cc) (prior: Adj Pretax Net",
            "- Reaffirming FY26 outlook: targeting mid-single-digit revenue growth, with <b>h"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cisco Systems Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'International Business Machines Corporation', 'CountryId': 1, ",
            "[{'CompanyName': 'International Business Machines Corporation', 'CountryId': 1, "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/KEY",
      "description": "",
      "representative_file": "KEY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 229767,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4419508",
            "4425376",
            "4426904"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-08T14:12:54.547Z",
            "2025-07-16T10:37:50.13Z",
            "2025-07-17T20:28:32.593Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:02.9415674-04:00",
            "2026-04-17T17:15:02.9405671-04:00",
            "2026-04-17T17:15:02.9405671-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "KeyCorp",
            "The PNC Financial Services Group Inc",
            "Western Alliance Bancorporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "KEY",
            "PNC",
            "WAL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wells Fargo Reiterates KEY with Overweight, price target: $20 from $18",
            "Reports Q2 $3.85 v $3.56e, Rev $5.66B v $5.62Be",
            "Reports Q2 $2.07 v $2.04e, Net Rev $846M v $848Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- ROCE 12.2% v 11.6% q/q <br/>- ROA 1.17% v 1.09% q/q <br/>- Net interest margin",
            "- ROA 1.10% v 0.99% y/y<br/>- ROE (tangible common equity) 14.9% v 14.3% y/y<br/"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Americas Macro', 'Financials']",
            "['Americas Macro', 'Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'KeyCorp', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': '",
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/KGC",
      "description": "",
      "representative_file": "KGC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 110292,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3940100",
            "3993800",
            "3994371"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-08-23T11:07:08.977Z",
            "2023-11-08T22:10:17.043Z",
            "2023-11-09T09:51:21.577Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:03.0795815-04:00",
            "2026-04-17T17:15:03.0795815-04:00",
            "2026-04-17T17:15:03.0795815-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Kinross Gold Corporation",
            "Kinross Gold Corporation",
            "Kinross Gold Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "KGC",
            "KGC",
            "KGC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Aurion signs definitive option agreement with Kinross on the Launi East Property",
            "Reports Q4 $0.12 v 0.10e, Rev $1.10B v $964Me",
            "Tier1 firm Reiterates KGC with Underperform, price target: $4.50"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Signed a formal definitive option agreement with Kinross Gold Corporation gran",
            "- Production of 585.4Koz gold, +11% y/y<br/><br/>- Outlook: Tracking in the lowe",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Kinross Gold Corporation', 'CountryId': 13, 'CountryIso': 'CA'",
            "[{'CompanyName': 'Kinross Gold Corporation', 'CountryId': 13, 'CountryIso': 'CA'",
            "[{'CompanyName': 'Kinross Gold Corporation', 'CountryId': 13, 'CountryIso': 'CA'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/KKR",
      "description": "",
      "representative_file": "KKR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1082137,
      "rep_rows": 950,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4584707",
            "4588398",
            "4591878"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-12T11:03:43.05Z",
            "2026-02-17T22:28:01.073Z",
            "2026-02-20T13:59:06.75Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:05.2557694-04:00",
            "2026-04-17T17:15:05.2557694-04:00",
            "2026-04-17T17:15:05.2557694-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "KKR &amp; Co. Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "KKR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Thursday Morning Papers Summary",
            "Coatue Management discloses latest quarterly holdings - 13 F-HR filing",
            "UBS Reiterates KKR with Buy, price target: $125 from $168"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>FINANCIAL TIMES</b><br/><b>-J</b>es Staley was named as a trustee of Jeffrey ",
            "New stake: RKT INFY VRT MTZ SFM NAVN GNRC EXPD CHRW MRNA<br/>Liquidated: CRWV HN",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Americas Macro']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Walmart Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Expeditors International of Washington Inc', 'CountryId': 1, '",
            "[{'CompanyName': 'KKR &amp; Co. Inc', 'CountryId': 17, 'CountryIso': 'NL', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.75,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/KMI",
      "description": "",
      "representative_file": "KMI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 123887,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4298141",
            "4299982",
            "4302214"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-23T14:06:07.303Z",
            "2025-01-27T13:17:31.64Z",
            "2025-01-29T14:35:48.57Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:08.4920517-04:00",
            "2026-04-17T17:15:08.4920517-04:00",
            "2026-04-17T17:15:08.4920517-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Kinder Morgan Inc",
            "Kinder Morgan Inc",
            "Kinder Morgan Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "KMI",
            "KMI",
            "KMI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wells Fargo Reiterates KMI with Overweight, price target: $33 from $30",
            "UBS Reiterates KMI with Buy, price target: $38 from $34",
            "CitiGroup Reiterates KMI with Neutral, price target: $28 from $25"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Kinder Morgan Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Kinder Morgan Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Kinder Morgan Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/KMX",
      "description": "",
      "representative_file": "KMX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 280547,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4516294",
            "4516986",
            "4517347"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-06T21:24:51.87Z",
            "2025-11-07T07:51:53.27Z",
            "2025-11-07T12:07:13.4Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:11.9493548-04:00",
            "2026-04-17T17:15:11.9493548-04:00",
            "2026-04-17T17:15:11.9493548-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CarMax Inc",
            "CarMax Inc",
            "CarMax Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "KMX",
            "KMX",
            "KMX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates KMX with Underperform, price target: $27",
            "RBC Cuts KMX to Sector Perform from Outperform, price target: $34",
            "Needham Cuts KMX to Hold from Buy"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'CarMax Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'CarMax Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'CarMax Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/KNX",
      "description": "",
      "representative_file": "KNX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 235605,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4496002",
            "4496567",
            "4499235"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-19T02:24:12.103Z",
            "2025-10-20T11:00:45.263Z",
            "2025-10-22T19:47:41.44Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:12.2033775-04:00",
            "2026-04-17T17:15:12.2033775-04:00",
            "2026-04-17T17:15:12.2033775-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Old Dominion Freight Line Inc",
            "Clean Energy Fuels Corp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "ODFL",
            "CLNE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) September US Net trailer orders 10.1K units, +30% m/m, -19% y/y - FTRintel.",
            "Announces general rate increase (GRI) of 4.9% applicable to rates established un",
            "To Launch New Freightliner X15N Demo Truck Program at ATA’s MCE in San Diego"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "U.S. trailer net orders rose 30% month-over-month (m/m) in September to 10,142 u",
            "- Comments: &quot;At Old Dominion, we are committed to delivering our premium va",
            "Announced the launch of its second heavy-duty truck demo program, featuring the "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Industrials', 'TTN Research Alert']",
            "['Americas Macro', 'Industrials', 'TTN Research Alert']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Yellow Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Yellow Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Walmart Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.75,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/KO",
      "description": "",
      "representative_file": "KO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 650056,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4539965",
            "4540985",
            "4541238"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-09T19:08:15.073Z",
            "2025-12-10T15:23:04.77Z",
            "2025-12-10T22:15:10.413Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:17.7578608-04:00",
            "2026-04-17T17:15:17.7578608-04:00",
            "2026-04-17T17:15:17.7578608-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PepsiCo Inc",
            "",
            "The Coca-Cola Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PEP",
            "",
            "KO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary Investor Call: “A full refraining of our North American beverage ope",
            "(US) HHS Sec Kennedy Jr: National food standard is &#39;on the table;&#39; FDA w",
            "CEO James Quincey to resign; Promotes CCO Henrique Braun to CEO, effective March"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- “The first numbers are very good from the 3–4 customers running the Lays relau",
            "- Don&#39;t know if we&#39;ll ever define ultra-processed foods <br/>- We&#39;ll",
            "- Announced that its board of directors has elected Executive Vice President and"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Americas Macro', 'Health Care']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Coca-Cola Company', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'PepsiCo Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'The Coca-Cola Company', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Americas Macro",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/KR",
      "description": "",
      "representative_file": "KR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 507326,
      "rep_rows": 600,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4519305",
            "4521403",
            "4523342"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-10T15:26:24.257Z",
            "2025-11-12T12:30:29.657Z",
            "2025-11-13T20:41:29.547Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:17.821865-04:00",
            "2026-04-17T17:15:17.821865-04:00",
            "2026-04-17T17:15:17.821865-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Kroger Co",
            "Alpha Modus Holdings",
            "The Kroger Co"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "KR",
            "AMOD",
            "KR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Unit Harris Teeter expands its presence in Florida, South Carolina, and North Ca",
            "Files Amended Patent Infringement Complaint Against The Kroger Co",
            "Sun County teamsters ratify first contract for 200 fleet service workers (Local "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The expansion marks a significant milestone in the company&#39;s mission to br",
            "- Has filed an Amended Complaint for Patent Infringement against The Kroger Co. ",
            "- Fleet service workers at Sun Country Airlines have overwhelmingly ratified the"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Information Technology']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Kroger Co', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'The Kroger Co', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Jobs Tracking', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Information Technology",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/KSS",
      "description": "",
      "representative_file": "KSS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 436755,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4440079",
            "4441386",
            "4449503"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-31T23:12:15.537Z",
            "2025-08-02T19:00:00.657Z",
            "2025-08-08T10:55:11.59Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:17.9148715-04:00",
            "2026-04-17T17:15:17.9138719-04:00",
            "2026-04-17T17:15:17.9128719-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Under Armour Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "UA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*(US) US PRES TRUMP ANNOUNCES TARIFFS ON COUNTRIES RANGING FROM 15% TO 40%",
            "Barron&#39;s Weekend Summary: Trump&#39;s desire for a simple solution to intere",
            "Reports Q1 $0.02 v $0.03e, Rev $1.13B v $1.13Be; Guides well below est citing on"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Updated US reciprocal tariff rates are as follows:   <br/>- Bangladesh 20%   <",
            "<i>Cover:</i><br/>-President Donald Trump&#39;s desire for a simple solution to ",
            "<b>- Guides Q2 $0.01-0.02 v $0.26e, Rev -7% to -6% y/y (implies Rev $1.23-1.24B "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Fixed Income/Forex', 'TTN Research Alert']",
            "['Americas Macro']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "21",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Costco Wholesale Corporation', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Graham Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Kohl&#39;s Corporation', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            0.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/KTOS",
      "description": "",
      "representative_file": "KTOS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 245172,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4521502",
            "4523024",
            "4525527"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-12T13:07:21.75Z",
            "2025-11-13T14:00:34.173Z",
            "2025-11-17T13:00:38.15Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:24.6354571-04:00",
            "2026-04-17T17:15:24.6344572-04:00",
            "2026-04-17T17:15:24.6344572-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Kratos Defense &amp; Security Solutions Inc",
            "Kratos Defense &amp; Security Solutions Inc",
            "Kratos Defense &amp; Security Solutions Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "KTOS",
            "KTOS",
            "KTOS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Indiana Payload Integration Facility for hypersonic systems remains on schedule ",
            "Moves to New Engine Manufacturing Facility in Auburn Hills, MI to Support Demand",
            "Opens New 60,000 Sq Ft Jerusalem Facility for Microwave Electronics Division"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The $50M, 68,000-square-foot site will support rapid preparation and testing o",
            "- Opens new Propulsion Manufacturing Facility in Auburn Hills, Michigan to fulfi",
            "- Relocation of the Jerusalem branch of its Microwave Electronics Division to a "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Kratos Defense &amp; Security Solutions Inc', 'CountryId': 1, ",
            "[{'CompanyName': 'Kratos Defense &amp; Security Solutions Inc', 'CountryId': 1, ",
            "[{'CompanyName': 'Kratos Defense &amp; Security Solutions Inc', 'CountryId': 1, "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LBRT",
      "description": "",
      "representative_file": "LBRT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 102446,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4334712",
            "4344055",
            "4346675"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-10T10:16:48.713Z",
            "2025-03-24T05:28:31.417Z",
            "2025-03-26T20:17:50.58Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:25.1075053-04:00",
            "2026-04-17T17:15:25.1075053-04:00",
            "2026-04-17T17:15:25.1075053-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Liberty Energy",
            "Liberty Energy",
            "Liberty Energy"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LBRT",
            "LBRT",
            "LBRT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates LBRT with Neutral, price target: $18.50 from $23",
            "RBC Cuts LBRT to Sector Perform from Outperform, price target: $19 from $",
            "Morgan Stanley Raised LBRT to Overweight from Equal Weight, price target: $25"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Liberty Energy', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Liberty Energy', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Liberty Energy', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LCID",
      "description": "",
      "representative_file": "LCID.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 603941,
      "rep_rows": 535,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4484063",
            "4487464",
            "4488243"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-30T15:10:49.637Z",
            "2025-10-06T20:36:19.563Z",
            "2025-10-07T16:07:51.727Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:25.2765152-04:00",
            "2026-04-17T17:15:25.2765152-04:00",
            "2026-04-17T17:15:25.2755146-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ford Motor Company",
            "Lucid Group Inc. Common Stock",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "F",
            "LCID",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CEO: EV sales may fall to 5% from 10% in the US market",
            "Reports Q3 production and deliveries; Produced 3.9K vehicles and delivered 4.1K ",
            "(US) US Pres Trump: Carney and I will talk about trade and Gaza; We&#39;ll talk "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Loss of the $7.5 EV tax credit will hurt EV demand",
            "- Announced production and delivery totals for the quarter ended September 30, 2",
            "- Our team is &#39;Over there now&#39; on Gaza talks; Another team just left for"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Americas Macro', 'Fixed Income/Forex']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Lucid Group Inc. Common Stock', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LEN",
      "description": "",
      "representative_file": "LEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 226374,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4491831",
            "4494909",
            "4500003"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-13T12:39:32.387Z",
            "2025-10-16T14:00:03.67Z",
            "2025-10-23T10:30:10.617Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:25.8105632-04:00",
            "2026-04-17T17:15:25.8105632-04:00",
            "2026-04-17T17:15:25.8105632-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Lennar Corporation",
            "",
            "Textron Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LEN",
            "",
            "TXT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "GAMCO urges Lennar to include Class B shares in stock exchange offer; Cites 7% v",
            "*(US) OCT NAHB HOUSING MARKET INDEX: 37 V 33E",
            "Reports Q3 $1.55 v $1.47e, Rev $3.60B v $3.71Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- GAMCO Investors, holding 1.72M Lennar Class B shares (5.5% of outstanding), se",
            "- Sales Expectations Over Next 6 Months Index: 54 v 45 prior",
            "- Affirms FY25 $6.00-6.20 v $6.15e (prior: $6.00-6.20) <br/>- Affirms FY25 net c"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Americas Macro', 'Fixed Income/Forex']",
            "['Americas Macro', 'Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'GAMCO Investors Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Beazer Homes USA Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'United Technologies Corp', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LI",
      "description": "",
      "representative_file": "LI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 908848,
      "rep_rows": 1050,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4509353",
            "4509378",
            "4509381"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-01T02:24:26.513Z",
            "2025-11-02T03:15:16.703Z",
            "2025-11-02T03:22:19.857Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:28.2367734-04:00",
            "2026-04-17T17:15:28.2367734-04:00",
            "2026-04-17T17:15:28.2367734-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Li Auto Inc",
            "XPeng Inc",
            "Zeekr"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LI",
            "XPEV",
            "ZK"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Oct deliveries: 31.8K units v 34K m/m",
            "Reports Oct Vehicle Deliveries: 42.0K units v 41.6K units m/m, +76% y/y",
            "Reports Oct deliveries 61.6K v 51.2K m/m, +9.8% y/y"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- As of October 31, 2025, Li Auto’s cumulative deliveries reached 1,462,788.<br/",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'BYD Company Limited', 'CountryId': 24, 'CountryIso': 'HK', 'Co",
            "[{'CompanyName': 'Global X Lithium ETF', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Geely Automobile Holdings Limited', 'CountryId': 24, 'CountryI"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LITE",
      "description": "",
      "representative_file": "LITE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 206583,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4482228",
            "4491616",
            "4496199"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-26T20:10:16.063Z",
            "2025-10-13T11:00:12.3Z",
            "2025-10-20T05:14:13.76Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:29.0858447-04:00",
            "2026-04-17T17:15:29.0858447-04:00",
            "2026-04-17T17:15:29.0858447-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Coherent Inc",
            "Lumentum Holdings Inc",
            "Lumentum Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "COHR",
            "LITE",
            "LITE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Announces Industry’s First 100G ZR QSFP28 for Bi-directional Applications – Enab",
            "Boutique Firm Initiates LITE with Buy, price target: $330",
            "Barclays Cuts LITE to Equal Weight from Overweight, price target: $165"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Announces the industry’s first QSFP28 Dual Laser 100G ZR solution that enables",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'II-VI Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Lumentum Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Lumentum Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LLY",
      "description": "",
      "representative_file": "LLY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4157196,
      "rep_rows": 3000,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4617635",
            "4617855",
            "4618377"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-23T10:30:07.02Z",
            "2026-03-23T13:31:37.293Z",
            "2026-03-24T04:37:46.38Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:32.0101027-04:00",
            "2026-04-17T17:15:32.0101027-04:00",
            "2026-04-17T17:15:32.0101027-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Apogee Therapeutics Inc",
            "Eli Lilly and Company",
            "Supply Chain"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "APGE",
            "LLY",
            "SUPPLYCHAINSX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Announces positive Phase 2 Part A 52-Week Data of Zumilokibart (APG777), demonst",
            "US Supreme Court refuses to hear Lilly/Takeda appeal of Actos fraud lawsuit",
            "(IN) Regulatory surveillance over weight loss drug GLP-1 supply chain will be in"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- <i>APEX Part A data demonstrated durable maintenance of response at 52-week",
            "<b>*Reminder:  </b>10/27/14 <u>4502.JP </u>Reportedly judge reduces damages agai",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care', 'TTN Tracking Tickers']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Takeda Pharmaceutical Company Limited', 'CountryId': 4, 'Count",
            "[{'CompanyName': 'Eli Lilly and Company', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LPTH",
      "description": "",
      "representative_file": "LPTH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 135326,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4211718",
            "4213516",
            "4217997"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-09-24T12:31:20.057Z",
            "2024-09-26T12:31:21.1Z",
            "2024-10-03T12:31:36.12Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:32.8241713-04:00",
            "2026-04-17T17:15:32.8241713-04:00",
            "2026-04-17T17:15:32.8241713-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LightPath Technologies Inc",
            "LightPath Technologies Inc",
            "LightPath Technologies Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LPTH",
            "LPTH",
            "LPTH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Secures $3.5M follow-on order to provide advanced infrared optics for the F-35 c",
            "Received $0.5M low-rate initial production order for thermal imaging assemblies ",
            "Awarded $0.5M of Phase 2 Funding in US Defense Dept partnership to qualify addit"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The optical design utilizes the proprietary BlackDiamond BD6 Chalcogenide mate",
            "- Optical assemblies utilize BlackDiamond™ Chalcogenide material, qualified for ",
            "- Awarded Phase 2 funding to support the qualification of additional LightPath B"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'LightPath Technologies Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'LightPath Technologies Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'LightPath Technologies Inc', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LRCX",
      "description": "",
      "representative_file": "LRCX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 397514,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4512859",
            "4523355",
            "4524254"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-05T09:07:47.917Z",
            "2025-11-13T21:01:35.96Z",
            "2025-11-14T12:01:45.98Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:34.160289-04:00",
            "2026-04-17T17:15:34.160289-04:00",
            "2026-04-17T17:15:34.1592969-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Applied Materials Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "AMAT",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(CN) China extends pause on export controls for over 16 US companies for another",
            "Reports Q4 $2.17 v $2.11e, Rev $6.80B v $6.70Be",
            "(US) Friday Morning Online Reading Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- <b>Guides Q1 $1.98-2.38 v $2.19e, Rev $6.35-7.35B v $6.89Be </b><br/> <br/>- F",
            "<b>PROJECT SYNDICATE</b><br/>-Benn Steil, Director of International Economics at"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Asian Macro', 'Americas Macro']",
            "['Americas Macro', 'Information Technology']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "2",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Caterpillar Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'QUALCOMM Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Lam Research Corporation', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Asian Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            2.0,
            0.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LULU",
      "description": "",
      "representative_file": "LULU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 411714,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4540224",
            "4542198",
            "4542199"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-10T04:49:18.743Z",
            "2025-12-11T21:06:10.67Z",
            "2025-12-11T21:06:17.65Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:35.0203612-04:00",
            "2026-04-17T17:15:35.0193606-04:00",
            "2026-04-17T17:15:35.0193606-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Lululemon Athletica Inc",
            "Lululemon Athletica Inc",
            "Lululemon Athletica Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LULU",
            "LULU",
            "LULU"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Guggenheim Securities Initiates LULU with Neutral",
            "Calvin McDonald to Step Down as CEO; Board Conducting Comprehensive CEO Search P",
            "Reports Q3 $2.59 v $2.22e, Rev $2.60B v $2.48Be; To buyback ~$1.6B"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Board Chair Marti Morfitt Appointed Executive Chair<br/><br/>Announced that Ca",
            "- Guides Q4 $4.66-4.76 v $4.99e, Rev $3.5-3.60B v $3.58Be <br/>- <b>Raises </b>F"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Americas Macro', 'Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Lululemon Athletica Inc', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Lululemon Athletica Inc', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'NIKE Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LUMN",
      "description": "",
      "representative_file": "LUMN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 215068,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4457064",
            "4457724",
            "4462978"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-18T20:07:04.097Z",
            "2025-08-19T13:06:07.43Z",
            "2025-08-27T13:17:34.297Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:41.237904-04:00",
            "2026-04-17T17:15:41.237904-04:00",
            "2026-04-17T17:15:41.2369048-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Lumen Technologies Inc",
            "Lumen Technologies Inc",
            "Lumen Technologies Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LUMN",
            "LUMN",
            "LUMN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Further Enhances Capital Structure to Power AI-Era Network Expansion",
            "Expands high-speed data center and cloud connectivity across 16 U.S. metro marke",
            "Partners with Pac-12 Enterprises for Lumen’s Network-as-a-Service (NaaS) technol"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <i>Closes $2 Billion First Lien Notes Due 2034, Supporting Strategy to Lower C",
            "– Lumen Technologies offers Ethernet and IP services up to 400Gbps at 70+ third-",
            "- With Lumen NaaS, Pac-12 Enterprises has the flexibility to scale bandwidth on "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Lumen Technologies Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Lumen Technologies Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Lumen Technologies Inc', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LUNR",
      "description": "",
      "representative_file": "LUNR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 145634,
      "rep_rows": 163,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4355155",
            "4355354",
            "4370413"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-08T12:30:28.823Z",
            "2025-04-08T18:29:44.66Z",
            "2025-04-29T12:36:54.223Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:41.9579652-04:00",
            "2026-04-17T17:15:41.9579652-04:00",
            "2026-04-17T17:15:41.9579652-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Intuitive Machines, LLC",
            "",
            "Intuitive Machines, LLC"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LUNR",
            "",
            "LUNR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Selects SpaceX to launch its 4th Lunar Lander mission and Lunar Data Relay Satel",
            "(US) NASA administrator nominee Isaacman: Will prioritize sending US astronauts ",
            "Receives up to $10M grant from Texas Space Commission"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Recently selected SpaceX’s Falcon 9 rocket to launch its fourth lunar delivery",
            "",
            "- Texas Space Commission has selected Intuitive Machines, Inc. (LUNR) for a gran"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Americas Macro', 'Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'SpaceX', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Intuitive Machines, LLC', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LUV",
      "description": "",
      "representative_file": "LUV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 932208,
      "rep_rows": 1100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4538679",
            "4538936",
            "4539374"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-08T13:46:05.297Z",
            "2025-12-08T21:11:18.777Z",
            "2025-12-09T09:30:55.423Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:42.0469732-04:00",
            "2026-04-17T17:15:42.0469732-04:00",
            "2026-04-17T17:15:42.0469732-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Southwest Airlines Co",
            "Southwest Airlines Co",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LUV",
            "LUV",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Morgan Stanley Reiterates LUV with Overweight, price target: $48 from $38",
            "BMO Capital Markets Initiates LUV with Market Perform, price target: $43",
            "IATA on 2026 global airline outlook: Sector revenue to grow 4.5% to $1.05T; Cost"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Sees global airline net profits $41.0B v $39.5B in 2025 (prior 2025 outlook sa"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['European Macro', 'Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Southwest Airlines Co', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Southwest Airlines Co', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "European Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LW",
      "description": "",
      "representative_file": "LW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 180233,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4282044",
            "4300295",
            "4315850"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-27T13:40:52.09Z",
            "2025-01-27T21:06:27.967Z",
            "2025-02-13T21:32:54.773Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:45.2662556-04:00",
            "2026-04-17T17:15:45.2662556-04:00",
            "2026-04-17T17:15:45.2652557-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Lamb Weston Holdings Inc",
            "Lamb Weston Holdings Inc",
            "Lamb Weston Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LW",
            "LW",
            "LW"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Former Lamb Westor exec Jeff DeLapp added to Jana Partners roster of potential b",
            "JANA Partners Sends Letter to Lamb Weston Board of Directors",
            "Responds to TRC Capital’s &#39;Mini-Tender&#39; Offer for up to 2M shares at $55"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- NOTE: DeLapp was President of Lamb Weston from 2002 to 2010<br/><br/><b>**NOTE",
            "JANA Partners (“JANA,” “we” or “us”), together with our strategic and operating ",
            "- Has received notice of an unsolicited “mini-tender” offer by TRCCapital Invest"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Consumer Staples']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Activist positions', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Lamb Weston Holdings Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Activist positions', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Staples",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LYB",
      "description": "",
      "representative_file": "LYB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 216532,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4509245",
            "4509907",
            "4510319"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-31T15:11:41.543Z",
            "2025-11-03T11:13:12.14Z",
            "2025-11-03T14:09:48.173Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:45.6022832-04:00",
            "2026-04-17T17:15:45.6022832-04:00",
            "2026-04-17T17:15:45.6022832-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LyondellBasell Industries N.V",
            "LyondellBasell Industries N.V",
            "LyondellBasell Industries N.V"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LYB",
            "LYB",
            "LYB"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 11:00ET Earnings Call: On track to deliver $600M cash‐improvement",
            "Tier1 firm Reiterates LYB with Neutral, price target: $52",
            "Wells Fargo Reiterates LYB with Overweight, price target: $55 from $65"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- On track to deliver <b>$600 million cash‐improvement target by year‐end</b> an",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'LyondellBasell Industries N.V', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'LyondellBasell Industries N.V', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'LyondellBasell Industries N.V', 'CountryId': 1, 'CountryIso': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LYFT",
      "description": "",
      "representative_file": "LYFT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 535644,
      "rep_rows": 800,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4517532",
            "4517668",
            "4517737"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-07T13:44:01.77Z",
            "2025-11-07T14:24:14.32Z",
            "2025-11-07T14:45:49.487Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:48.2525157-04:00",
            "2026-04-17T17:15:48.2525157-04:00",
            "2026-04-17T17:15:48.2525157-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Lyft Inc",
            "Lyft Inc",
            "Lyft Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LYFT",
            "LYFT",
            "LYFT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Truist Reiterates LYFT with Hold, price target: $23 from $16",
            "Goldman Sachs Reiterates LYFT with Buy, price target: $26 from $21",
            "Evercore ISI Institutional Equities Reiterates LYFT with In Line, price target: "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "https://www.truist.com/",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Lyft Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Lyft Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Lyft Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/LYV",
      "description": "",
      "representative_file": "LYV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 180635,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4476751",
            "4477548",
            "4478223"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-17T16:16:10.183Z",
            "2025-09-18T15:01:12.547Z",
            "2025-09-19T12:43:47.04Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:48.7395569-04:00",
            "2026-04-17T17:15:48.7395569-04:00",
            "2026-04-17T17:15:48.7395569-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "StubHub Holdings, Inc.",
            "Live Nation Entertainment Inc",
            "Live Nation Entertainment Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "STUB",
            "LYV",
            "LYV"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "IPO opens for trade at $25.35/shr",
            "FTC sues Live Nation and TicketMaster for engaging in illegal ticket resale tact",
            "Tier1 firm Reiterates LYV with Buy, price target: $175"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Priced at $23.50",
            "The FTC and seven states sued Ticketmaster and Live Nation alleging they deceive",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Communication Services', 'TTN Research Alert']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Live Nation Entertainment Inc', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'Regulation/government scrutiny concerns', 'CountryId': 1, 'Cou",
            "[{'CompanyName': 'Live Nation Entertainment Inc', 'CountryId': 1, 'CountryIso': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/M",
      "description": "",
      "representative_file": "M.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 654485,
      "rep_rows": 600,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4467156",
            "4468059",
            "4468577"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-03T12:09:39.78Z",
            "2025-09-04T10:10:09.693Z",
            "2025-09-04T18:02:30.05Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:50.9857512-04:00",
            "2026-04-17T17:15:50.9857512-04:00",
            "2026-04-17T17:15:50.9857512-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Macy&#39;s Inc",
            "Shoe Carnival Inc",
            "Macy&#39;s Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "M",
            "SCVL",
            "M"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 08:00ET Earnings Call: End-of-quarter inventories down 0.8%, indi",
            "Reports Q2 $0.70 v $0.83 y/y, Rev $306M v $333M y/y; Sales rebound in Aug, growt",
            "TTN Summary of 13:50ET Goldman Sachs 32nd Annual Global Retailing Conference 202"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Adjusted EPS of $0.41</b> in Q2 vs guidance $0.15–$0.20, reflecting comp sa",
            "- <b>Narrow</b><b>s</b><b> </b>FY25 $1.70-2.10, <b>Cuts </b>Rev $1.12-1.15B (Rev",
            "- <b>Q3 outlook anticipates decelerated comps</b> with guidance reflecting prude"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Macy&#39;s Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'NIKE Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Macy&#39;s Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MA",
      "description": "",
      "representative_file": "MA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 970168,
      "rep_rows": 1150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4562366",
            "4562447",
            "4562688"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-16T11:34:31.623Z",
            "2026-01-16T12:49:23.377Z",
            "2026-01-18T04:45:43.7Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:52.9419268-04:00",
            "2026-04-17T17:15:52.9419268-04:00",
            "2026-04-17T17:15:52.9419268-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The PNC Financial Services Group Inc",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PNC",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 $4.88 v $4.23e, Rev $6.07B v $5.96Be",
            "(US) White House NEC Dir Hassett: Been in touch with big banks on credit cards, ",
            "(US) White House considers using Executive Order to enact Trump&#39;s plan to ca"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- ROCE 14.3% v 13.2% q/q <br/>- ROA 1.40% v 1.27% q/q <br/>- Net interest margin",
            "- Idea of MBS plan is to get spreads down on mortgages<br/>- Trump to unveil pla",
            "- The plan is still a work in progress but will seek to lower interest rates on "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Financials']",
            "['Americas Macro', 'Financials']",
            "['Americas Macro', 'Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "7",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.25,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MARA",
      "description": "",
      "representative_file": "MARA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 240765,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4305580",
            "4319421",
            "4325922"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-03T14:21:40.64Z",
            "2025-02-19T16:42:50.533Z",
            "2025-02-26T21:33:02.137Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:55.3641333-04:00",
            "2026-04-17T17:15:55.3641333-04:00",
            "2026-04-17T17:15:55.3641333-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Mara Holdings",
            "Mara Holdings",
            "Mara Holdings"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MARA",
            "MARA",
            "MARA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Jan BTC Produced 750 v 890 m/m, Energized Hash Rate (EH/S) 53.2 v 53.2 m",
            "TTN Summary of 11:30ET Call: Over 54.5% of the common stock voting power partici",
            "Reports Q4 $1.24 v -$0.32e, Rev $214.4M v $191Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- CEO: In January, our production saw a 12% month-over-month decline in blocks w",
            "- Special meeting convened to handle proxy proposals and voting procedures in co",
            "- Adj EBITDA $794.4M v $259.0M y/y  <br/>- BTC produced 2,492 v 2,070 y/y"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Mara Holdings', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Mara Holdings', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Bitcoin vs US Dollar', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MAS",
      "description": "",
      "representative_file": "MAS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 90087,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4359038",
            "4362588",
            "4364799"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-14T13:27:00.717Z",
            "2025-04-21T09:49:57.47Z",
            "2025-04-23T11:00:08.127Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:57.6583389-04:00",
            "2026-04-17T17:15:57.6583389-04:00",
            "2026-04-17T17:15:57.6583389-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Masco Corporation",
            "Masco Corporation",
            "Masco Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MAS",
            "MAS",
            "MAS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wells Fargo Reiterates MAS with Equal Weight, price target: $65 from $82",
            "Tier1 firm Reiterates MAS with Underperform, price target: $60 from $74",
            "Reports Q1 $0.87 v $0.92e, Rev $1.80B v $1.84Be; Due to tariff and macroeconomic"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- <b>Omit</b><b>s</b><b> </b>FY25 v $4.25e (prior: $4.20-4.45)  <br/> <br/>- Op "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Masco Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Masco Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'The Home Depot Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MAT",
      "description": "",
      "representative_file": "MAT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 342924,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4375952",
            "4376075",
            "4376320"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-05T20:07:04.847Z",
            "2025-05-05T21:07:22.67Z",
            "2025-05-06T04:56:42.11Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:58.7344298-04:00",
            "2026-04-17T17:15:58.7334316-04:00",
            "2026-04-17T17:15:58.7334316-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Mattel Inc",
            "Mattel Inc",
            "Mattel Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MAT",
            "MAT",
            "MAT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 -$0.03 v -$0.11e, Rev $827M v $800Me; Withdraws guidance due to macro",
            "TTN Summary Earnings Call: Q2 trading off to a strong start; Tariffs are having ",
            "Tier1 firm Reiterates MAT with Buy, price target: $28"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b><u>- Pausing full-year 2025 guidance until company has sufficient visibility,",
            "- Relocating about 500 SKUs out of China this year, almost doubling product move",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Hasbro Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Trade and Protectionist Activity', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Mattel Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MBLY",
      "description": "",
      "representative_file": "MBLY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 203300,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4423524",
            "4423548",
            "4425532"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-14T13:03:54.497Z",
            "2025-07-14T13:12:38.45Z",
            "2025-07-16T11:53:54.423Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:15:59.5765009-04:00",
            "2026-04-17T17:15:59.5765009-04:00",
            "2026-04-17T17:15:59.5765009-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Mobileye Global Inc",
            "Mobileye Global Inc",
            "Mobileye Global Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MBLY",
            "MBLY",
            "MBLY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates MBLY with Neutral, price target: $18",
            "Tier1 firm Reiterates MBLY with Neutral, price target: $18",
            "Barclays Reiterates MBLY with Equal Weight, price target: $16 from $14"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Mobileye Global Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Mobileye Global Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Mobileye Global Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MCD",
      "description": "",
      "representative_file": "MCD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 911537,
      "rep_rows": 800,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4511432",
            "4513076",
            "4513114"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-04T12:01:38.757Z",
            "2025-11-05T12:00:04.447Z",
            "2025-11-05T12:03:56.87Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:00.6495967-04:00",
            "2026-04-17T17:16:00.6495967-04:00",
            "2026-04-17T17:16:00.6495967-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Yum! Brands Inc",
            "McDonald&#39;s Corporation",
            "McDonald&#39;s Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "YUM",
            "MCD",
            "MCD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 $1.58 adj v $1.47e, Rev $1.98B v $1.96Be",
            "Reports Q3 $3.22 v $3.35e, Rev $7.08B v $7.07Be",
            "Affirms FY25 net restaurant additions 1,800, op margin  mid-to-high 40%s (prior:"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- World Wide SSS (ex-FX) +5.0% y/y <br/>- KFC division SSS (ex-FX) +3.0% y/y <br",
            "- Global SSS +3.6% y/y v +3.6%e <br/>- Domestic SSS 2.4% y/y v +2.1%e <br/>- Int",
            "- Affirms FY25 Capex $3.0-3.2B, global restaurant openings 2,200, FCF conversion"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Discretionary']",
            "['Americas Macro', 'Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'McDonald&#39;s Corporation', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'The Wendy&#39;s Company', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'McDonald&#39;s Corporation', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            2.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MCHP",
      "description": "",
      "representative_file": "MCHP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 261181,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4517759",
            "4517797",
            "4535250"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-07T14:54:28.28Z",
            "2025-11-07T15:09:13.75Z",
            "2025-12-02T21:10:17.63Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:03.3328265-04:00",
            "2026-04-17T17:16:03.3328265-04:00",
            "2026-04-17T17:16:03.3328265-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Microchip Technology Incorporated",
            "Microchip Technology Incorporated",
            "Microchip Technology Incorporated"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MCHP",
            "MCHP",
            "MCHP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Susquehanna Reiterates MCHP with Net Positive, price target: $75 from $85",
            "Stifel Nicolaus Reiterates MCHP with Buy, price target: $75 from $82",
            "Raises Q3 $0.40 v $0.37e (prior $0.34-0.40), Guides net sales to high-end of $1."
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Company has updated the range of its prior guidance for net sales and GAAP and"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Microchip Technology Incorporated', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'Microchip Technology Incorporated', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'Microchip Technology Incorporated', 'CountryId': 1, 'CountryIs"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MET",
      "description": "",
      "representative_file": "MET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 115841,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4372494",
            "4372868",
            "4373554"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-30T20:16:17.57Z",
            "2025-05-01T06:01:27.857Z",
            "2025-05-01T13:22:45.293Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:03.4358332-04:00",
            "2026-04-17T17:16:03.4358332-04:00",
            "2026-04-17T17:16:03.434835-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MetLife Inc",
            "MetLife Inc",
            "MetLife Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MET",
            "MET",
            "MET"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 $1.96 adj v $1.99e, Rev $18.6B v $18.2Be",
            "Tier1 firm Reiterates MET with Buy, price target: $94",
            "TTN Summary of 09:00ET Earnings Call: Management to pursue disciplined cost cont"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Adj Return on Equity (ROE) ex notable items 14.4% v 13.8% y/y <br/>- Adjusted ",
            "",
            "<ul><li>After launching its <b>new frontier strategy</b>, MetLife emphasizes its"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Travelers Companies Inc', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'MetLife Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'MetLife Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/META",
      "description": "",
      "representative_file": "META.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5119688,
      "rep_rows": 3400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4620044",
            "4620075",
            "4620192"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-25T13:01:36.11Z",
            "2026-03-25T13:37:04.423Z",
            "2026-03-25T17:07:50.307Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:06.8521317-04:00",
            "2026-04-17T17:16:06.8521317-04:00",
            "2026-04-17T17:16:06.8521317-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Meta Platforms Inc.",
            "Meta Platforms Inc.",
            "Meta Platforms Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "META",
            "META",
            "META"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "White House says council of advisors on science &amp; technology will include Ma",
            "Reportedly to lay off &#39;hundreds&#39; of workers; Affecting Reality Labs and ",
            "L.A. jury has reached a verdict in Meta/YouTube social media addiction trial - C"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- White House AI Tsar David Sacks will serve as co-Chair of the tech council",
            "**Link: https://www.theinformation.com/articles/meta-platforms-lay-hundreds<br/>",
            "- The personal injury case revolves around a  young woman identified who alleged"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Oracle Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Jobs Tracking', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Alphabet Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MFG",
      "description": "",
      "representative_file": "MFG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 72193,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2829721",
            "3028271",
            "3345051"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2019-10-21T20:52:17.593Z",
            "2020-06-11T00:56:34.827Z",
            "2021-07-08T09:05:06.367Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:07.186163-04:00",
            "2026-04-17T17:16:07.186163-04:00",
            "2026-04-17T17:16:07.186163-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The We Company (Wework Company)",
            "",
            "Alphabet Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "WE.OLD",
            "",
            "GOOGL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "If Softbank offer is accepted Softbank expected to launch up to $3.0B tender off",
            "(US) Following the 2008 housing crisis some investors moved from subprime CDOs t",
            "To purchase Japan smartphone settlement app Pring - financial press"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Softbanks financing package for WeWork is made up of senior and subordinated b",
            "- Notes some midsize banks also have CLO exposures equal to more than 100% of th",
            "- Reportedly to pay &#165;20-30B to buy the cashless payment startup from Mizuho"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Fixed Income/Forex', 'Information Technology']",
            "['Americas Macro', 'Fixed Income/Forex', 'TTN Research Alert']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'SoftBank Group Corp', 'CountryId': 4, 'CountryIso': 'JP', 'Cou",
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Alphabet Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fixed Income/Forex",
            "Americas Macro",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MGM",
      "description": "",
      "representative_file": "MGM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 497009,
      "rep_rows": 750,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4500710",
            "4501705",
            "4504380"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-23T20:07:59.843Z",
            "2025-10-24T14:15:00.16Z",
            "2025-10-28T20:12:31.513Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:08.2932616-04:00",
            "2026-04-17T17:16:08.2932616-04:00",
            "2026-04-17T17:16:08.2932616-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Boyd Gaming Corporation",
            "DraftKings Inc",
            "Caesars Entertainment Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BYD",
            "DKNG",
            "CZR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 $1.72 v $1.55e, Rev $1.00B v $867Me",
            "Working with NBA to ensure betting integrity - press cites statement in response",
            "Reports Q3 -$0.27 v -$0.11e, Rev $2.87B v $2.89Be; Notes Las Vegas  lower city-w"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Adj EBITDAR $293.2M v $336.6M y/y <br/> <br/>- Operations Review:<br/>- Las Ve",
            "<b>**Insight: 10/23 (US) Over 30 individuals have been indicted in the U.S. for ",
            "- Same store Adj EBITDA $884M v $1.0B y/y <br/> <br/>- CEO:  “Our regional portf"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Wynn Resorts Limited', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Caesars Entertainment Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Wynn Resorts Limited', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MNST",
      "description": "",
      "representative_file": "MNST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 95822,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4339072",
            "4348510",
            "4355271"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-14T18:01:15.423Z",
            "2025-03-28T18:06:08.327Z",
            "2025-04-08T15:01:17.487Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:08.7153027-04:00",
            "2026-04-17T17:16:08.7153027-04:00",
            "2026-04-17T17:16:08.7143027-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Monster Beverage Corporation",
            "The Coca-Cola Company",
            "Monster Beverage Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MNST",
            "KO",
            "MNST"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Recommends stockholders reject &#39;mini-tender&#39; offer by TRC Capital for up",
            "(US) HHS Secretary Kennedy said to support ban on soda being purchased with Supp",
            "Spruce Point makes cautious comments, sees 25-40% downside risk"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- TRC’s offer price of $52.95 is approximately 5.1% less than the closing price ",
            "- Link: https://www.washingtonpost.com/health/2025/03/28/soda-ban-food-stamps-rf",
            "The concerns we outline in our report include:<ul><li><b>Evidence that new entra"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Consumer Staples']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Monster Beverage Corporation', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'PepsiCo Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'The Coca-Cola Company', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Staples",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MOS",
      "description": "",
      "representative_file": "MOS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 314332,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4539891",
            "4542989",
            "4544527"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-09T17:01:32.38Z",
            "2025-12-14T04:03:25.827Z",
            "2025-12-16T11:55:06.83Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:11.0154991-04:00",
            "2026-04-17T17:16:11.0154991-04:00",
            "2026-04-17T17:16:11.0144977-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "The Mosaic Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "MOS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*(US) USDA WORLD AGRICULTURAL SUPPLY AND DEMAND ESTIMATES (WASDE) CROP REPORT",
            "(BY) Reportedly US envoy John Coale says US will remove sanctions on Belarus pot",
            "Idles single super phosphate production in Brazil citing surge in sulfur prices"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<i><u>End 2024/2025 US Stocks (M bu) </u> </i> <br/>Corn: 1,532 v 1,532 prior<br",
            "- FOLLOW UP: Belarus releases 123 political prisoners as US lifts some sanctions",
            "- Due to the recent sharp increase in sulfur prices, The Mosaic Company has star"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Staples']",
            "['European Macro', 'Americas Macro']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Caterpillar Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'The Mosaic Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'The Mosaic Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "European Macro",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MP",
      "description": "",
      "representative_file": "MP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 499719,
      "rep_rows": 320,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4517724",
            "4518451",
            "4519779"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-07T14:42:11.563Z",
            "2025-11-10T07:35:53.62Z",
            "2025-11-11T04:01:31.57Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:11.8335663-04:00",
            "2026-04-17T17:16:11.8335663-04:00",
            "2026-04-17T17:16:11.8335663-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "MP Materials Corp",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "MP",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Treasury Sec Bessent: On our way to solving China&#39;s chokehold on rare e",
            "Deutsche Bank Raised MP to Buy from Hold, price target: $71",
            "(CN) China to create &#39;validated end-user&#39; system for fast-tracking US ex"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>**NOTE: earlier: </b>(CN) China reportedly begins work on rules easing rare e",
            "",
            "-  System that will exclude companies with ties to the U.S. military while fast-"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Asian Macro', 'Americas Macro']",
            "['Materials']",
            "['Asian Macro', 'Fixed Income/Forex', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PowerShares China ETF', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'MP Materials Corp', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Northrop Grumman Corporation', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Asian Macro",
            "Materials",
            "Asian Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MPT",
      "description": "",
      "representative_file": "MPT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 148466,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4186862",
            "4192311",
            "4198595"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-08-14T20:55:52.06Z",
            "2024-08-23T18:10:53.337Z",
            "2024-09-04T08:02:41.96Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:11.9875887-04:00",
            "2026-04-17T17:16:11.9875887-04:00",
            "2026-04-17T17:16:11.9875887-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Medical Properties Trust Inc",
            "Johnson &amp; Johnson",
            "Medical Properties Trust Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MPT",
            "JNJ",
            "MPT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Completes sale of 11 Colorado facilities to University of Colorado Health for $8",
            "Plans to give rebates instead of up-front discounts to hospitals on two drugs, c",
            "Colliers Securities Reiterates MPW with Neutral, price target: $5"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Announced the completion of its sale of 11 freestanding emergency department (",
            "- Patient advocates say the move by JNJ could hurt hospitals that serve low inco",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Health Care']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Medical Properties Trust Inc', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Medical Properties Trust Inc', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Medical Properties Trust Inc', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Health Care",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MRK",
      "description": "",
      "representative_file": "MRK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3486620,
      "rep_rows": 3200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4618624",
            "4618819",
            "4619369"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-24T09:49:49.74Z",
            "2026-03-24T12:02:13.403Z",
            "2026-03-25T01:01:16.197Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:15.454885-04:00",
            "2026-04-17T17:16:15.454885-04:00",
            "2026-04-17T17:16:15.454885-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Aethlon Medical Inc",
            "Terns Pharmaceuticals Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "AEMD",
            "TERN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Prestige Biopharma Announces Positive Topline Results from Comparative SAMSON-II",
            "Advances to Final Cohort in Oncology Clinical Trial Following Positive DSMB Revi",
            "Merck said to near a all-cash deal to buy Terns Pharma for $6B- FT"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Primary endpoint of Overall Response Rate at Week 18 met, demonstrating clinical",
            "Announced that the independent Data Safety Monitoring Board (DSMB) overseeing it",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Merck &amp; Co. Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Merck &amp; Co. Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Merck &amp; Co. Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MRNA",
      "description": "",
      "representative_file": "MRNA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3615104,
      "rep_rows": 3050,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4592923",
            "4594209",
            "4595496"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-23T18:48:45.74Z",
            "2026-02-24T19:01:48.727Z",
            "2026-02-25T13:41:45.063Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:17.13803-04:00",
            "2026-04-17T17:16:17.1370307-04:00",
            "2026-04-17T17:16:17.1370307-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "US FDA approves Immedica Pharma AB&#39; Loargys (pegzilarginase-nbln) BLA to tre",
            "(US) California and Arizona state AGs file suit against Trump Admin over decisio",
            "U.S. Department of Agriculture reports 7M+ birds infected with highly contagious"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Loargys (pegzilarginase-nbln) was approved by FDA on 2/23/2026 to treat hypera",
            "<b>**Note: Vaccines for influenza, hepatitis A and hepatitis B will no longer be",
            "- In Pennsylvania, roughly 7.4M birds in 13 commercial flocks have been infected"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Americas Macro', 'Health Care']",
            "['Americas Macro', 'Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'KKR &amp; Co. Inc', 'CountryId': 17, 'CountryIso': 'NL', 'Coun",
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Conagra Brands Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MRVL",
      "description": "",
      "representative_file": "MRVL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 596063,
      "rep_rows": 650,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4540515",
            "4540634",
            "4541117"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-10T10:03:49.427Z",
            "2025-12-10T11:42:46.467Z",
            "2025-12-10T19:13:16.69Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:17.4750632-04:00",
            "2026-04-17T17:16:17.4750632-04:00",
            "2026-04-17T17:16:17.4750632-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Nvidia Corporation",
            "Marvell Technology Inc",
            "Marvell Technology Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NVDA",
            "MRVL",
            "MRVL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "China reportedly considers Nvidia chip purchases in emergency meeting with tech ",
            "Recent notable premarket strength being attributed to CEO interview to Jim Crame",
            "TTN Summary of 14:00ET presentation: Targets $500 million revenue run rate by ex"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "**Reminder: On Dec 9th, Reportedly China set to limit access to Nvidia’s advance",
            "- “I can tell you this, from Tuesday to Friday, nothing changed,” Murphy said, r",
            "- <b>Celestial AI acquisition expected to drive &gt;$500 M run rate by exit of c"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Asian Macro', 'Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'International Business Machines Corporation', 'CountryId': 1, ",
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Marvell Technology Inc', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Asian Macro",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MS",
      "description": "",
      "representative_file": "MS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1346400,
      "rep_rows": 950,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4562236",
            "4563652",
            "4566596"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-16T09:23:33.047Z",
            "2026-01-20T09:00:14.1Z",
            "2026-01-23T08:34:02.807Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:17.7830855-04:00",
            "2026-04-17T17:16:17.7830855-04:00",
            "2026-04-17T17:16:17.7830855-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Morgan Stanley",
            "Morgan Stanley",
            "SpaceX"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MS",
            "MS",
            "SPACEX.IPO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates MS with Buy, price target: $220",
            "Files to sell EUR-denominated notes in 3-part bond offering",
            "Reportedly lined up 4 major banks to lead IPO later this year; Bank of America, "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Fixed Income/Forex', 'Financials']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Morgan Stanley', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Ishares Iboxx investment grade corp bond fund', 'CountryId': 1",
            "[{'CompanyName': 'JPMorgan Chase &amp; Co', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Fixed Income/Forex",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MSFT",
      "description": "",
      "representative_file": "MSFT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6149486,
      "rep_rows": 3900,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4621371",
            "4621372",
            "4621423"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-26T15:04:38.987Z",
            "2026-03-26T15:05:59.81Z",
            "2026-03-26T17:37:29.183Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:25.7917832-04:00",
            "2026-04-17T17:16:25.7917832-04:00",
            "2026-04-17T17:16:25.7917832-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Stryker Corporation",
            "",
            "Microsoft Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SYK",
            "",
            "MSFT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Provides cyber incident update; Most manufacturing sites have been restored foll",
            "(US) Senators Hawley (R-MO) and Warren (D-MA) seeking energy use reporting for d",
            "Said to freeze hiring in cloud and sales groups - The Information"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>-*Reminder</b>: 03/23 <u>SYK </u>Provides cyber incident update; incident con",
            "",
            "<b>***Reminder 03/25: <u>MSFT </u>Plans to overhaul HR staff including several p"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Americas Macro', 'Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'International Business Machines Corporation', 'CountryId': 1, ",
            "[{'CompanyName': 'Jobs Tracking', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Americas Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MSTR",
      "description": "",
      "representative_file": "MSTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 295100,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4483054",
            "4484881",
            "4493504"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-29T14:29:24.523Z",
            "2025-10-01T12:00:21.003Z",
            "2025-10-15T09:16:45.1Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:30.702211-04:00",
            "2026-04-17T17:16:30.7014056-04:00",
            "2026-04-17T17:16:30.7014056-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Viking Therapeutics Inc",
            "Strategy",
            "Strategy"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VKTX",
            "MSTR",
            "MSTR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H.C. Wainwright Reiterates VKTX with Buy, price target: $102",
            "Strategy No Longer Expects to be Subject to CAMT",
            "Boutique Firm Initiates MSTR with Buy, price target: $473"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "<i>Treasury and IRS Publish Interim CAMT Guidance</i><br/>On September 30, 2025,",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'MicroStrategy Incorporated', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'MicroStrategy Incorporated', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MU",
      "description": "",
      "representative_file": "MU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1579333,
      "rep_rows": 1350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4608605",
            "4610605",
            "4611622"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-10T21:05:38.893Z",
            "2026-03-12T12:14:33.49Z",
            "2026-03-13T09:55:20.657Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:36.3327011-04:00",
            "2026-04-17T17:16:36.3327011-04:00",
            "2026-04-17T17:16:36.3317014-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Micron Technology Inc.",
            "ASML Holding N.V."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "MU",
            "ASML"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(JP) Reportedly Japan&#39;s VC Global Brain will launch venture fund with US sta",
            "Wells Fargo Reiterates MU with Overweight, price target: $470 from $410",
            "Reportedly ASML develops &#39;hybrid bonder&#39;, a key equipment for next-gener"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "**Note: Hybrid bonding is a next-generation semiconductor packaging technology. "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Financials']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Nvidia Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Micron Technology Inc.', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Applied Materials Inc', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/MUFG",
      "description": "",
      "representative_file": "MUFG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 309221,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4395838",
            "4396277",
            "4400078"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-28T03:40:01.523Z",
            "2025-05-28T12:01:50.81Z",
            "2025-06-03T23:29:59.903Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:53.9442455-04:00",
            "2026-04-17T17:16:53.9442455-04:00",
            "2026-04-17T17:16:53.9442455-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CenterPoint Energy Inc",
            "Fidelity National Information Services Inc",
            "Brookfield Renewable Partners L.P"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CNP",
            "FIS",
            "BEP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Prices 21.6M shares at $37/share",
            "MUFG Securities (Canada), Ltd. has selected Fidelity National Information Servic",
            "To Issue C$250M in 5.373% 2055 Green Subordinated Hybrid Notes"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- CenterPoint has agreed to issue and sellshares to the underwriters to the exte",
            "- As a broker dealer providing services to institutional clients in Canadian cap",
            "- The Hybrid Notes will bear interest at an annual rate of 5.373% and reset ever"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Utilities']",
            "['Financials']",
            "['Utilities']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "1",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Block Trades/SupplyDemand Chatter', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'Fidelity National Information Services Inc', 'CountryId': 1, '",
            "[{'CompanyName': 'Brookfield Renewable Partners L.P', 'CountryId': 13, 'CountryI"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Utilities",
            "Financials",
            "Utilities"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NBIS",
      "description": "",
      "representative_file": "NBIS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 109299,
      "rep_rows": 94,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4517767",
            "4519888",
            "4520252"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-07T14:57:55.45Z",
            "2025-11-11T06:32:24.91Z",
            "2025-11-11T12:00:41.74Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:54.9793267-04:00",
            "2026-04-17T17:16:54.978325-04:00",
            "2026-04-17T17:16:54.978325-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Nebius Group NV",
            "Nebius Group NV",
            "Nebius Group NV"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NBIS",
            "NBIS",
            "NBIS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DA Davidson Reiterates NBIS with Buy, price target: $150 from $125",
            "CICC Research Initiates NBIS with Outperform, price target: $143",
            "Reports Q3 Adj Net -$100.4M v -$95.7Me, Rev $146.1M v $151Me;  To put in place a"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "<b>- Adj EBITDA -$5.2M v -$45.9M y/y </b><br/> <br/>- Comments:  “2025 has been "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Nebius Group NV', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Nebius Group NV', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NCLH",
      "description": "",
      "representative_file": "NCLH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 317998,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4470571",
            "4470643",
            "4470656"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-09T00:46:59.393Z",
            "2025-09-09T04:26:56.053Z",
            "2025-09-09T04:44:32.047Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:55.042331-04:00",
            "2026-04-17T17:16:55.042331-04:00",
            "2026-04-17T17:16:55.042331-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Norwegian Cruise Line Holdings Ltd.",
            "Norwegian Cruise Line Holdings Ltd.",
            "Norwegian Cruise Line Holdings Ltd."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NCLH",
            "NCLH",
            "NCLH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Prices $2.05B in 2031 and 2033 notes",
            "Prices 3.3M shares in direct offering to certain holders of (unit) NCL Corp",
            "Prices $1.30B in 0.750% 2030 convertible bonds [upsized from $1.2B]"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- priced $1,200.0 million aggregate principal amount of its 5.875% senior notes ",
            "- Today that it has priced its registered direct offering of 3,313,868 ordinary ",
            "- The initial exchange rate per $1,000 principal amount of Exchangeable Notes is"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Norwegian Cruise Line Holdings Ltd.', 'CountryId': 1, 'Country",
            "[{'CompanyName': 'SPDR Barclays Convertible Securities ETF', 'CountryId': 1, 'Co",
            "[{'CompanyName': 'SPDR Barclays Convertible Securities ETF', 'CountryId': 1, 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NDAQ",
      "description": "",
      "representative_file": "NDAQ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 180503,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4458176",
            "4467691",
            "4471702"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-20T07:00:35.28Z",
            "2025-09-03T23:33:27.867Z",
            "2025-09-10T04:02:53.277Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:57.2055194-04:00",
            "2026-04-17T17:16:57.2045191-04:00",
            "2026-04-17T17:16:57.2045191-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Nasdaq Inc",
            "Nasdaq Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NDAQ",
            "NDAQ",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Premialab partners with Nasdaq eVestment; expands analytics access",
            "Proposes Changes to its Listing Standards; Includes a $25M minimum public offeri",
            "(CN) US SEC said to target US firms that may be tied to suspected China &#39;pum"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "– Strategic partnership integrates Nasdaq eVestment’s institutional dataset into",
            "- Nasdaq is reintroducing a minimum public offering proceeds requirement specifi",
            "https://www.ft.com/content/bc9c5a38-ce9a-4469-a51a-cd65aa3fdf2b<br/><br/>**Remin"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Asian Macro', 'Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Nasdaq Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'US Dollar vs Chinese Yuan', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Nasdaq Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Asian Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NEE",
      "description": "",
      "representative_file": "NEE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 255878,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4494049",
            "4494834",
            "4497787"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-15T20:20:24.317Z",
            "2025-10-16T12:50:25.763Z",
            "2025-10-21T12:49:39.35Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:57.2905269-04:00",
            "2026-04-17T17:16:57.2905269-04:00",
            "2026-04-17T17:16:57.2905269-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NextEra Energy Inc (FPL)",
            "NextEra Energy Inc (FPL)",
            "NextEra Energy Inc (FPL)"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NEE",
            "NEE",
            "NEE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TD Cowen Initiates NEE with Buy, price target: $98",
            "Morgan Stanley Reiterates NEE with Overweight, price target: $98",
            "Barclays Reiterates NEE with Equal Weight, price target: $87 from $72"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Utilities']",
            "['Utilities']",
            "['Utilities']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'NextEra Energy Inc (FPL)', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'NextEra Energy Inc (FPL)', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'NextEra Energy Inc (FPL)', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Utilities",
            "Utilities",
            "Utilities"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NEM",
      "description": "",
      "representative_file": "NEM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 308790,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4464790",
            "4471739",
            "4474028"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-29T09:14:16.923Z",
            "2025-09-10T04:43:03.27Z",
            "2025-09-12T12:26:31.853Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:16:57.5275467-04:00",
            "2026-04-17T17:16:57.5275467-04:00",
            "2026-04-17T17:16:57.5275467-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Newmont Corporation",
            "Newmont Corporation",
            "Newmont Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NEM",
            "NEM",
            "NEM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates NEM with Buy, price target: $104 from $87",
            "RBC Raised NEM to Outperform from Sector Perform, price target: $95 from $66",
            "Goldman Sachs Reiterates NEM with Neutral, price target: $77.30 from $63.10"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Newmont Corporation', 'CountryId': 9, 'CountryIso': 'AU', 'Cou",
            "[{'CompanyName': 'Newmont Corporation', 'CountryId': 9, 'CountryIso': 'AU', 'Cou",
            "[{'CompanyName': 'Newmont Corporation', 'CountryId': 9, 'CountryIso': 'AU', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NET",
      "description": "",
      "representative_file": "NET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 279572,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4508199",
            "4508669",
            "4509028"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-30T21:09:03.023Z",
            "2025-10-31T07:13:44.75Z",
            "2025-10-31T11:58:59.157Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:01.5989039-04:00",
            "2026-04-17T17:17:01.5989039-04:00",
            "2026-04-17T17:17:01.5989039-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Cloudflare Inc",
            "Cloudflare Inc",
            "Cloudflare Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NET",
            "NET",
            "NET"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 17:00ET Earnings Call:  Revenue contribution from large customers",
            "Tier1 firm Reiterates NET with Buy, price target: $255 from $240",
            "Keybanc/Pacific Crest Reiterates NET with Overweight, price target: $300 from $2"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Seeing more traction with US govt<br/>- Guidance Q4 FY25: <b>Revenue $588.5–58",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cloudflare Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Cloudflare Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Cloudflare Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NEXT",
      "description": "",
      "representative_file": "NEXT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 108786,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4128406",
            "4135766",
            "4143373"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-05-20T10:01:52.203Z",
            "2024-05-31T10:58:46.527Z",
            "2024-06-13T10:01:13.33Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:02.2099556-04:00",
            "2026-04-17T17:17:02.2099556-04:00",
            "2026-04-17T17:17:02.2099556-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Abu Dhabi National Oil Co",
            "Sempra",
            "NextDecade Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ADNOC.IPO",
            "SRE",
            "NEXT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Secures equity position and LNG offtake agreement in NextDecade’s Rio Grande LNG",
            "Reportedly Aramco mulls investing into Sempra&#39;s Port Arthur expansion and Ne",
            "Aramco and NextDecade confirm heads of agreement for the 1.2 MTPA Long-Term Offt"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Acquisition of a 11.7% stake in Phase 1 (Trains 1-3) of NextDecade Corporation",
            "",
            "Aramco, one of the world’s leading integrated energy and chemicals companies, an"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Utilities']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "2",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'NextDecade Corporation', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'Sempra', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Utilities",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NFLX",
      "description": "",
      "representative_file": "NFLX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2113212,
      "rep_rows": 1550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4596802",
            "4596921",
            "4597165"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-26T11:00:01.607Z",
            "2026-02-26T12:00:18.143Z",
            "2026-02-26T13:06:27.5Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:02.3859727-04:00",
            "2026-04-17T17:17:02.3859727-04:00",
            "2026-04-17T17:17:02.3859727-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Warner Bros. Discovery, Inc",
            "Warner Bros. Discovery, Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "WBD",
            "WBD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Thursday Morning Papers Summary",
            "Reports Q4 -$0.10 v $0.02e, Rev $9.46B v $9.46Be; Continues to engage with PSKY ",
            "TTN Summary Earnings Call: On track for &gt;140 million global streaming subscri"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>FINANCIAL TIMES</b><br/><b>-</b>Iranian officials, led by Major General Abdol",
            "- Adj EBITDA $2.22B v $2.72B y/y; FCF $1.38M v $2.43M y/y <br/>- Global Direct-t",
            "<ul><li><b>On track for &gt;140 million global streaming subscribers by end of Q"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Volkswagen AG', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'The Walt Disney Company', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Netflix Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.75,
            1.5,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NG",
      "description": "",
      "representative_file": "NG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 87309,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3464279",
            "3502093",
            "3561064"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-12-01T13:00:36.477Z",
            "2022-01-26T22:20:31.64Z",
            "2022-04-05T21:16:12.18Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:02.6089929-04:00",
            "2026-04-17T17:17:02.6079909-04:00",
            "2026-04-17T17:17:02.6079909-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Barrick Mining Corporation",
            "NovaGold Resources Inc",
            "NovaGold Resources Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "B",
            "NG",
            "NG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Barrick and NOVAGOLD agree on next steps toward advancement of Donlin Gold; Dril",
            "Reports FY21 -$0.12 v -$0.10 y/y",
            "Reports Q1 -$0.03 v -$0.02 y/y, Rev $0 v $0 y/y"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Donlin Gold LLC (“Donlin Gold”), owned 50/50 by Barrick Gold Corporation (“Bar",
            "- Guides initial FY22 capex $46M<br/><br/>- <b>Capex outlook</b>: We anticipate ",
            "- Affirms FY22 capex $46M (prior: $46M) <br/><br/><b>Liquidity and Capital Resou"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'NovaGold Resources Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Barrick Mining Corporation', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Barrick Mining Corporation', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NKE",
      "description": "",
      "representative_file": "NKE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 973605,
      "rep_rows": 800,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4549540",
            "4550059",
            "4550343"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-29T13:01:20.467Z",
            "2025-12-30T21:58:56.197Z",
            "2025-12-31T14:23:35.203Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:04.2031327-04:00",
            "2026-04-17T17:17:04.2031327-04:00",
            "2026-04-17T17:17:04.2031327-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NIKE Inc",
            "NIKE Inc",
            "NIKE Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NKE",
            "NKE",
            "NKE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UBS Reiterates NKE with Neutral, price target: $62",
            "CEO Hill discloses purchase of 16.4K shares at $61.10/shr on 12/29 (update)",
            "Stifel Nicolaus Reiterates NKE with Hold, price target: $65.00"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- CEO now holds 241.6K shares",
            "NIKE filed the F2Q26 10-Q AMC on 12/30 revealing important incremental details o"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'NIKE Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Block Trades/SupplyDemand Chatter', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'NIKE Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NNE",
      "description": "",
      "representative_file": "NNE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 177119,
      "rep_rows": 209,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4431963",
            "4433600",
            "4436770"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-24T12:01:32.713Z",
            "2025-07-26T02:49:59.823Z",
            "2025-07-30T10:11:15.96Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:04.4671896-04:00",
            "2026-04-17T17:17:04.4671896-04:00",
            "2026-04-17T17:17:04.4671896-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Nano Nuclear Energy",
            "Nano Nuclear Energy",
            "Nano Nuclear Energy"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NNE",
            "NNE",
            "NNE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Joins the Canadian Nuclear Association to Support the Adoption of Next-Generatio",
            "Files $620M mixed securities shelf",
            "Acquires demonstration and office facility in Oak Brook, Illinois"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- According to the CNA, every year in Canada, nuclear technology helps avoid 80 ",
            "",
            "- Has acquired a 2.75-acre land and building package in Oak Brook, Illinois to s"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "8",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Nano Nuclear Energy', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Nano Nuclear Energy', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Nano Nuclear Energy', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NOG",
      "description": "",
      "representative_file": "NOG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 127159,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4298200",
            "4302158",
            "4314350"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-23T14:24:03.983Z",
            "2025-01-29T14:06:26.327Z",
            "2025-02-12T23:46:43.86Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:07.0943789-04:00",
            "2026-04-17T17:17:07.0943789-04:00",
            "2026-04-17T17:17:07.0933803-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Northern Oil &amp; Gas Inc",
            "Northern Oil &amp; Gas Inc",
            "Northern Oil &amp; Gas Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NOG",
            "NOG",
            "NOG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Raymond James Reiterates NOG with Strong Buy, price target: $62 from $57",
            "Piper/Sandler Reiterates NOG with Neutral, price target: $35 from $37",
            "Provides Fourth Quarter 2024 Operational Update; Provides Initial 2025 Capital a"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "<b>Highlights:</b><br/><b>- Production estimated to have been 131.0 – 132.0 MBoe"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Northern Oil &amp; Gas Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Northern Oil &amp; Gas Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Northern Oil &amp; Gas Inc', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NOK",
      "description": "",
      "representative_file": "NOK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 353287,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4316771",
            "4325615",
            "4327871"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-14T16:39:07.44Z",
            "2025-02-26T15:11:31.093Z",
            "2025-02-28T00:31:26.61Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:07.8024418-04:00",
            "2026-04-17T17:17:07.8014412-04:00",
            "2026-04-17T17:17:07.8014412-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Infinera Corporation",
            "Infinera Corporation",
            "Infinera Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "INFN.OLD",
            "INFN.OLD",
            "INFN.OLD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reportedly Nokia will get unconditional EU antitrust approval for its deal to ac",
            "Nokia&#39;s acquisition of Infinera has been cleared by EU regulators",
            "Reports Q4 $0.03 v $0.12 y/y, Rev $414.4M v $453.5M y/y"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>**NOTE:  06/27/24 INFN </b>Nokia confirms it will acquire INFN at $6.65/shr f",
            "<b>**NOTE: 06/27/24 INFN </b>Nokia confirms it will acquire INFN at $6.65/shr fo",
            "- GAAP Gross margin 38.4% v 40.4% q/q (v 38.6% y/y)<br/>- Infinera will not be p"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Nokia Corporation', 'CountryId': 57, 'CountryIso': 'FI', 'Coun",
            "[{'CompanyName': 'Nokia Corporation', 'CountryId': 57, 'CountryIso': 'FI', 'Coun",
            "[{'CompanyName': 'Nokia Corporation', 'CountryId': 57, 'CountryIso': 'FI', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NOV",
      "description": "",
      "representative_file": "NOV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 74890,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4357296",
            "4369456",
            "4370675"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-10T13:14:41.43Z",
            "2025-04-28T21:45:16.403Z",
            "2025-04-29T16:16:14.867Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:10.278659-04:00",
            "2026-04-17T17:17:10.2776591-04:00",
            "2026-04-17T17:17:10.2776591-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NOV Inc",
            "NOV Inc",
            "NOV Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NOV",
            "NOV",
            "NOV"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Goldman Sachs Reiterates NOV with Sell, price target: $13 from $16",
            "Reports Q1 $0.19 v $0.25e, Rev $2.10B v $2.10Be; Expects macroeconomic and geopo",
            "TTN Summary of 11:00ET Earnings Call: North American rig activity viewed as most"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Guides Q2 <b>Rev -1</b><b>% to -4%</b><b> y/y, </b>Adj EBITDA $250-280M <br/> ",
            "- Sequential revenues and EBITDA expected to grow modestly in Q2; <b>consolidate"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'NOV Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': '",
            "[{'CompanyName': 'NOV Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': '",
            "[{'CompanyName': 'NOV Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NOW",
      "description": "",
      "representative_file": "NOW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 493829,
      "rep_rows": 650,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4548454",
            "4548459",
            "4552179"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-23T14:00:37.587Z",
            "2025-12-23T14:09:01.157Z",
            "2026-01-06T08:55:45.39Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:12.1328218-04:00",
            "2026-04-17T17:17:12.1328218-04:00",
            "2026-04-17T17:17:12.1328218-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ServiceNow Inc",
            "ServiceNow Inc",
            "ServiceNow Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NOW",
            "NOW",
            "NOW"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "To acquire cyber exposure management and cyber-physical security company Armis f",
            "CEO: We are really comfortable with all our mid term guidance stemming from orga",
            "Hearing Arete Capital Partners Raised NOW to Buy from Neutral, price target: $20"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Entered into an agreement to acquire Armis for $7.75 billion in cash. Armis, a",
            "- See a $1T company at ServiceNow<br/>- We didn&#39;t need to buy growth; This g",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'ServiceNow Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'ServiceNow Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NRG",
      "description": "",
      "representative_file": "NRG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 154355,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4405988",
            "4412981",
            "4414835"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-13T03:38:25.19Z",
            "2025-06-26T10:09:46.82Z",
            "2025-06-30T15:14:45.18Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:12.8138873-04:00",
            "2026-04-17T17:17:12.8138873-04:00",
            "2026-04-17T17:17:12.8138873-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NRG Energy Inc",
            "NRG Energy Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NRG",
            "NRG",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Raymond James Initiates NRG with Strong Buy, price target: $195",
            "Barclays Initiates NRG with Overweight, price target: $197",
            "(US) Reportedly EPA will revise wastewater rules over steam electric power - pre"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Utilities']",
            "['Utilities']",
            "['Americas Macro', 'Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'NRG Energy Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'NRG Energy Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'The Southern Company', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Utilities",
            "Utilities",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NTAP",
      "description": "",
      "representative_file": "NTAP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 176005,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4452289",
            "4460712",
            "4462129"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-12T12:55:49.86Z",
            "2025-08-25T09:06:22.387Z",
            "2025-08-26T20:24:01.567Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:14.7380531-04:00",
            "2026-04-17T17:17:14.7380531-04:00",
            "2026-04-17T17:17:14.7380531-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NetApp Inc",
            "NetApp Inc",
            "Box, Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NTAP",
            "NTAP",
            "BOX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CitiGroup Reiterates NTAP with Neutral, price target: $115",
            "Tier1 firm Reiterates NTAP with Neutral, price target: $125",
            "Reports Q2 $0.33 v $0.31e, Rev $294M v $290Me (update); Raises outlook"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Guides Q3 $0.31-0.32 v $0.32e, Rev $298-299M v $297Me, NG Op margin ~28% <br/>"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'NetApp Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'NetApp Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'NetApp Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NTLA",
      "description": "",
      "representative_file": "NTLA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 259789,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4477305",
            "4478050",
            "4478890"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-18T11:30:30.663Z",
            "2025-09-19T10:11:36.177Z",
            "2025-09-22T11:30:28.94Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:16.1221669-04:00",
            "2026-04-17T17:17:16.1221669-04:00",
            "2026-04-17T17:17:16.1221669-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Intellia Therapeutics Inc",
            "Intellia Therapeutics Inc",
            "Intellia Therapeutics Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NTLA",
            "NTLA",
            "NTLA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Completes Enrollment in the Global Phase 3 HAELO Study of Lonvoguran Ziclumeran ",
            "H.C. Wainwright Reiterates NTLA with Buy, price target: $30 from $25",
            "Intellia Therapeutics to Present Longer-Term Data from the Ongoing Phase 1 Clini"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<ul><li><i>On track to submit BLA in the second half of 2026 for an anticipated ",
            "",
            "- Longer-term data from the ongoing Phase 1 trial of investigational nex-z for t"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Ionis Pharmaceuticals Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Intellia Therapeutics Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Intellia Therapeutics Inc', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NTNX",
      "description": "",
      "representative_file": "NTNX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 127901,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4391100",
            "4391462",
            "4395476"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-20T07:44:05.68Z",
            "2025-05-20T12:19:46.737Z",
            "2025-05-27T12:47:19.103Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:19.6784786-04:00",
            "2026-04-17T17:17:19.6784786-04:00",
            "2026-04-17T17:17:19.6784786-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Nutanix Inc",
            "Nutanix Inc",
            "Nutanix Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NTNX",
            "NTNX",
            "NTNX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Raymond James Cuts NTNX to Market Perform from Outperform",
            "Morgan Stanley Reiterates NTNX with Overweight, price target: $90 from $75",
            "Susquehanna Reiterates NTNX with Net Positive, price target: $90"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Nutanix Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Nutanix Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Nutanix Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NTR",
      "description": "",
      "representative_file": "NTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 180473,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4481477",
            "4481549",
            "4484125"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-25T15:39:07.36Z",
            "2025-09-25T18:55:54.353Z",
            "2025-09-30T18:12:26.97Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:20.0735208-04:00",
            "2026-04-17T17:17:20.0735208-04:00",
            "2026-04-17T17:17:20.0735208-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Zoetis Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "ZTS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) US Agriculture Sec Rollins: US agriculture deficit seen near $50B this year",
            "(US) USDA chief economist: US may see its lowest cash crop receipts since 2007 -",
            "US FDA Conditionally Approves First Drug for Prevention and Treatment of New Wor"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- USDA developing plan to revitalize beef industry but won&#39;t offer payments ",
            "",
            "Today, the U.S. Food and Drug Administration conditionally approved Dectomax-CA1"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Staples', 'TTN Research Alert']",
            "['Americas Macro', 'Consumer Staples']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Deere &amp; Company', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Deere &amp; Company', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'K+S Aktiengesellschaft', 'CountryId': 6, 'CountryIso': 'DE', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NU",
      "description": "",
      "representative_file": "NU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 144889,
      "rep_rows": 198,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4320942",
            "4320977",
            "4322753"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-20T21:34:33.573Z",
            "2025-02-20T22:20:33.82Z",
            "2025-02-24T13:55:21.49Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:20.648566-04:00",
            "2026-04-17T17:17:20.648566-04:00",
            "2026-04-17T17:17:20.648566-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Nu Holdings Ltd.",
            "Nu Holdings Ltd.",
            "Nu Holdings Ltd."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NU",
            "NU",
            "NU"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 Net $610.1M v $396M y/y, Rev $2.99B v $2.40B y/y",
            "TTN Summary of 17:00ET Earnings Call: Strategic optimism and resilience: Emphasi",
            "Barclays Reiterates NU with Overweight, price target: $15 from $17"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Monthly Average Revenue per Active Customer (ARPAC) $10.7, +23% y/y (cc)  <br/",
            "- <b>Robust customer and deposit growth:</b> Active customers hit nearly 95 mill",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Nu Holdings Ltd.', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Nu Holdings Ltd.', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Nu Holdings Ltd.', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NVAX",
      "description": "",
      "representative_file": "NVAX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1753579,
      "rep_rows": 1700,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4586789",
            "4586790",
            "4588398"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-15T21:14:37.247Z",
            "2026-02-15T21:21:03.907Z",
            "2026-02-17T22:28:01.073Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:21.6976534-04:00",
            "2026-04-17T17:17:21.6976534-04:00",
            "2026-04-17T17:17:21.6976534-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "South Carolina Department of Public Health (DPH) Reports 17 new Measles Cases in",
            "CDC reports 910 Confirmed cases of Measles (as of Feb 12, 2026) with 5 new outbr",
            "Coatue Management discloses latest quarterly holdings - 13 F-HR filing"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The South Carolina Department of Public Health (DPH) is reporting <u>17 new case",
            "As of February 12, 2026, 910 confirmed* measles cases were reported in the Unite",
            "New stake: RKT INFY VRT MTZ SFM NAVN GNRC EXPD CHRW MRNA<br/>Liquidated: CRWV HN"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Health Care']",
            "['Americas Macro', 'Health Care']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Merck &amp; Co. Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Merck &amp; Co. Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Expeditors International of Washington Inc', 'CountryId': 1, '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NVDA",
      "description": "",
      "representative_file": "NVDA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9507713,
      "rep_rows": 4750,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4622584",
            "4622924",
            "4624518"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-28T08:13:00.847Z",
            "2026-03-30T06:13:07.86Z",
            "2026-03-31T11:00:44.24Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:22.8067497-04:00",
            "2026-04-17T17:17:22.8067497-04:00",
            "2026-04-17T17:17:22.8067497-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Nvidia Corporation",
            "Mistral AI",
            "TD SYNNEX"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NVDA",
            "MISTRAL.IPO",
            "SNX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SemiAnalysis: HBM4 situation for Nvidia&#39;s Rubin ramp is becoming worse than ",
            "Secures $830M in debt financing to power its first European AI cluster",
            "Reports Q1 $4.73 adj v $3.26e, Rev $17.2B v $15.5Be; Guides Q2 strong"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Expect Nvidia will try more Blackwell instead and theirs is dependent on avail",
            "- This will finance 13,800 Nvidia GB300 GPUs that will be powered by 30MW<br/>- ",
            "- Guides Q2 $3.75-4.25 v $3.42e, Rev $16.1-16.9B v $15.7Be <br/>- Guides Q2 Gros"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Advanced Micro Devices Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Nvidia Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NVO",
      "description": "",
      "representative_file": "NVO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2524801,
      "rep_rows": 1400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4610275",
            "4610554",
            "4610561"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-12T08:50:22.83Z",
            "2026-03-12T12:01:10.173Z",
            "2026-03-12T12:01:46.853Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:23.0147662-04:00",
            "2026-04-17T17:17:23.0137666-04:00",
            "2026-04-17T17:17:23.0137666-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Eli Lilly and Company",
            "",
            "Cadrenal Therapeutics"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LLY",
            "",
            "CVKD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Issuing a public warning about potential safety risks associated with compounded",
            "Galimedix Therapeutics earns milestone payment in ophthalmology partnership with",
            "Highlights Research Supporting 12-LOX Inhibition in Reducing Inflammation in Obe"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Testing uncovered significant levels of an impurity that results from a chemic",
            "<ul><li><b>Galimedix receives milestone payment for successful completion of Pha",
            "Highlighted recent scientific findings demonstrating the potential of its first-"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Eli Lilly and Company', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Eli Lilly and Company', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NVTS",
      "description": "",
      "representative_file": "NVTS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1161024,
      "rep_rows": 192,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4403738",
            "4404900",
            "4406910"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-10T09:44:37.41Z",
            "2025-06-11T14:46:45.64Z",
            "2025-06-16T08:43:27.3Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:23.6818232-04:00",
            "2026-04-17T17:17:23.6798226-04:00",
            "2026-04-17T17:17:23.6728232-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Navitas Semiconductor Corporation Common Stock",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "NVTS",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Early June Tech Breakthroughs Summary",
            "TTN Summary of 10:00ET Rosenblatt’s 5th Annual Technology Summit: 40 AI data-cen",
            "TTN Mid-June Tech Breakthroughs Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- In this week’s TTN Tech Roundup, </b>AI continues its relentless march from",
            "- <b>12 kW power supply</b> delivered in the same 1 kW footprint as silicon, mar",
            "<b>- In this week’s TTN Tech Roundup, global science pushes the edge of the poss"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology', 'TTN Research Alert']",
            "['Information Technology']",
            "['Information Technology', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "1",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Semiconductors Holders Trust', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Navitas Semiconductor Corporation Common Stock', 'CountryId': ",
            "[{'CompanyName': 'Semiconductors Holders Trust', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NWG",
      "description": "",
      "representative_file": "NWG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 156168,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3603224",
            "3611333",
            "3624953"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-05-20T07:29:22.997Z",
            "2022-06-01T17:10:13.55Z",
            "2022-06-23T20:30:13.333Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:25.179957-04:00",
            "2026-04-17T17:17:25.179957-04:00",
            "2026-04-17T17:17:25.179957-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NatWest Group plc",
            "Allied Irish Bank",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NWG",
            "AIB.OLD",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NWG.UK",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "To sell EUR-denominated 3-year notes; guidance seen at +105bps to mid-swaps",
            "Confirms acquisition of Ulster Bank performing tracker mortgage portfolio from N",
            "(US) Fed bank stress test results: All banks passed this year&#39;s stress tests"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "AIB Group plc (&quot;AIB&quot;, the &quot;Group&quot;) confirms that Allied Iris",
            "- Banks suffered slightly more hypothetical losses in 2022 severe test than last"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Fixed Income/Forex', 'Financials']",
            "['Financials']",
            "['Americas Macro', 'Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'NatWest Group (formally RBS)', 'CountryId': 2, 'CountryIso': '",
            "[{'CompanyName': 'NatWest Group (formally RBS)', 'CountryId': 2, 'CountryIso': '",
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fixed Income/Forex",
            "Financials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NWL",
      "description": "",
      "representative_file": "NWL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 149005,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4267629",
            "4270285",
            "4270821"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-04T14:16:52.19Z",
            "2024-12-07T17:30:02.227Z",
            "2024-12-09T11:32:59.943Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:26.8901033-04:00",
            "2026-04-17T17:17:26.8871041-04:00",
            "2026-04-17T17:17:26.8871041-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Newell Brands Inc",
            "",
            "Newell Brands Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NWL",
            "",
            "NWL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 08:45ET Morgan Stanley Global Consumer &amp; Retail Conference: E",
            "TTN Early-to-Mid December Earnings Call and Conference Pulse",
            "Truist Raised NWL to Buy from Hold, price target: $17 from $10"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Anticipates turning positive in core sales growth at some point in 2025, drive",
            "-This week, we covered earnings calls (Dollar Tree, Lululemon, Salesforce. Marve",
            "https://www.truist.com/"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Americas Macro', 'TTN Research Alert']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "21",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Newell Brands Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Dollar Tree Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Newell Brands Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Americas Macro",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/NXPI",
      "description": "",
      "representative_file": "NXPI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 357646,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4432708",
            "4436029",
            "4437593"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-24T20:32:25.347Z",
            "2025-07-29T20:12:01.217Z",
            "2025-07-30T20:01:02.117Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:28.8852804-04:00",
            "2026-04-17T17:17:28.8852804-04:00",
            "2026-04-17T17:17:28.8852804-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NXP Semiconductors N.V",
            "Seagate Technology Holdings plc",
            "QUALCOMM Incorporated"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NXPI",
            "STX",
            "QCOM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "STMicroelectronics to acquire NXP&#39;s MEMS sensors business for $950M all-cash",
            "Reports Q4 $2.59 v $2.45e, Rev $2.44B v $2.41Be",
            "Reports Q3 $2.77 v $2.70e, Rev $10.4B v $10.4Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The MEMS sensors portfolio to be acquired by ST primarily targets automotive s",
            "- Guides Q1 $2.10-2.50 v $2.26e, Rev $2.35-2.65B v $2.48Be <br/>- Includes The e",
            "- Guides Q4 $2.75-2.95 v $2.82e, Non-GAAP Rev $10.3-11.1B v $10.6Be <br/> <br/>-"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Americas Macro', 'Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'STMicroelectronics N.V.', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Western Digital Corporation', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Taiwan Semiconductor Manufacturing Company Limited', 'CountryI"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.75,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/OBDC",
      "description": "",
      "representative_file": "OBDC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 59079,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4321148",
            "4339578",
            "4357685"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-21T05:08:15.607Z",
            "2025-03-17T09:21:37.93Z",
            "2025-04-11T05:45:40.663Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:30.1353904-04:00",
            "2026-04-17T17:17:30.1353904-04:00",
            "2026-04-17T17:17:30.1353904-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Blue Owl Capital Corporation (former Owl Rock Capital Corp)",
            "Blue Owl Capital Corporation (former Owl Rock Capital Corp)",
            "Blue Owl Capital Corporation (former Owl Rock Capital Corp)"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OBDC",
            "OBDC",
            "OBDC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Keefe Bruyette Raised OBDC to Market Perform from Underperform, price target: $1",
            "Wells Fargo Raised OBDC to Equal Weight from Underweight, price target: $15",
            "Jefferies Initiates OBDC with Buy, price target: $16"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Blue Owl Capital Corporation (former Owl Rock Capital Corp)', ",
            "[{'CompanyName': 'Blue Owl Capital Corporation (former Owl Rock Capital Corp)', ",
            "[{'CompanyName': 'Blue Owl Capital Corporation (former Owl Rock Capital Corp)', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/OGN",
      "description": "",
      "representative_file": "OGN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 256834,
      "rep_rows": 352,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4517379",
            "4518004",
            "4518821"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-07T12:30:32.56Z",
            "2025-11-09T00:36:34.747Z",
            "2025-11-10T12:30:27.763Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:32.2195698-04:00",
            "2026-04-17T17:17:32.2185726-04:00",
            "2026-04-17T17:17:32.2185726-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Organon &amp; Co",
            "Organon &amp; Co",
            "Organon &amp; Co"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OGN",
            "OGN",
            "OGN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Divests its JADA System for Up to $465M to Laborie",
            "New Data Show Early and Consistent Response to VTAMA&#174; (tapinarof) Cream, 1%",
            "Reports Q3 $1.01 adj v $0.93e, Rev $1.60B v $1.57Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Announced today that it has entered into an agreement with Laborie Medical Tec",
            "- Sub-analysis of children with atopic dermatitis aged 2-17 in pivotal Phase 3 t",
            "- <b>Cuts </b>FY25 Rev $6.2-6.25B v $6.30Be, adj EBITDA margin 31.0%, <b>Affirms"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'Organon &amp; Co', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Organon &amp; Co', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/OKE",
      "description": "",
      "representative_file": "OKE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 92465,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4323019",
            "4324204",
            "4370857"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-24T21:21:04.257Z",
            "2025-02-25T17:30:12.947Z",
            "2025-04-29T20:16:24.46Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:35.0368145-04:00",
            "2026-04-17T17:17:35.0368145-04:00",
            "2026-04-17T17:17:35.0368145-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ONEOK Inc",
            "ONEOK Inc",
            "ONEOK Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OKE",
            "OKE",
            "OKE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 $1.57 v $1.45e; Guides FY25 light",
            "TTN Summary of 11:00ET Earnings Call: 2026 Outlook: Forecasts call for greater t",
            "Reports Q1 $1.04 v $1.23e; Affirms guidance"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides initial FY25 $4.97-5.77 v $5.95e, Adj EBITDA $8.00-8.45B, Total Capex $",
            "- <b>2025 Guidance Strength:</b> EPS expected to grow by 8% (midpoint of $5.37) ",
            "- Affirms FY25 $4.97-5.77 v $5.35e, Adj EBITDA $8.00-8.45B, Total Capex $2.8-3.2"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'ONEOK Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'ONEOK Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'ONEOK Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/OKLO",
      "description": "",
      "representative_file": "OKLO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 327605,
      "rep_rows": 236,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4527671",
            "4527932",
            "4527964"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-19T13:00:39.26Z",
            "2025-11-19T17:45:39.67Z",
            "2025-11-19T18:39:27.92Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:37.9200661-04:00",
            "2026-04-17T17:17:37.9200661-04:00",
            "2026-04-17T17:17:37.9200661-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Oklo Inc",
            "",
            "Oklo Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OKLO",
            "",
            "OKLO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Signs binding contract with Siemens Energy for Aurora powerhouse power conversio",
            "(US) Dept of Energy Chief of Staff Coe: US govt plans to buy and own up to 10 ne",
            "B. Riley Securities, Inc Reiterates OKLO with Buy, price target: $129"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Siemens Energy to engineer and deliver SST-600 turbine, SGen-100A generator, a",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Utilities']",
            "['Americas Macro', 'Energy']",
            "['Utilities']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Siemens Energy', 'CountryId': 6, 'CountryIso': 'DE', 'CountryN",
            "[{'CompanyName': 'The Southern Company', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Oklo Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Utilities",
            "Americas Macro",
            "Utilities"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/OKTA",
      "description": "",
      "representative_file": "OKTA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 174735,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4461802",
            "4462104",
            "4462402"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-26T11:57:27.877Z",
            "2025-08-26T20:01:11.85Z",
            "2025-08-27T05:28:38.997Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:38.0850809-04:00",
            "2026-04-17T17:17:38.0850809-04:00",
            "2026-04-17T17:17:38.0840841-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Okta Inc",
            "Okta Inc",
            "Okta Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OKTA",
            "OKTA",
            "OKTA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "To acquire Axiom Security to strengthen privileged access management",
            "Reports Q2 $0.91 v $0.84e, Rev $728M v $711Me; Raises outlook",
            "TTN Summary of 17:00ET Earnings Call: Removed prior macro/federal headwind conse"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "– Acquisition announcement: Okta has signed a definitive agreement to acquire Ax",
            "- Guides Q3 $0.74-0.75 v $0.74e, Rev $728-730M v $721Me, Op income $160-162M, Op",
            "- Q3 FY26 guidance: Expect total revenue growth 9–10% y/y, current RPO growth ~1"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Okta Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Okta Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Okta Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/OMC",
      "description": "",
      "representative_file": "OMC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 181822,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4410343",
            "4410797",
            "4410863"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-23T07:16:04.107Z",
            "2025-06-23T14:31:57.19Z",
            "2025-06-23T18:27:12.87Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:41.9494166-04:00",
            "2026-04-17T17:17:41.9484163-04:00",
            "2026-04-17T17:17:41.9484163-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Omnicom Group Inc",
            "The Interpublic Group of Companies Inc",
            "The Interpublic Group of Companies Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OMC",
            "IPG.OLD",
            "IPG.OLD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Raised OMC to Neutral from Underperform, price target: $80",
            "<b>FTC accepted a proposed consent order that will prevent potential anticompeti",
            "Omnicom confirms bid for Interpublic clears FTC antitrust review"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Citing balanced risk/ reward",
            "- Took action to resolve antitrust concerns related to Omnicom Group  Inc.’s $13",
            "- &quot;We are delighted that our transaction with Interpublic has cleared this "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Omnicom Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Omnicom Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Omnicom Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ON",
      "description": "",
      "representative_file": "ON.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 223223,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4476778",
            "4479561",
            "4479918"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-17T17:20:58.1Z",
            "2025-09-23T10:00:23.98Z",
            "2025-09-23T19:36:07.873Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:43.0195161-04:00",
            "2026-04-17T17:17:43.0195161-04:00",
            "2026-04-17T17:17:43.0195161-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Krispy Kreme Inc. Common Stock",
            "ON Semiconductor Corporation",
            "ON Semiconductor Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DNUT",
            "ON",
            "ON"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Strength attributed to FBI Director Patel discussing taking a personal stake in ",
            "Acquires rights to Aura Semiconductor’s Vcore power technologies and IP licenses",
            "B. Riley Securities, Inc Reiterates ON with Neutral, price target: $58"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Link: https://x.com/QuiverQuant/status/1968360890245517363",
            "- Entered into an agreement with Aura Semiconductor to acquire rights to its Vco",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'ON Semiconductor Corporation', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'ON Semiconductor Corporation', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ONDS",
      "description": "",
      "representative_file": "ONDS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 176408,
      "rep_rows": 228,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4528776",
            "4531474",
            "4533992"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-20T13:31:17.58Z",
            "2025-11-25T13:49:24.923Z",
            "2025-12-01T13:30:59.987Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:43.287535-04:00",
            "2026-04-17T17:17:43.2865334-04:00",
            "2026-04-17T17:17:43.2865334-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ondas Holdings Inc",
            "Ondas Holdings Inc",
            "Ondas Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ONDS",
            "ONDS",
            "ONDS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Invests $35M in Performance Drone Works (PDW), manufacturer of combat robotics f",
            "To Acquire Roboteam, Expanding Market Footprint and Multi-Domain Autonomy with F",
            "Secures Additional $8.2M Counter-UAS Order: Its Second in the Past Two Weeks to "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- This minority investment will enable PDW to scale up production at its Huntsvi",
            "- Through its Ondas Autonomous Systems (OAS) business unit and private wireless ",
            "Announced that it has secured its second order valued at approximately $8.2 mill"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Ondas Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Ondas Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Ondas Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ONON",
      "description": "",
      "representative_file": "ONON.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 104165,
      "rep_rows": 208,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4386809",
            "4386851",
            "4386863"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-14T12:56:17.92Z",
            "2025-05-14T13:09:19.15Z",
            "2025-05-14T13:13:24.933Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:44.6866578-04:00",
            "2026-04-17T17:17:44.6866578-04:00",
            "2026-04-17T17:17:44.6866578-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "On Holding AG",
            "On Holding AG",
            "On Holding AG"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ONON",
            "ONON",
            "ONON"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Stifel Nicolaus Reiterates ONON with Buy, price target: $66 from $57",
            "Evercore ISI Institutional Equities Reiterates ONON with Outperform, price targe",
            "UBS Reiterates ONON with Buy, price target: $75 from $59"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'On Holding AG', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'On Holding AG', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'On Holding AG', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ORCL",
      "description": "",
      "representative_file": "ORCL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1697355,
      "rep_rows": 1400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4612081",
            "4612773",
            "4612806"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-14T16:00:01.087Z",
            "2026-03-16T11:26:07.52Z",
            "2026-03-16T11:50:34.313Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:45.868758-04:00",
            "2026-04-17T17:17:45.868758-04:00",
            "2026-04-17T17:17:45.8677583-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Oracle Corporation",
            "Nvidia Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "ORCL",
            "NVDA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Weekend Papers Summary",
            "Mizuho Securities Reiterates ORCL with Outperform, price target: $320 from $400",
            "TTN Research Alert: Middle East sovereigns’ role in OpenAI and peer fundraises m"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>FINANCIAL TIMES</b><br/>-A viral Iranian video depicts Tehran&#39;s claims of",
            "",
            "- Middle East sovereigns, led by UAE’s MGX (via G42) and Saudi Arabia’s Humain/P"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Information Technology']",
            "['Information Technology', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Alphabet Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Oracle Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Oracle Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/OSCR",
      "description": "",
      "representative_file": "OSCR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 149931,
      "rep_rows": 231,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4475087",
            "4475523",
            "4475557"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-15T20:01:22.763Z",
            "2025-09-16T10:00:15.647Z",
            "2025-09-16T10:15:24.117Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:46.4898139-04:00",
            "2026-04-17T17:17:46.4888143-04:00",
            "2026-04-17T17:17:46.4888143-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Oscar Health Inc",
            "Oscar Health Inc",
            "Oscar Health Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OSCR",
            "OSCR",
            "OSCR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Files to offer $350M of 2030 senior subordinate notes - filing",
            "Prices upsized offering of $355M of 2.25% convertible senior subordinated notes ",
            "Intends  to terminate the revolving credit facility that forms part of its senio"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Announced its intention to offer, subject to market and other conditions, $350",
            "- The offering size was increased from the previously announced offering size of",
            "- In connection with the offering described below, Oscar Health, Inc. (the “<u>C"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Fixed Income/Forex', 'Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Oscar Health Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Oscar Health Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Oscar Health Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Fixed Income/Forex",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/OWL",
      "description": "",
      "representative_file": "OWL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 265782,
      "rep_rows": 354,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4594637",
            "4595008",
            "4595982"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-25T03:50:23.72Z",
            "2026-02-25T10:01:24.67Z",
            "2026-02-25T21:34:07.407Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:48.4029976-04:00",
            "2026-04-17T17:17:48.4029976-04:00",
            "2026-04-17T17:17:48.4029976-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Blue Owl Capital Inc",
            "Blue Owl Capital Inc",
            "FS KKR Capital Corp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OWL",
            "OWL",
            "FSK"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Kuvare Carriers notes ‘negligible direct’ credit exposure to Blue Owl – US finan",
            "Reportedly held call with advisors to address recent fallout and FT report on ha",
            "Reports Q4 $0.52 v $0.55e; Notes specific challenges associated with a few inves"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "<b>- NAV/shr $20.89 v $21.99 q/q </b><br/><br/>- Adjusted net realized and unrea"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Fixed Income/Forex', 'Financials']",
            "['Financials']",
            "['Fixed Income/Forex', 'Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Blue Owl Capital Corporation (former Owl Rock Capital Corp)', ",
            "[{'CompanyName': 'Blue Owl Capital Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'KKR &amp; Co. Inc', 'CountryId': 17, 'CountryIso': 'NL', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fixed Income/Forex",
            "Financials",
            "Fixed Income/Forex"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/OXY",
      "description": "",
      "representative_file": "OXY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 456244,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4486537",
            "4490824",
            "4492923"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-05T00:15:48.89Z",
            "2025-10-10T11:24:18.09Z",
            "2025-10-14T14:38:22.377Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:48.6780039-04:00",
            "2026-04-17T17:17:48.6770029-04:00",
            "2026-04-17T17:17:48.6770029-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Occidental Petroleum Corporation",
            "Occidental Petroleum Corporation",
            "Occidental Petroleum Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "OXY",
            "OXY",
            "OXY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates OXY with Neutral, price target: $47",
            "Discloses Q3 Earnings Considerations:  Q3 realized oil price/barrel at $64.78, N",
            "CEO: Sees Brent crude oil between $58-62/bbl in 2025 and 2026; Sees oil prices r"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Providing the following summary of earnings considerations that management bel",
            "- Don&#39;t need to do anymore acquisitions"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Occidental Petroleum Corporation', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Occidental Petroleum Corporation', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Oil Services HOLDRs Trust', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PAA",
      "description": "",
      "representative_file": "PAA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 109589,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4226721",
            "4233281",
            "4248315"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-10-17T05:41:42.67Z",
            "2024-10-25T09:04:44.233Z",
            "2024-11-08T12:31:12.263Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:50.3741486-04:00",
            "2026-04-17T17:17:50.3741486-04:00",
            "2026-04-17T17:17:50.3741486-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Plains All American Pipeline L.P",
            "Plains All American Pipeline L.P",
            "Plains All American Pipeline L.P"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PAA",
            "PAA",
            "PAA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates PAA with Neutral, price target: $18",
            "Morgan Stanley Cuts PAA to Equal Weight from Overweight, price target: $19",
            "Reports Q3 $0.37 v $0.31e, Rev $12.7B v $12.6Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- <b>Raises </b>FY24 Adj EBITDA high end $2.73-2.78B (prior: $2.73-2.78B)  <br/>"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Plains All American Pipeline L.P', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Plains All American Pipeline L.P', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Plains GP Holdings L.P', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PAAS",
      "description": "",
      "representative_file": "PAAS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 70822,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3933575",
            "3946939",
            "3966613"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-08-14T07:53:30.88Z",
            "2023-09-05T06:29:45.13Z",
            "2023-10-06T02:44:29.357Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:53.1093886-04:00",
            "2026-04-17T17:17:53.1093886-04:00",
            "2026-04-17T17:17:53.1093886-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Pan American Silver Corp",
            "Pan American Silver Corp",
            "Pan American Silver Corp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PAAS",
            "PAAS",
            "PAAS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PAAS.CA",
            "PAAS.CA",
            "PAAS.CA"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates PAAS with Buy, price target: $20",
            "Tier1 firm Reiterates PAAS with Buy, price target: $19.50",
            "Has temporarily suspended all operating activities at its La Colorada mine in Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- has temporarily suspended all operating activities at its La Colorada mine in "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Pan American Silver Corp', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Pan American Silver Corp', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Pan American Silver Corp', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PAGS",
      "description": "",
      "representative_file": "PAGS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 79456,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4080974",
            "4081498",
            "4086654"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-03-18T08:40:32.197Z",
            "2024-03-18T20:19:00.917Z",
            "2024-03-26T10:07:13.383Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:53.3244075-04:00",
            "2026-04-17T17:17:53.3244075-04:00",
            "2026-04-17T17:17:53.3234086-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PagSeguro Digital Ltd",
            "StoneCo Ltd",
            "PagSeguro Digital Ltd"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PAGS",
            "STNE",
            "PAGS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New Street Research Raised PAGS to Buy from Neutral, price target: $18",
            "Reports Q4 (BRL) adj Net 564M v 204M y/y, Rev 3.25B v 2.71B y/y; Proposes Mauric",
            "Hearing Evercore ISI Institutional Equities Raised PAGS to Outperform from In Li"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "<b>- Guides initial FY24 (BRL) MSMB TPV &gt;412B v 350B y/y, client deposits &gt",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology', 'TTN Research Alert']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PagSeguro Digital Ltd', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'PagSeguro Digital Ltd', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'PagSeguro Digital Ltd', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PANW",
      "description": "",
      "representative_file": "PANW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 433299,
      "rep_rows": 750,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4554487",
            "4560462",
            "4567827"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-08T12:00:00.963Z",
            "2026-01-14T15:46:18.35Z",
            "2026-01-26T15:26:54.663Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:54.7245304-04:00",
            "2026-04-17T17:17:54.7245304-04:00",
            "2026-04-17T17:17:54.7245304-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Alibaba Group Holding Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "BABA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Thursday Morning Online Reading Summary",
            "(US) Reportedly US considers expanding private companies role in cyberwarefare -",
            "Releases latest AI reasoning model Qwen 3 Max Thinking; Model performs better on"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>PROJECT SYNDICATE</b><br/>Erin Lockwood, an Assistant Professor of Political ",
            "- Link: https://www.nytimes.com/2026/01/14/us/politics/us-cyberwarfare-private-c",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Americas Macro', 'Information Technology']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'QUALCOMM Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'International Business Machines Corporation', 'CountryId': 1, ",
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.75,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PATH",
      "description": "",
      "representative_file": "PATH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 200180,
      "rep_rows": 330,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4398042",
            "4398276",
            "4398838"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-30T12:25:33.487Z",
            "2025-06-01T10:21:44.827Z",
            "2025-06-02T12:07:47.727Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:55.3665884-04:00",
            "2026-04-17T17:17:55.3665884-04:00",
            "2026-04-17T17:17:55.3665884-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UiPath Inc",
            "UiPath Inc",
            "UiPath Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PATH",
            "PATH",
            "PATH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wolfe Research Reiterates PATH with Peer Perform",
            "Tier1 firm Reiterates PATH with Underperform, price target: $12",
            "Partners with HCLTech to Accelerate Agentic Automation for Global Enterprises"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- price target raised to $12 from $10 <b>citing stabilizing execution</b>",
            "- The partnership will drive large-scale transformation for UiPath customers, en"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'UiPath Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'UiPath Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'UiPath Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PAYX",
      "description": "",
      "representative_file": "PAYX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 97199,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4286136",
            "4286430",
            "4301843"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-07T13:38:14.577Z",
            "2025-01-07T16:58:52.633Z",
            "2025-01-29T11:55:59.527Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:56.0636576-04:00",
            "2026-04-17T17:17:56.0636576-04:00",
            "2026-04-17T17:17:56.0636576-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Paycor HCM Inc. Common Stock",
            "Paychex Inc",
            "Automatic Data Processing Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PYCR.OLD",
            "PAYX",
            "ADP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Paychex confirms to acquire Paycor for $22.50/shr in cash, valuing it at $4.1B",
            "Tier1 firm Maintains PAYX with Underperform, price target: $120",
            "Reports Q2 $2.35 v $2.27e, Rev $5.05B v $4.97Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Paychex announced definitive agreement to acquire Paycor HCM, Inc. (Nasdaq: PYCR",
            "- Deal expected to be neutral to accretive to adjusted EPS first year post-close",
            "- Affirms FY25 Adj EPS +7-9%, Rev +6-7% y/y (implies $20.4-20.6B v $20.4Be) (pri"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Paychex Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Paychex Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Paychex Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PBF",
      "description": "",
      "representative_file": "PBF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 81920,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4280043",
            "4284136",
            "4288761"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-12-20T10:33:36.013Z",
            "2025-01-03T21:59:47.257Z",
            "2025-01-10T10:13:03.477Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:58.7328772-04:00",
            "2026-04-17T17:17:58.7328772-04:00",
            "2026-04-17T17:17:58.7328772-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PBF Energy Inc",
            "PBF Energy Inc",
            "PBF Energy Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PBF",
            "PBF",
            "PBF"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TD Cowen Cuts PBF to Sell from Hold, price target: $20",
            "Guides initial FY25 Total throughput 920-980K bpd v 895-955K bpd 2024 guide - sl",
            "Tier1 firm Reiterates PBF with Underperform, price target: $20 from $25"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PBF Energy Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'PBF Energy Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'PBF Energy Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PBR.A",
      "description": "",
      "representative_file": "PBR.A.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 286922,
      "rep_rows": 700,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4561924",
            "4567823",
            "4572777"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-15T22:56:20.3Z",
            "2026-01-26T15:08:35.207Z",
            "2026-01-30T17:27:51.13Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:01.812147-04:00",
            "2026-04-17T17:18:01.812147-04:00",
            "2026-04-17T17:18:01.812147-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Petr&#243;leo Brasileiro S.A. - Petrobras",
            "Petr&#243;leo Brasileiro S.A. - Petrobras",
            "Petr&#243;leo Brasileiro S.A. - Petrobras"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PBR",
            "PBR",
            "PBR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports 2025 production of 2.40M bpd; total oil &amp; gas production 2.99M boed",
            "Lowers wholesale gasoline prices to distributors by average of 5.2% - press",
            "To lower aviation fuel price by 0.5% from Feb 1st - press"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Petroleo Brasileiro SA', 'CountryId': 21, 'CountryIso': 'BR', ",
            "[{'CompanyName': 'Brazil iShares ETF', 'CountryId': 21, 'CountryIso': 'BR', 'Cou",
            "[{'CompanyName': 'Gol Linhas A&#233;reas Inteligentes S.A', 'CountryId': 21, 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PBR",
      "description": "",
      "representative_file": "PBR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 286891,
      "rep_rows": 700,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4561924",
            "4567823",
            "4572777"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-15T22:56:20.3Z",
            "2026-01-26T15:08:35.207Z",
            "2026-01-30T17:27:51.13Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:17:59.7189683-04:00",
            "2026-04-17T17:17:59.7189683-04:00",
            "2026-04-17T17:17:59.7189683-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Petr&#243;leo Brasileiro S.A. - Petrobras",
            "Petr&#243;leo Brasileiro S.A. - Petrobras",
            "Petr&#243;leo Brasileiro S.A. - Petrobras"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PBR",
            "PBR",
            "PBR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports 2025 production of 2.40M bpd; total oil &amp; gas production 2.99M boed",
            "Lowers wholesale gasoline prices to distributors by average of 5.2% - press",
            "To lower aviation fuel price by 0.5% from Feb 1st - press"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Petroleo Brasileiro SA', 'CountryId': 21, 'CountryIso': 'BR', ",
            "[{'CompanyName': 'Brazil iShares ETF', 'CountryId': 21, 'CountryIso': 'BR', 'Cou",
            "[{'CompanyName': 'Gol Linhas A&#233;reas Inteligentes S.A', 'CountryId': 21, 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PCAR",
      "description": "",
      "representative_file": "PCAR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 133336,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4399882",
            "4407190",
            "4429298"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-03T17:31:05.733Z",
            "2025-06-16T12:41:44.38Z",
            "2025-07-22T12:00:11.907Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:03.6603065-04:00",
            "2026-04-17T17:18:03.6603065-04:00",
            "2026-04-17T17:18:03.6603065-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "PACCAR Inc",
            "PACCAR Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "PCAR",
            "PCAR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) May preliminary NA Class 8 Net Orders 12K units, +40% m/m, -47% y/y - FTRin",
            "Files to $400M sell 2-year notes",
            "Reports Q2 $1.37 v $1.28e, Rev $7.51B v $6.82Be; Cuts FY25 NorthAm deliveries gu"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Class 8 net orders in May rose 40% month-over-month (m/m) from April’s very lo",
            "- Said to price 55-55 bps above UST",
            "- <b>Cuts </b>FY25 US and Canada Class 8 truck industry retail sales 230-260K (p"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials', 'TTN Research Alert']",
            "['Fixed Income/Forex', 'Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "8",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PACCAR Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Ishares Iboxx investment grade corp bond fund', 'CountryId': 1",
            "[{'CompanyName': 'Caterpillar Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Fixed Income/Forex",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PCG",
      "description": "",
      "representative_file": "PCG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 235635,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4425262",
            "4430722",
            "4436267"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-16T09:10:17.32Z",
            "2025-07-23T12:50:04.2Z",
            "2025-07-30T03:39:08.77Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:04.2363572-04:00",
            "2026-04-17T17:18:04.2363572-04:00",
            "2026-04-17T17:18:04.2363572-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PG&amp;E Corporation",
            "PG&amp;E Corporation",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PCG",
            "PCG",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates PCG with Buy, price target: $22 from $24",
            "Barclays Reiterates PCG with Overweight, price target: $20 from $22",
            "*(US) Gov Newsom confirms Tsunami warning is in effect for California, particula"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "https://www.latimes.com/california/story/2025-07-29/la-me-tsunami-explainer"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Utilities']",
            "['Utilities']",
            "['Americas Macro', 'Fixed Income/Forex']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PG&amp;E Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'PG&amp;E Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'PG&amp;E Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Utilities",
            "Utilities",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            2.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PCT",
      "description": "",
      "representative_file": "PCT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 132834,
      "rep_rows": 155,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4009285",
            "4009289",
            "4010901"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-12-01T21:18:06.823Z",
            "2023-12-01T21:30:50.22Z",
            "2023-12-05T13:46:06.02Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:07.9886944-04:00",
            "2026-04-17T17:18:07.9876975-04:00",
            "2026-04-17T17:18:07.9876975-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PureCycle Technologies Inc",
            "PureCycle Technologies Inc",
            "PureCycle Technologies Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PCT",
            "PCT",
            "PCT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Appoints Jeff Fieler as Interim CFO",
            "Announces reduction in workforce reduction of about 22 employees - filing",
            "Resumes Pellet Production at Ironton Purification Facility"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Announced Jeff Fieler will take over as the Company&#39;s interim Chief Financ",
            "On December 1, 2023, PureCycle Technologies, Inc. (the “Company”) announced a re",
            "-  In Ironton, Ohio, it resumes after a scheduled pause to upgrade the plant. On"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PureCycle Technologies Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'PureCycle Technologies Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'PureCycle Technologies Inc', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PD",
      "description": "",
      "representative_file": "PD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 111162,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4198467",
            "4198591",
            "4198817"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-09-04T05:58:09.473Z",
            "2024-09-04T08:01:18.26Z",
            "2024-09-04T11:16:08.817Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:08.1236979-04:00",
            "2026-04-17T17:18:08.1236979-04:00",
            "2026-04-17T17:18:08.1236979-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PagerDuty Inc",
            "PagerDuty Inc",
            "PagerDuty Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PD",
            "PD",
            "PD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Earnings Call Summary: Anticipates accelerating ARR growth in H2, supported ",
            "Tier1 firm Reiterates PD with Buy, price target: $23 from $28",
            "Canaccord Genuity Reiterates PD with Buy, price target: $24 from $26"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Despite ongoing challenges in the SMB segment, the company remains optimistic ",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PagerDuty Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'PagerDuty Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'PagerDuty Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PDD",
      "description": "",
      "representative_file": "PDD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 456819,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4461960",
            "4462524",
            "4464486"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-26T13:41:41.033Z",
            "2025-08-27T07:45:48.793Z",
            "2025-08-29T04:02:20.347Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:09.1657936-04:00",
            "2026-04-17T17:18:09.1648076-04:00",
            "2026-04-17T17:18:09.1648076-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PDD Holdings Inc. (former Pinduoduo Inc, owns Temu)",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PDD",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Goldman Sachs Reiterates PDD with Buy, price target: $148",
            "*Tier1 analysts: US container imports slowed in H1 of Aug, channel checks sugges",
            "*(US) US ends de minimis exemption worldwide  [as expected]; the tariffs on smal"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- US container imports slowed to +6% YoY in 1H August showing an easing of US im",
            "- Merchandise worth $800 or less will be subject to an additional 1050% levy dep"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Americas Macro', 'TTN Research Alert']",
            "['Asian Macro', 'Americas Macro', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PDD Holdings Inc. (former Pinduoduo Inc, owns Temu)', 'Country",
            "[{'CompanyName': 'Maersk (AP Moller Maersk A/S)', 'CountryId': 65, 'CountryIso':",
            "[{'CompanyName': 'Walmart Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Americas Macro",
            "Asian Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PDYN",
      "description": "",
      "representative_file": "PDYN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 81936,
      "rep_rows": 75,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3829510",
            "3864131",
            "3866829"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-03-22T13:05:05.953Z",
            "2023-05-10T20:02:36.41Z",
            "2023-05-12T20:15:15.97Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:10.1308779-04:00",
            "2026-04-17T17:18:10.1308779-04:00",
            "2026-04-17T17:18:10.1298783-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Palladyne AI",
            "Palladyne AI",
            "Palladyne AI"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PDYN",
            "PDYN",
            "PDYN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Signs manufacturing services agreement with Jabil to advance production capabili",
            "Reports Q1 -$0.14 v -$0.14 y/y, Rev $2.3M v $0.7M y/y",
            "Announces Appointment of Laura Peterson as Interim President and Chief Executive"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Under the terms of the agreement, Sarcos will utilize Jabil’s broad manufactur",
            "- Guides Q2 Rev $2.1M v $4Me   <br/>- Affirms FY23 $23-25M v $24Me (prior: $23-2",
            "- Announced the appointment of Laura Peterson as its interim president and chief"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Jabil Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Palladyne AI', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Palladyne AI', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PENN",
      "description": "",
      "representative_file": "PENN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 260417,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4447774",
            "4450696",
            "4455346"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-07T13:29:03.8Z",
            "2025-08-11T09:11:04.61Z",
            "2025-08-14T20:40:07.31Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:10.2668972-04:00",
            "2026-04-17T17:18:10.2668972-04:00",
            "2026-04-17T17:18:10.2668972-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PENN Entertainment, Inc.",
            "PENN Entertainment, Inc.",
            "PENN Entertainment, Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PENN",
            "PENN",
            "PENN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 09:00ET Earnings Call: Total 2025 CapEx forecast remains $730M (p",
            "Tier1 firm Reiterates PENN with Neutral, price target: $18 from $20",
            "Hill Path discloses new 3.5M share stake in 13F filing"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>For 3Q25 interactive revenue guidance of $295–335M</b> (incl. $125M skin ta",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PENN Entertainment, Inc.', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'PENN Entertainment, Inc.', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'hedge fund quarterly holdings', 'CountryId': 1, 'CountryIso': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PEP",
      "description": "",
      "representative_file": "PEP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 657214,
      "rep_rows": 600,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4543642",
            "4547051",
            "4552732"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-15T13:02:08.48Z",
            "2025-12-19T10:15:53.203Z",
            "2026-01-06T16:30:15.1Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:10.7959307-04:00",
            "2026-04-17T17:18:10.7959307-04:00",
            "2026-04-17T17:18:10.7959307-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PepsiCo Inc",
            "PepsiCo Inc",
            "PepsiCo Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PEP",
            "PEP",
            "PEP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Discloses North America CEO Steven Williams will transition to the role of Execu",
            "Tier1 firm Reiterates PEP with Neutral, price target: $164",
            "Announces Industry-First AI and Digital Twin Collaboration with Siemens and NVID"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "On December 15, 2025, PepsiCo, Inc. announced that Steven Williams, Chief Execut",
            "",
            "- Announced a multi-year, industry-first collaboration with Siemens and NVIDIA t"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Consumer Staples']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PepsiCo Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'PepsiCo Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Nvidia Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Staples",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PFE",
      "description": "",
      "representative_file": "PFE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6153812,
      "rep_rows": 6750,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4617581",
            "4617635",
            "4617656"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-23T10:00:47.513Z",
            "2026-03-23T10:30:07.02Z",
            "2026-03-23T10:42:31.307Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:12.1440516-04:00",
            "2026-04-17T17:18:12.1440516-04:00",
            "2026-04-17T17:18:12.1430471-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Apogee Therapeutics Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "APGE",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "I3 Pharms Receives US FDA ANDA approval for Rifabutin (update)",
            "Announces positive Phase 2 Part A 52-Week Data of Zumilokibart (APG777), demonst",
            "CDC reports 1,487 Confirmed cases of Measles (as of March 19, 2026) with 14 new "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*Link: https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm?event=overview.",
            "<b>- <i>APEX Part A data demonstrated durable maintenance of response at 52-week",
            "<b>**Note:</b> <b>US measles elimination status: </b>The nation&#39;s status as "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Americas Macro', 'Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Merck &amp; Co. Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PG",
      "description": "",
      "representative_file": "PG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 519333,
      "rep_rows": 650,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4552848",
            "4554466",
            "4554814"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-06T21:14:51.153Z",
            "2026-01-08T11:45:07.803Z",
            "2026-01-08T15:38:40.52Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:15.6223509-04:00",
            "2026-04-17T17:18:15.621356-04:00",
            "2026-04-17T17:18:15.621356-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Procter &amp; Gamble Company",
            "Helen of Troy Limited",
            "The Procter &amp; Gamble Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PG",
            "HELE",
            "PG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Piper/Sandler Assumed PG with Neutral",
            "Reports Q3 $1.71 v $1.71e, Rev $513M v $505Me; Cuts FY26 EPS view",
            "Texas AG Paxton: Signed deal with P&amp;G to disclose fluoride content in Crest "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- <b>Cuts </b>FY26 $3.25-3.75 v $4.05e, <b>Narrows </b>Rev $1.76-1.77B v $1.76Be",
            "**<b>NOTE</b>: <b>10/31/25 (US) FDA Acts to Protect Children from Unapproved Flu"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Americas Macro', 'Consumer Discretionary']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Procter &amp; Gamble Company', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Colgate-Palmolive Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Colgate-Palmolive Company', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Americas Macro",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PGR",
      "description": "",
      "representative_file": "PGR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 113411,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4475109",
            "4476371",
            "4476585"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-15T20:09:22.443Z",
            "2025-09-17T09:25:28.2Z",
            "2025-09-17T12:20:58.183Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:16.3784245-04:00",
            "2026-04-17T17:18:16.3784245-04:00",
            "2026-04-17T17:18:16.3784245-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Progressive Corporation",
            "The Progressive Corporation",
            "The Progressive Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PGR",
            "PGR",
            "PGR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wolfe Research Initiates PGR with Peer Perform",
            "BMO Capital Markets Cuts PGR to Market Perform from Outperform, price target: $2",
            "Reports Aug Net Premiums Written $7.2B v $6.51B y/y"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Combined ratio 83.1% v 85.3% y/y<br/>- Net income per share $2.07 v $1.85 y/y"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Progressive Corporation', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'The Progressive Corporation', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'The Progressive Corporation', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PGY",
      "description": "",
      "representative_file": "PGY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 78791,
      "rep_rows": 123,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4311544",
            "4312748",
            "4315055"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-10T13:30:26.64Z",
            "2025-02-11T16:21:18.493Z",
            "2025-02-13T12:05:10.193Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:18.5966157-04:00",
            "2026-04-17T17:18:18.5966157-04:00",
            "2026-04-17T17:18:18.5966157-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Pagaya",
            "Pagaya",
            "Pagaya"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PGY",
            "PGY",
            "PGY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Closes $300M Auto Asset-Backed Securitization",
            "Iceberg Research makes cautious comments",
            "Reports Q4 $0.17 v $0.32e, Rev $275.7M v $264Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A total of 14 unique investors participated across the new auto transaction, the",
            "- Link: https://x.com/IcebergResear/status/1889348734347305012",
            "- Gudies Q1 Rev $280-295M <br/>- Guides initial FY25 Rev $1.15-<b>1.28B</b> v $1"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'EJF Acquisition Corp', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'EJF Acquisition Corp', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'EJF Acquisition Corp', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PINS",
      "description": "",
      "representative_file": "PINS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 282537,
      "rep_rows": 600,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4455315",
            "4471344",
            "4481977"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-14T20:26:41.26Z",
            "2025-09-09T15:42:03.727Z",
            "2025-09-26T10:16:57.823Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:21.3948538-04:00",
            "2026-04-17T17:18:21.3948538-04:00",
            "2026-04-17T17:18:21.3948538-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Pinterest Inc",
            "Pinterest Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "PINS",
            "PINS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Third Point discloses quarterly holdings in 13F filing",
            "TTN Summary Goldman Sachs Communicopia + Technology Conference 2025: In the adve",
            "Tier1 firm Reiterates PINS with Buy, price target: $44"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- New stake: GTLS FIX SABR COOP ASIC DOCU DHR<br/>- Raised: AMZN META NVDA CSGP ",
            "<ul><li>Maintains expectation of <b>mid-to-high-teens revenue growth and margin ",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Amazon.com Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Pinterest Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Pinterest Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PL",
      "description": "",
      "representative_file": "PL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 157156,
      "rep_rows": 176,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4400864",
            "4400934",
            "4405665"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-04T20:06:48.613Z",
            "2025-06-04T21:14:05.873Z",
            "2025-06-12T13:04:50.753Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:21.7388831-04:00",
            "2026-04-17T17:18:21.7388831-04:00",
            "2026-04-17T17:18:21.7388831-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Planet Labs PBC",
            "Planet Labs PBC",
            "Planet Labs PBC"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PL",
            "PL",
            "PL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 $0.00 adj v -$0.05e, Rev $66.3M v $62.2Me",
            "TTN Summary of 17:00ET Earnings Call: Backlog grew to over $500 million at quart",
            "NATO Selects Planet for Landmark Seven-Figure Contract for Advanced Daily Monito"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Slightly raises midpoint FY26 Rev $265-280M v $269Me, affirms NG Gross margin ",
            "- <b>First positive free cash flow of $8 million</b> and second consecutive quar",
            "- In this collaboration, Planet will provide NATO with a specialized platform so"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Planet Labs PBC', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Planet Labs PBC', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Planet Labs PBC', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PLD",
      "description": "",
      "representative_file": "PLD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 133151,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4329740",
            "4330842",
            "4353863"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-03T16:43:28.617Z",
            "2025-03-04T15:22:12.873Z",
            "2025-04-07T10:05:04.13Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:23.5910438-04:00",
            "2026-04-17T17:18:23.5900445-04:00",
            "2026-04-17T17:18:23.5900445-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Prologis Inc",
            "Prologis Inc",
            "Prologis Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PLD",
            "PLD",
            "PLD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 11:00ET Citi’s 30th Annual Global Property CEO Conference 2025: D",
            "TTN Summary of 09:50ET Raymond James &amp; Associates’ 46th Annual Institutional",
            "Hearing Scotia Howard Weil Cuts PLD to Sector Underperform from Sector Outperfor"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Emphasized strong organic growth driven by the widening delta between in-place",
            "- Prologis reaffirms its global leadership in logistics real estate by focusing ",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Real Estate']",
            "['Real Estate']",
            "['Real Estate']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Prologis Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Prologis Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Prologis Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Real Estate",
            "Real Estate",
            "Real Estate"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PLTR",
      "description": "",
      "representative_file": "PLTR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1500824,
      "rep_rows": 850,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4600942",
            "4601043",
            "4602071"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-02T22:14:49.297Z",
            "2026-03-03T00:55:52.937Z",
            "2026-03-03T17:39:21.933Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:24.5021328-04:00",
            "2026-04-17T17:18:24.5011277-04:00",
            "2026-04-17T17:18:24.5011277-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Archer Aviation Inc",
            "OpenAI",
            "Anthropic"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ACHR",
            "OPENAI.IPO",
            "ANTHROPIC.IPO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN 17:00 ET Call Summary: Software and systems monetization planned: partnershi",
            "Follow up: OpenAI, Pentagon to add more surveillance protection to deal - Axios",
            "Reportedly US Military continues to utilize Anthropic&#39;s Claude model in the "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Q1 adjusted EBITDA loss of $160–$180M</b> (management: deliberate step‑up i",
            "** Reminder on Feb 28th; <b>CEO Altman: Tonight, we reached an agreement with th",
            "<b>- Link:</b> https://www.cbsnews.com/news/anthropic-claude-ai-iran-war-u-s/<br"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Information Technology']",
            "['Americas Macro', 'Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Nvidia Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Palantir Technologies Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'First Israel Fund', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Information Technology",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/POET",
      "description": "",
      "representative_file": "POET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 86852,
      "rep_rows": 77,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3968535",
            "3986512",
            "3989819"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-10-10T11:32:09.85Z",
            "2023-11-01T22:18:42.693Z",
            "2023-11-06T12:06:15.633Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:27.5033816-04:00",
            "2026-04-17T17:18:27.5033816-04:00",
            "2026-04-17T17:18:27.5033816-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "POET Technologies Inc.",
            "POET Technologies Inc.",
            "POET Technologies Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "POET",
            "POET",
            "POET"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Collaborates with Yuanjie Semiconductor Technology for laser supply as the its o",
            "Announces Public Offering of Common Shares and Warrants",
            "Reports Q3 Net -$0.13 v -$0.11 y/y; Cash and cash equivalents $4.5M"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Announced that it is collaborating with Yuanjie Semiconductor Technology Inc. ",
            "- currently intends to use the net proceeds from the Offering, if completed, for",
            "CEO: Our existing customers are finally completing their module designs for samp"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "8",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'POET Technologies Inc.', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'POET Technologies Inc.', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'POET Technologies Inc.', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PONY",
      "description": "",
      "representative_file": "PONY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 208246,
      "rep_rows": 185,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4495561",
            "4497515",
            "4501263"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-17T10:44:33.417Z",
            "2025-10-21T10:54:28.68Z",
            "2025-10-24T09:43:28.66Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:28.5184724-04:00",
            "2026-04-17T17:18:28.5184724-04:00",
            "2026-04-17T17:18:28.5184724-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Pony.ai",
            "Pony.ai",
            "Pony.ai"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PONY",
            "PONY",
            "PONY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Receives HKEX approval for Hong Kong listing",
            "China Merchants Initiates PONY with Buy, price target: $24",
            "Plans HK listing over $500M within two weeks - press"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Pony.ai', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': '",
            "[{'CompanyName': 'Pony.ai', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': '",
            "[{'CompanyName': 'Pony.ai', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PPG",
      "description": "",
      "representative_file": "PPG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 206268,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4426770",
            "4431812",
            "4436000"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-17T15:56:25.18Z",
            "2025-07-24T10:45:07.747Z",
            "2025-07-29T20:05:25.157Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:29.5575687-04:00",
            "2026-04-17T17:18:29.5565745-04:00",
            "2026-04-17T17:18:29.5565745-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PPG Industries Inc",
            "RPM International Inc",
            "PPG Industries Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PPG",
            "RPM",
            "PPG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Raises quarterly dividend 4.4% to $0.71 from $0.68 (indicated yield 2.46%)",
            "Reports Q4 $1.72 v $1.60e, Rev $2.08B v $2.02Be; Anticipates inflation will temp",
            "Reports Q2 $2.22 v $2.22e, Rev $4.20B v $4.13Be; Affirms guidance"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Approved a 3-cents-per-share increase in the company’s dividend, declaring a r",
            "- Guides Q1 Rev &#39;low to mid single digit growth&#39; y/y, Adj EBIT &#39;low ",
            "- Affirms FY25 $7.75-8.05 v $7.89e (prior: $7.75-8.05) <br/><br/>- Segment EBITD"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Americas Macro', 'Materials']",
            "['Americas Macro', 'Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PPG Industries Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'PPG Industries Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'ABB Ltd', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PR",
      "description": "",
      "representative_file": "PR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 65067,
      "rep_rows": 196,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4355368",
            "4358722",
            "4358896"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-08T19:39:44.177Z",
            "2025-04-14T10:31:00.57Z",
            "2025-04-14T12:26:05.89Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:31.5677382-04:00",
            "2026-04-17T17:18:31.5677382-04:00",
            "2026-04-17T17:18:31.5677382-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Permian Resources",
            "Permian Resources",
            "Permian Resources"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PR",
            "PR",
            "PR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "S&amp;P raises rating to one notch from BB to BB+; Outlook stable",
            "Siebert Williams Shank &amp; Co. Reiterates PR with Buy, price target: $18",
            "RBC Reiterates PR with Outperform, price target: $16 from $18"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Fixed Income/Forex', 'Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Corporate bond ratings', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Permian Resources', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Permian Resources', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fixed Income/Forex",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PSKY",
      "description": "",
      "representative_file": "PSKY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 461743,
      "rep_rows": 255,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4596041",
            "4596921",
            "4597036"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-25T21:57:09.06Z",
            "2026-02-26T12:00:18.143Z",
            "2026-02-26T12:30:09.333Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:33.1948803-04:00",
            "2026-04-17T17:18:33.1948803-04:00",
            "2026-04-17T17:18:33.1948803-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Paramount Skydance Corp",
            "Warner Bros. Discovery, Inc",
            "Paramount Skydance Corp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PSKY",
            "WBD",
            "PSKY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN 16:45 ET Call Summary: Paramount+ up &gt;17% YTD; company has launched 11 or",
            "Reports Q4 -$0.10 v $0.02e, Rev $9.46B v $9.46Be; Continues to engage with PSKY ",
            "Morgan Stanley Reiterates PSKY with Underweight, price target: $11 from $12"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Reaffirmed FY26 revenue of $30.0 billion (+4% y/y) and adjusted EBIT outloo",
            "- Adj EBITDA $2.22B v $2.72B y/y; FCF $1.38M v $2.43M y/y <br/>- Global Direct-t",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Paramount Skydance Corp', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'The Walt Disney Company', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Paramount Skydance Corp', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PSTG",
      "description": "",
      "representative_file": "PSTG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 151036,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4362826",
            "4368945",
            "4378738"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-21T13:00:50.35Z",
            "2025-04-28T12:34:42.223Z",
            "2025-05-07T14:15:13.017Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:34.141963-04:00",
            "2026-04-17T17:18:34.141963-04:00",
            "2026-04-17T17:18:34.141963-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Varonis Systems Inc",
            "Everpure (former Pure Storage)",
            "Nutanix Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VRNS",
            "PSTG",
            "NTNX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Announces Partnership With Pure Storage to  Discover and classify sensitive data",
            "Evercore ISI Institutional Equities Reiterates PSTG with Outperform, price targe",
            "Nutanix and Pure Storage Partner to Deliver Greater Customer Choice with New Int"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "By partnering, Varonis’ AI-powered platform enables Pure Storage customers to au",
            "",
            "- This integrated solution comes at a pivotal time for customers as the virtuali"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Everpure (former Pure Storage)', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Everpure (former Pure Storage)', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Cisco Systems Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PSX",
      "description": "",
      "representative_file": "PSX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 294097,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4495095",
            "4495681",
            "4505174"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-16T20:23:04.347Z",
            "2025-10-17T12:02:22.1Z",
            "2025-10-29T11:00:40.513Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:34.5850016-04:00",
            "2026-04-17T17:18:34.5850016-04:00",
            "2026-04-17T17:18:34.5850016-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Phillips 66",
            "Phillips 66",
            "Phillips 66"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PSX",
            "PSX",
            "PSX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wells Fargo Initiates PSX with Overweight, price target: $154",
            "Raymond James Reiterates PSX with Outperform, price target: $150",
            "Reports Q3 $2.52 v $2.07e"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Capex $541M v $587M q/q <br/>- Crude Capacity Utilization 99% v 98% q/q <br/>-"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Phillips 66', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Phillips 66', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Valero Energy Corporation', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PTEN",
      "description": "",
      "representative_file": "PTEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 88762,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4284852",
            "4285015",
            "4285871"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-06T12:50:13.89Z",
            "2025-01-06T13:42:23.517Z",
            "2025-01-07T11:20:43.827Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:36.8281968-04:00",
            "2026-04-17T17:18:36.8281968-04:00",
            "2026-04-17T17:18:36.8281968-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Patterson-UTI Energy Inc",
            "Patterson-UTI Energy Inc",
            "Patterson-UTI Energy Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PTEN",
            "PTEN",
            "PTEN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Stifel Nicolaus Reiterates PTEN with Buy, price target: $13",
            "Reports Dec Avg Drilling Rigs 104 v 105 m/m; Q4 Avg Drilling Rigs 105 v 107 q/q",
            "Guides FY25 capex lower y/y - investor presentation (update)"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Plan to remain flexible with our method of distribution over time to maximize "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Patterson-UTI Energy Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Patterson-UTI Energy Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Patterson-UTI Energy Inc', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PTON",
      "description": "",
      "representative_file": "PTON.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 511472,
      "rep_rows": 650,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4400780",
            "4401821",
            "4403198"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-04T17:13:14.607Z",
            "2025-06-05T20:05:42.94Z",
            "2025-06-09T17:07:54.933Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:38.1983217-04:00",
            "2026-04-17T17:18:38.1983217-04:00",
            "2026-04-17T17:18:38.1983217-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Peloton Interactive Inc",
            "Lululemon Athletica Inc",
            "Apple Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PTON",
            "LULU",
            "AAPL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 13:00ET Bank of America Global Technology Conference 2025: Produc",
            "Reports Q1 $2.60 v $2.59e, Rev $2.37B v $2.36Be; Cuts FY EPS guidance",
            "Will announce new Apple Intelligence features throughout today&#39;s presentatio"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Corporate leadership strengthened with the hire of COO Charlie Kyrill and CCO ",
            "<b>- </b><b>Guides</b><b> </b><b>Q2</b><b> </b><b>$2.85-2.90</b><b> v </b><b>$3.",
            "- Confirms redesign of operating system (notes last major overhaul with iOS 7)<b"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Americas Macro', 'Consumer Discretionary']",
            "['Americas Macro', 'Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Peloton Interactive Inc', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'NIKE Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Garmin Ltd', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/PYPL",
      "description": "",
      "representative_file": "PYPL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 683075,
      "rep_rows": 1050,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4563570",
            "4563892",
            "4565920"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-20T07:44:12.38Z",
            "2026-01-20T12:00:28.857Z",
            "2026-01-22T12:26:35.477Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:38.175313-04:00",
            "2026-04-17T17:18:38.175313-04:00",
            "2026-04-17T17:18:38.175313-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PayPal Holdings Inc",
            "PayPal Holdings Inc",
            "PayPal Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PYPL",
            "PYPL",
            "PYPL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Pres: PayPal&#39;s strategy for 2026 focuses on &quot;frenemy&quot; collaboratio",
            "Introduces free DIY tax filing for PayPal debit card customers",
            "To Acquire Cymbio, Accelerating Agentic Commerce Capabilities; financial terms n"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- New partnership with april enables U.S. PayPal Debit Mastercard customers to f",
            "- Founded in 2015 and headquartered in Tel Aviv, Cymbio&#39;s team brings a deca"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'PayPal Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'PayPal Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/QBTS",
      "description": "",
      "representative_file": "QBTS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 301320,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4487984",
            "4493787",
            "4493927"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-07T11:00:34.487Z",
            "2025-10-15T13:15:47.677Z",
            "2025-10-15T17:37:09.31Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:39.9564769-04:00",
            "2026-04-17T17:18:39.9564769-04:00",
            "2026-04-17T17:18:39.9564769-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "D-Wave Quantum Inc.",
            "D-Wave Quantum Inc.",
            "D-Wave Quantum Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "QBTS",
            "QBTS",
            "QBTS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Brings Quantum Computing to LA Tech Week with the University of Southern Califor",
            "To deploy Advantage2 quantum computer in Europe through SQT partnership",
            "B. Riley Securities, Inc Reiterates QBTS with Buy, price target: $33"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The events will offer attendees an opportunity for expert-guided tours of D-Wa",
            "- Agreement with SQT announced at Digital Innovation Forum - ComoLake 2025 to de",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'D-Wave Systems Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'D-Wave Systems Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'D-Wave Systems Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/QCOM",
      "description": "",
      "representative_file": "QCOM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 948585,
      "rep_rows": 1000,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4562818",
            "4569025",
            "4573919"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-19T03:17:14.553Z",
            "2026-01-27T21:01:10.307Z",
            "2026-02-02T21:10:28.22Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:40.8925503-04:00",
            "2026-04-17T17:18:40.8925503-04:00",
            "2026-04-17T17:18:40.8925503-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Micron Technology Inc.",
            "Texas Instruments Incorporated",
            "NXP Semiconductors N.V"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MU",
            "TXN",
            "NXPI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Follow up: Reiterates &#39;unprecedented&#39; memory shortage to last &#39;beyon",
            "Reports Q4 $1.27* adj v $1.30e, Rev $4.42B v $4.44Be",
            "Reports Q4 $3.35 v $3.30e, Rev $3.34B v $3.30Be; Guides above consensus"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "** Reminder on Jan 13th<b> *Exec: Memory shortages won&#39;t improve before 2028",
            "- Guides Q1 <b>$1.22</b>-1.48 v $1.30e, Rev $4.32-4.68B v $4.39Be <br/>* Adj EPS",
            "- Guides Q1<b> $2.77-3.17 v $2.99e, Adj Rev $3.05-3.15B v $3.09Be </b><br/>- Gui"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Americas Macro', 'Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Honeywell International Inc', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Honeywell International Inc', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Americas Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.75,
            2.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/QS",
      "description": "",
      "representative_file": "QS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 191967,
      "rep_rows": 178,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4149437",
            "4149471",
            "4158100"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-06-25T20:03:07.18Z",
            "2024-06-25T21:08:10.58Z",
            "2024-07-11T10:51:05.94Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:43.1367496-04:00",
            "2026-04-17T17:18:43.1367496-04:00",
            "2026-04-17T17:18:43.1367496-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Rivian Automotive Inc. Class A Common Stock",
            "Rivian Automotive Inc. Class A Common Stock",
            "QuantumScape Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RIVN",
            "RIVN",
            "QS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "KCAC.OLD"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "VW to invest $1B now &amp; up to $5B in Rivian through JV; transaction could res",
            "Exec: VW deal will help support plans for Georgia Plant plans - financial press",
            "Volkswagen Group’s  PowerCo and QuantumScape entered into a groundbreaking agree"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Volkswagen AG resolves on investment by Volkswagen of initially 1 billion USD ",
            "** Reminder earlier today: VW to invest $1B now &amp; up to $5B in Rivian throug",
            "- Upon satisfactory technical progress and certain royalty payments, QuantumScap"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Discretionary', 'TTN Research Alert']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Volkswagen AG (VW)', 'CountryId': 6, 'CountryIso': 'DE', 'Coun",
            "[{'CompanyName': 'Volkswagen AG (VW)', 'CountryId': 6, 'CountryIso': 'DE', 'Coun",
            "[{'CompanyName': 'Volkswagen AG (VW)', 'CountryId': 6, 'CountryIso': 'DE', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/QSR",
      "description": "",
      "representative_file": "QSR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 287002,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4483927",
            "4485622",
            "4492537"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-30T12:30:16.707Z",
            "2025-10-02T11:08:39.05Z",
            "2025-10-14T10:05:20.827Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:46.1400067-04:00",
            "2026-04-17T17:18:46.1400067-04:00",
            "2026-04-17T17:18:46.1400067-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Lamb Weston Holdings Inc",
            "Restaurant Brands International Inc",
            "Domino&#39;s Pizza Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "LW",
            "QSR",
            "DPZ"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 $0.74 v $0.54e, Rev $1.66B v $1.61Be",
            "Unit Popeyes accelerates growth in Mexico through strategic local partnerships w",
            "Reports Q3 $4.08 v $4.00e, Rev $1.15B v $1.14Be; Notes  confidence to continue t"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Affirms FY26 Net Sales $6.35-6.55B v $6.49Be (prior: EPS not provided, net sal",
            "- These partnerships mark a significant milestone in its expansion strategy and ",
            "- Global Retail Sales +6.3% (cc) y/y <br/><b>- SSS Domestic +5.2% y/y v +4.0%e <"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Consumer Discretionary']",
            "['Americas Macro', 'Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'McDonald&#39;s Corporation', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Restaurant Brands International Inc', 'CountryId': 13, 'Countr",
            "[{'CompanyName': 'Yum! Brands Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Consumer Discretionary",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/QUBT",
      "description": "",
      "representative_file": "QUBT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 137673,
      "rep_rows": 109,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4286492",
            "4286673",
            "4286750"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-07T20:49:10.55Z",
            "2025-01-08T04:51:32.877Z",
            "2025-01-08T06:09:25.7Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:46.1740087-04:00",
            "2026-04-17T17:18:46.1740087-04:00",
            "2026-04-17T17:18:46.1730084-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Nvidia Corporation",
            "Quantum Computing Inc. Common Stock",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NVDA",
            "QUBT",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 15:30ET CES Financial Analyst Q&amp;A: We will have a little bit ",
            "Announces Private Placement of Common Stock for Proceeds of $100M; sold 8.2M sha",
            "(US) Tuesday Evening Papers Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- Notes custom ASICs from cloud service providers are not a threat due to com",
            "- The Company intends to use the net proceeds from the offering for working capi",
            "<b>THE FINANCIAL TIMES</b><br/>-Wall Street analysts predict <b>Citigroup</b> wi"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Information Technology']",
            "['Information Technology']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "8",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Marvell Technology Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Block Trades/SupplyDemand Chatter', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'Walmart Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            0.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/QXO",
      "description": "",
      "representative_file": "QXO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 107083,
      "rep_rows": 136,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4370453",
            "4381368",
            "4391763"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-29T12:53:13.63Z",
            "2025-05-08T20:32:11.473Z",
            "2025-05-20T20:08:55.063Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:48.9152501-04:00",
            "2026-04-17T17:18:48.9152501-04:00",
            "2026-04-17T17:18:48.9152501-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Beacon Roofing Supply Inc",
            "QXO INC (formerly SilverSun Technologies)",
            "QXO INC (formerly SilverSun Technologies)"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BECN.OLD",
            "QXO",
            "QXO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "QXO Completes Acquisition of Beacon Roofing Supply",
            "Reports Q3 -$0.03 v $0.03 y/y, Rev $13.5M v $14.4M y/y",
            "Files to sell Concurrent Offerings of Common Stock and Depositary Shares with Gr"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Has completed its previously disclosed acquisition of Beacon Roofing Supply, I",
            "- CEO: With our $11 billion acquisition of Beacon completed, we’re off to a good",
            "- Opens concurrent separate underwritten public offerings of (i) shares of its c"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Information Technology']",
            "['Fixed Income/Forex', 'Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'QXO INC (formerly SilverSun Technologies)', 'CountryId': 1, 'C",
            "[{'CompanyName': 'QXO INC (formerly SilverSun Technologies)', 'CountryId': 1, 'C",
            "[{'CompanyName': 'QXO INC (formerly SilverSun Technologies)', 'CountryId': 1, 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Information Technology",
            "Fixed Income/Forex"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RBLX",
      "description": "",
      "representative_file": "RBLX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 332641,
      "rep_rows": 564,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4526480",
            "4535879",
            "4535889"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-18T12:00:17.473Z",
            "2025-12-03T14:10:28.553Z",
            "2025-12-03T14:18:29.85Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:50.7394084-04:00",
            "2026-04-17T17:18:50.7394084-04:00",
            "2026-04-17T17:18:50.7394084-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Roblox Corporation",
            "Roblox Corporation",
            "Roblox Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RBLX",
            "RBLX",
            "RBLX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Expands Facial Age Checks for Communication, Setting New Safety Standard; Will b",
            "UBS Initiates RBLX with Neutral, price target: $103",
            "Russia consumer regulator has blocked Roblox - Russian state media"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-  Age-based chat is designed to limit conversations to users with similar ages,",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Roblox Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Roblox Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Market Vectors Russia ETF', 'CountryId': 20, 'CountryIso': 'RU"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RBRK",
      "description": "",
      "representative_file": "RBRK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 100924,
      "rep_rows": 132,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4388669",
            "4401644",
            "4401824"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-15T18:02:54.497Z",
            "2025-06-05T14:18:24.17Z",
            "2025-06-05T20:07:03.037Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:51.0384325-04:00",
            "2026-04-17T17:18:51.0384325-04:00",
            "2026-04-17T17:18:51.0384325-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Rubrik Inc",
            "Rubrik Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "RBRK",
            "RBRK"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tiger Global Management discloses latest quarterly holdings - 13 F-HR filing",
            "Guggenheim Securities Reiterates RBRK with Buy, price target: $105",
            "Reports Q1 -$0.15 v -$0.33e, Rev $278.5M v $258Me; Raises FY guidance"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New stake:   Z APP GEV ZG<br/>Liquidated:  OKLO QCOM DDOG TEAM ARM RBRK <br/>Rai",
            "",
            "- Guides Q2 -$0.35 to -$0.33 v -$0.35e, Rev $281-283M v $271Me, sub ARR contribu"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Eli Lilly and Company', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Rubrik Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Rubrik Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RCAT",
      "description": "",
      "representative_file": "RCAT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 130165,
      "rep_rows": 140,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4386460",
            "4387170",
            "4395318"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-14T10:30:35.38Z",
            "2025-05-14T20:00:13.65Z",
            "2025-05-27T11:00:00.333Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:52.611579-04:00",
            "2026-04-17T17:18:52.611579-04:00",
            "2026-04-17T17:18:52.6105746-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Red Cat Holdings Inc",
            "Red Cat Holdings Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RCAT",
            "RCAT",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Expands  its multi-domain Family of Systems with a new line of Unmanned Surface ",
            "Reports Q1 -$0.27 v -$0.09 y/y, Rev $1.7M v $6.6M y/y",
            "(US) Tuesday Morning Online Reading Summary"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Announced the expansion of its multi-domain Family of Systems with a new line ",
            "- Cash position: $9.3M v $9.6M q/q <br/> <br/>- CEO: “Red Cat’s momentum continu",
            "<b>PROJECT SYNDICATE</b><br/>-Stephen S. Roach, a faculty member at Yale Univers"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "2",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Red Cat Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Red Cat Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Eli Lilly and Company', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RCL",
      "description": "",
      "representative_file": "RCL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 326911,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4437164",
            "4437204",
            "4438717"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-30T12:46:02.363Z",
            "2025-07-30T12:53:41.247Z",
            "2025-07-31T10:30:57.393Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:53.6496631-04:00",
            "2026-04-17T17:18:53.6496631-04:00",
            "2026-04-17T17:18:53.6486624-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Royal Caribbean Group",
            "Royal Caribbean Group",
            "Norwegian Cruise Line Holdings Ltd."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RCL",
            "RCL",
            "NCLH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Susquehanna Reiterates RCL with Net Positive, price target: $385 from $275",
            "Stifel Nicolaus Reiterates RCL with Buy, price target: $420 from $400",
            "Reports Q2 $0.51 v $0.51e, Rev $2.52B v $2.56Be;  Bookings now ahead of historic"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "<b>- </b><b>Guides</b><b> </b><b>Q3</b><b> </b><b>~$1.14</b><b> v </b><b>$1.17e<"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Americas Macro', 'Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Royal Caribbean Group', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Royal Caribbean Group', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Royal Caribbean Group', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RDDT",
      "description": "",
      "representative_file": "RDDT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 234008,
      "rep_rows": 249,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4456706",
            "4466157",
            "4473905"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-18T11:01:16.493Z",
            "2025-09-02T10:49:05.213Z",
            "2025-09-12T10:31:21.823Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:53.6526684-04:00",
            "2026-04-17T17:18:53.6526684-04:00",
            "2026-04-17T17:18:53.6526684-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reddit",
            "Reddit",
            "Reddit"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RDDT",
            "RDDT",
            "RDDT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Argus Initiates RDDT with Buy, price target: $250",
            "B. Riley Securities, Inc Reiterates RDDT with Buy, price target: $235",
            "Boutique Firm Initiates RDDT with Outperform"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Reddit', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U",
            "[{'CompanyName': 'Reddit', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U",
            "[{'CompanyName': 'Reddit', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RDW",
      "description": "",
      "representative_file": "RDW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 152550,
      "rep_rows": 181,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4446123",
            "4447250",
            "4447779"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-06T20:40:15.19Z",
            "2025-08-07T11:13:01.733Z",
            "2025-08-07T13:29:58.527Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:55.315807-04:00",
            "2026-04-17T17:18:55.315807-04:00",
            "2026-04-17T17:18:55.315807-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Redwire Corporation",
            "Redwire Corporation",
            "Redwire Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RDW",
            "RDW",
            "RDW"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q2 -$1.41 v -$0.11e, Rev $61.8M v $101Me; Continued to see delays in the",
            "Announces Prototype Phase Award for U.S. Army Long Range Reconnaissance (LRR) Pr",
            "TTN Summary of 09:00ET Earnings Call: Q2 contract awards of $90.6 M (book-to-bil"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- For the twelve months ended December 31, 2025, <b>Redwire, as a combined compa",
            "- Subsidiary, Edge Autonomy, has been awarded a prototype phase agreement by the",
            "- Full-year 2025 revenue guidance of $380–445 M, ~30.5% CAGR from 2023; combined"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Redwire Corp', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Redwire Corp', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Redwire Corp', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/REAL",
      "description": "",
      "representative_file": "REAL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 106528,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3862389",
            "3862996",
            "3863639"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-05-09T20:11:53.187Z",
            "2023-05-10T06:01:52.73Z",
            "2023-05-10T11:58:04.283Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:57.0529603-04:00",
            "2026-04-17T17:18:57.0529603-04:00",
            "2026-04-17T17:18:57.0529603-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The RealReal Inc",
            "The RealReal Inc",
            "The RealReal Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "REAL",
            "REAL",
            "REAL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 -$0.36 v -$0.42e, Rev $142M v $145Me",
            "Tier1 firm Reiterates REAL with Underperform, price target: $1 from $1.10",
            "Wedbush, Inc. Reiterates REAL with Outperform, price target: $2 from $2.50"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q2 Rev $125-135M v $159Me, adj EBITDA -$29M to -$25M, GMV $400-437M  <b",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The RealReal Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'The RealReal Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'The RealReal Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RELX",
      "description": "",
      "representative_file": "RELX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 91092,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3306578",
            "3495091",
            "3572120"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-05-12T17:39:12.46Z",
            "2022-01-18T17:00:57.63Z",
            "2022-04-21T11:02:48.677Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:57.8610284-04:00",
            "2026-04-17T17:18:57.8610284-04:00",
            "2026-04-17T17:18:57.8610284-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Research Solutions Inc",
            "RELX PLC"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "RSSS",
            "RELX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "REL.UK"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) House Maj Leader Hoyer: There is basis for bipartisan support for infrastru",
            "Launches automated scholarly literature access platform for academic institution",
            "To launch &#163;200M ordinary share buyback between Apr 21st - July 25th"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Today announced the global launch of Article Galaxy Scholar (AGS). The first p",
            "- This follows the successful completion of a &#163;150 million non-discretionar"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Fixed Income/Forex']",
            "['Information Technology']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Encore Capital Group Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'RELX PLC', 'CountryId': 2, 'CountryIso': 'UK', 'CountryName': ",
            "[{'CompanyName': 'RELX PLC', 'CountryId': 2, 'CountryIso': 'UK', 'CountryName': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RELY",
      "description": "",
      "representative_file": "RELY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 239738,
      "rep_rows": 232,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4140997",
            "4141876",
            "4144935"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-06-10T10:14:23.263Z",
            "2024-06-11T11:11:14.18Z",
            "2024-06-17T11:21:58.597Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:58.5710962-04:00",
            "2026-04-17T17:18:58.5710962-04:00",
            "2026-04-17T17:18:58.5710962-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Remitly Global Inc. Common Stock",
            "Remitly Global Inc. Common Stock",
            "Remitly Global Inc. Common Stock"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RELY",
            "RELY",
            "RELY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Autonomous Research Initiates RELY with Underperform, price target: $9",
            "JMP Securities Reiterates RELY with Market Outperform, price target: $22 from $3",
            "Barclays Reiterates RELY with Overweight, price target: $16 from $20"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Remitly Global Inc. Common Stock', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Remitly Global Inc. Common Stock', 'CountryId': 1, 'CountryIso",
            "[{'CompanyName': 'Remitly Global Inc. Common Stock', 'CountryId': 1, 'CountryIso"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RGTI",
      "description": "",
      "representative_file": "RGTI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 229218,
      "rep_rows": 145,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4478072",
            "4478630",
            "4483081"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-19T10:56:59.407Z",
            "2025-09-22T06:43:43.973Z",
            "2025-09-29T15:12:33.84Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:59.4731703-04:00",
            "2026-04-17T17:18:59.4731703-04:00",
            "2026-04-17T17:18:59.4731703-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Rigetti Computing, Inc.",
            "Rigetti Computing, Inc.",
            "Rigetti Computing, Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RGTI",
            "RGTI",
            "RGTI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B. Riley Securities, Inc Reiterates RGTI with Buy, price target: $19",
            "B. Riley Securities, Inc Reiterates RGTI with Buy, price target: $35 from $19",
            "Fielding notable client queries/interest and investigating potential market spec"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Rigetti Computing, Inc.', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Rigetti Computing, Inc.', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Rigetti Computing, Inc.', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RIO",
      "description": "",
      "representative_file": "RIO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 779593,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4458013",
            "4459762",
            "4459768"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-20T02:58:22.927Z",
            "2025-08-22T02:31:46.967Z",
            "2025-08-22T03:15:16.983Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:18:59.8992036-04:00",
            "2026-04-17T17:18:59.8992036-04:00",
            "2026-04-17T17:18:59.8992036-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Follow up: BHP and Rio Tinto said to lobby Pres Trump over fresh delays to ",
            "USGS: Magnitude 7.5 earthquake strikes Drake Passage Region [between southern ti",
            "USGS: Update: Tsunami warning issued for coast of Chile over next 3 hours (follo"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "** Reminder earlier <b>(US) Pres Trump: Appeal coming shortly after ruling on (R",
            "Link: https://earthquake.usgs.gov/earthquakes/eventpage/pt25234000/executive<br/",
            "** Update: No longer a threat of tsunami<br/><br/><br/><b>** Reminder earlier: U"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Materials']",
            "['European Macro', 'Americas Macro']",
            "['European Macro', 'Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Rio Tinto Ltd', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Freeport-McMoRan Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Freeport-McMoRan Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "European Macro",
            "European Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.75,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RIOT",
      "description": "",
      "representative_file": "RIOT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 247677,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4427681",
            "4433991",
            "4439923"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-18T18:58:23.487Z",
            "2025-07-28T07:47:27.713Z",
            "2025-07-31T20:38:40.247Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:00.3742472-04:00",
            "2026-04-17T17:19:00.3742472-04:00",
            "2026-04-17T17:19:00.3742472-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Riot Platforms Inc",
            "Riot Platforms Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "RIOT",
            "RIOT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Pres Trump: We&#39;ve got trade deals coming out of our ears; We&#39;ve got",
            "JPMorgan Chase and Co Cuts RIOT to Neutral from Overweight, price target: $15 fr",
            "Reports Q2 Net $219.4M v -$84.4M y/y, Rev $153M v $153Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- When I send the (letters) out saying 35-40%, it&#39;s a deal <br/>- Crypto goo",
            "",
            "- Adj EBITDA <b>+</b><b>$495.2M</b><b> v </b><b>-$75.2M</b><b> y/y </b><br/><br/"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Fixed Income/Forex']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Riot Platforms Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Riot Platforms Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Riot Platforms Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RIVN",
      "description": "",
      "representative_file": "RIVN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1220592,
      "rep_rows": 783,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4531664",
            "4535533",
            "4536127"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-25T19:12:02.74Z",
            "2025-12-03T08:07:57.24Z",
            "2025-12-03T20:28:40.72Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:02.0793949-04:00",
            "2026-04-17T17:19:02.0793949-04:00",
            "2026-04-17T17:19:02.0793949-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tesla Inc",
            "Rivian Automotive Inc. Class A Common Stock",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "RIVN",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Senate Republicans on Commerce Committee said to view safety mandates as co",
            "Files to recall 34.8K vehicles in US - NHTSA (implies ~20% of all delivered US v",
            "(US) US Pres Trump: Terminating Biden-era auto standards, incl EPA&#39;s tailpip"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Commerce Committee majority members said to question need for automatic brakin",
            "",
            "- US Transportation Dept will rescind Biden fuel economy prices <br/>- US will h"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Americas Macro', 'Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Rivian Automotive Inc. Class A Common Stock', 'CountryId': 1, ",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Consumer Discretionary",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RKLB",
      "description": "",
      "representative_file": "RKLB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 415645,
      "rep_rows": 422,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4539684",
            "4539993",
            "4540131"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-09T13:30:20.253Z",
            "2025-12-09T20:36:49.17Z",
            "2025-12-10T00:30:27.603Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:02.8874642-04:00",
            "2026-04-17T17:19:02.8874642-04:00",
            "2026-04-17T17:19:02.8874642-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Rocket Lab USA Inc.",
            "SpaceX",
            "Rocket Lab USA Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RKLB",
            "SPACEX.IPO",
            "RKLB"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Awarded $1M CAD by Canadian Space Agency; New medium-class reaction wheel for 50",
            "Reportedly considers IPO mid-to-late 2026, dependent on market conditions; Sees ",
            "Brings Forward Earth Observation Launch for KAIST, Liftoff Scheduled for Tomorro"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Funding via CSA Space Technology Development Program to Rocket Lab’s Canadian ",
            "- Expects $15B in FY25 sales, rising to $22-24B in FY26",
            "- Announced it is expediting a dedicated Electron mission for the Korea Advanced"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Americas Macro', 'Information Technology']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "8",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Rocket Lab USA Inc.', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'EchoStar Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Rocket Lab USA Inc.', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RKT",
      "description": "",
      "representative_file": "RKT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 176955,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4480713",
            "4482841",
            "4482850"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-24T20:04:25.72Z",
            "2025-09-29T11:49:31.08Z",
            "2025-09-29T11:53:13.287Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:05.3666845-04:00",
            "2026-04-17T17:19:05.3666845-04:00",
            "2026-04-17T17:19:05.3666845-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Rocket Companies Inc",
            "SLM Corporation",
            "Rocket Companies Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RKT",
            "SLM",
            "RKT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Extends $26.4B Funding Capacity with UBS Through 2027 via Amended Master Repurch",
            "Morgan Stanley Raises Consumer Finance Industry to In-Line from Cautious",
            "Morgan Stanley Reiterates RKT with Equal Weight, price target: $18 from $16"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Announced an amendment to its existing financing arrangements with UBS AG New ",
            "- UWMC Cuts to Equal Weight from Overweight<br/>- Reiterates Overweight on SLM, ",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Fixed Income/Forex', 'Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'UBS Group AG', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'American Express Company', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Rocket Companies Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fixed Income/Forex",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RMBS",
      "description": "",
      "representative_file": "RMBS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 105091,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4243835",
            "4250106",
            "4261574"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-11-06T09:52:28.4Z",
            "2024-11-12T04:49:44.05Z",
            "2024-11-25T21:13:11.96Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:05.4096985-04:00",
            "2026-04-17T17:19:05.4096985-04:00",
            "2026-04-17T17:19:05.4096985-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Rambus Inc",
            "Rambus Inc",
            "Rambus Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RMBS",
            "RMBS",
            "RMBS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wells Fargo Initiates RMBS with Overweight, price target: $62",
            "Loop Capital Initiates RMBS with Buy, price target: $70",
            "Baird Initiates RMBS with Outperform, price target: $90"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Citing significant growth, content increase, and share gains ahead"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Rambus Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Rambus Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Rambus Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ROKU",
      "description": "",
      "representative_file": "ROKU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 454755,
      "rep_rows": 700,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4489173",
            "4492957",
            "4493495"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-08T16:12:50.783Z",
            "2025-10-14T15:43:29.083Z",
            "2025-10-15T09:12:14.483Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:07.5488691-04:00",
            "2026-04-17T17:19:07.5488691-04:00",
            "2026-04-17T17:19:07.5488691-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Warner Bros. Discovery, Inc",
            "Roku Inc",
            "Roku Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "WBD",
            "ROKU",
            "ROKU"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reportedly Skydance is talking to buyout firms, incl Apollo, in a possible $60B ",
            "Florida AG announces lawsuit against Roku over its use of children&#39;s persona",
            "Tier1 firm Reiterates ROKU with Buy, price target: $110"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Link: https://nypost.com/2025/10/08/media/paramount-skydance-talking-to-apollo",
            "Attorney General James Uthmeier announced that the Office of Parental Rights is ",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Walt Disney Company', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Roku Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Roku Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ROST",
      "description": "",
      "representative_file": "ROST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 138261,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4459602",
            "4459643",
            "4459809"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-21T20:01:11.087Z",
            "2025-08-21T20:44:57.607Z",
            "2025-08-22T04:06:55.713Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:09.4080353-04:00",
            "2026-04-17T17:19:09.4080353-04:00",
            "2026-04-17T17:19:09.4080353-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ross Stores Inc",
            "Ross Stores Inc",
            "Ross Stores Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ROST",
            "ROST",
            "ROST"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q2 $1.56 v $1.52e, Rev $5.53B v $5.53Be; Guides Q3 eps light",
            "TTN Summary of 16:15ET Earnings Call: Expects price increases across the retail ",
            "Tier1 firm Reiterates ROST with Buy, price target: $175"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q3 <b>$1.31-1.37</b><b> v </b><b>$1.46e</b>, SSS +2-3% y/y  <br/>- Guid",
            "- Fiscal 3Q’25 guidance: comparable store sales growth of <b>2–3%</b> with EPS o",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Americas Macro', 'Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The TJX Companies Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Inflation', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Ross Stores Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Americas Macro",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.75,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RPRX",
      "description": "",
      "representative_file": "RPRX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 206466,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4362873",
            "4366335",
            "4376594"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-21T14:34:10.56Z",
            "2025-04-24T12:30:54.57Z",
            "2025-05-06T09:58:56.35Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:09.6810589-04:00",
            "2026-04-17T17:19:09.6810589-04:00",
            "2026-04-17T17:19:09.6810589-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Royalty Pharma plc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "RPRX",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ferring Announces Initial Data from Phase 3 Trial in Japanese Patients Demonstra",
            "U.S. FDA Approves Second Drug Product Manufacturing Facility for ADSTILADRIN&#17",
            "US FDA announces May 6, 2025 CDER Bioresearch Monitoring Meeting; To discuss Ele"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Ferring presented the first results from an ongoing Phase 3 trial in Japan ass",
            "- ADSTILADRIN is the first and only intravesical non-replicating gene therapy ap",
            "The Food and Drug Administration issued the final guidance for industry entitled"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Americas Macro', 'Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Royalty Pharma plc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Royalty Pharma plc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RRC",
      "description": "",
      "representative_file": "RRC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 73888,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4337747",
            "4339941",
            "4341883"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-13T09:30:48.713Z",
            "2025-03-17T13:01:31.62Z",
            "2025-03-19T13:42:45.23Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:12.8563366-04:00",
            "2026-04-17T17:19:12.8563366-04:00",
            "2026-04-17T17:19:12.8563366-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Range Resources Corporation",
            "Range Resources Corporation",
            "Range Resources Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RRC",
            "RRC",
            "RRC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JPMorgan Chase and Co Raised RRC to Neutral from Underweight, price target: $45",
            "Truist Reiterates RRC with Hold, price target: $37 from $35",
            "Boutique Firm Cuts RRC to Hold from Buy, price target: $43"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "https://www.truist.com/",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Range Resources Corporation', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Range Resources Corporation', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Range Resources Corporation', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RTX",
      "description": "",
      "representative_file": "RTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 825172,
      "rep_rows": 1200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4581020",
            "4581147",
            "4583242"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-09T22:18:19.643Z",
            "2026-02-10T02:43:37.513Z",
            "2026-02-11T13:00:35.637Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:13.1673623-04:00",
            "2026-04-17T17:19:13.1673623-04:00",
            "2026-04-17T17:19:13.1673623-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "RTX Corporation",
            "",
            "RTX Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RTX",
            "",
            "RTX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Awarded $231M US Navy contract",
            "(US) Pentagon warns defense firms it is reviewing performance - WSJ",
            "Demonstrates affordable, recoverable Coyote Block 3 Non-Kinetic variant in U.S. "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- RTX Corp., East Hartford, Connecticut, is awarded a not-to-exceed $230,559,766",
            "",
            "- Successfully defeated drone swarms in recent U.S. Army demo<br/>- Demonstrated"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Americas Macro']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'RTX Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'RTX Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/RUN",
      "description": "",
      "representative_file": "RUN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 187419,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4408416",
            "4415828",
            "4418181"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-18T05:14:36.33Z",
            "2025-07-01T16:06:45.303Z",
            "2025-07-07T10:56:24.577Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:13.9104262-04:00",
            "2026-04-17T17:19:13.9104262-04:00",
            "2026-04-17T17:19:13.9104262-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sunrun Inc",
            "",
            "Sunrun Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RUN",
            "",
            "RUN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "RBC Cuts RUN to Sector Perform from Outperform, price target: $5",
            "(US) Reportedly Senate plans to drop wind and solar excise tax from budget bill;",
            "Exane BNP Paribas Raised RUN to Outperform from Neutral, price target: $21"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Americas Macro', 'Energy', 'TTN Research Alert']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Sunrun Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'First Solar Inc', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Sunrun Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/S",
      "description": "",
      "representative_file": "S.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 227111,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4425854",
            "4427109",
            "4428583"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-16T17:00:33.677Z",
            "2025-07-18T04:48:07.323Z",
            "2025-07-21T18:43:26.633Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:15.8375925-04:00",
            "2026-04-17T17:19:15.8375925-04:00",
            "2026-04-17T17:19:15.8375925-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SentinelOne Inc.",
            "SentinelOne Inc.",
            "SentinelOne Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "S",
            "S",
            "S"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Launches Singularity Cloud Security and Singularity AI SIEM, including Purple AI",
            "Rosenblatt Securities Inc. Initiates S with Buy, price target: $24",
            "Palo Alto said to have indicated no truth to speculation to acquire Sentinel One"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- This enables AWS customers to easily discover, buy, and deploy SentinelOne’s e",
            "",
            "***Note traded up today on https://www.calcalist.co.il/market/article/bkmtcehule"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cyber Security ETF (PureFunds ISA)', 'CountryId': 1, 'CountryI",
            "[{'CompanyName': 'SentinelOne Inc.', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SAN",
      "description": "",
      "representative_file": "SAN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 229582,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3768945",
            "3794221",
            "3893502"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-01-03T09:22:44.77Z",
            "2023-02-03T12:26:08.313Z",
            "2023-06-26T11:01:08.727Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:17.152714-04:00",
            "2026-04-17T17:19:17.152714-04:00",
            "2026-04-17T17:19:17.152714-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Banco Santander S.A",
            "Banco Santander-Chile",
            "Canadian Solar Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SAN",
            "BSAC",
            "CSIQ"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SAN.ES",
            "BSAN.CL",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Exec: Sees US hiring opportunity amid Wall Street layoffs; Expect to grow US Inv",
            "Reports Q4 (CLP) 0.54 v 0.34e",
            "Recurrent Energy secures a new €150M multi-currency facility with Santander CIB "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Total loans -0.1% q/q, +5.5% y/y     <br/>- YTD ROAE 21.6% v 25.9% q/q    <br/",
            "- Recurrent Energy, its wholly-owned subsidiary for global project development a"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Banco Santander S.A', 'CountryId': 10, 'CountryIso': 'ES', 'Co",
            "[{'CompanyName': 'Banco Santander S.A', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Banco Santander S.A', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SAP",
      "description": "",
      "representative_file": "SAP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 376745,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4480417",
            "4481170",
            "4481226"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-24T11:49:36.237Z",
            "2025-09-25T09:48:37.623Z",
            "2025-09-25T10:39:10.3Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:18.7508465-04:00",
            "2026-04-17T17:19:18.7508465-04:00",
            "2026-04-17T17:19:18.7508465-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SAP SE",
            "SAP SE",
            "Accenture plc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SAP",
            "SAP",
            "ACN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Launches with OpenAI sovereign AI for public sector in Germany",
            "EU opens anti-competitive probe over possible restrictions in maintenance and su",
            "Reports Q4 $3.03 v $2.98e, Rev $17.6B v $17.3Be; Bookings top estimates but marg"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- To ensure sovereignty, OpenAI for Germany will be supported by SAP’s subsidiar",
            "- Commission concerned actions may limit competition, raising costs and reducing",
            "- Guides Q1 Rev $18.1-18.8B v $18.5Be +1-5% y/y (+1% cc)<br/>- Guides initial FY"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['European Macro', 'Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'SAP SE', 'CountryId': 6, 'CountryIso': 'DE', 'CountryName': 'G",
            "[{'CompanyName': 'International Business Machines Corporation', 'CountryId': 1, "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "European Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            2.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SATS",
      "description": "",
      "representative_file": "SATS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 224770,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4479162",
            "4483282",
            "4487399"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-22T19:33:31.643Z",
            "2025-09-29T21:48:03.763Z",
            "2025-10-06T19:49:02.953Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:18.8908622-04:00",
            "2026-04-17T17:19:18.8908622-04:00",
            "2026-04-17T17:19:18.8908622-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Walt Disney Company",
            "EchoStar Corporation",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DIS",
            "SATS",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Jimmy Kimmel to be back on the air tomorrow night (Tuesday 9/23) - press",
            "Verizon reportedly in talks to acquire AWS-3 wireless spectrum from EchoStar - p",
            "(US) Reportedly the FCC will vote to speed approvals of space operations and spe"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Disney says it spent recent days in thoughtful conversations with Kimmel<br/>-",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Communication Services']",
            "['Americas Macro', 'Information Technology', 'TTN Research Alert']",
            "['Americas Macro', 'Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Comcast Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Verizon Communications Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Verizon Communications Inc', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            2.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SBET",
      "description": "",
      "representative_file": "SBET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 34986,
      "rep_rows": 38,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3767502",
            "3771236",
            "3794324"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-12-28T13:38:09.84Z",
            "2023-01-05T13:30:39.44Z",
            "2023-02-03T13:31:55.3Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:20.6800175-04:00",
            "2026-04-17T17:19:20.6800175-04:00",
            "2026-04-17T17:19:20.6790179-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SharpLink Gaming, Inc",
            "SharpLink Gaming, Inc",
            "SharpLink Gaming, Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SBET",
            "SBET",
            "SBET"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SharpLink Gaming announces closing of merger with SportsHub Games Network",
            "Completes sale of legacy telecommunications business to Entrypoint",
            "CEO Issues Letter to Shareholders"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- SharpLink Gaming Ltd. (NASDAQ:SBET) (&quot;SharpLink&quot; or the &quot;Compan",
            "- Announced the closing of the previously announced sale of the Company&#39;s le",
            "<b><i>Look-Back On 2022</i></b> <br/>&quot;In January, I again held my annual si"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'SharpLink Gaming, Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'SharpLink Gaming, Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'SharpLink Gaming, Inc', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SBSW",
      "description": "",
      "representative_file": "SBSW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 53051,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2311523",
            "2392897",
            "2413295"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2017-10-24T05:00:09.37Z",
            "2018-02-22T06:06:22.72Z",
            "2018-03-26T05:30:59.903Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:22.6491874-04:00",
            "2026-04-17T17:19:22.6491874-04:00",
            "2026-04-17T17:19:22.6491874-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sibanye Stillwater Limited",
            "Sibanye Stillwater Limited",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SBSW",
            "SBSW",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SGL.ZA",
            "SGL.ZA",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Hearing Investec Initiates SBGL with Buy",
            "Reports FY17 adj EBITDA 9.05B v 8Be; Rev 45.9B v 43.5Be",
            "Hearing Goldman Sachs Raises EMEA Metals &amp; Mining Sector to Attractive"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- SGL.ZA Raises to Buy from Neutral<br/>- IMP.ZA Cuts to Sell from Neutral"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Sibanye Stillwater Limited', 'CountryId': 27, 'CountryIso': 'Z",
            "[{'CompanyName': 'Sibanye Stillwater Limited', 'CountryId': 27, 'CountryIso': 'Z",
            "[{'CompanyName': 'Sibanye Stillwater Limited', 'CountryId': 27, 'CountryIso': 'Z"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SBUX",
      "description": "",
      "representative_file": "SBUX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1022251,
      "rep_rows": 750,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4511991",
            "4513614",
            "4513629"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-04T20:54:36.24Z",
            "2025-11-05T17:09:20.237Z",
            "2025-11-05T17:32:23.593Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:22.6961916-04:00",
            "2026-04-17T17:19:22.6951913-04:00",
            "2026-04-17T17:19:22.6951913-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Starbucks Corporation",
            "Starbucks Corporation",
            "Starbucks Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SBUX",
            "SBUX",
            "SBUX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates SBUX with Buy, price target: $106",
            "Starbucks Workers United baristas union: US workers preparing for its biggest, l",
            "Workers United proposes immediate 65% pay increase and a 77% pay increase over t"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Strike planned for Red Cup Day event <b>(which is said to be SBUX largest sell",
            "- We believe we can move quickly to reasonable deal; Some proposals would signif"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Starbucks Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Strikes / Jobs negotiations', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Strikes / Jobs negotiations', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SCHW",
      "description": "",
      "representative_file": "SCHW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 309572,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4494615",
            "4494803",
            "4495718"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-16T11:30:11.803Z",
            "2025-10-16T12:44:16.84Z",
            "2025-10-17T12:21:36.963Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:22.9332141-04:00",
            "2026-04-17T17:19:22.9332141-04:00",
            "2026-04-17T17:19:22.9332141-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Charles Schwab Corporation",
            "The Charles Schwab Corporation",
            "The Charles Schwab Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SCHW",
            "SCHW",
            "SCHW"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 $1.31 v $1.23e, Rev $6.14B v $5.95Be",
            "TTN Summary of 08:30ET Call:  Target 5%+ organic growth through the cycle by dee",
            "CEO: Clients are looking to diversify and protect the gains that have been made "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- Adj pre-tax profit margin 51.3% v 41.2% y/y </b><br/>- New brokerage accoun",
            "<ul><li><b>Q4 2025 EPS likely to exceed the upper end of July’s scenario by ~2%<",
            "- A third of our new households are under 28 years old"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'S&amp;P Sel Financial Spider Fund', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'The Charles Schwab Corporation', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Robinhood Markets Inc. Class A Common Stock', 'CountryId': 1, "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SE",
      "description": "",
      "representative_file": "SE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 134164,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4330602",
            "4330924",
            "4331835"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-03-04T12:39:20.677Z",
            "2025-03-04T16:56:56.397Z",
            "2025-03-05T13:35:19.743Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:23.6552741-04:00",
            "2026-04-17T17:19:23.6552741-04:00",
            "2026-04-17T17:19:23.6552741-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sea Limited",
            "Sea Limited",
            "Sea Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SE",
            "SE",
            "SE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 07:30ET Earnings Call: Forward outlook: While specific quantitati",
            "Tier1 firm Reiterates SE with Buy, price target: $160",
            "Loop Capital Reiterates SE with Buy, price target: $135"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Strong performance across all segments:</b> All three businesses delivered ",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Sea Limited', 'CountryId': 26, 'CountryIso': 'SG', 'CountryNam",
            "[{'CompanyName': 'Sea Limited', 'CountryId': 26, 'CountryIso': 'SG', 'CountryNam",
            "[{'CompanyName': 'Sea Limited', 'CountryId': 26, 'CountryIso': 'SG', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SEDG",
      "description": "",
      "representative_file": "SEDG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 175651,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4428174",
            "4437435",
            "4443565"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-21T09:51:39.783Z",
            "2025-07-30T14:44:58.74Z",
            "2025-08-05T13:00:23.183Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:27.0345683-04:00",
            "2026-04-17T17:19:27.0345683-04:00",
            "2026-04-17T17:19:27.0345683-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SolarEdge Technologies Inc",
            "SolarEdge Technologies Inc",
            "SolarEdge Technologies Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SEDG",
            "SEDG",
            "SEDG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates SEDG with Underperform, price target: $17 from $10",
            "Will install 630MW of solar capacity with Solar Landscape on &gt;500 warehouse r",
            "Partners with Schaeffler to deploy 2300 EV charging points in Europe"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "-Projects expected to be completed next year <br/>- Link: https://www.wsj.com/ar",
            "– Strategic partnership to install around 2300 electric vehicle charging points "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology', 'Utilities']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'SolarEdge Technologies Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Utilities (ProShares Ultra ETF)', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'SolarEdge Technologies Inc', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SEI",
      "description": "",
      "representative_file": "SEI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 45134,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3917407",
            "3919476",
            "3936081"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-07-27T20:33:00.92Z",
            "2023-07-31T12:23:47.813Z",
            "2023-08-16T12:08:08.3Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:27.1745827-04:00",
            "2026-04-17T17:19:27.1745827-04:00",
            "2026-04-17T17:19:27.1745827-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Solaris Energy Infrastructure, Inc.",
            "Solaris Energy Infrastructure, Inc.",
            "Solaris Energy Infrastructure, Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SEI",
            "SEI",
            "SEI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q2 $0.25 v $0.20 y/y, Rev $77.2M v $86.7M y/y",
            "Piper/Sandler Reiterates SOI with Overweight, price target: $15 from $11",
            "CitiGroup Reiterates SOI with Neutral, price target: $11 from $9"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Affirms FY23 capex $65-75M (prior: $65-75M)  <br/> <br/>- Adj EBITDA $26.8M v ",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Solaris Energy Infrastructure, Inc.', 'CountryId': 1, 'Country",
            "[{'CompanyName': 'Solaris Energy Infrastructure, Inc.', 'CountryId': 1, 'Country",
            "[{'CompanyName': 'Solaris Energy Infrastructure, Inc.', 'CountryId': 1, 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SERV",
      "description": "",
      "representative_file": "SERV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 107061,
      "rep_rows": 89,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4200634",
            "4214503",
            "4216150"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-09-05T21:35:23.673Z",
            "2024-09-27T21:15:26.123Z",
            "2024-10-01T11:00:19.093Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:28.5727045-04:00",
            "2026-04-17T17:19:28.5727045-04:00",
            "2026-04-17T17:19:28.5727045-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Serve Robotics Inc",
            "Serve Robotics Inc",
            "Serve Robotics Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SERV",
            "SERV",
            "SERV"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Files for resale of up to 3.3M shares for selling holder, Armistice Capital",
            "Files $200M mixed shelf",
            "Partners with Wing Aviation to expand autonomous delivery"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "This prospectus relates to the registration and resale by the selling stockholde",
            "",
            "- Announced a pilot partnership to expand eco-friendly, autonomous food delivery"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Serve Robotics Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Serve Robotics Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Serve Robotics Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SG",
      "description": "",
      "representative_file": "SG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 93855,
      "rep_rows": 190,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4399725",
            "4400840",
            "4402002"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-03T13:04:06.697Z",
            "2025-06-04T19:54:26.88Z",
            "2025-06-06T04:20:14.223Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:29.4287781-04:00",
            "2026-04-17T17:19:29.4287781-04:00",
            "2026-04-17T17:19:29.4287781-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sweetgreen Inc.",
            "Sweetgreen Inc.",
            "Sweetgreen Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SG",
            "SG",
            "SG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 08:45ET TD Cowen 9th Annual Future of the Consumer Conference: - ",
            "TD Cowen Reiterates SG with Buy, price target: $25",
            "Barclays Initiates SG with Equal Weight, price target: $16"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Full-year same-store sales guidance of flat YOY</b>, implying a significant",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Sweetgreen Inc.', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Sweetgreen Inc.', 'CountryId': 1, 'CountryIso': 'US', 'Country",
            "[{'CompanyName': 'Sweetgreen Inc.', 'CountryId': 1, 'CountryIso': 'US', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SGML",
      "description": "",
      "representative_file": "SGML.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 100559,
      "rep_rows": 114,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4090117",
            "4090180",
            "4091047"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-04-01T12:35:24.433Z",
            "2024-04-01T13:16:13.213Z",
            "2024-04-02T10:16:24.577Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:30.1588411-04:00",
            "2026-04-17T17:19:30.1588411-04:00",
            "2026-04-17T17:19:30.1588411-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sigma Lithium Corporation Common Shares",
            "Sigma Lithium Corporation Common Shares",
            "Sigma Lithium Corporation Common Shares"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SGML",
            "SGML",
            "SGML"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports FY23 adj EBITDA $49.1M, Rev $135.1M",
            "Announces final investment decision, initiation of construction to double produc",
            "Tier1 firm Reiterates SGML with Buy, price target: $31 from $29"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Cash and cash equivalents Sigma Lithium ended the fourth quarter with $48.5 mill",
            "- Announced the Company&#39;s Board of Directors has made a Final Investment Dec",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Global X Lithium ETF', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Sigma Lithium Corporation Common Shares', 'CountryId': 1, 'Cou",
            "[{'CompanyName': 'Sigma Lithium Corporation Common Shares', 'CountryId': 1, 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SHEL",
      "description": "",
      "representative_file": "SHEL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1047898,
      "rep_rows": 750,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4548790",
            "4548880",
            "4548969"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-24T11:26:38.957Z",
            "2025-12-25T01:52:53.323Z",
            "2025-12-25T22:59:39.077Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:32.056006-04:00",
            "2026-04-17T17:19:32.056006-04:00",
            "2026-04-17T17:19:32.0550047-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Wednesday Morning Papers Summary",
            "(US) Pres Trump reiterates &quot;now we are going after the land, the land is ac",
            "(NG) US Pres Trump: Tonight, at my direction as Commander in Chief, the United S"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>THE FINANCIAL TIMES</b><br/>-Tech companies have transferred over $120B in da",
            "- Link: https://www.youtube.com/watch?v=alDbAFbLC-U<br/><br/><b>** Reminder on D",
            "- Tonight, at my direction as Commander in Chief, the United States launched a p"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Americas Macro', 'Fixed Income/Forex']",
            "['European Macro', 'Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "7",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'JPMorgan Chase &amp; Co', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "European Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SHLS",
      "description": "",
      "representative_file": "SHLS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 102855,
      "rep_rows": 274,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4407367",
            "4407811",
            "4411572"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-16T20:43:48.687Z",
            "2025-06-17T09:52:34.153Z",
            "2025-06-24T12:45:51.063Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-19T13:30:31.6606115-04:00",
            "2026-04-19T13:30:31.6606115-04:00",
            "2026-04-19T13:30:31.6606115-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Shoals Technologies Group Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "SHLS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Senate Republicans release their version of the tax bill; GOP tax bill woul",
            "(US) Reportedly  Senate Finance Committee’s mix of tax policies and Medicaid cut",
            "TTN Summary of 08:35ET J.P. Morgan 2025 Energy, Power, Renewables &amp; Mining C"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Would make three business tax breaks permanent <br/>- Would end the $7500 EV t",
            "- <b>Senate GOP leaders</b> desperately want to work out problems with the House",
            "- House vs. Senate IRA revisions remain unsettled—Senate seeks softer ITC step-d"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Fixed Income/Forex']",
            "['Americas Macro', 'Fixed Income/Forex']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Shoals Technologies Group Inc', 'CountryId': 1, 'CountryIso': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SHOP",
      "description": "",
      "representative_file": "SHOP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 512378,
      "rep_rows": 800,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4503671",
            "4503732",
            "4504136"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-28T10:18:30.997Z",
            "2025-10-28T10:50:18.42Z",
            "2025-10-28T15:40:36.993Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:32.8650765-04:00",
            "2026-04-17T17:19:32.8650765-04:00",
            "2026-04-17T17:19:32.8650765-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PayPal Holdings Inc",
            "PayPal Holdings Inc",
            "Shopify Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PYPL",
            "PYPL",
            "SHOP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Signs deal with OpenAI to become the first payments wallet in ChatGPT; Starting ",
            "Confirmed agentic commerce services with OpenAI, a suite of solutions that allow",
            "Morgan Stanley Reiterates SHOP with Overweight, price target: $165"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Agreement with OpenAI to have its digital wallet embedded in ChatGPT to allow ",
            "- Built upon PayPal&#39;s trusted payments infrastructure, identity verification",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Walmart Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'eBay Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Shopify Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SIRI",
      "description": "",
      "representative_file": "SIRI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 214288,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4306229",
            "4312463",
            "4316845"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-04T11:00:20.397Z",
            "2025-02-11T12:16:02.753Z",
            "2025-02-14T21:01:57.75Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:33.1090989-04:00",
            "2026-04-17T17:19:33.1090989-04:00",
            "2026-04-17T17:19:33.1090989-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Spotify Technology S.A",
            "Netflix Inc",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SPOT",
            "NFLX",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 €1.76 v €1.86e, Rev €4.24B v €4.23Be",
            "Reportedly eyeing video podcasts as it warms up to creator content; Last year, N",
            "Berkshire Hathaway discloses new stake in Constellation Brands - 13 F-HR filing"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q1 Total MAU 678M v 679Me; Total Premium Subscribers 265M v 263Me <br/>",
            "- Podcasts could offer Netflix cheap content and potential ad revenue growth. A ",
            "New stake: <b>STZ     </b> <br/>Liquidated:  ULTA <b>SPY </b>VOO     <br/>Raised"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Americas Macro', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Sirius XM Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Sirius XM Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Sirius XM Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SLB",
      "description": "",
      "representative_file": "SLB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 373108,
      "rep_rows": 600,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4552812",
            "4552896",
            "4552897"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-06T20:04:27.36Z",
            "2026-01-06T23:48:51.737Z",
            "2026-01-06T23:52:29.04Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:33.2501129-04:00",
            "2026-04-17T17:19:33.2501129-04:00",
            "2026-04-17T17:19:33.2501129-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(VE) Oil CEOs said to be expected to visit White House on Thursday to discuss Ve",
            "*(US) PRESIDENT TRUMP: PLEASED TO ANNOUNCE THAT THE &#39;INTERIM&#39; AUTHORITIE",
            "(US) Executives from Chevron, ConocoPhillips and Exxon to meet with President Tr"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "**NOTE: 01/05 (VE) Follow Up: On Thursday, representatives from Chevron, Conoco ",
            "- <b>This Oil will be sold at its Market Price</b>, and that money will be contr",
            "**Reminder Jan 5th:  (VE) Follow Up: On Thursday, representatives from Chevron, "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Energy']",
            "['Americas Macro', 'Energy']",
            "['Americas Macro', 'Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.75,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SM",
      "description": "",
      "representative_file": "SM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 74083,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4321551",
            "4331682",
            "4345505"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-21T12:53:34.7Z",
            "2025-03-05T11:38:46.327Z",
            "2025-03-25T14:47:49.157Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:34.0341786-04:00",
            "2026-04-17T17:19:34.0341786-04:00",
            "2026-04-17T17:19:34.0341786-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SM Energy Company",
            "SM Energy Company",
            "SM Energy Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SM",
            "SM",
            "SM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Truist Reiterates SM with Hold, price target: $43",
            "Siebert Williams Shank &amp; Co. Reiterates SM with Buy, price target: $41 from ",
            "Wells Fargo Maintains SM with Equal Weight, price target: $33"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "https://www.truist.com/",
            "",
            "- price target cut to $33 from $45"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'SM Energy Company', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'SM Energy Company', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'SM Energy Company', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SMCI",
      "description": "",
      "representative_file": "SMCI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 829940,
      "rep_rows": 650,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4550803",
            "4551825",
            "4551856"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-02T21:10:38.023Z",
            "2026-01-05T21:28:26.75Z",
            "2026-01-05T23:00:17.99Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:36.8964287-04:00",
            "2026-04-17T17:19:36.8964287-04:00",
            "2026-04-17T17:19:36.8954281-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Super Micro Computer Inc",
            "Nvidia Corporation",
            "Super Micro Computer Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SMCI",
            "NVDA",
            "SMCI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Entered into a Credit Agreement for up to $2B - filing",
            "TTN Summary of 16:00ET presentation: Provides details on Vera Rubin NVL72, a ful",
            "Announces Support for Upcoming NVIDIA Vera Rubin NVL72, HGX Rubin NVL8 and Expan"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- On December 29, 2025, Super Micro Computer, Inc. (the “Company”) entered into ",
            "- Enormous investment surge fueling AI modernization: roughly $200 billion in an",
            "- Announced expansions in manufacturing capacity and liquid-cooling capabilities"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Fixed Income/Forex', 'Information Technology']",
            "['Americas Macro', 'Information Technology', 'TTN Research Alert']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Super Micro Computer Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Johnson Controls International plc', 'CountryId': 1, 'CountryI",
            "[{'CompanyName': 'Nvidia Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fixed Income/Forex",
            "Americas Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SMFG",
      "description": "",
      "representative_file": "SMFG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 92730,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3738106",
            "3770370",
            "3841136"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-11-14T06:29:28.41Z",
            "2023-01-04T17:57:40.993Z",
            "2023-04-10T22:19:12.637Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:37.0814441-04:00",
            "2026-04-17T17:19:37.0814441-04:00",
            "2026-04-17T17:19:37.0814441-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sumitomo Mitsui Financial Group Inc",
            "Jefferies Financial Group Inc",
            "Sumitomo Mitsui Financial Group Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SMFG",
            "JEF",
            "SMFG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "8316.JP",
            "",
            "8316.JP"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CEO: Not expecting credit costs to surge in H2 - post earnings comments",
            "SMFG CEO says considering taking larger stake in Jefferies, possibly as much as ",
            "Reportedly developing AI software to facilitate work processes - NHK"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Expect &#165;40B rev impact from SMBC Nikko for FY22<br/>- Not weighing cuts i",
            "- CEO Ohta did not give details about the size or timing of the stake increase a",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Sumitomo Mitsui Financial Group Inc', 'CountryId': 4, 'Country",
            "[{'CompanyName': 'Sumitomo Mitsui Financial Group Inc', 'CountryId': 4, 'Country",
            "[{'CompanyName': 'Sumitomo Mitsui Financial Group Inc', 'CountryId': 4, 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SMMT",
      "description": "",
      "representative_file": "SMMT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 342099,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4451880",
            "4452079",
            "4452240"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-12T10:08:52.713Z",
            "2025-08-12T11:57:22.523Z",
            "2025-08-12T12:39:07.617Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:38.7105857-04:00",
            "2026-04-17T17:19:38.7105857-04:00",
            "2026-04-17T17:19:38.7105857-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Summit Therapeutics Inc",
            "Summit Therapeutics Inc",
            "Summit Therapeutics Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SMMT",
            "SMMT",
            "SMMT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H.C. Wainwright Reiterates SMMT with Buy, price target: $44",
            "SVB Leerink LLC Reiterates SMMT with Underperform, price target: $12",
            "Evercore ISI Institutional Equities Reiterates SMMT with Outperform, price targe"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Summit Therapeutics Inc', 'CountryId': 2, 'CountryIso': 'UK', ",
            "[{'CompanyName': 'Summit Therapeutics Inc', 'CountryId': 2, 'CountryIso': 'UK', ",
            "[{'CompanyName': 'Summit Therapeutics Inc', 'CountryId': 2, 'CountryIso': 'UK', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SMR",
      "description": "",
      "representative_file": "SMR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 408096,
      "rep_rows": 399,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4517671",
            "4518902",
            "4519301"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-07T14:25:34.003Z",
            "2025-11-10T13:02:45.48Z",
            "2025-11-10T15:21:14.703Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:40.3737297-04:00",
            "2026-04-17T17:19:40.3737297-04:00",
            "2026-04-17T17:19:40.3737297-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Nuscale Power Corp",
            "Nuscale Power Corp",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SMR",
            "SMR",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Goldman Sachs Reiterates SMR with Neutral, price target: $27 from $31",
            "RBC Reiterates SMR with Sector Perform, price target: $32 from $35",
            "(US) Energy Sec Wright: Largest use of Dept of Energy&#39;s loan programs office"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Americas Macro', 'Utilities']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Nuscale Power Corp', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Nuscale Power Corp', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'GE Aerospace', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SMTC",
      "description": "",
      "representative_file": "SMTC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 152593,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4310772",
            "4317788",
            "4330110"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-07T21:28:50.627Z",
            "2025-02-18T09:06:45.327Z",
            "2025-03-04T01:34:29.223Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:42.5519193-04:00",
            "2026-04-17T17:19:42.5519193-04:00",
            "2026-04-17T17:19:42.5509183-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Semtech Corporation",
            "Semtech Corporation",
            "Semtech Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SMTC",
            "SMTC",
            "SMTC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Gives update on CopperEdge product sales - filing",
            "Launches RClamp10022PWQ, a two-line transient voltage suppressor designed specif",
            "TTN Summary of 19:50ET Morgan Stanley Technology, Media &amp; Telecom Conference"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Semtech Corporation is providing the following updates: <br/> <br/><b>•For fisca",
            "- The new device is fully compliant with Open Alliance specifications for 10BASE",
            "- <b>Transformation in progress:</b> The CEO outlined three near-term priorities"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Nvidia Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Semtech Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Semtech Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SNAP",
      "description": "",
      "representative_file": "SNAP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 638802,
      "rep_rows": 1050,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4558016",
            "4558224",
            "4560115"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-13T13:16:32.28Z",
            "2026-01-13T14:13:59.59Z",
            "2026-01-14T11:13:47.623Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:42.753936-04:00",
            "2026-04-17T17:19:42.753936-04:00",
            "2026-04-17T17:19:42.753936-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Snap Inc.",
            "Snap Inc.",
            "Snap Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SNAP",
            "SNAP",
            "SNAP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Morgan Stanley Reiterates SNAP with Equal Weight, price target: $9.50 from $8.50",
            "Goldman Sachs Reiterates SNAP with Neutral, price target: $8.50 from $9.50",
            "Exane BNP Paribas Initiates SNAP with Underperform, price target: $8"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Snap Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Snap Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Snap Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SNDK",
      "description": "",
      "representative_file": "SNDK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 123697,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4530841",
            "4530844",
            "4531370"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-24T22:16:43.777Z",
            "2025-11-24T22:19:03.227Z",
            "2025-11-25T12:36:44.837Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:43.6950204-04:00",
            "2026-04-17T17:19:43.6950204-04:00",
            "2026-04-17T17:19:43.6940211-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sandisk Corp",
            "PTC Therapeutics Inc",
            "Nvidia Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SNDK",
            "PTCT",
            "NVDA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "To replace IPG in the S&amp;P 500 Index, effective Nov 28th",
            "To replace SNDK in the S&amp;P SmallCap 600 Index, effective Nov 28th",
            "TTN Research Alert: CUDA 13.0 and Nvidia’s pivot to smartphone-style LPDDR in AI"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- S&amp;P Small Cap 600 constituent Sandisk Corp. (NASD: SNDK) will replace The ",
            "- S&amp;P Small Cap 600 constituent Sandisk Corp. (NASD: SNDK) will replace The ",
            "- <b>CUDA 13.0 and Nvidia’s pivot to smartphone-style LPDDR in AI servers togeth"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Health Care']",
            "['Americas Macro', 'Information Technology', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "13",
            "13",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Interpublic Group of Companies Inc', 'CountryId': 1, 'Coun",
            "[{'CompanyName': 'Sandisk Corp', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Sandisk Corp', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Health Care",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SNOW",
      "description": "",
      "representative_file": "SNOW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 423130,
      "rep_rows": 650,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4567827",
            "4568828",
            "4569035"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-26T15:26:54.663Z",
            "2026-01-27T14:01:07.647Z",
            "2026-01-27T21:05:17.307Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:45.5451794-04:00",
            "2026-04-17T17:19:45.5451794-04:00",
            "2026-04-17T17:19:45.5451794-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Alibaba Group Holding Limited",
            "Snowflake Inc.",
            "Itron Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BABA",
            "SNOW",
            "ITRI"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Releases latest AI reasoning model Qwen 3 Max Thinking; Model performs better on",
            "Launches energy solutions for the AI data cloud to accelerate shift to a lower-c",
            "Itron and Snowflake Collaborate to Advance Grid Planning with AI-Powered Data Cl"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- The solutions enable power, utilities, and oil and gas companies to connect da",
            "- Itron, Inc. (NASDAQ: ITRI), which is innovating new ways for utilities and cit"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Snowflake Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Utilities (ProShares Ultra ETF)', 'CountryId': 1, 'CountryIso'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SNY",
      "description": "",
      "representative_file": "SNY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1843536,
      "rep_rows": 1700,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4606751",
            "4607044",
            "4607051"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-09T10:18:00Z",
            "2026-03-09T13:36:32.08Z",
            "2026-03-09T13:42:34.08Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:45.8332051-04:00",
            "2026-04-17T17:19:45.8332051-04:00",
            "2026-04-17T17:19:45.8332051-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Teva Pharmaceutical Industries Limited",
            "Sanofi"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "TEVA",
            "SNY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "US FDA confirms plans to ease testing requirements ‌for companies ⁠developing bi",
            "Receives US FDA ANDA Supplemental 26 approval for Hydrochlorothiazide; Irbesarta",
            "Chattem Sanofi Receives US FDA NDA Supplemental 7 approval for Xyzal Allergy 24h"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The U.S. Food and Drug Administration today announced another major step in its ",
            "*Link: https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm?event=overview.",
            "*Link: https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm?event=overview."
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Pfizer Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Sanofi', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U",
            "[{'CompanyName': 'Sanofi', 'CountryId': 5, 'CountryIso': 'FR', 'CountryName': 'F"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SOC",
      "description": "",
      "representative_file": "SOC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 854329,
      "rep_rows": 625,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4392741",
            "4392922",
            "4394559"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-21T20:09:50.733Z",
            "2025-05-22T02:07:25.203Z",
            "2025-05-23T20:04:59.437Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:45.7962023-04:00",
            "2026-04-17T17:19:45.7962023-04:00",
            "2026-04-17T17:19:45.7962023-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sable Offshore Corp.",
            "Sable Offshore Corp.",
            "Sable Offshore Corp."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SOC",
            "SOC",
            "SOC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Files to sell $200M in stock",
            "Prices 8.7M shares at $29.50/share",
            "Announces Closing of Upsized Public Offering of 10M shares Common Stock at $29.5"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Announced the commencement of an underwritten public offeringof $200,000,000 o",
            "- J.P. Morgan, Jefferies and TD Cowen are acting as joint book-running managers ",
            "- The shares of common stock sold include 1,304,346 shares pursuant to the optio"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Sable Offshore Corp.', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Block Trades/SupplyDemand Chatter', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'Sable Offshore Corp.', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SOFI",
      "description": "",
      "representative_file": "SOFI.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 488838,
      "rep_rows": 599,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4537191",
            "4539713",
            "4539905"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-05T02:27:33.88Z",
            "2025-12-09T13:45:20.753Z",
            "2025-12-09T17:23:07.2Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:46.5122662-04:00",
            "2026-04-17T17:19:46.5112665-04:00",
            "2026-04-17T17:19:46.5112665-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SoFi Technologies Inc. Common Stock",
            "SoFi Technologies Inc. Common Stock",
            "JPMorgan Chase &amp; Co"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SOFI",
            "SOFI",
            "JPM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Prices 54.5M shares at $27.50/shr for gross proceeds $1.5B",
            "Launches with Templum an Exclusive Private Market Opportunity in Epic Games and ",
            "TTN Summary of 12:20ET Consumer &amp; Community Banking CEO Lake presentation: C"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Goldman Sachs &amp; Co. LLC, BofA Securities, Citigroup, Deutsche Bank Securit",
            "- Templum, the leading infrastructure provider for private markets, and SoFi (NA",
            "- <b>It&#39;s true that auto subprime auto delinquencies have been high through "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Americas Macro', 'Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Block Trades/SupplyDemand Chatter', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'Stripe', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U",
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SONY",
      "description": "",
      "representative_file": "SONY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 587242,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4512129",
            "4512763",
            "4513642"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-04T21:15:05.747Z",
            "2025-11-05T07:30:37.45Z",
            "2025-11-05T18:16:08.28Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:53.3688654-04:00",
            "2026-04-17T17:19:53.3688654-04:00",
            "2026-04-17T17:19:53.3688654-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Advanced Micro Devices Inc",
            "Foxconn (former Hon Hai Precision Industries)",
            "Warner Bros. Discovery, Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AMD",
            "2317.TW",
            "WBD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 $1.20 v $1.17e, Rev $9.25B v $8.72Be; Guides Q4 Rev above consensus",
            "Reports Oct (NT$) Rev 895.7B +11.3% y/y v +14.2% prior",
            "Reportedly sets Christmas deadline for split or sale; Paramount has sent multipl"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q4 Rev ~$9.3-9.9B v $9.10Be, NG gross margin ~54.5% v 54.5%e<br/>- Curr",
            "",
            "<b>**NOTE: 10/30 WBD *</b>Reportedly Netflix is actively exploring bid and has h"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Information Technology']",
            "['Asian Macro', 'Information Technology', 'TTN Research Alert']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Texas Instruments Incorporated', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Apple Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'The Walt Disney Company', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Asian Macro",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SOUN",
      "description": "",
      "representative_file": "SOUN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 184315,
      "rep_rows": 177,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4397200",
            "4413258",
            "4422638"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-29T12:55:31.223Z",
            "2025-06-26T17:20:13.627Z",
            "2025-07-12T03:37:58.553Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:53.9839154-04:00",
            "2026-04-17T17:19:53.9839154-04:00",
            "2026-04-17T17:19:53.9839154-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SoundHound AI, Inc.",
            "Meta Platforms Inc.",
            "Meta Platforms Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SOUN",
            "META",
            "META"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Launches AI Agent with Allina Health to Redefine Patient Engagement",
            "Reportedly in talks to acquire Play.AI, an AI voice startup - press",
            "Acquires voice AI startup PlayAI; Terms not reported - press"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Deploys “Alli,<i>”</i> an AI agent for patient engagement, powered by its Amel",
            "**<b>NOTE</b>: Play.AI website: &quot;Real-time voice intelligence. Generate AI ",
            "- PlayAI’s expertise is in natural voice creation, and its tech and talent will "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'SoundHound AI, Inc.', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SRPT",
      "description": "",
      "representative_file": "SRPT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 554746,
      "rep_rows": 750,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4567688",
            "4567747",
            "4567844"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-26T13:00:16.93Z",
            "2026-01-26T13:41:25.57Z",
            "2026-01-26T16:29:06.263Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:54.4419559-04:00",
            "2026-04-17T17:19:54.4419559-04:00",
            "2026-04-17T17:19:54.4419559-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sarepta Therapeutics Inc",
            "Sarepta Therapeutics Inc",
            "Sarepta Therapeutics Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SRPT",
            "SRPT",
            "SRPT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Announces Positive Topline Three-Year EMBARK Results Showing ELEVIDYS Significan",
            "TTN Summary of 08:30ETCall: Confirms 2025-2026 strategic focus on early interven",
            "Tier1 firm Reiterates SRPT with Underperform, price target: $19"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<ul><li><b><i>At a mean age of 9 years old, ELEVIDYS-treated patients achieved m",
            "- <b>70% reduction in disease progression</b> at three years versus propensity-w",
            "<ul><li>SRPT reported 3-year Part 1 EMBARK data showing &gt;70% reduction in the"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Roche Holding AG', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Sarepta Therapeutics Inc', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Sarepta Therapeutics Inc', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SSL",
      "description": "",
      "representative_file": "SSL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 38562,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "955926",
            "980941",
            "1027232"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2011-06-09T11:20:56.277Z",
            "2011-08-01T20:26:47.647Z",
            "2011-11-01T20:00:46.96Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:55.1220132-04:00",
            "2026-04-17T17:19:55.1220132-04:00",
            "2026-04-17T17:19:55.1220132-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Sasol Limited",
            "Gevo Inc",
            "Gevo Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SSL",
            "GEVO",
            "GEVO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SOL.ZA",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Credit Suisse Initiates SSL with Outperform",
            "Reports Q2 -$0.48 v -$8.15 y/y, R$14.5M v $500K y/y; Announces Definitive Off-Ta",
            "Reports Q3 -$0.48 v -$0.40e, R$17.5M v $15Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Gevo and Sasol Chemical Industries Limited (Sasol) announced today that they h",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Sasol Limited', 'CountryId': 27, 'CountryIso': 'ZA', 'CountryN",
            "[{'CompanyName': 'Sasol Limited', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'Sasol Limited', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SSRM",
      "description": "",
      "representative_file": "SSRM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 89948,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4119249",
            "4126704",
            "4131088"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-05-08T20:40:59.397Z",
            "2024-05-16T10:19:59.43Z",
            "2024-05-23T11:02:06.997Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:55.9950902-04:00",
            "2026-04-17T17:19:55.9950902-04:00",
            "2026-04-17T17:19:55.9950902-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SSR Mining Inc",
            "",
            "SSR Mining Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SSRM",
            "",
            "SSRM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 C$0.11 v -C$0.03e, Rev C$230M v C$315M y/y",
            "Paulson and Co discloses latest quarterly holdings - 13 F-HR filing (update)",
            "Closes sale of San Luis Project to Highlander Silver"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides initial FY24 Puna gold production 340-380K oz, Marigold gold production",
            "New stake:  ATUS TAST <br/>Liquidated:  SSRM <br/>Raised:  mdgl ng thm<br/>Cut: ",
            "-  As consideration for the sale, SSR Mining received US$5 million in cash. SSR "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Americas Macro']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'SSR Mining Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Country",
            "[{'CompanyName': 'AngloGold Ashanti Limited', 'CountryId': 27, 'CountryIso': 'ZA",
            "[{'CompanyName': 'SSR Mining Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Americas Macro",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/STLA",
      "description": "",
      "representative_file": "STLA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2198731,
      "rep_rows": 1516,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4576358",
            "4576489",
            "4576510"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-04T14:16:25.607Z",
            "2026-02-04T16:39:44.16Z",
            "2026-02-04T17:11:26.547Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:57.7702474-04:00",
            "2026-04-17T17:19:57.7702474-04:00",
            "2026-04-17T17:19:57.7702474-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ford Motor Company",
            "",
            "Stellantis N.V"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "F",
            "",
            "STLA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Jan US total vehicle sales 135.4K, -5.3% y/y",
            "(US) Automakers said to support changes to Trump administration fuel economy pro",
            "Said to suffer delays for its Peugeot EV models due to battery plant holdups - p"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- US total EV sales 1.7K, -69% y/y<br/>- US Truck Sales 75.8K -9.2% y/y<br/>- US",
            "**<b>Earlier</b>: <b>(US) 80 Democratic legislators sign letter to Pres Trump</b",
            "- Peugeot 3008 and 5008 facing delays of up to eight months"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Americas Macro', 'Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Stellantis (Formerly Peugeot)', 'CountryId': 5, 'CountryIso': "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Americas Macro",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/STM",
      "description": "",
      "representative_file": "STM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 445926,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4536616",
            "4540279",
            "4541515"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-04T11:56:08.113Z",
            "2025-12-10T05:30:16.333Z",
            "2025-12-11T07:00:07.92Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:19:58.0382701-04:00",
            "2026-04-17T17:19:58.0382701-04:00",
            "2026-04-17T17:19:58.0382701-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Science Applications International Corporation",
            "Taiwan Semiconductor Manufacturing Company Limited",
            "STMicroelectronics N.V."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SAIC",
            "TSM",
            "STM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 $2.58 v $2.07e, Rev $1.87B v $1.86Be",
            "Reports Nov Rev (NT$) 343.6B, +24.5% y/y v +16.8% prior and 367.5B m/m; YTD Rev ",
            "EIB and STMicroelectronics announce €1B agreement to boost Europe’s competitiven"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Raises </b>FY26 $9.80-10.00 v $9.57e, <b>Raises lower-end </b>Rev $7.28-7.3",
            "",
            "The European Investment Bank (EIB) and STMicroelectronics (NYSE:STM, “ST”) have "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Asian Macro', 'Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'STMicroelectronics N.V.', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Apple Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'STMicroelectronics N.V.', 'CountryId': 5, 'CountryIso': 'FR', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Asian Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            2.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/STNE",
      "description": "",
      "representative_file": "STNE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 98470,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4093268",
            "4100114",
            "4101664"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-04-04T20:37:59.53Z",
            "2024-04-16T11:46:01.103Z",
            "2024-04-18T04:10:09.063Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:01.1365386-04:00",
            "2026-04-17T17:20:01.1365386-04:00",
            "2026-04-17T17:20:01.1365386-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "StoneCo Ltd",
            "StoneCo Ltd",
            "StoneCo Ltd"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "STNE",
            "STNE",
            "STNE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Boutique Firm Initiates STNE with Hold, price target: $19",
            "Adopting New Internal Accounting Policy; Will not impact 2024 guidance",
            "Hearing Santander Raised STNE to Neutral from Underperform, price target: $18"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "beginning in the first quarter of 2024, it will adopt a new internal accounting ",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'StoneCo Ltd', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'StoneCo Ltd', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'StoneCo Ltd', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/STX",
      "description": "",
      "representative_file": "STX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 334865,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4504714",
            "4505352",
            "4505527"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-29T05:08:24Z",
            "2025-10-29T12:31:20.41Z",
            "2025-10-29T13:09:58.863Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:03.6507551-04:00",
            "2026-04-17T17:20:03.6507551-04:00",
            "2026-04-17T17:20:03.6507551-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Seagate Technology Holdings plc",
            "Seagate Technology Holdings plc",
            "Seagate Technology Holdings plc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "STX",
            "STX",
            "STX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates STX with Buy, price target: $275 from $255",
            "Barclays Reiterates STX with Equal Weight, price target: $240 from $200",
            "Susquehanna Reiterates STX with Net Negative, price target: $150 from $80"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Seagate Technology Holdings plc', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'Seagate Technology Holdings plc', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'Seagate Technology Holdings plc', 'CountryId': 1, 'CountryIso'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SU",
      "description": "",
      "representative_file": "SU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 89155,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4063262",
            "4063737",
            "4075303"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-02-22T09:25:22.683Z",
            "2024-02-22T15:39:51.697Z",
            "2024-03-07T20:45:13.737Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:03.7587648-04:00",
            "2026-04-17T17:20:03.7587648-04:00",
            "2026-04-17T17:20:03.7587648-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Suncor Energy Inc",
            "Suncor Energy Inc",
            "TC Energy Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SU",
            "SU",
            "TRP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SU.CA",
            "SU.CA",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Goldman Sachs Reiterates SU with Buy, price target: $38",
            "Exec: Company is looking at future investments to reduce water intensity across ",
            "Keystone oil pipeline (622K bpd) said to be offline due to operational issues - "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Suncor Energy Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Coun",
            "[{'CompanyName': 'Suncor Energy Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Coun",
            "[{'CompanyName': 'US Dollar vs Canadian Dollar', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SVM",
      "description": "",
      "representative_file": "SVM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 109222,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4049365",
            "4053608",
            "4076180"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-02-05T15:12:24.99Z",
            "2024-02-08T22:05:18.84Z",
            "2024-03-10T22:00:46.29Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:05.3309063-04:00",
            "2026-04-17T17:20:05.3309063-04:00",
            "2026-04-17T17:20:05.3309063-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Silvercorp Metals Inc",
            "Silvercorp Metals Inc",
            "Silvercorp Metals Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SVM",
            "SVM",
            "SVM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Raymond James Maintains SVM with Outperform",
            "Reports Q3 $0.06 v $0.07 y/y, Rev $58.5M v $58.7M y/y",
            "Clarifies OreCorp Offer Intentions"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "<ul><li>Mined  tonnes of ore, milled  tonnes of ore, and produced approximately ",
            "- intends to file a third supplementary bidder statement to indicate that the Co"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Silvercorp Metals Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Silvercorp Metals Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Silvercorp Metals Inc', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SW",
      "description": "",
      "representative_file": "SW.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 139980,
      "rep_rows": 180,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4313616",
            "4313722",
            "4314685"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-12T11:30:30.833Z",
            "2025-02-12T12:40:02.843Z",
            "2025-02-13T06:59:04.807Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:05.7099373-04:00",
            "2026-04-17T17:20:05.7099373-04:00",
            "2026-04-17T17:20:05.7099373-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Smurfit WestRock",
            "Smurfit WestRock",
            "Smurfit WestRock"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SW",
            "SW",
            "SW"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 $0.28 v $0.19 y/y, Rev $7.54B v $7.80Be; Notes year has started well",
            "TTN Summary of 07:30ET Call: Ongoing global streamlining and production optimiza",
            "Tier1 firm Reiterates SW with Buy, price target: $63"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q1 Adj EBITDA <b>~$1.25B</b> <br/> <br/>- adj EBITDA $1.17B v $447M y/y",
            "- Delivered strong Q4 and full-year results that met guidance, underscoring effe",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Smurfit WestRock', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Smurfit WestRock', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Smurfit WestRock', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SWKS",
      "description": "",
      "representative_file": "SWKS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 237158,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4445246",
            "4452501",
            "4458465"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-06T12:26:31.07Z",
            "2025-08-12T17:20:53.643Z",
            "2025-08-20T12:02:08.407Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:07.394094-04:00",
            "2026-04-17T17:20:07.394094-04:00",
            "2026-04-17T17:20:07.3920841-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Skyworks Solutions Inc",
            "",
            "Skyworks Solutions Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SWKS",
            "",
            "SWKS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Barclays Reiterates SWKS with Underweight, price target: $58 from $52",
            "(US) White House Press Sec Leavitt: Still plans on the data from the Bureau of L",
            "Launches  SKY53510/80/40 family of clock fanout buffers, designed to meet the st"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- The US is still engaged with Zelenskiy, Ukraine, and Europe<br/>- The meeting ",
            "- With the rollout of PCIe Gen 7 and the continued expansion of AI, cloud comput"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['European Macro', 'Americas Macro']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Skyworks Solutions Inc', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Texas Instruments Incorporated', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Skyworks Solutions Inc', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "European Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SYF",
      "description": "",
      "representative_file": "SYF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 180279,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4521728",
            "4525459",
            "4526968"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-12T16:05:51.107Z",
            "2025-11-17T12:09:05.92Z",
            "2025-11-18T19:08:04.92Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:08.4431826-04:00",
            "2026-04-17T17:20:08.4431826-04:00",
            "2026-04-17T17:20:08.442184-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Synchrony Financial",
            "Synchrony Financial",
            "Visa Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SYF",
            "SYF",
            "V"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 10:10ET KBW Fintech Payments Conference 2025:   Medium-term growt",
            "Reports Oct credit card master note trust net charge offs (ex fraud): 4.35% v 4.",
            "TTN Summary of 14:00ET Wells Fargo&#39;s 9th Annual TMT Summit CFO: Proposed swi"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Consumer credit metrics outperform pre-pandemic levels—30+ delinquencies, net ",
            "<b>- Credit card delinquencies (1-29 days): 1.81% v 1.94% prior</b>",
            "<ul><li><b>Fiscal 2026 guidance</b>: low double-digit constant-currency revenue "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Synchrony Financial', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Synchrony Financial', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Citigroup Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/SYY",
      "description": "",
      "representative_file": "SYY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 429944,
      "rep_rows": 600,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4546423",
            "4553690",
            "4555534"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-18T13:32:03.043Z",
            "2026-01-07T15:10:34.04Z",
            "2026-01-09T10:51:52.087Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:08.9462194-04:00",
            "2026-04-17T17:20:08.9452212-04:00",
            "2026-04-17T17:20:08.9452212-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Cintas Corporation",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CTAS",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q2 $1.21 v $1.19e, Rev $2.80B v $2.76Be",
            "November Trucking Conditions Index (TCI) 2.14 v 0.89 m/m - FTRintel.com",
            "*(US) TIER1 WEEK-TO-JAN 8TH US TRUCKLOAD DEMAND INDICATOR AT 57.5 V 59.9 PRIOR; "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- Raises mid-point </b>FY26 adj $4.81-4.88 v $4.82e, Rev ~$11.2B v $11.1Be (p",
            "<b>FTR’s Trucking Conditions Index notably improved in November to 2.14 from the",
            "- <b>Rates Indicator at 68.0 v 70.9 prior</b> <br/> <br/><u>Comments</u> <br/>- "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Industrials']",
            "['Americas Macro', 'Industrials', 'TTN Research Alert']",
            "['Americas Macro', 'Industrials', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "7",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Sysco Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Yellow Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Yellow Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/T",
      "description": "",
      "representative_file": "T.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1121517,
      "rep_rows": 1250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4560841",
            "4562818",
            "4564285"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-15T03:16:40.553Z",
            "2026-01-19T03:17:14.553Z",
            "2026-01-20T21:01:12.3Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:10.0363141-04:00",
            "2026-04-17T17:20:10.0363141-04:00",
            "2026-04-17T17:20:10.0363141-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Verizon Communications Inc",
            "Micron Technology Inc.",
            "Netflix Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VZ",
            "MU",
            "NFLX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Follow Up: Notes outage has been resolved, to provide credits for impacted custo",
            "Follow up: Reiterates &#39;unprecedented&#39; memory shortage to last &#39;beyon",
            "Reports Q4 $0.56 v $0.55e, Rev $12.05B v $12.0Be; Guides Q1 short of consensus; "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "**Reminder: During the afternoon on Jan 14th, Verizon customers nationwide were ",
            "** Reminder on Jan 13th<b> *Exec: Memory shortages won&#39;t improve before 2028",
            "- Guides Q1 $0.76 v $0.81e, Rev $12.16B v $12.2Be, Op margin 32.1%<br/>- <b>Guid"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Information Technology']",
            "['Americas Macro', 'Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "2",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'AT&amp;T Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Honeywell International Inc', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'The Walt Disney Company', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Information Technology",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            2.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TAL",
      "description": "",
      "representative_file": "TAL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 102955,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4041619",
            "4041728",
            "4042014"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-01-25T09:30:20.807Z",
            "2024-01-25T11:46:03.577Z",
            "2024-01-25T17:20:52.023Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:12.4555255-04:00",
            "2026-04-17T17:20:12.4555255-04:00",
            "2026-04-17T17:20:12.4555255-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TAL Education Group",
            "TAL Education Group",
            "TAL Education Group"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TAL",
            "TAL",
            "TAL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 $0.00 v -$0.04 y/y, Rev $373.5M v $232.7M y/y",
            "JPMorgan Chase and Co Raised TAL to Overweight from Neutral, price target: $15",
            "Tier1 firm Reiterates TAL with Buy, price target: $15.70"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Cash position: Cash, cash equivalents and short-term investments totaled US$3,",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary', 'TTN Research Alert']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'New Oriental Education &amp; Technology Group Inc', 'CountryId",
            "[{'CompanyName': 'TAL Education Group', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'TAL Education Group', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TCOM",
      "description": "",
      "representative_file": "TCOM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 168459,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4324771",
            "4325193",
            "4333674"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-26T06:56:59.103Z",
            "2025-02-26T12:55:34.12Z",
            "2025-03-07T08:32:29.327Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:14.3116851-04:00",
            "2026-04-17T17:20:14.3116851-04:00",
            "2026-04-17T17:20:14.3116851-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Trip.com Group Limited",
            "Trip.com Group Limited",
            "Baidu Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TCOM",
            "TCOM",
            "BIDU"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates TCOM with Buy, price target: $68 from $77",
            "Bernstein SocGen Group Reiterates TCOM with Outperform, price target: $75 from $",
            "Files to sell up to $2B in exchangeable bonds due 2032, referencing Trip.com sha"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Proposes to offer up to US$2 billion in aggregate principal amount of exchange"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Fixed Income/Forex', 'Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Trip.com Group Limited', 'CountryId': 24, 'CountryIso': 'HK', ",
            "[{'CompanyName': 'Trip.com Group Limited', 'CountryId': 24, 'CountryIso': 'HK', ",
            "[{'CompanyName': 'Trip.com Group Limited', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Fixed Income/Forex"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TDOC",
      "description": "",
      "representative_file": "TDOC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 217764,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4423659",
            "4424008",
            "4424249"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-14T17:17:52.42Z",
            "2025-07-15T05:30:33.41Z",
            "2025-07-15T10:01:02.057Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:15.0257495-04:00",
            "2026-04-17T17:20:15.0257495-04:00",
            "2026-04-17T17:20:15.0247499-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Teladoc Health Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "TDOC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "US FDA announces Aug. 4, 2025 public meeting on the Reauthorization of the Medic",
            "(US) CMS issued a proposed rule that announces and solicits public comments on p",
            "Launches Wellbound Employee Assistance Program (EAP)"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Date: August 4, 2025<br/>Time: 10:00 a.m. - 3:00 p.m. ET<br/>The U.S. Food and D",
            "The Centers for Medicare &amp; Medicaid Services (CMS) issued a proposed rule th",
            "- Teladoc Health launched Wellbound, a new U.S. employee assistance program (EAP"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Americas Macro', 'Health Care', 'TTN Research Alert']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Abbott Laboratories', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'UnitedHealth Group Incorporated', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'Teladoc Health Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Americas Macro",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TEAM",
      "description": "",
      "representative_file": "TEAM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 132968,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4455127",
            "4468245",
            "4469208"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-14T16:40:14.613Z",
            "2025-09-04T12:05:14.593Z",
            "2025-09-05T12:07:16.597Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:16.3368661-04:00",
            "2026-04-17T17:20:16.3368661-04:00",
            "2026-04-17T17:20:16.3368661-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Atlassian Corporation Plc",
            "Atlassian Corporation Plc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "TEAM",
            "TEAM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Coatue Management discloses latest quarterly holdings - 13 F-HR filing",
            "To acquire The Browser Company for $610M; Aims to build AI browser for knowledge",
            "Barclays Reiterates TEAM with Overweight, price target: $215"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New stake:  <b>BULL CHYM </b>CAI ARM ORCL TTD ENPH MRVL VST YUMC<br/>Liquidated:",
            "– Acquisition of The Browser Company, maker of Dia and Arc browsers, funded with",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Information Technology', 'TTN Research Alert']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'Atlassian Corporation Plc', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TECK",
      "description": "",
      "representative_file": "TECK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 272630,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4427076",
            "4431406",
            "4431445"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-18T04:21:48.413Z",
            "2025-07-24T04:47:13.823Z",
            "2025-07-24T05:03:31.097Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:18.5860593-04:00",
            "2026-04-17T17:20:18.5860593-04:00",
            "2026-04-17T17:20:18.5860593-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Teck Resources Limited",
            "Teck Resources Limited",
            "Teck Resources Limited"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TCK.B.CN",
            "TECK",
            "TECK"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Desjardins Cuts TCK.B.CN to Hold from Buy, price target: C$58",
            "Highland Valley Copper Mine life extension to proceeds",
            "Reports Q2 C$0.38 v C$0.27e, Rev C$2.02B v C$2.21Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- announced board approval for construction of the Highland Valley Copper Mine L",
            "- <b>Cut</b><b>s</b> FY25 copper production 470-525Kt,<b>affirms</b> zinc produc"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Teck Resources Limited', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'Teck Resources Limited', 'CountryId': 8, 'CountryIso': 'CN', '",
            "[{'CompanyName': 'Teck Resources Limited', 'CountryId': 8, 'CountryIso': 'CN', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TEM",
      "description": "",
      "representative_file": "TEM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 161846,
      "rep_rows": 171,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4496772",
            "4497411",
            "4498924"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-20T13:01:01.477Z",
            "2025-10-21T09:27:12.977Z",
            "2025-10-22T12:57:39.223Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:20.149193-04:00",
            "2026-04-17T17:20:20.149193-04:00",
            "2026-04-17T17:20:20.149193-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tempus AI, inc",
            "Tempus AI, inc",
            "Tempus AI, inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TEM",
            "TEM",
            "TEM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ambry Genetics Announces 10-Year Study in Genetics in Medicine Highlighting the ",
            "TD Cowen Cuts TEM to Hold from Buy, price target: $88",
            "Piper/Sandler Reiterates TEM with Neutral, price target: $105 from $70"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ambry Genetics, a leader in genetic testing, and a wholly owned subsidiary of Te",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Tempus AI, inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Tempus AI, inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Tempus AI, inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TER",
      "description": "",
      "representative_file": "TER.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 117314,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4442139",
            "4468283",
            "4470271"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-04T13:00:35.867Z",
            "2025-09-04T12:23:07.173Z",
            "2025-09-08T14:01:09.217Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:20.2282039-04:00",
            "2026-04-17T17:20:20.2282039-04:00",
            "2026-04-17T17:20:20.227207-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Teradyne Inc",
            "Teradyne Inc",
            "Teradyne Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TER",
            "TER",
            "TER"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Launches Magnum 7H, next-gen memory tester for high bandwidth memory in AI serve",
            "TTN Summary of 08:10ET Citi’s 2025 Global Technology, Media and Telecommunicatio",
            "Launches UR8 Long cobot with 1750 mm reach; Ships October"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "– Teradyne introduced the Magnum 7H, a cutting-edge memory tester designed for h",
            "- Provided only Q3 guidance, expecting <b>revenue diversification</b> via high-p",
            "– UR8 Long offers 1750 mm (68.9 in) reach, 8 kg payload, 30% lighter than UR20, "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Teradyne Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Teradyne Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Teradyne Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TEVA",
      "description": "",
      "representative_file": "TEVA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1550484,
      "rep_rows": 3950,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4615817",
            "4615819",
            "4616133"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-19T11:26:29.68Z",
            "2026-03-19T11:28:15.337Z",
            "2026-03-19T15:19:11.317Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:20.5652324-04:00",
            "2026-04-17T17:20:20.5652324-04:00",
            "2026-04-17T17:20:20.5652324-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Dr. Reddy&#39;s Laboratories Limited",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "RDY",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Receives US FDA ANDA Supplement 3, 10 approval for Vigabatrin (update)",
            "Aucta Receives US FDA NDA Supplemental 22 approval for Vigadrone (Vigabatrin) (u",
            "EMA highlights New PRIME tools to accelerate development of medicines in the EU;"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*Link: https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm?event=overview.",
            "*Link: https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm?event=overview.",
            "EMA launched three major new features of PRIME, the Agency’s scheme to enhance s"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['European Macro', 'Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Teva Pharmaceutical Industries Limited', 'CountryId': 1, 'Coun",
            "[{'CompanyName': 'Teva Pharmaceutical Industries Limited', 'CountryId': 1, 'Coun",
            "[{'CompanyName': 'Merck &amp; Co. Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "European Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TFC",
      "description": "",
      "representative_file": "TFC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 170135,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4419186",
            "4420216",
            "4422234"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-08T11:52:25.307Z",
            "2025-07-09T11:18:08.48Z",
            "2025-07-11T10:23:29.71Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:22.9074341-04:00",
            "2026-04-17T17:20:22.9074341-04:00",
            "2026-04-17T17:20:22.9074341-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Truist Financial Corporation",
            "Truist Financial Corporation",
            "Truist Financial Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TFC",
            "TFC",
            "TFC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HSBC Reiterates TFC with Buy, price target: $51 from $47",
            "Keefe Bruyette Cuts TFC to Market Perform from Outperform, price target: $48",
            "Tier1 firm Reiterates TFC with Buy, price target: $50 from $46"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Truist Financial Corporation', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Truist Financial Corporation', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Truist Financial Corporation', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TGT",
      "description": "",
      "representative_file": "TGT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1276704,
      "rep_rows": 1250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4581705",
            "4581780",
            "4581975"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-10T11:23:42.387Z",
            "2026-02-10T12:02:50.113Z",
            "2026-02-10T13:30:04.473Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:23.3584751-04:00",
            "2026-04-17T17:20:23.3584751-04:00",
            "2026-04-17T17:20:23.3584751-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Target Corporation",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "TGT",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Tuesday Morning Papers Summary",
            "Affirms Q4 outlook; Names Lisa Roath as COO; effective Feb 15th",
            "*(US) DEC ADVANCE RETAIL SALES M/M: 0.0% V 0.4%E; RETAIL SALES (EX-AUTO) M/M: 0."
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>THE FINANCIAL TIMES</b><br/>-French President Emmanuel Macron has cautioned t",
            "- Affirms  Q4 Rev &#39;low single-digit decline&#39; y/y<br/><br/>- Announces a ",
            "- Retail Sales (ex-auto/gas): 0.0% v 0.4%e <br/><b>- Retail Sales (control group"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Consumer Staples']",
            "['Americas Macro', 'Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "3",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'JPMorgan Chase &amp; Co', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Walmart Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Walmart Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Consumer Staples",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.25,
            1.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TGTX",
      "description": "",
      "representative_file": "TGTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 197110,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4361793",
            "4361798",
            "4375535"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-17T12:13:28.243Z",
            "2025-04-17T12:16:41.97Z",
            "2025-05-05T11:00:50.757Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:23.7565097-04:00",
            "2026-04-17T17:20:23.7565097-04:00",
            "2026-04-17T17:20:23.7565097-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Regeneron Pharmaceuticals Inc",
            "Regeneron Pharmaceuticals Inc",
            "TG Therapeutics Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "REGN",
            "REGN",
            "TGTX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Receives US FDA Orphan Drug Designation for odronextamab for treatment of treatm",
            "Receives US FDA Orphan Drug Designation for odronextamab for treatment of treatm",
            "Reports Q1 $0.03 v $0.18e, Rev $119.7M v $119Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*Link: https://www.accessdata.fda.gov/scripts/opdlisting/oopd/detailedIndex.cfm?",
            "*Link: https://www.accessdata.fda.gov/scripts/opdlisting/oopd/detailedIndex.cfm?",
            "- Guides Q2 Briumvi US Rev $135M v $131Me<br/>- <b>Raise</b><b>s</b> FY25 Rev $5"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Bristol-Myers Squibb Company', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Bristol-Myers Squibb Company', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Drug Calendar Database', 'CountryId': 1, 'CountryIso': 'US', '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TIGR",
      "description": "",
      "representative_file": "TIGR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 77129,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3548072",
            "3569369",
            "3616938"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-03-21T08:00:39.593Z",
            "2022-04-18T14:02:07.6Z",
            "2022-06-10T08:00:14.93Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:25.4286533-04:00",
            "2026-04-17T17:20:25.4286533-04:00",
            "2026-04-17T17:20:25.4286533-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tiger Brokers (former UP Fintech Holding Limited)",
            "Tiger Brokers (former UP Fintech Holding Limited)",
            "Tiger Brokers (former UP Fintech Holding Limited)"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TIGR",
            "TIGR",
            "TIGR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Director Xian Wang resigns from Board; Effective immediately",
            "Seeing call activity",
            "Reports Q1 -$0.04 v +$0.14 y/y, Rev $52.6M v $81.3M y/y"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Ms. Xian Wang has tendered her resignation as a director of the Company, effecti",
            "May 5 calls active at $0.29",
            "- Commissions $30.5M, -42.4% y/y  <br/><b>- Total number of customers with depos"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Tiger Brokers (former UP Fintech Holding Limited)', 'CountryId",
            "[{'CompanyName': 'Block Trades/SupplyDemand Chatter', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'Futu Holdings Limited', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TLRY",
      "description": "",
      "representative_file": "TLRY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 364411,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4315486",
            "4344355",
            "4346690"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-13T14:30:15.7Z",
            "2025-03-24T11:00:14.47Z",
            "2025-03-26T20:32:13.7Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:27.0337952-04:00",
            "2026-04-17T17:20:27.0337952-04:00",
            "2026-04-17T17:20:27.0337952-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Tilray Inc",
            "Tilray Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "TLRY",
            "TLRY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "US FDA grants fast track designation to pleopharma, inc&#39;s investigational ne",
            "Tilray Wellness Collaborates with Whole Foods Market to Relaunch Hi*Ball Energy ",
            "Prevails with Dismissal of HEXO Shareholder Lawsuit"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PleoPharma, Inc., a privately held company focused on finding treatments for can",
            "- Once a staple for Whole Foods Market and Natural Channel consumers, Hi*Ball En",
            "Tilray Brands Inc. (“Tilray”) (Nasdaq: TLRY; TSX: TLRY), and its subsidiary HEXO"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Staples']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': '22nd Century Group Inc. Common Stock', 'CountryId': 1, 'Countr",
            "[{'CompanyName': 'Tilray Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Tilray Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TMC",
      "description": "",
      "representative_file": "TMC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 186877,
      "rep_rows": 185,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4358257",
            "4360347",
            "4360378"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-13T22:04:07.66Z",
            "2025-04-15T21:54:03.353Z",
            "2025-04-15T23:05:03.24Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:27.3458201-04:00",
            "2026-04-17T17:20:27.3458201-04:00",
            "2026-04-17T17:20:27.3458201-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*(US) President Trump reportedly planning to sign Exec Order to stockpile deep s",
            "*(US) White House Fact Sheet: China now faces up to a 245% tariff on imports to ",
            "*(CN) US said to plan to use tariff negotiations to &#39;isolate China&#39;, in "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Under the plans, the stockpile would &quot;create large quantities ready and a",
            "<b>- Probe findings would set tariff rate on critical minerals</b> <br/> <br/><b",
            "<b>- The plan said to be to use negotiations with &gt;70 nations to ask them to "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Asian Macro', 'Americas Macro']",
            "['Americas Macro', 'Materials']",
            "['Asian Macro', 'Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "7",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'QUALCOMM Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'QUALCOMM Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'QUALCOMM Incorporated', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Asian Macro",
            "Americas Macro",
            "Asian Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            2.0,
            2.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TME",
      "description": "",
      "representative_file": "TME.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 139013,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4124388",
            "4128369",
            "4136498"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-05-14T12:34:21.937Z",
            "2024-05-20T09:02:46.63Z",
            "2024-06-03T06:01:56.69Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:27.9738751-04:00",
            "2026-04-17T17:20:27.9738751-04:00",
            "2026-04-17T17:20:27.9738751-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tencent Music Entertainment Group",
            "Tencent Music Entertainment Group",
            "Tencent Music Entertainment Group"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TME",
            "TME",
            "TME"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Mizuho Securities Reiterates TME with Buy, price target: $17 from $15",
            "Tier1 firm Reiterates TME with Buy, price target: $18 from $13",
            "GMM Music Announces Strategic Partnership with Tencent Music Entertainment Group"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "GMM Music today announced a strategic partnership with Tencent Music Entertainme"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Tencent Music Entertainment Group', 'CountryId': 24, 'CountryI",
            "[{'CompanyName': 'Tencent Music Entertainment Group', 'CountryId': 24, 'CountryI",
            "[{'CompanyName': 'Tencent Music Entertainment Group', 'CountryId': 24, 'CountryI"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TMUS",
      "description": "",
      "representative_file": "TMUS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 590218,
      "rep_rows": 850,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4514894",
            "4519993",
            "4523165"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-06T11:06:57.893Z",
            "2025-11-11T07:12:14.43Z",
            "2025-11-13T16:01:38.06Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:30.1390642-04:00",
            "2026-04-17T17:20:30.1390642-04:00",
            "2026-04-17T17:20:30.1390642-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EchoStar Corporation",
            "SoftBank Group Corp",
            "Verizon Communications Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "SATS",
            "9984.JP",
            "VZ"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 -$44.37 (no comparison) v -$1.23e, Rev $3.61B v $3.76Be",
            "Sold entire 32.1M share stake of NVIDIA shares (~0.1% of total NVIDIA shares) fo",
            "Reportedly to cut 15K jobs (~15% workforce reduction would be the largest job re"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Retail Wireless net subscribers 7.52M v 7.4M <br/>- Pay-TV subscribers 7.17M v",
            "- Investment gain of &#165;363,998 million was recorded at Investment Business o",
            "<b>- FOLLOW UP 17:20ET: Verizon could cut up to 20K jobs - press</b><br/><br/>- "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Communication Services', 'TTN Research Alert']",
            "['Americas Macro', 'Communication Services', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'AT&amp;T Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Oracle Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Walmart Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Communication Services",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.5,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TOST",
      "description": "",
      "representative_file": "TOST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 129063,
      "rep_rows": 255,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4381382",
            "4381557",
            "4382568"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-08T20:42:20.93Z",
            "2025-05-08T22:23:24.603Z",
            "2025-05-09T12:23:43.247Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:30.8051261-04:00",
            "2026-04-17T17:20:30.8041254-04:00",
            "2026-04-17T17:20:30.8041254-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Toast Inc.",
            "Toast Inc.",
            "Toast Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TOST",
            "TOST",
            "TOST"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Topgolf to implement Toast Enterprise Solutions across its venues in the United ",
            "TTN Summary of 17:00ET Earnings Call:  Consumer trends and same-store sales rema",
            "Morgan Stanley Reiterates TOST with Overweight, price target: $50 from $46"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- In addition to Toast point-of-sale (POS) terminals, Topgolf will use Toast Pay",
            "- Q2 guidance calls for subscription and FinTech gross profit growth of <b>26–29",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Callaway Golf Company', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Toast Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Toast Inc.', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TS",
      "description": "",
      "representative_file": "TS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 99188,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3989494",
            "4003492",
            "4026348"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-11-06T07:18:21.967Z",
            "2023-11-21T21:20:23.89Z",
            "2024-01-04T06:05:56.317Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:32.5002725-04:00",
            "2026-04-17T17:20:32.4992732-04:00",
            "2026-04-17T17:20:32.4992732-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tenaris S.A",
            "Nvidia Corporation",
            "Tenaris S.A"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TS",
            "NVDA",
            "TS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TEN.IT",
            "",
            "TEN.IT"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Barclays Reiterates TS with Overweight, price target: $48",
            "Reports Q3 $4.02 v $3.36e, Rev $18.1B v $16.2Be; Guides Q4 strong",
            "Jefferies Cuts TS to Hold from Buy, price target: $39.60"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "<b>- Guides Q4 Rev $19.6-20.4B v $17.9Be </b> <br/>- Guides Q4 Non-GAAP operatin",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Americas Macro', 'Information Technology', 'TTN Research Alert']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Tenaris S.A', 'CountryId': 3, 'CountryIso': 'IT', 'CountryName",
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Tenaris S.A', 'CountryId': 3, 'CountryIso': 'IT', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Americas Macro",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TSEM",
      "description": "",
      "representative_file": "TSEM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 125910,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4254079",
            "4254129",
            "4257113"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-11-14T14:01:26.81Z",
            "2024-11-14T14:12:50.43Z",
            "2024-11-19T11:00:08.963Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:34.6604588-04:00",
            "2026-04-17T17:20:34.6604588-04:00",
            "2026-04-17T17:20:34.6594606-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tower Semiconductor Ltd",
            "Tower Semiconductor Ltd",
            "Tower Semiconductor Ltd"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSEM",
            "TSEM",
            "TSEM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Susquehanna Reiterates TSEM with Net Positive, price target: $60 from $55",
            "Benchmark Company Reiterates TSEM with Buy, price target: $60 from $55",
            "Begins production of 1.6Tbps Optical Transceivers on latest silicon photonics pl"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- Announced the start of volume production of 1.6 Tbps silicon photonic products"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Tower Semiconductor Ltd', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Tower Semiconductor Ltd', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Tower Semiconductor Ltd', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TSLA",
      "description": "",
      "representative_file": "TSLA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7947647,
      "rep_rows": 5100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4613601",
            "4614127",
            "4615374"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-17T08:18:22.267Z",
            "2026-03-17T18:32:51.84Z",
            "2026-03-19T01:22:15.427Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:35.100497-04:00",
            "2026-04-17T17:20:35.100497-04:00",
            "2026-04-17T17:20:35.100497-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tesla Inc",
            "X (formally Twitter)",
            "Tesla Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "X.IPO",
            "TSLA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CEO Musk: New Roadster will &#39;probably&#39; be unveiled in late April 2026",
            "SEC and Elon Musk say they are in talks to settle the civil suit over Musk&#39;s",
            "CEO Musk: A single A16 chip has potential to match a dual SOC A15; SpaceX and Te"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "**Link: https://x.com/elonmusk/status/2033819277917360579",
            "**NOTE: The disclosure revealed Musk crossed the 5% ownership threshold in March",
            "- Huge admirer of Nvidia and Jensen <br/> <br/> <br/><b>** Reminder yesterday:</"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Communication Services']",
            "['Consumer Discretionary', 'Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Tesla Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Tesla Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Nvidia Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Communication Services",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TSM",
      "description": "",
      "representative_file": "TSM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3153202,
      "rep_rows": 2200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4595979",
            "4596019",
            "4596798"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-25T21:31:31.757Z",
            "2026-02-25T21:47:52.443Z",
            "2026-02-26T10:54:04.917Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:36.8386574-04:00",
            "2026-04-17T17:20:36.8386574-04:00",
            "2026-04-17T17:20:36.8386574-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Nvidia Corporation",
            "Nvidia Corporation",
            "Semiconductors Holders Trust"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NVDA",
            "NVDA",
            "SMH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 $1.62 (adj ex-H20) v $1.52e, Rev $68.1B v $65.1Be;  Data Center Compu",
            "Disclosed supply-related commitments $95.2B +$44.9B q/q; Confirms in Feb was gra",
            "TTN Research Alert: One of the most revealing misconceptions in artificial intel"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>- Guides Q1 Rev $76.4-79.6B v $69.3Be </b> <br/>- Guides Q1 NG operating expe",
            "- To date has not generated any revenue under H200 licensing program and do not ",
            "- It plainly is not. Nvidia’s Rubin platform still advertises <b>up to 288GB of "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Information Technology', 'TTN Research Alert']",
            "['Asian Macro', 'Information Technology']",
            "['ETF', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Taiwan Semiconductor Manufacturing Company Limited', 'CountryI",
            "[{'CompanyName': 'Sandisk Corp', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Asian Macro",
            "ETF"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.5,
            1.5,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TTD",
      "description": "",
      "representative_file": "TTD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 237159,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4517763",
            "4519656",
            "4538608"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-07T14:55:41.49Z",
            "2025-11-10T22:22:12.433Z",
            "2025-12-08T13:25:00.27Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:38.9728354-04:00",
            "2026-04-17T17:20:38.9728354-04:00",
            "2026-04-17T17:20:38.9728354-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Trade Desk Inc",
            "The Interpublic Group of Companies Inc",
            "The Trade Desk Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TTD",
            "IPG.OLD",
            "TTD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Susquehanna Reiterates TTD with Net Positive, price target: $85 from $135",
            "Reports Q3 $0.34* v $0.71e, Rev $2.49B v $2.19Be - 10Q filing (update)",
            "Wedbush, Inc. Reiterates TTD with Neutral, price target: $40 from $50"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- *Our diluted EPS in the third quarter of 2025 was $0.34, which included severa",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Fixed Income/Forex', 'Communication Services']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Trade Desk Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Alphabet Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'The Trade Desk Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Fixed Income/Forex",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TTE",
      "description": "",
      "representative_file": "TTE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 663458,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4506552",
            "4508918",
            "4514881"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-30T07:03:34.923Z",
            "2025-10-31T10:30:07.437Z",
            "2025-11-06T11:03:43.153Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:40.3579574-04:00",
            "2026-04-17T17:20:40.3579574-04:00",
            "2026-04-17T17:20:40.3579574-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TotalEnergies SE",
            "Exxon Mobil Corporation",
            "KBR Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TTE",
            "XOM",
            "KBR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 Adj Net $3.98B v $3.96Be, adj EBITDA $10.3B v $10.5Be, Rev $43.9B v $",
            "Reports Q3 $1.88 adj v $1.81e, Rev $85.3B v $86.8Be; Raises quarterly dividend 4",
            "Selected to Deliver Detailed Engineering Design for the Gas Growth Integrated Pr"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q4 production 2.53-2.58M boepd +4% y/y<br/>- Affirms FY25 Net Investmen",
            "- Upstream Oil Production 4.77Mboepd v 4.63Mboepd q/q <br/>- Total Cash Capital ",
            "- Selected by ENKA İnşaat ve Sanayi A.Ş. (ENKA) to provide detailed engineering "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Americas Macro', 'Energy']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'BP p.l.c', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'TotalEnergies SE', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            2.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TWLO",
      "description": "",
      "representative_file": "TWLO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 230366,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4419361",
            "4423331",
            "4424598"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-08T13:00:50.93Z",
            "2025-07-14T11:57:31.847Z",
            "2025-07-15T13:01:51.943Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:44.3042978-04:00",
            "2026-04-17T17:20:44.3042978-04:00",
            "2026-04-17T17:20:44.3032978-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Twilio Inc",
            "Twilio Inc",
            "Twilio Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TWLO",
            "TWLO",
            "TWLO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PayJunction Launches AI-Driven Voice Payments Powered by Twilio",
            "Piper/Sandler Reiterates TWLO with Overweight, price target: $140 from $121",
            "Expands Platform Capabilities with General Availability of Real-Time Personaliza"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Through this integration, PayJunction merchants can now deploy AI-driven Inter",
            "",
            "Announced general availability of Event Triggered Journeys in Twilio Engage, Dat"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Twilio Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Twilio Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Twilio Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TWO",
      "description": "",
      "representative_file": "TWO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 58834,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3911343",
            "3919848",
            "3921041"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-07-24T04:53:21.97Z",
            "2023-07-31T20:20:30.32Z",
            "2023-08-01T18:09:20.593Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:45.8554365-04:00",
            "2026-04-17T17:20:45.8554365-04:00",
            "2026-04-17T17:20:45.8554365-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Two Harbors Investment Corp",
            "Two Harbors Investment Corp",
            "Two Harbors Investment Corp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TWO",
            "TWO",
            "TWO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JPMorgan Chase and Co Reiterates TWO with Neutral, price target: $13.50 from $15",
            "Reports Q2 -$0.04 v $0.22 y/y, NII -$41.8M v $19.9M y/y",
            "Maxim Reiterates TWO with Buy, price target: $16"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Return on book value 2.2% v 3.6% q/q",
            "https://www.maximgrp.com/"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Two Harbors Investment Corp', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Two Harbors Investment Corp', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Two Harbors Investment Corp', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TXG",
      "description": "",
      "representative_file": "TXG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 115712,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4381471",
            "4382520",
            "4382572"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-08T21:36:18.25Z",
            "2025-05-09T12:12:03.54Z",
            "2025-05-09T12:29:27.383Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:47.8026624-04:00",
            "2026-04-17T17:20:47.8026624-04:00",
            "2026-04-17T17:20:47.8026624-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10x Genomics Inc",
            "10x Genomics Inc",
            "10x Genomics Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TXG",
            "TXG",
            "TXG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 16:30ET Earnings Call: Withdrawal of full-year revenue guidance a",
            "TD Cowen Reiterates TXG with Hold, price target: $11 from $15",
            "JPMorgan Chase and Co Reiterates TXG with Neutral, price target: $9 from $12"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Q2 revenue guidance of $138–142M</b> (˜1% sequential growth at midpoint, ex",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': '10x Genomics Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': '10x Genomics Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': '10x Genomics Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/TXN",
      "description": "",
      "representative_file": "TXN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 350369,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4501874",
            "4503031",
            "4512129"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-26T01:25:28.67Z",
            "2025-10-27T20:10:45.753Z",
            "2025-11-04T21:15:05.747Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:49.6267666-04:00",
            "2026-04-17T17:20:49.6267666-04:00",
            "2026-04-17T17:20:49.6267666-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Texas Instruments Incorporated",
            "NXP Semiconductors N.V",
            "Advanced Micro Devices Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TXN",
            "NXPI",
            "AMD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates TXN with Underperform, price target: $175",
            "Reports Q3 $3.11 v $3.11e, Rev $3.17B v $3.15Be",
            "Reports Q3 $1.20 v $1.17e, Rev $9.25B v $8.72Be; Guides Q4 Rev above consensus"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Guides Q4 $3.07-3.49 v $3.23e, Adj Rev $3.20-3.40B v $3.21Be <br/>- Guides Q4 ",
            "- Guides Q4 Rev ~$9.3-9.9B v $9.10Be, NG gross margin ~54.5% v 54.5%e<br/>- Curr"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Americas Macro', 'Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Texas Instruments Incorporated', 'CountryId': 1, 'CountryIso':",
            "[{'CompanyName': 'Honeywell International Inc', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Texas Instruments Incorporated', 'CountryId': 1, 'CountryIso':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            2.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/U",
      "description": "",
      "representative_file": "U.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 177960,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4447297",
            "4447551",
            "4447585"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-07T11:29:28.13Z",
            "2025-08-07T12:30:30.847Z",
            "2025-08-07T12:35:51.443Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:50.8478681-04:00",
            "2026-04-17T17:20:50.8478681-04:00",
            "2026-04-17T17:20:50.8478681-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Unity Software Inc",
            "Unity Software Inc",
            "Unity Software Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "U",
            "U",
            "U"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wells Fargo Reiterates U with Equal Weight, price target: $29 from $24",
            "Wedbush, Inc. Reiterates U with Outperform, price target: $41",
            "Citizens JMP Securities Reiterates U with Market Outperform, price target: $35 f"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Unity Software Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Unity Software Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Unity Software Inc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UAA",
      "description": "",
      "representative_file": "UAA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 241794,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4416640",
            "4417032",
            "4422578"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-02T15:08:25.53Z",
            "2025-07-03T08:24:04.943Z",
            "2025-07-11T17:55:28.333Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:55.3012579-04:00",
            "2026-04-17T17:20:55.3012579-04:00",
            "2026-04-17T17:20:55.3012579-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "Walmart Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            "WMT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(VN) Vietnam opens market for American cars; US will significantly cut tariffs f",
            "(VN) Vietnam reportedly still working on details of trade deal with US - press",
            "Reportedly some garment orders from Bangladesh have been put on hold - press cit"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Vietnam asked Pres Trump to recognize Vietnam as a market economy <br/>- Asked",
            "**Reminder: On July 2nd, Pres Trump: Vietnam will pay 20% tariff on goods sent t",
            "**<b>NOTE: 07/07 (US) US Pres Trump</b> announces tariff rates for several count"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Asian Macro', 'Americas Macro']",
            "['Asian Macro', 'Americas Macro']",
            "['Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Costco Wholesale Corporation', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Asian Macro",
            "Asian Macro",
            "Consumer Staples"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UAL",
      "description": "",
      "representative_file": "UAL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1206018,
      "rep_rows": 1400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4587147",
            "4589155",
            "4591969"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-16T14:04:02.777Z",
            "2026-02-18T13:45:04.017Z",
            "2026-02-20T14:31:42.22Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:20:56.5393892-04:00",
            "2026-04-17T17:20:56.538368-04:00",
            "2026-04-17T17:20:56.538368-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "GE Aerospace",
            "United Airlines Holdings Inc",
            "United Airlines Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "GE",
            "UAL",
            "UAL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "United Airlines selects 300 GEnx engines for new 787 Dreamliners",
            "TTN Summay Barclays 8:40ET presentation: Q1 EPS is shaping up near the high end ",
            "US Watchdog: FAA oversight of United Airlines’ maintenance practices hindered by"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- United Airlines selected 300 GEnx engines plus spares to power new Boeing 787 ",
            "- <b>Q1 shaping up near the high end of EPS guidance</b>, supported by mid-singl",
            "**Reminder: On May 9th 2024: US watchdog to review FAA oversight of United Airli"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Americas Macro', 'Industrials', 'TTN Research Alert']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'S&amp;P Depository Receipts', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'The Boeing Company', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UAMY",
      "description": "",
      "representative_file": "UAMY.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 88848,
      "rep_rows": 71,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4453337",
            "4462922",
            "4477221"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-13T10:44:44.12Z",
            "2025-08-27T12:39:33.323Z",
            "2025-09-18T10:13:31.043Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:01.023755-04:00",
            "2026-04-17T17:21:01.023755-04:00",
            "2026-04-17T17:21:01.023755-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "US Antimony",
            "US Antimony",
            "US Antimony"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "UAMY",
            "UAMY",
            "UAMY"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B. Riley Securities, Inc Reiterates UAMY with Buy, price target: $5",
            "Files to sell 4M shares at $4.50/shr in $18M registered direct offering; Proceed",
            "Entered sales agreement with Alliance Global Partners and B. Riley to sell up to"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "– Sold 4M shares at $4.50 each to a global institutional investor, netting ~$18M",
            "- We entered into a sales agreement dated November 12, 2024 and subsequently ame"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "8",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'US Antimony', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Block Trades/SupplyDemand Chatter', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'US Antimony', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UBER",
      "description": "",
      "representative_file": "UBER.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1409150,
      "rep_rows": 1500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4586702",
            "4587184",
            "4588219"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-13T22:00:20.47Z",
            "2026-02-16T20:01:27.023Z",
            "2026-02-17T18:30:32.297Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:03.8219989-04:00",
            "2026-04-17T17:21:03.8219989-04:00",
            "2026-04-17T17:21:03.8219989-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Uber Technologies Inc",
            "Tesla Inc",
            "Life360"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "UBER",
            "TSLA",
            "LIF"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Files mixed shelf of an indeterminate amount",
            "CEO Musk: Cybercab, which has no pedals or steering wheel, starts production in ",
            "Life360 and Uber announce new integration for easier transportation navigation"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- It’s an all-new product and radical redesign of car manufacturing to achieve ~",
            "- Uber Technologies, Inc. (NYSE: UBER) and Life360 (Nasdaq: LIF; ASX: 360), glob"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Consumer Discretionary']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Uber Technologies Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Uber Technologies Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Uber Technologies Inc', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Consumer Discretionary",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UBS",
      "description": "",
      "representative_file": "UBS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 992273,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4517883",
            "4524444",
            "4524637"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-07T17:12:55.163Z",
            "2025-11-14T13:40:49.87Z",
            "2025-11-14T17:26:37.227Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:05.6671643-04:00",
            "2026-04-17T17:21:05.6671643-04:00",
            "2026-04-17T17:21:05.6661657-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Distressed auto parts firm First Brands gets court approval for $600M in ne",
            "(CN) USTR Greer: Time to take off tariffs on some of the products we don&#39;t m",
            "(CH) White House publishes fact sheet on Switzerland and Liechtenstein trade dea"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- US judge allows First Brands to tap the remainder of its $1.1B bankruptcy loan",
            "- Banana, coffee, cocoa tariff relief mutually beneficial<br/>- Essentially reac",
            "- Trump announced a Framework for a historic trade deal with the Swiss Confedera"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Financials']",
            "['Asian Macro', 'Americas Macro']",
            "['European Macro', 'Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'UBS Group AG', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Tootsie Roll Industries Inc', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Novartis AG', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Asian Macro",
            "European Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UEC",
      "description": "",
      "representative_file": "UEC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 220943,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4301120",
            "4304752",
            "4313118"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-28T15:28:49.993Z",
            "2025-02-01T19:00:01.153Z",
            "2025-02-12T04:32:49.09Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:08.9214422-04:00",
            "2026-04-17T17:21:08.9204429-04:00",
            "2026-04-17T17:21:08.9204429-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Amprius Technologies, Inc.",
            "",
            "Uranium Energy Corp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AMPX",
            "",
            "UEC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H.C. Wainright names Buy rated AMPX, AVBP, ATLX, ATYR, AURA, AXSM, BLTE to 2025 ",
            "Barron&#39;s Weekend Summary: The generative AI revolution has primarily benefit",
            "National Bank Initiates UEC with Outperform, price target: $10"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Also names Buy rated BTBT, CLMT, CADL, CRDF, CMRX, CLSK, CRBP. CORT, CYTK, ELD",
            "<i>Cover:</i><br/>-The generative artificial-intelligence revolution has primari",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials', 'TTN Research Alert']",
            "['Americas Macro']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "21",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[52]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cytokinetics Incorporated', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'SK Hynix Inc.', 'CountryId': 23, 'CountryIso': 'KR', 'CountryN",
            "[{'CompanyName': 'Uranium Energy Corp', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Americas Macro",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            0.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UL",
      "description": "",
      "representative_file": "UL.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 450809,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4435398",
            "4440647",
            "4440687"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-29T11:05:10.743Z",
            "2025-08-01T10:30:16.79Z",
            "2025-08-01T10:55:05.3Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:12.4467519-04:00",
            "2026-04-17T17:21:12.4457526-04:00",
            "2026-04-17T17:21:12.4457526-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Procter &amp; Gamble Company",
            "Kimberly-Clark Corporation",
            "Colgate-Palmolive Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PG",
            "KMB",
            "CL"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q4 Core $1.48 v $1.43e, Rev $20.9B v $20.8Be (update)",
            "Reports Q2 $1.92 v $1.68e, Rev $4.16B v $4.06Be",
            "Reports Q2 $0.92 v $0.89e, Rev $5.11B v $5.05Be; Sets new three-year productivit"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides initial FY26 Core EPS +0-4% y/y (implies Core EPS 6.83-7.09 v $7.02e), ",
            "- <b>Raises </b>FY25 Adj EPS &#39; low-to-mid single digit&#39; % y/y (cc), <b>A",
            "- Affirms FY25 EPS &#39;up low single digits&#39; y/y <br/>- Affirms FY25 Organi"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Consumer Staples']",
            "['Americas Macro', 'Consumer Staples']",
            "['Americas Macro', 'Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Johnson &amp; Johnson', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Colgate-Palmolive Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'The Procter &amp; Gamble Company', 'CountryId': 1, 'CountryIso"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.75,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ULCC",
      "description": "",
      "representative_file": "ULCC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 144520,
      "rep_rows": 322,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4513718",
            "4513729",
            "4514047"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-05T21:02:22.473Z",
            "2025-11-05T21:03:35.36Z",
            "2025-11-05T22:00:06.637Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-19T13:30:35.0829096-04:00",
            "2026-04-19T13:30:35.0829096-04:00",
            "2026-04-19T13:30:35.0829096-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Frontier Group Holdings Inc",
            "",
            "Frontier Group Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ULCC",
            "",
            "ULCC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 -$0.34 v -$0.36e, Rev $886M v $903Me",
            "(US) Transportation Sec Duffy will announce 10% reduction in flight volumes at 4",
            "TTN Summary of 16:30ET Earnings Call:   Competitive seat capacity projected to d"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q4 $0.04-0.20 v $0.17e <br/> <br/>- ASM -4.0% y/y <br/>- Adj CASM ( ex-",
            "",
            "- <b>Fourth quarter guidance</b>: adjusted EPS $0.04–$0.20; capacity roughly fla"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Americas Macro', 'Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'JetBlue Airways Corporation', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Delta Air Lines Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Frontier Group Holdings Inc', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            2.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UMAC",
      "description": "",
      "representative_file": "UMAC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 65546,
      "rep_rows": 73,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4263332",
            "4278446",
            "4294526"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-11-27T18:42:39.57Z",
            "2024-12-18T13:24:00.1Z",
            "2025-01-17T12:17:06.577Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:13.6448532-04:00",
            "2026-04-17T17:21:13.6448532-04:00",
            "2026-04-17T17:21:13.6438532-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Unusual Machines, Inc",
            "Unusual Machines, Inc",
            "Unusual Machines, Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "UMAC",
            "UMAC",
            "UMAC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CEO: Trump Admin trade policies could lead to a boom for drones in the US",
            "Maxim Initiates UMAC with Buy, price target: $18",
            "Adds Electronic Speed Controller to the Blue UAS Framework; Product addresses th"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Wouldn&#39;t use Trump Jr&#39;s political connections to secure approvals <br/",
            "https://www.maximgrp.com/",
            "- Unusual machines now has two drone components placed on the Blue UAS Framework"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: null>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Unusual Machines, Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Unusual Machines, Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Unusual Machines, Inc', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UMC",
      "description": "",
      "representative_file": "UMC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 215758,
      "rep_rows": 350,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4410431",
            "4414403",
            "4417558"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-06-23T09:00:34.05Z",
            "2025-06-30T07:41:19.447Z",
            "2025-07-04T08:00:31.447Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:13.8148685-04:00",
            "2026-04-17T17:21:13.8148685-04:00",
            "2026-04-17T17:21:13.8148685-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DeepSeek",
            "United Microelectronics Corporation",
            "United Microelectronics Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DEEPSEEK.IPO",
            "UMC",
            "UMC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) Senior US official: DeepSeek is aiding China&#39;s military and intelligenc",
            "Reportedly assessing the feasibility of venturing into cutting-edge chip product",
            "Reports Jun (NT$) Rev 18.8B +7.3% y/y; YTD Rev 116.6B +4.7% y/y"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- DeepSeek  has access to &#39;large volumes&#39; of advanced chips; <b>Said to ",
            "- UMC is exploring future growth drivers, including potentially 6-nanometer chip",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Apple Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'United Microelectronics Corporation', 'CountryId': 34, 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.5,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UNH",
      "description": "",
      "representative_file": "UNH.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1164116,
      "rep_rows": 1000,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4569829",
            "4569833",
            "4570021"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-28T13:10:48.127Z",
            "2026-01-28T13:12:07.47Z",
            "2026-01-28T14:11:47.187Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:15.6850289-04:00",
            "2026-04-17T17:21:15.6840286-04:00",
            "2026-04-17T17:21:15.6840286-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UnitedHealth Group Incorporated",
            "",
            "UnitedHealth Group Incorporated"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "UNH",
            "",
            "UNH"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UBS Reiterates UNH with Buy, price target: $410",
            "HHS Clears Path for Lower-Cost Prescription Drugs Through Direct-to-Consumer Pro",
            "RBC Reiterates UNH with Outperform, price target: $361 from $408"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "The U.S. Department of Health and Human Services (HHS) today announced new guida",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Americas Macro', 'Health Care', 'TTN Research Alert']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'UnitedHealth Group Incorporated', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'UnitedHealth Group Incorporated', 'CountryId': 1, 'CountryIso'",
            "[{'CompanyName': 'UnitedHealth Group Incorporated', 'CountryId': 1, 'CountryIso'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Americas Macro",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UNP",
      "description": "",
      "representative_file": "UNP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 389818,
      "rep_rows": 850,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4489291",
            "4500121",
            "4500367"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-08T21:02:30.723Z",
            "2025-10-23T11:45:07.413Z",
            "2025-10-23T12:56:34.273Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:16.5271048-04:00",
            "2026-04-17T17:21:16.5271048-04:00",
            "2026-04-17T17:21:16.5271048-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Union Pacific Corporation",
            "Union Pacific Corporation",
            "Union Pacific Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "UNP",
            "UNP",
            "UNP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Outlines future plans to implement adaptive planning tools reduce shipment stops",
            "Reports Q3 $3.08 v $2.99e, Rev $6.24B v $6.23Be",
            "TTN Summary of 08:45ET Earnings Call: Q4 volumes running down ~6% y/y, driven by"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Announced plans to advance its freight rail operations through the implementat",
            "- Affirms FY25 EPS growth &#39;consistent with attaining the 3-year CAGR target ",
            "- <b>Reaffirming 3-year EPS CAGR of high-single to low-double digits, with conti"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Americas Macro', 'Industrials']",
            "['Industrials', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Union Pacific Corporation', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Canadian National Railway Company', 'CountryId': 1, 'CountryIs",
            "[{'CompanyName': 'Union Pacific Corporation', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Americas Macro",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UPS",
      "description": "",
      "representative_file": "UPS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 657847,
      "rep_rows": 800,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4546706",
            "4554415",
            "4555538"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-18T22:39:57.507Z",
            "2026-01-08T11:02:57.3Z",
            "2026-01-09T10:57:26.437Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:18.6632889-04:00",
            "2026-04-17T17:21:18.6632889-04:00",
            "2026-04-17T17:21:18.6632889-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "FedEx Corporation",
            "United Parcel Service Inc",
            "United Parcel Service Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "FDX",
            "UPS",
            "UPS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 17:30ET earnings: Guides Q3 Adj EPS lower than Q2 (implies &lt;$4",
            "Wolfe Research Cuts UPS to Peer Perform from Outperform",
            "Tier1 firm Raised UPS to Neutral from Underperform, price target: $114"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Raises FY26 adjusted EPS outlook</b> to $17.80–$19.00 (prior $17.20–$19.00)",
            "",
            "<ul><li>Year Ahead &#39;26: We expand our exposure to cyclical Transport stocks,"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'United Parcel Service Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'United Parcel Service Inc', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'United Parcel Service Inc', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UPST",
      "description": "",
      "representative_file": "UPST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 168158,
      "rep_rows": 373,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4444368",
            "4444460",
            "4445458"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-06T04:36:34.017Z",
            "2025-08-06T05:56:20.457Z",
            "2025-08-06T13:21:46.903Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:22.1185921-04:00",
            "2026-04-17T17:21:22.1185921-04:00",
            "2026-04-17T17:21:22.1185921-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Upstart Holdings Inc",
            "Upstart Holdings Inc",
            "Upstart Holdings Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "UPST",
            "UPST",
            "UPST"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B. Riley Securities, Inc Reiterates UPST with Buy, price target: $105",
            "Tier1 firm Reiterates UPST with Neutral, price target: $87",
            "Piper/Sandler Reiterates UPST with Overweight, price target: $90 from $75"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Upstart Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Upstart Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Upstart Holdings Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UPWK",
      "description": "",
      "representative_file": "UPWK.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 138779,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4315230",
            "4315369",
            "4315483"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-02-13T13:15:44.747Z",
            "2025-02-13T13:58:35.617Z",
            "2025-02-13T14:29:16.64Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:26.722991-04:00",
            "2026-04-17T17:21:26.722991-04:00",
            "2026-04-17T17:21:26.722991-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Upwork Inc",
            "Upwork Inc",
            "Upwork Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "UPWK",
            "UPWK",
            "UPWK"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Goldman Sachs Reiterates UPWK with Buy, price target: $25 from $23",
            "Needham Reiterates UPWK with Buy, price target: $19 from $17",
            "RBC Reiterates UPWK with Sector Perform, price target: $18 from $16"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Industrials']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Upwork Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Upwork Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'",
            "[{'CompanyName': 'Upwork Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/USAR",
      "description": "",
      "representative_file": "USAR.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 126331,
      "rep_rows": 62,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4440627",
            "4443708",
            "4451233"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-01T10:13:13.823Z",
            "2025-08-05T15:00:37.69Z",
            "2025-08-11T20:02:02.89Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:26.9760176-04:00",
            "2026-04-17T17:21:26.9750156-04:00",
            "2026-04-17T17:21:26.9750156-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "USA Rare Earth, Inc",
            "USA Rare Earth, Inc",
            "USA Rare Earth, Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "USAR",
            "USAR",
            "USAR"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Cantor Fitzgerald Initiates USAR with Overweight, price target: $16",
            "USA Rare Earth Announces Joint Development Agreement with ePropelled for Supply ",
            "Reports Q2 -$0.08 v -$0.05 y/y, Rev $0.0M v $0.0M y/y;Stillwater, Oklahoma magne"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Announced that it has signed a joint development agreement (JDA) with ePropelled",
            "- Comments: We are seeing a surge of customer interest as we prepare to begin pr"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'USA Rare Earth, Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'USA Rare Earth, Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'USA Rare Earth, Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/USB",
      "description": "",
      "representative_file": "USB.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 204319,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4493757",
            "4493957",
            "4494552"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-15T13:01:26.993Z",
            "2025-10-15T18:30:17.84Z",
            "2025-10-16T10:46:08.283Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:28.5521578-04:00",
            "2026-04-17T17:21:28.5521578-04:00",
            "2026-04-17T17:21:28.5521578-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "U.S. Bancorp",
            "U.S. Bancorp",
            "U.S. Bancorp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "USB",
            "USB",
            "USB"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Cardholders can now view and manage digital subscriptions directly in US Bank Mo",
            "Establishes new Digital Assets and Money Movement organization",
            "Reports Q3 $1.22 v $1.11e, Rev $7.33B v $7.16Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Enables control over spending, avoid unwanted services, and access digital ite",
            "- Move is to accelerate development of and grow revenue from emerging digital pr",
            "- ROE 13.5% v 12.4% y/y <br/>- ROA 1.17% v 1.03% y/y <br/>- CET1 ratio under Bas"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'U.S. Bancorp', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'U.S. Bancorp', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'S&amp;P Sel Financial Spider Fund', 'CountryId': 1, 'CountryIs"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/UUUU",
      "description": "",
      "representative_file": "UUUU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 188521,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4468954",
            "4470940",
            "4476402"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-05T07:10:37.027Z",
            "2025-09-09T10:34:00.35Z",
            "2025-09-17T10:02:54.413Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:28.9401875-04:00",
            "2026-04-17T17:21:28.9401875-04:00",
            "2026-04-17T17:21:28.9401875-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Energy Fuels Inc",
            "Energy Fuels Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "UUUU",
            "UUUU"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(EU) Energy Commissioner: Nuclear will be a very big part of deal with US on $75",
            "Receives final confirmation from leading global automotive supplier that its hig",
            "H.C. Wainwright Reiterates UUUU with Buy, price target: $16.25 from $12"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- US supports that we stop Russian energy imports<br/>- If there is a peace deal",
            "- High-purity neodymium-praseodymium (NdPr) oxide produced at its White Mesa Mil",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['European Macro', 'Americas Macro']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Rare earth tracking', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Energy Fuels Inc', 'CountryId': 13, 'CountryIso': 'CA', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "European Macro",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/V",
      "description": "",
      "representative_file": "V.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 925596,
      "rep_rows": 1150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4569444",
            "4570136",
            "4571271"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-01-28T07:02:17.627Z",
            "2026-01-28T16:48:29.027Z",
            "2026-01-29T13:02:28.187Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:29.1542113-04:00",
            "2026-04-17T17:21:29.1542113-04:00",
            "2026-04-17T17:21:29.1542113-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Visa Inc",
            "Visa Inc",
            "Mastercard Incorporated"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "V",
            "V",
            "MA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Hearing Rothschild &amp; Co Redburn Raised V to Buy from Neutral, price target: ",
            "Trump: Visa is creating a platform for cash back rewards in &#39;Trump accounts&",
            "Reports Q4 $4.76 v $4.20e, Rev $8.8B v $8.74Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "https://www.rothschildandco.com/",
            "",
            "- Adj Operating margin 57.7%, +1.0ppt y/y (cc)<br/>- Gross dollar volume +7.0% y"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Americas Macro', 'Financials']",
            "['Financials', 'Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Visa Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Visa Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'American Express Company', 'CountryId': 1, 'CountryIso': 'US',"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Americas Macro",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VALE",
      "description": "",
      "representative_file": "VALE.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 276523,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4485925",
            "4488602",
            "4490195"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-02T19:46:35.35Z",
            "2025-10-08T05:27:59.953Z",
            "2025-10-09T15:43:15.803Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:29.9562741-04:00",
            "2026-04-17T17:21:29.9562741-04:00",
            "2026-04-17T17:21:29.9562741-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Vale S.A.",
            "Vale S.A.",
            "Vale S.A."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VALE",
            "VALE",
            "VALE"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UAW steelworkers in Ontario ratify 4 year contract for 5% wage increase in the f",
            "Wells Fargo Initiates VALE with Equal Weight, price target: $11",
            "CEO: Base metals goal is to be IPO reading in 12-18 months"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Vale SA', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': '",
            "[{'CompanyName': 'Vale SA', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': '",
            "[{'CompanyName': 'Vale SA', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VEEV",
      "description": "",
      "representative_file": "VEEV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 181443,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4469574",
            "4472356",
            "4487868"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-08T04:26:12.89Z",
            "2025-09-10T14:03:32.44Z",
            "2025-10-07T09:32:15.37Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:31.7884317-04:00",
            "2026-04-17T17:21:31.7884317-04:00",
            "2026-04-17T17:21:31.7884317-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Veeva Systems Inc",
            "Veeva Systems Inc",
            "Veeva Systems Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VEEV",
            "VEEV",
            "VEEV"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "JPMorgan Chase and Co Raised VEEV to Overweight from Neutral, price target: $330",
            "Announces Gilead Sciences Commits to Veeva Vault CRM",
            "TD Cowen Raised VEEV to Buy from Hold, price target: $380"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Citing double digit revenue growth and margin expansion; plenty of market shar",
            "- Vault CRM is part of the Vault CRM Suite of applications that provides the fou",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Veeva Systems Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Veeva Systems Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Veeva Systems Inc', 'CountryId': 1, 'CountryIso': 'US', 'Count"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VET",
      "description": "",
      "representative_file": "VET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 46095,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023085",
            "2071543",
            "2147794"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2016-08-08T10:01:55.61Z",
            "2016-10-31T21:37:40.563Z",
            "2017-02-27T11:03:14.88Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:34.5786755-04:00",
            "2026-04-17T17:21:34.5786755-04:00",
            "2026-04-17T17:21:34.5786755-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Vermilion Energy Inc",
            "Vermilion Energy Inc",
            "Vermilion Energy Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VET",
            "VET",
            "VET"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VET.CA",
            "VET.CA",
            "VET.CA"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q2 FFO C$1.10 v C$1.18 y/y, Rev C$212.9M v C$264.3M y/y",
            "Reports Q3 FFO C$1.19 v C$1.16 y/y, RC$232.7 v C$245.1M y/y (update)",
            "Reports Q4 FFO $1.25 v $1.21 y/y, R$259.9M v $234.3M y/y"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Affirms FY16 Production 62.5-63.5K boepd (prior 62.5-63.5K boepd)<br/>- <b>Rai",
            "- Narrows FY16 Production top end of 62.5-63.5K boepd (prior 62.5-63.5K boepd)<b",
            "- Affirms FY17 production 69-70K boepd, capex C$295M (prior production 69-70K bo"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Vermilion Energy Inc', 'CountryId': 1, 'CountryIso': 'US', 'Co",
            "[{'CompanyName': 'Vermilion Energy Inc', 'CountryId': 13, 'CountryIso': 'CA', 'C",
            "[{'CompanyName': 'Vermilion Energy Inc', 'CountryId': 13, 'CountryIso': 'CA', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VFC",
      "description": "",
      "representative_file": "VFC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 210057,
      "rep_rows": 450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4393524",
            "4393548",
            "4396182"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-22T12:35:50.25Z",
            "2025-05-22T12:46:44.207Z",
            "2025-05-28T10:55:05.98Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:35.5457618-04:00",
            "2026-04-17T17:21:35.5457618-04:00",
            "2026-04-17T17:21:35.5457618-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "V.F. Corporation",
            "V.F. Corporation",
            "Macy&#39;s Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VFC",
            "VFC",
            "M"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Stifel Nicolaus Reiterates VFC with Buy, price target: $15 from $28",
            "Barclays Reiterates VFC with Overweight, price target: $16 from $19",
            "Reports Q1 $0.16 v $0.14e, Rev $4.79B v $4.46Be; Cuts EPS outlook citing tariffs"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "- <b>Cuts </b>FY26 $1.60-2.00 v $2.03e; Affirms Rev $21.0-21.4B v $21.2Be; Compa"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'V.F. Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'V.F. Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Target Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VG",
      "description": "",
      "representative_file": "VG.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 116062,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4511456",
            "4517183",
            "4518646"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-04T12:06:31.783Z",
            "2025-11-07T10:47:42.03Z",
            "2025-11-10T11:09:11.72Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:35.593766-04:00",
            "2026-04-17T17:21:35.5927657-04:00",
            "2026-04-17T17:21:35.5927657-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Venture Global, Inc",
            "Venture Global, Inc",
            "Venture Global, Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VG",
            "VG",
            "VG"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Capital One Securities Initiates VG with Overweight, price target: $11",
            "Signs new long-term LNG sales and purchase agreement with Greece",
            "Reports Q3 $0.16 v $0.22e, Rev $3.33B v $3.23Be"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Announced the execution of a new Sales and Purchase Agreement (SPA) for the pu",
            "- <b>Cuts </b>FY25 Adj EBITDA $6.35-6.50B (prior: $6.4-6.8B) <br/>- With 34 of 3"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Venture Global, Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou",
            "[{'CompanyName': 'Global X FTSE Greece 20 ETF', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'Venture Global, Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Energy",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VISN",
      "description": "",
      "representative_file": "VISN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 53842,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1329060",
            "1341631",
            "1341998"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2013-05-20T13:01:08.707Z",
            "2013-06-13T10:55:24.29Z",
            "2013-06-13T21:40:35.843Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:36.5838539-04:00",
            "2026-04-17T17:21:36.5838539-04:00",
            "2026-04-17T17:21:36.5838539-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Visionchina Media Inc",
            "Visionchina Media Inc",
            "Visionchina Media Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VISN.OLD",
            "VISN.OLD",
            "VISN.OLD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New York Court Orders VisionChina to Pay Fine and Attorney Fees for Contempt of ",
            "Found to be in breach of contract with Gobi and Oak by Appellate Court",
            "Reports Q1 -$0.14 v -$0.21 y/y, R$17.1M v $28.3M y/y"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The New York State Supreme Court has ordered defendant VisionChina Media and i",
            "- The Appellate Division of the New York State Supreme Court has granted partial",
            "Business Outlook<br/>- Estimates Q2 ad service rev $26.0-27.0M (ex 6% VAT). Q2 n"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Visionchina Media Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Visionchina Media Inc', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Visionchina Media Inc', 'CountryId': 1, 'CountryIso': 'US', 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            0.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VKTX",
      "description": "",
      "representative_file": "VKTX.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 557346,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4515064",
            "4515820",
            "4516003"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-06T12:06:24.437Z",
            "2025-11-06T15:20:53.723Z",
            "2025-11-06T20:18:42.92Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:37.5449363-04:00",
            "2026-04-17T17:21:37.5449363-04:00",
            "2026-04-17T17:21:37.5449363-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Viking Therapeutics Inc",
            "Viking Therapeutics Inc",
            "Viking Therapeutics Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VKTX",
            "VKTX",
            "VKTX"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Highlights new clinical data from the company&#39;s VK2735 obesity program were ",
            "Maxim Reiterates VKTX with Buy, price target: $70",
            "H.C. Wainwright Reiterates VKTX with Buy, price target: $102"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "VK2735 is a dual agonist of the glucagon-like peptide 1 (GLP-1) and glucose-depe",
            "- <b>Oral VK2735 Found to Reduce Cardiometabolic Risks in Venture Study Further ",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Viking Therapeutics Inc', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Viking Therapeutics Inc', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Viking Therapeutics Inc', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VNET",
      "description": "",
      "representative_file": "VNET.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 68226,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4104223",
            "4134379",
            "4134870"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-04-23T00:00:35.46Z",
            "2024-05-29T20:35:26.403Z",
            "2024-05-30T10:40:05.69Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:37.6739459-04:00",
            "2026-04-17T17:21:37.6739459-04:00",
            "2026-04-17T17:21:37.6739459-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "VNET Group Inc",
            "VNET Group Inc",
            "VNET Group Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VNET",
            "VNET",
            "VNET"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Jeff Dong resigns as CEO due to personal reasons, effective immediately; Founder",
            "Reports Q1 (CNY) -0.42 v -0.72 y/y, Rev 1.90B v 1.81B y/y; Affirms FY24 Guidance",
            "Tier1 firm Reiterates VNET with Buy, price target: $2.80"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Today announced that Mr. Jeff Dong has resigned from his position as the Compa",
            "- Affirms FY24 (CNY) Rev 7.8-8.0B, Adj EBITDA 2.2-2.28B (prior Rev 7.8-8.0B, EBI",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'VNET Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'VNET Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'VNET Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryN"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VOD",
      "description": "",
      "representative_file": "VOD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 228798,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4242305",
            "4245391",
            "4250512"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-11-05T09:00:10.01Z",
            "2024-11-07T07:00:40.663Z",
            "2024-11-12T10:07:38.347Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:39.6311152-04:00",
            "2026-04-17T17:21:39.6311152-04:00",
            "2026-04-17T17:21:39.6301153-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Oracle Corporation",
            "BT Group plc",
            "Allot Ltd"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ORCL",
            "BT.A.UK",
            "ALLT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Vodafone Business IoT to provide global connectivity for Oracle Enterprise Commu",
            "Reports Q2 Adj EBITDA &#163;2.07B v &#163;2.07Be, Rev &#163;5.09B v &#163;5.25B ",
            "Vodafone UK launches cyber protection services for fixed broadband subscribers p"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The platform, which uses Vodafone&#39;s Global SIM for cellular connectivity, ",
            "<b>- Cuts</b> FY25 Adj Rev -2% to -1% y/y, affirms Adj EBITDA &#163;8.2B, Capex ",
            "- Allot HomeSecure provides security for all devices connected to the home netwo"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['European Macro', 'Communication Services']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Vodafone Group Plc', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Verizon Communications Inc', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Vodafone Group Plc', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "European Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VRT",
      "description": "",
      "representative_file": "VRT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 423486,
      "rep_rows": 400,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4499117",
            "4499812",
            "4499889"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-22T15:23:28.037Z",
            "2025-10-23T07:09:37.547Z",
            "2025-10-23T08:41:11.77Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:40.8962276-04:00",
            "2026-04-17T17:21:40.894228-04:00",
            "2026-04-17T17:21:40.894228-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Vertiv Holdings Co",
            "Artificial Intelligence &amp; Technology ETF",
            "Vertiv Holdings Co"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VRT",
            "AIQ",
            "VRT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 11:00ET Earnings Call: Pricing remains favorable and is expected ",
            "TTN Research Alert: When beats don’t bid: what Vertiv, Oracle, repricing of AI i",
            "KGI Securities Raised VRT to Outperform from Neutral, price target: $210"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- <b>Raising full-year guidance</b> for adjusted EPS, net sales, adjusted operat",
            "<b>1) The tape is whispering before the headlines do.</b> Data center power-and-",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['ETF']",
            "['Industrials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "7",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Vertiv Holdings Co', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Oracle Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Vertiv Holdings Co', 'CountryId': 1, 'CountryIso': 'US', 'Coun"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "ETF",
            "Industrials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VSCO",
      "description": "",
      "representative_file": "VSCO.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 123732,
      "rep_rows": 241,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4396541",
            "4396646",
            "4399653"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-28T18:03:30.72Z",
            "2025-05-28T20:55:11.203Z",
            "2025-06-03T12:01:04.82Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:42.6723806-04:00",
            "2026-04-17T17:21:42.6723806-04:00",
            "2026-04-17T17:21:42.6713806-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Victoria&#39;s Secret &amp; Co.",
            "Victoria&#39;s Secret &amp; Co.",
            "Victoria&#39;s Secret &amp; Co."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VSCO",
            "VSCO",
            "VSCO"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Confirms security incident has impacted its website and some store operations; W",
            "Reportedly CEO: Recovery is going to take awhile; Has told employees to avoid co",
            "Reports prelim Q1 Adj $0.09 v $0.04e (prior -$0.10 to +$0.10), Rev $1.35B v $1.3"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "<b>**Earlier: VSCO </b>Confirms security incident has impacted its website and s",
            "- prelim Q1 Adj Op income $32M v $10-30M guided<br/><br/>- On May 24, 2025, the "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Cyber Security ETF (PureFunds ISA)', 'CountryId': 1, 'CountryI",
            "[{'CompanyName': 'Cyber Security ETF (PureFunds ISA)', 'CountryId': 1, 'CountryI",
            "[{'CompanyName': 'Victoria&#39;s Secret &amp; Co.', 'CountryId': 1, 'CountryIso'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.25,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VST",
      "description": "",
      "representative_file": "VST.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 290833,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4455127",
            "4456057",
            "4458141"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-14T16:40:14.613Z",
            "2025-08-15T14:45:32.453Z",
            "2025-08-20T06:09:43.267Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:42.9514124-04:00",
            "2026-04-17T17:21:42.9514124-04:00",
            "2026-04-17T17:21:42.9504282-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Coatue Management discloses latest quarterly holdings - 13 F-HR filing",
            "(US) Texas AG opens investigation into utility companies over 2024 fires Smokeho",
            "TTN Research Alert:  The once-in-decades shift in property markets:  Data center"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "New stake:  <b>BULL CHYM </b>CAI ARM ORCL TTD ENPH MRVL VST YUMC<br/>Liquidated:",
            "- Texas AG sent demand letters to <b>Xcel</b>, EQT AB portfolio company Osmose, ",
            "<b>- On a seasonally adjusted annual basis, office construction slid from roughl"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro']",
            "['Americas Macro', 'Utilities']",
            "['Americas Macro', 'Real Estate', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "7"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'TXNM Energy', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Chevron Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VSTM",
      "description": "",
      "representative_file": "VSTM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 221220,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4355173",
            "4356604",
            "4365304"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-08T12:52:32.4Z",
            "2025-04-10T04:43:32.153Z",
            "2025-04-23T20:07:41.907Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:44.1635177-04:00",
            "2026-04-17T17:21:44.1635177-04:00",
            "2026-04-17T17:21:44.1625188-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Verastem Inc",
            "Verastem Inc",
            "Verastem Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "VSTM",
            "VSTM",
            "VSTM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Mizuho Securities Maintains VSTM with Outperform, price target: $8",
            "Jefferies Initiates VSTM with Buy, price target: $15",
            "Announces U.S. IND clearance of VS-7375, Oral KRAS G12D (ON/OFF) Inhibitor, enab"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- price target cut to $8 from $9",
            "",
            "<b>- </b><i><b>Initial safety and efficacy results from the trial of VS-7375 by "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Verastem Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Verastem Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Bristol-Myers Squibb Company', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VTRS",
      "description": "",
      "representative_file": "VTRS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 296005,
      "rep_rows": 667,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4595015",
            "4595057",
            "4595064"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-25T10:04:22.45Z",
            "2026-02-25T10:45:42.057Z",
            "2026-02-25T10:53:16.107Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:46.3957074-04:00",
            "2026-04-17T17:21:46.3957074-04:00",
            "2026-04-17T17:21:46.3957074-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Amneal Pharmaceuticals Inc",
            "",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "AMRX",
            "",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Receives US FDA ANDA Supplemental 11 approval for MYCOPHENOLATE MOFETIL (update)",
            "Ipca Labs Ltd Receives US FDA ANDA Supplemental 2 approval for GABAPENTIN (updat",
            "Ajanta Pharma Ltd Receives US FDA ANDA tentative approval for SITAGLIPTIN PHOSPH"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "*Link: https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm?event=overview.",
            "*Link: https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm?event=overview.",
            "*Link: https://www.accessdata.fda.gov/scripts/cder/daf/index.cfm?event=overview."
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Health Care']",
            "['Health Care']",
            "['Health Care']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Teva Pharmaceutical Industries Limited', 'CountryId': 1, 'Coun",
            "[{'CompanyName': 'Teva Pharmaceutical Industries Limited', 'CountryId': 1, 'Coun",
            "[{'CompanyName': 'Merck &amp; Co. Inc', 'CountryId': 1, 'CountryIso': 'US', 'Cou"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Health Care",
            "Health Care"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/VZ",
      "description": "",
      "representative_file": "VZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1005075,
      "rep_rows": 1100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4550150",
            "4554928",
            "4556141"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-31T05:05:08.287Z",
            "2026-01-08T19:25:08.783Z",
            "2026-01-12T06:35:13.217Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:46.4137092-04:00",
            "2026-04-17T17:21:46.4137092-04:00",
            "2026-04-17T17:21:46.4137092-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Trump Media &amp; Technology Group Corp.",
            "",
            "Micron Technology Inc."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DJT",
            "",
            "MU"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Trump Mobile said to delay plan to launch gold-colored smartphone - FT",
            "(EU) Large US tech companies said to be spared stricter rules under EU digital p",
            "*Exec: Memory shortages won&#39;t improve before 2028; Micron&#39;s fab expansio"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "**Reminder on Jun 16th: Trump announces plan to launch new wireless brand Trump ",
            "- EU digital rule reconfiguration will lay out duration of licensing, pricing me",
            "<b>- It is safe to conclude that DRAM shortages aren&#39;t going anytime soon. A"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Americas Macro', 'Information Technology']",
            "['Information Technology', 'TTN Research Alert']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "2"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[52]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Apple Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Microsoft Corporation', 'CountryId': 1, 'CountryIso': 'US', 'C",
            "[{'CompanyName': 'Honeywell International Inc', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Americas Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.75,
            2.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/W",
      "description": "",
      "representative_file": "W.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 214186,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4504219",
            "4504258",
            "4505358"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-28T17:59:07.52Z",
            "2025-10-28T18:23:53.01Z",
            "2025-10-29T12:32:25.533Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:46.4917427-04:00",
            "2026-04-17T17:21:46.4917427-04:00",
            "2026-04-17T17:21:46.4917427-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wayfair Inc",
            "Wayfair Inc",
            "Wayfair Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "W",
            "W",
            "W"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Gordon Haskett Raised W to Buy from Accumulate, price target: $150",
            "Tier1 firm Raised W to Buy from Neutral, price target: $130",
            "Barclays Reiterates W with Equal Weight, price target: $104 from $70"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- citing idiosyncratic catalysts and strong mgmt. execution have driven share ga",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary', 'TTN Research Alert']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Wayfair Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Wayfair Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Wayfair Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/WBD",
      "description": "",
      "representative_file": "WBD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1185952,
      "rep_rows": 887,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4592235",
            "4592253",
            "4592731"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-23T00:21:45.68Z",
            "2026-02-23T01:25:34.34Z",
            "2026-02-23T12:58:47.977Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:47.1277722-04:00",
            "2026-04-17T17:21:47.1277722-04:00",
            "2026-04-17T17:21:47.1277722-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Netflix Inc",
            "Netflix Inc",
            "Warner Bros. Discovery, Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "NFLX",
            "NFLX",
            "WBD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DOJ said to be examining whether Netflix exerts &#39;anticompetitive leverage&#3",
            "US President Trump: Netflix should fire racist, Trump Deranged Susan Rice, IMMED",
            "Reportedly  Paramount’s revised offer for Warner Bros. Discovery will likely com"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "&quot;Netflix should fire racist, Trump Deranged Susan Rice, IMMEDIATELY, or pay",
            "https://variety.com/2026/film/news/paramount-warner-bros-discovery-higher-bid-wi"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Communication Services']",
            "['Americas Macro', 'Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "2",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'The Walt Disney Company', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Politics/Elections-related', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Netflix Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Communication Services",
            "Americas Macro",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/WDC",
      "description": "",
      "representative_file": "WDC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 513661,
      "rep_rows": 700,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4545807",
            "4550260",
            "4550831"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-17T21:34:41.183Z",
            "2025-12-31T10:54:02.003Z",
            "2026-01-03T19:00:00.773Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:47.5908088-04:00",
            "2026-04-17T17:21:47.5898078-04:00",
            "2026-04-17T17:21:47.5888079-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Micron Technology Inc.",
            "SK Hynix Inc.",
            ""
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "MU",
            "000660.KR",
            ""
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Earnings Call Summary: $100B HBM TAM milestone is now projected to arrive tw",
            "TTN Research Alert: NVIDIA, SK Hynix, and Phison have effectively declared war o",
            "Barron&#39;s Weekend Summary: Barron’s maintains an equity bias for 2026, prefer"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b><u>- We forecast an HBM TAM CAGR of approximately 40% through calendar 2028, ",
            "<b>- NVIDIA, SK Hynix, and Phison are industrializing the &quot;Big Accelerator ",
            "<i>Cover:</i><br/>-Barron’s maintains an equity bias for 2026, preferring stocks"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Information Technology']",
            "['Information Technology', 'TTN Research Alert']",
            "['Americas Macro']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "7",
            "21"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[52]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Intel Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Count",
            "[{'CompanyName': 'Sandisk Corp', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Exxon Mobil Corporation', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.5,
            0.5
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/WEN",
      "description": "",
      "representative_file": "WEN.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 296933,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4489878",
            "4497655",
            "4498991"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-10-09T11:30:23.747Z",
            "2025-10-21T12:06:22.177Z",
            "2025-10-22T13:27:25.653Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:52.4812722-04:00",
            "2026-04-17T17:21:52.4812722-04:00",
            "2026-04-17T17:21:52.4812722-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Wendy&#39;s Company",
            "The Wendy&#39;s Company",
            "The Wendy&#39;s Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "WEN",
            "WEN",
            "WEN"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Unveils Project Fresh, a comprehensive strategic plan designed to revitalize the",
            "Goldman Sachs Reiterates WEN with Sell, price target: $9 from $10",
            "Barclays Reiterates WEN with Equal Weight, price target: $9 from $11"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- The Company will provide further detail about these initiatives when it releas",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Jobs Tracking', 'CountryId': 1, 'CountryIso': 'US', 'CountryNa",
            "[{'CompanyName': 'The Wendy&#39;s Company', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'The Wendy&#39;s Company', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.25,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/WFC",
      "description": "",
      "representative_file": "WFC.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 956989,
      "rep_rows": 850,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4547950",
            "4548019",
            "4552141"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-22T13:32:05.623Z",
            "2025-12-22T16:12:20.013Z",
            "2026-01-06T08:02:26.92Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:54.7964605-04:00",
            "2026-04-17T17:21:54.7964605-04:00",
            "2026-04-17T17:21:54.7964605-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Brookfield Infrastructure Partners L.P",
            "Wells Fargo &amp; Company",
            "Wells Fargo &amp; Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "BIP",
            "WFC",
            "WFC"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "GATX Corporation and Brookfield Infrastructure Receive All Required Regulatory C",
            "Plans to offer clearing services in the options market - press",
            "Baird Cuts WFC to Underperform from Neutral, price target: $90"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- GATX Corporation (NYSE: GATX) today announced that it, together with Brookfiel",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Utilities']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'Wells Fargo &amp; Company', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Utilities",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/WMT",
      "description": "",
      "representative_file": "WMT.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2469951,
      "rep_rows": 1950,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4587169",
            "4590186",
            "4590191"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-16T16:33:30.577Z",
            "2026-02-19T12:01:04.803Z",
            "2026-02-19T12:03:07.75Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:56.5125865-04:00",
            "2026-04-17T17:21:56.5125865-04:00",
            "2026-04-17T17:21:56.5125865-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "Walmart Inc",
            "Walmart Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "WMT",
            "WMT"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(US) HHS Secretary Kennedy indicates US FDA will act on request by former agency",
            "Reports Q4 $0.74 v $0.73e, Rev $190.7B v $190.1Be; Guides initial FY27 eps below",
            "*CFO: CONSUMER PRICE INCREASES FROM INFLATION AND PRESIDENT TRUMP’S TARIFF HIKES"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Kennedy and Kessler agree the GRAS classification, enacted by Congress in 1958",
            "<b>- Guides Q1 $0.63-0.65 v $0.68e,</b> Rev +3.5-4.5%, Op +4-6%<br/><b>- Guides ",
            "- “It seems to be a little bit more of a normalized price environment,” he said."
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Health Care']",
            "['Americas Macro', 'Consumer Staples']",
            "['Americas Macro', 'Consumer Staples']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "3"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'McDonald&#39;s Corporation', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Target Corporation', 'CountryId': 1, 'CountryIso': 'US', 'Coun",
            "[{'CompanyName': 'Inflation', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Americas Macro"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            2.5,
            1.75
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/WPM",
      "description": "",
      "representative_file": "WPM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 51867,
      "rep_rows": 100,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3900544",
            "3978690",
            "3995790"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023-07-06T11:49:58.673Z",
            "2023-10-24T22:15:47.987Z",
            "2023-11-10T07:57:40.037Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:58.6867761-04:00",
            "2026-04-17T17:21:58.6867761-04:00",
            "2026-04-17T17:21:58.6867761-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wheaton Precious Metals Corp",
            "Wheaton Precious Metals Corp",
            "Wheaton Precious Metals Corp"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "WPM",
            "WPM",
            "WPM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "WPM.CA",
            "WPM.CA",
            "WPM.CA"
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Tier1 firm Reiterates WPM with Buy, price target: $53 from $57",
            "Announces the Acquisition of a New Silver Stream on the Mineral Park Mine; WPMI ",
            "Tier1 firm Maintains WPM with Buy, price target: $53"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- announces that its wholly-owned subsidiary, Wheaton Precious Metals Internatio",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Materials']",
            "['Materials']",
            "['Materials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Wheaton Precious Metals Corp', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'DEALS', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'Un",
            "[{'CompanyName': 'Wheaton Precious Metals Corp', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/WRD",
      "description": "",
      "representative_file": "WRD.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 101147,
      "rep_rows": 124,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4461745",
            "4467982",
            "4472954"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-26T11:15:34.753Z",
            "2025-09-04T09:00:19.757Z",
            "2025-09-11T09:00:07.087Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:21:58.9868025-04:00",
            "2026-04-17T17:21:58.9868025-04:00",
            "2026-04-17T17:21:58.9868025-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Stellantis N.V",
            "WeRide",
            "WeRide"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "STLA",
            "WRD",
            "WRD"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reportedly shelves Level 3 driver-assistance program due to high costs and chall",
            "Launches fully driverless Robotaxi in Guangzhou; 24-hour service across Huangpu ",
            "Launches Robobus in Belgium; First AV pilot service set for November"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- That Level 3 software was never launched",
            "– GXR Robotaxi begins 24/7 fully autonomous rides in Huangpu, Guangzhou, hailed ",
            "- WeRide expands to its 11th global market with Robobus launch in Leuven, partne"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'General Motors Company', 'CountryId': 1, 'CountryIso': 'US', '",
            "[{'CompanyName': 'WeRide', 'CountryId': 8, 'CountryIso': 'CN', 'CountryName': 'C",
            "[{'CompanyName': 'WeRide', 'CountryId': 8, 'CountryIso': 'CN', 'CountryName': 'C"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/WU",
      "description": "",
      "representative_file": "WU.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 175567,
      "rep_rows": 300,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4365301",
            "4365402",
            "4365760"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-23T20:07:01.703Z",
            "2025-04-23T20:45:07.91Z",
            "2025-04-24T06:02:30.633Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:22:00.2329158-04:00",
            "2026-04-17T17:22:00.2329158-04:00",
            "2026-04-17T17:22:00.2329158-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "The Western Union Company",
            "The Western Union Company",
            "The Western Union Company"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "WU",
            "WU",
            "WU"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 $0.41 v $0.41e, Rev $984M v $995Me",
            "TTN Summary of 16:30ET Earnings Call: Seventh consecutive quarter of &gt;3% tran",
            "Tier1 firm Reiterates WU with Underperform, price target: $12"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- s FY25 $1.75-1.85 v $1.78e, Adj Rev $4.12-4.22B v $4.13Be, adj operating profi",
            "- Evolve 2025 strategy driving a customer-centric overhaul to deliver sustainabl",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials', 'Information Technology']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Mastercard Incorporated', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'The Western Union Company', 'CountryId': 1, 'CountryIso': 'US'",
            "[{'CompanyName': 'The Western Union Company', 'CountryId': 1, 'CountryIso': 'US'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/WULF",
      "description": "",
      "representative_file": "WULF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 173141,
      "rep_rows": 185,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4456191",
            "4456709",
            "4456712"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-08-17T00:38:32.16Z",
            "2025-08-18T11:04:55.47Z",
            "2025-08-18T11:05:27.29Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:22:00.3859284-04:00",
            "2026-04-17T17:22:00.3859284-04:00",
            "2026-04-17T17:22:00.3859284-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Terawulf Inc",
            "Terawulf Inc",
            "Terawulf Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "WULF",
            "WULF",
            "WULF"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B. Riley Securities, Inc Reiterates WULF with Buy, price target: $14 from $8",
            "Google Increases Backstop to $3.2B and Stake in TeraWulf to 14% from 8% announce",
            "Announces Proposed Private Offering of $400M of Convertible Notes due 2031"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Announced that Fluidstack, a premier AI cloud platform, has exercised its opti",
            "- TeraWulf also expects to grant the initial purchasers of the Convertible Notes"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Fixed Income/Forex', 'Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "3",
            "8"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Terawulf Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'Alphabet Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryNam",
            "[{'CompanyName': 'SPDR Barclays Convertible Securities ETF', 'CountryId': 1, 'Co"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Fixed Income/Forex"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/XOM",
      "description": "",
      "representative_file": "XOM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1995827,
      "rep_rows": 1450,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4574894",
            "4575022",
            "4576483"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-03T13:48:07.097Z",
            "2026-02-03T15:13:41.577Z",
            "2026-02-04T16:26:57.363Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:22:01.0889869-04:00",
            "2026-04-17T17:22:01.0889869-04:00",
            "2026-04-17T17:22:01.0889869-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Exxon Mobil Corporation",
            "",
            "Exxon Mobil Corporation"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "XOM",
            "",
            "XOM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Barclays Reiterates XOM with Overweight, price target: $145",
            "(VE) US govt said preparing to issue licenses to produce Venezuelan oil - press ",
            "Exxon unit said to receive 1-year reconnaissance permit from Ivory Coast - press"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "**<b>Note</b>: <b>10/01/25 <u>ENI.IT </u></b>Acquires new exploration block offs"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Energy']",
            "['Americas Macro', 'Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Exxon Mobil Corporation', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'ConocoPhillips', 'CountryId': 1, 'CountryIso': 'US', 'CountryN",
            "[{'CompanyName': 'Exxon Mobil Corporation', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Energy",
            "Americas Macro",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/XP",
      "description": "",
      "representative_file": "XP.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 110375,
      "rep_rows": 200,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4085077",
            "4104287",
            "4108297"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024-03-22T13:26:07.573Z",
            "2024-04-23T03:49:20.163Z",
            "2024-04-26T11:00:09.423Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:22:03.6002021-04:00",
            "2026-04-17T17:22:03.6002021-04:00",
            "2026-04-17T17:22:03.5992025-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "XP Inc",
            "XP Inc",
            "XP Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "XP",
            "XP",
            "XP"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CitiGroup Reiterates XP with Buy, price target: $29",
            "Hearing Morgan Stanley Cuts XP to Equal Weight from Overweight, price target: $2",
            "Appoints Victor Mansur as CFO, effective Aug 1st"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- price target raised to $29 from $28",
            "",
            "- Announced today that Victor Mansur has been appointed Chief Financial Officer "
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Financials']",
            "['Financials']",
            "['Financials']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'XP Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U",
            "[{'CompanyName': 'XP Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U",
            "[{'CompanyName': 'XP Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Financials",
            "Financials"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/XPEV",
      "description": "",
      "representative_file": "XPEV.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 953823,
      "rep_rows": 1150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4525225",
            "4525565",
            "4525762"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-17T09:00:24.66Z",
            "2025-11-17T13:11:56.37Z",
            "2025-11-17T17:42:36.763Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:22:04.0752434-04:00",
            "2026-04-17T17:22:04.0752434-04:00",
            "2026-04-17T17:22:04.0752434-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "XPeng Inc",
            "XPeng Inc",
            "XPeng Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "XPEV",
            "XPEV",
            "XPEV"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q3 (CNY) adj -0.16 v -1.62 y/y, Rev 20.4B v 10.1B y/y; Notes it is in ea",
            "TTN Summary Earnings Call: We are targeting mass production of our Velar 2.0 mod",
            "Tier1 firm Reiterates XPEV with Buy, price target: $28"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q4 Vehicle Deliveries 125-132K +36.6-44.3% y/y <br/>- Guides Q4 Rev <b>",
            "- “Pre-orders for the X9 Super EV are nearly three times higher than the pre-sal",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Consumer Discretionary']",
            "['Consumer Discretionary']",
            "['Consumer Discretionary']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Alibaba Group Holding Limited', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'XPeng Inc', 'CountryId': 24, 'CountryIso': 'HK', 'CountryName'",
            "[{'CompanyName': 'XPeng Inc', 'CountryId': 24, 'CountryIso': 'HK', 'CountryName'"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/XYZ",
      "description": "",
      "representative_file": "XYZ.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 447991,
      "rep_rows": 850,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4517646",
            "4520511",
            "4523322"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-07T14:17:23.03Z",
            "2025-11-11T17:08:18.647Z",
            "2025-11-13T19:41:29.943Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:22:05.9144068-04:00",
            "2026-04-17T17:22:05.9144068-04:00",
            "2026-04-17T17:22:05.9144068-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Block Inc (formerly Square)",
            "",
            "Block Inc (formerly Square)"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "XYZ",
            "",
            "XYZ"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Goldman Sachs Reiterates XYZ with Buy, price target: $82 from $96",
            "(US) Trump administration said to claim that CFPB funding is illegal - Politico",
            "Tier1 firm Maintains XYZ with Buy, price target: $86"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "- Court filing on Nov 10th claims CFPB is legally banned from seeking additional",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Americas Macro', 'Financials']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Block Inc (formerly Square)', 'CountryId': 1, 'CountryIso': 'U",
            "[{'CompanyName': 'American Express Company', 'CountryId': 1, 'CountryIso': 'US',",
            "[{'CompanyName': 'Block Inc (formerly Square)', 'CountryId': 1, 'CountryIso': 'U"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Americas Macro",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.25,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/YMM",
      "description": "",
      "representative_file": "YMM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 47031,
      "rep_rows": 68,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3613370",
            "3615173",
            "3616227"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2022-06-06T07:43:35.933Z",
            "2022-06-08T08:02:07.677Z",
            "2022-06-09T10:29:09.823Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:22:06.3234428-04:00",
            "2026-04-17T17:22:06.3224425-04:00",
            "2026-04-17T17:22:06.3224425-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DiDi Global Inc",
            "Full Truck Alliance Co. Ltd.",
            "Full Truck Alliance Co. Ltd."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "DIDIY",
            "YMM",
            "YMM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "(CN) China regulators said to be planning to lift ban on new users; to conclude ",
            "Reports Q1 (CNY) Rev 1.33B v 0.88B y/y, Rev 1.33B v 1.30Be",
            "CitiGroup Reiterates YMM with Buy, price target: $13 from $15"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- China to also lift ban on for Full Truck Alliance Co. and Kanzhun Ltd.",
            "- Guides Q2 Rev  CNY1.56-1.64B, +39.4-46.3% y/y<br/><br/>- Fulfilled orders 25.2",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "3",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Baidu Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Full Truck Alliance Co. Ltd.', 'CountryId': 1, 'CountryIso': '",
            "[{'CompanyName': 'Full Truck Alliance Co. Ltd.', 'CountryId': 1, 'CountryIso': '"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/YPF",
      "description": "",
      "representative_file": "YPF.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 109329,
      "rep_rows": 250,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4421562",
            "4423636",
            "4427640"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-07-10T13:18:34.117Z",
            "2025-07-14T16:08:53.3Z",
            "2025-07-18T15:25:56.903Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:22:08.3186441-04:00",
            "2026-04-17T17:22:08.3186441-04:00",
            "2026-04-17T17:22:08.3176318-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "YPF Sociedad An&#243;nima",
            "YPF Sociedad An&#243;nima",
            "YPF Sociedad An&#243;nima"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "YPF",
            "YPF",
            "YPF"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Argentina govt to appeal US court ruling that it should hand over its majority Y",
            "US judge extends deadline for handover of 51% stake in YPF until July 17th (upda",
            "(AR) President Milei spokespeson Adorni: We will not negotiate with plaintiffs ("
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<b>**NOTE: 06/30 YPF </b>US judge orders Argentina govt to transfer 51% stake in",
            "**<b>NOTE: 07/10 YPF </b>Argentina govt to appeal US court ruling that it should",
            "**<b>Reminder: 07/14</b> <b>YPF </b>US judge extends deadline for handover of 51"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Energy']",
            "['Americas Macro', 'Energy']",
            "['Energy']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'US Dollar vs Argentinian Peso', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'US Dollar vs Argentinian Peso', 'CountryId': 1, 'CountryIso': ",
            "[{'CompanyName': 'Burford Capital', 'CountryId': 2, 'CountryIso': 'UK', 'Country"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Americas Macro",
            "Energy"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/Z",
      "description": "",
      "representative_file": "Z.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 260080,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4483988",
            "4484138",
            "4487007"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-09-30T13:10:48.337Z",
            "2025-09-30T18:39:05.503Z",
            "2025-10-06T10:18:01.797Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:22:11.5138922-04:00",
            "2026-04-17T17:22:11.5138922-04:00",
            "2026-04-17T17:22:11.5138922-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "CoStar Group Inc",
            "Zillow Group Inc",
            "Zillow Group Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "CSGP",
            "Z",
            "Z"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Provides update on copyright infringement suit against Zillow; Will pursue legal",
            "US FTC: Suing Zillow and Redfin regarding over illegal agreements to suppress ad",
            "Oppenheimer Initiates Z with Perform"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Zillow continues to infringe CoStar Group’s intellectual property on a massive",
            "- Unlawful agreement eliminates Redfin as a competitor in the market for placing",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Industrials']",
            "['Communication Services']",
            "['Communication Services']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Zillow Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr",
            "[{'CompanyName': 'Inflation', 'CountryId': 1, 'CountryIso': 'US', 'CountryName':",
            "[{'CompanyName': 'Zillow Group Inc', 'CountryId': 1, 'CountryIso': 'US', 'Countr"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Communication Services",
            "Communication Services"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ZETA",
      "description": "",
      "representative_file": "ZETA.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 121150,
      "rep_rows": 171,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4297052",
            "4298072",
            "4324343"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-01-22T13:31:16.373Z",
            "2025-01-23T13:30:47.01Z",
            "2025-02-25T21:09:43.53Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:22:15.9852868-04:00",
            "2026-04-17T17:22:15.9852868-04:00",
            "2026-04-17T17:22:15.9842875-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Zeta Global Holdings Corp.",
            "Zeta Global Holdings Corp.",
            "Zeta Global Holdings Corp."
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ZETA",
            "ZETA",
            "ZETA"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Unveils &quot;Achieve the Impossible&quot; brand campaign to redefine AI marketi",
            "Appoints Ed See as New Chief Growth Officer, effective Feb 10th",
            "Reports Q4 GAAP $0.06 v $0.23e, Rev $315M v $295Me"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Campaign uses &#39;Imagine If&#39; scenarios inspired by historical innovators",
            "Bringing over 30 years of experience in working with CMOs – the last eight years",
            "- Guides Q1 Rev $253-255M v $262Me; adj EBITDA $44.2-44.8M; adj EBITDA margin 17"
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Zeta Global Holdings Corp.', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Zeta Global Holdings Corp.', 'CountryId': 1, 'CountryIso': 'US",
            "[{'CompanyName': 'Zeta Global Holdings Corp.', 'CountryId': 1, 'CountryIso': 'US"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.25
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ZM",
      "description": "",
      "representative_file": "ZM.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 427609,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4392822",
            "4393111",
            "4393432"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-05-21T22:04:24.94Z",
            "2025-05-22T06:28:22.76Z",
            "2025-05-22T12:04:02.447Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:22:17.850445-04:00",
            "2026-04-17T17:22:17.850445-04:00",
            "2026-04-17T17:22:17.850445-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Zoom Communications Inc",
            "Zoom Communications Inc",
            "Zoom Communications Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ZM",
            "ZM",
            "ZM"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TTN Summary of 17:00ET Earnings Call: FY26 full-year raised to $4.8–4.81B revenu",
            "Tier1 firm Reiterates ZM with Neutral, price target: $84 from $79",
            "JPMorgan Chase and Co Reiterates ZM with Neutral, price target: $85"
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<ul><li>Online price increase of $1 on monthly Pro SKUs added ~$10–15 M to outlo",
            "",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Zoom Communications Inc', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Zoom Communications Inc', 'CountryId': 1, 'CountryIso': 'US', ",
            "[{'CompanyName': 'Zoom Communications Inc', 'CountryId': 1, 'CountryIso': 'US', "
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Information Technology",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "moo955_v2/ttn_history/ZS",
      "description": "",
      "representative_file": "ZS.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 283344,
      "rep_rows": 600,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "Id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4531717",
            "4531736",
            "4531881"
          ]
        },
        {
          "name": "InsertTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-25T21:08:55.227Z",
            "2025-11-25T21:40:31.08Z",
            "2025-11-26T04:47:49.75Z"
          ]
        },
        {
          "name": "ReleaseTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-17T17:22:18.6755194-04:00",
            "2026-04-17T17:22:18.6755194-04:00",
            "2026-04-17T17:22:18.6755194-04:00"
          ]
        },
        {
          "name": "Company",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Zscaler Inc",
            "Zscaler Inc",
            "Zscaler Inc"
          ]
        },
        {
          "name": "Symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "ZS",
            "ZS",
            "ZS"
          ]
        },
        {
          "name": "ParentSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ChildSymbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 $0.96 v $0.85e, Rev $788M v $773Me; Slightly raises FY guidance (upda",
            "TTN Summary of 16:30ET Earnings Call:  AI security pillar ARR grew over 80% YoY,",
            "Hearing Capital One Securities Raised ZS to Overweight from Equal Weight, price "
          ]
        },
        {
          "name": "Body",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "- Guides Q2 $0.89-0.90 v $0.88e, Rev $797-799M v $794Me <br/>- <b>Raises </b>FY2",
            "- Expects <b>AI security ARR</b> to surpass $500M by end of FY26 after already e",
            ""
          ]
        },
        {
          "name": "AllTopics",
          "arrow_type": "list<element: string>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "['Americas Macro', 'Information Technology']",
            "['Information Technology']",
            "['Information Technology']"
          ]
        },
        {
          "name": "Tag",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "1"
          ]
        },
        {
          "name": "StoryType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "Sectors",
          "arrow_type": "list<element: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "[]",
            "[]",
            "[]"
          ]
        },
        {
          "name": "Tickers",
          "arrow_type": "list<element: struct<CompanyName: string, CountryId: int64, CountryIso: string, CountryName: string, CountryRegion: int64, IsPrimary: bool, SectorId: int64, Ticker: string, Topic: string, Weight: double>>",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "[{'CompanyName': 'Okta Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName': ",
            "[{'CompanyName': 'Zscaler Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName",
            "[{'CompanyName': 'Zscaler Inc', 'CountryId': 1, 'CountryIso': 'US', 'CountryName"
          ]
        },
        {
          "name": "Topic",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Americas Macro",
            "Information Technology",
            "Information Technology"
          ]
        },
        {
          "name": "Rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.75,
            1.0,
            1.0
          ]
        },
        {
          "name": "UpdateType",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "pm_bars_gap",
      "description": "",
      "representative_file": "2026-05-01.parquet",
      "file_count": 17,
      "is_sharded": true,
      "total_size_bytes": 31925206,
      "rep_rows": 78304,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-05-01",
            "2026-05-01",
            "2026-05-01"
          ]
        },
        {
          "name": "bar_min",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "241",
            "314",
            "330"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            64.47,
            64.01,
            64.07
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            64.49,
            64.01,
            64.07
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            63.71,
            63.96,
            64.07
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            63.71,
            63.96,
            64.07
          ]
        },
        {
          "name": "v",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "751",
            "565",
            "100"
          ]
        }
      ]
    },
    {
      "table": "research_moc_moo/master_panel",
      "description": "",
      "representative_file": "master_panel.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13057681,
      "rep_rows": 211383,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17T00:00:00",
            "2024-04-18T00:00:00",
            "2024-04-19T00:00:00"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Basic Materials",
            "Basic Materials",
            "Basic Materials"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "3_large_10_50B",
            "3_large_10_50B",
            "3_large_10_50B"
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            35.55,
            35.47,
            35.53
          ]
        },
        {
          "name": "clo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.55,
            35.47,
            35.53
          ]
        },
        {
          "name": "next_opg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.09,
            35.17,
            35.73
          ]
        },
        {
          "name": "next_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-18T00:00:00",
            "2024-04-19T00:00:00",
            "2024-04-22T00:00:00"
          ]
        },
        {
          "name": "intraday_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.043326,
            -0.001126,
            0.009375
          ]
        },
        {
          "name": "day_return",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.00225,
            0.001692
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            2.96,
            -0.11,
            -0.76
          ]
        },
        {
          "name": "vol_surge",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.085137,
            1.918167,
            1.324698
          ]
        },
        {
          "name": "close_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "up5",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vix",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.21,
            18.0,
            18.71
          ]
        },
        {
          "name": "spy_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.005918,
            -0.002058,
            -0.008728
          ]
        },
        {
          "name": "news_n",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            92275.0,
            100733.0,
            66261.0
          ]
        },
        {
          "name": "er_d0",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "er_d1_next",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "3",
            "4"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "ret_pm05",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.01294,
            -0.008458,
            0.005629
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "research_moc_moo/master_panel_hedged",
      "description": "",
      "representative_file": "master_panel_hedged.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13929074,
      "rep_rows": 211383,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17T00:00:00",
            "2024-04-18T00:00:00",
            "2024-04-19T00:00:00"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Basic Materials",
            "Basic Materials",
            "Basic Materials"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "3_large_10_50B",
            "3_large_10_50B",
            "3_large_10_50B"
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            35.55,
            35.47,
            35.53
          ]
        },
        {
          "name": "intraday_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.043326,
            -0.001126,
            0.009375
          ]
        },
        {
          "name": "day_return",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.00225,
            0.001692
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            2.96,
            -0.11,
            -0.76
          ]
        },
        {
          "name": "vol_surge",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.085137,
            1.918167,
            1.324698
          ]
        },
        {
          "name": "close_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "up5",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vix",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.21,
            18.0,
            18.71
          ]
        },
        {
          "name": "spy_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.005918,
            -0.002058,
            -0.008728
          ]
        },
        {
          "name": "news_n",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            92275.0,
            100733.0,
            66261.0
          ]
        },
        {
          "name": "er_d0",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "er_d1_next",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "3",
            "4"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "ret_pm05",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.01294,
            -0.008458,
            0.005629
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_ret_pm05",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_ret_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002877,
            -0.0003,
            0.005493
          ]
        },
        {
          "name": "spy_ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "hret_pm05",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "hret_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.015816,
            -0.008158,
            0.000136
          ]
        },
        {
          "name": "hret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "research_moc_moo/master_panel_hypo20",
      "description": "",
      "representative_file": "master_panel_hypo20.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 44676078,
      "rep_rows": 211383,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17T00:00:00",
            "2024-04-18T00:00:00",
            "2024-04-19T00:00:00"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Basic Materials",
            "Basic Materials",
            "Basic Materials"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "3_large_10_50B",
            "3_large_10_50B",
            "3_large_10_50B"
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            35.55,
            35.47,
            35.53
          ]
        },
        {
          "name": "intraday_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.043326,
            -0.001126,
            0.009375
          ]
        },
        {
          "name": "day_return",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.00225,
            0.001692
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            2.96,
            -0.11,
            -0.76
          ]
        },
        {
          "name": "vol_surge",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.085137,
            1.918167,
            1.324698
          ]
        },
        {
          "name": "close_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.14978,
            0.636719,
            0.34058
          ]
        },
        {
          "name": "ret_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "up5",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vix",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.21,
            18.0,
            18.71
          ]
        },
        {
          "name": "spy_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.005918,
            -0.002058,
            -0.008728
          ]
        },
        {
          "name": "news_n",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            92275.0,
            100733.0,
            66261.0
          ]
        },
        {
          "name": "er_d0",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "er_d1_next",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "3",
            "4"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "ret_pm05",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.01294,
            -0.008458,
            0.005629
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_ret_pm05",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_ret_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002877,
            -0.0003,
            0.005493
          ]
        },
        {
          "name": "spy_ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "hret_pm05",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "hret_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.015816,
            -0.008158,
            0.000136
          ]
        },
        {
          "name": "hret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "r_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            -0.00225
          ]
        },
        {
          "name": "r_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "r_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "mom_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.19818,
            0.131419,
            0.133333
          ]
        },
        {
          "name": "mom_60d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.287111,
            0.201965,
            0.193884
          ]
        },
        {
          "name": "dist_hi20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.043841,
            -0.045992,
            -0.044379
          ]
        },
        {
          "name": "dist_lo20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.133971,
            0.131419,
            0.131529
          ]
        },
        {
          "name": "z_day",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.917679,
            -0.360085,
            -0.200938
          ]
        },
        {
          "name": "ttn_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            37.48,
            36.4,
            36.44
          ]
        },
        {
          "name": "ttn_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            35.21,
            33.84,
            35.06
          ]
        },
        {
          "name": "r_p1_intra_next",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.001126,
            0.009375,
            0.017352
          ]
        },
        {
          "name": "r_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.001692,
            0.023079,
            -0.007978
          ]
        },
        {
          "name": "r_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.023079,
            -0.007978,
            0.000555
          ]
        },
        {
          "name": "ARKK_mom20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.113173,
            -0.145389,
            -0.168811
          ]
        },
        {
          "name": "IWM_mom20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.045027,
            -0.064338,
            -0.071174
          ]
        },
        {
          "name": "QQQ_mom20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.029026,
            -0.04588,
            -0.07002
          ]
        },
        {
          "name": "XLE_mom20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.021154,
            0.019446,
            0.025594
          ]
        },
        {
          "name": "XLK_mom20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.041086,
            -0.062521,
            -0.082491
          ]
        },
        {
          "name": "hy_spread",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.42,
            3.39,
            3.37
          ]
        },
        {
          "name": "hy_spread_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.17,
            0.14,
            0.12
          ]
        },
        {
          "name": "short_float",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.64,
            2.64,
            2.64
          ]
        },
        {
          "name": "fv_beta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.64,
            1.64,
            1.64
          ]
        },
        {
          "name": "perf_w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.9,
            -3.9,
            -3.9
          ]
        },
        {
          "name": "perf_m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.63,
            7.63,
            7.63
          ]
        },
        {
          "name": "perf_q",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.04,
            9.04,
            9.04
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            58.23,
            58.23,
            58.23
          ]
        },
        {
          "name": "dvd_t1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "dvd_t2",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "dvd_t3",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ex_div_soon",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "er_t1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "er_t2",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "er_t3",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "er_soon",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "last_buy",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "buy_val_tot",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "last_sell",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-02-13T00:00:00",
            "2026-02-13T00:00:00",
            "2026-02-13T00:00:00"
          ]
        },
        {
          "name": "sell_val_tot",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            42693686.0,
            42693686.0,
            42693686.0
          ]
        },
        {
          "name": "insider_buy_30d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "insider_sell_30d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "upside_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            10.566672,
            10.566672,
            10.566672
          ]
        },
        {
          "name": "rec_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.07143,
            2.07143,
            2.07143
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "nq_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rty_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "upg",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "dng",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            12618849.0,
            11608374.0,
            8016819.0
          ]
        },
        {
          "name": "dol_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            448600081.95,
            411749025.78,
            284837579.07
          ]
        },
        {
          "name": "adv_dol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Average daily volume",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dol_surge",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "eps_streak",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.0,
            4.0,
            4.0
          ]
        },
        {
          "name": "strong_60d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "weak_60d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "strong_20d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "weak_20d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "weak_close",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "strong_close",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "red_z",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "green_z",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "arkk_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "arkk_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "iwm_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "sf_hi",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "sf_lo",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "dol_spike",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "dol_dry",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "hy_wide",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "research_moc_moo/today_snapshot",
      "description": "",
      "representative_file": "today_snapshot.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 120786,
      "rep_rows": 365,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAL",
            "AAOI"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-17T00:00:00",
            "2026-04-17T00:00:00",
            "2026-04-17T00:00:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            65.045,
            13.155,
            160.62
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            67.53,
            13.41,
            161.4699
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            63.03,
            12.68,
            152.5
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            65.62,
            12.78,
            159.42
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            10626175.286898,
            80991297.900723,
            8713142.472992
          ]
        },
        {
          "name": "vw",
          "arrow_type": "double",
          "nullable": true,
          "description": "VWAP (volume-weighted average price) for the bar",
          "sample_values": [
            65.3435,
            13.0139,
            157.7663
          ]
        },
        {
          "name": "n",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            125672.0,
            189432.0,
            121504.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            70.41,
            12.27,
            157.32
          ]
        },
        {
          "name": "day_return",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.06803,
            0.041565,
            0.013349
          ]
        },
        {
          "name": "intraday_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.00884,
            -0.028506,
            -0.007471
          ]
        },
        {
          "name": "close_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.575556,
            0.136986,
            0.771469
          ]
        },
        {
          "name": "r_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.000426,
            0.008217,
            0.103613
          ]
        },
        {
          "name": "r_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.020323,
            0.003298,
            -0.026231
          ]
        },
        {
          "name": "r_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.020052,
            0.080142,
            -0.044389
          ]
        },
        {
          "name": "close_20d_ago",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            58.65,
            10.8,
            101.92
          ]
        },
        {
          "name": "close_60d_ago",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            63.87,
            15.15,
            38.38
          ]
        },
        {
          "name": "mom_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.118841,
            0.183333,
            0.564168
          ]
        },
        {
          "name": "mom_60d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.027399,
            -0.156436,
            3.153726
          ]
        },
        {
          "name": "hi_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73.31,
            12.78,
            159.42
          ]
        },
        {
          "name": "lo_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            56.08,
            10.18,
            84.59
          ]
        },
        {
          "name": "dist_hi20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.104897,
            0.0,
            0.0
          ]
        },
        {
          "name": "dist_lo20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.170114,
            0.255403,
            0.88462
          ]
        },
        {
          "name": "mu_20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.006277,
            0.008921,
            0.027282
          ]
        },
        {
          "name": "sd_20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.037207,
            0.031738,
            0.099617
          ]
        },
        {
          "name": "z_day",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.99713,
            1.028545,
            -0.139869
          ]
        },
        {
          "name": "adv20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Average daily volume",
          "sample_values": [
            4114623.35,
            57187707.65,
            10527435.0
          ]
        },
        {
          "name": "pmv90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            56237.79,
            1276743.86,
            337945.3
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Basic Materials",
            "Industrials",
            "Technology"
          ]
        },
        {
          "name": "mcap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            16672.56,
            8829.49,
            11951.36
          ]
        },
        {
          "name": "short_float",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.28,
            9.18,
            13.27
          ]
        },
        {
          "name": "perf_w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.88,
            12.75,
            -18.84
          ]
        },
        {
          "name": "perf_m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -13.77,
            17.41,
            11.73
          ]
        },
        {
          "name": "perf_q",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.8,
            -12.4,
            236.21
          ]
        },
        {
          "name": "fv_beta",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.51,
            1.29,
            3.75
          ]
        },
        {
          "name": "sig_H3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sig_H11",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "sig_H5",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        },
        {
          "name": "sig_PEAD",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sig_H4",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sig_H20flip",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sig_H19flip",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sig_H12flip",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "long_score",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "2",
            "1"
          ]
        },
        {
          "name": "short_score",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "research_moc_moo/today_snapshot_v2",
      "description": "",
      "representative_file": "today_snapshot_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 99273,
      "rep_rows": 371,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UAL",
            "C",
            "FCX"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-17T00:00:00",
            "2026-04-17T00:00:00",
            "2026-04-17T00:00:00"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            102.88,
            131.075,
            69.37
          ]
        },
        {
          "name": "high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            105.98,
            133.57,
            70.705
          ]
        },
        {
          "name": "low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            100.91,
            130.66,
            67.79
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            101.8,
            132.18,
            70.21
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            13120695.548234,
            15929386.19175,
            20218342.618725
          ]
        },
        {
          "name": "vw",
          "arrow_type": "double",
          "nullable": true,
          "description": "VWAP (volume-weighted average price) for the bar",
          "sample_values": [
            103.3004,
            132.0618,
            69.8985
          ]
        },
        {
          "name": "n",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            133785.0,
            130272.0,
            182521.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            95.03,
            129.34,
            68.28
          ]
        },
        {
          "name": "day_return",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.071241,
            0.021958,
            0.028266
          ]
        },
        {
          "name": "intraday_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.010498,
            0.00843,
            0.012109
          ]
        },
        {
          "name": "close_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.175542,
            0.522337,
            0.830189
          ]
        },
        {
          "name": "r_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.008062,
            -0.017845,
            -0.006114
          ]
        },
        {
          "name": "r_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.030144,
            0.016283,
            0.006299
          ]
        },
        {
          "name": "r_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.021008,
            0.026132,
            0.003528
          ]
        },
        {
          "name": "c20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            94.15,
            109.85,
            53.62
          ]
        },
        {
          "name": "c60",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            110.96,
            113.86,
            60.58
          ]
        },
        {
          "name": "mom_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.081253,
            0.203277,
            0.309399
          ]
        },
        {
          "name": "mom_60d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.082552,
            0.160899,
            0.158963
          ]
        },
        {
          "name": "hi_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            101.8,
            132.18,
            70.21
          ]
        },
        {
          "name": "dist_hi20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "mu_20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.004629,
            0.00955,
            0.013971
          ]
        },
        {
          "name": "sd_20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.039214,
            0.023237,
            0.029431
          ]
        },
        {
          "name": "z_day",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.698679,
            0.533969,
            0.485707
          ]
        },
        {
          "name": "adv20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Average daily volume",
          "sample_values": [
            8526146.05,
            14841776.55,
            16497508.75
          ]
        },
        {
          "name": "pmv90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            92568.61,
            36593.16,
            174250.71
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Financial",
            "Basic Materials"
          ]
        },
        {
          "name": "mcap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            30851.43,
            226257.04,
            98132.13
          ]
        },
        {
          "name": "sig_H3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sig_H11",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sig_H5",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        },
        {
          "name": "sig_H4",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sig_H7",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "research_moc_moo/v2_5y/panel_5y",
      "description": "",
      "representative_file": "panel_5y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 152489654,
      "rep_rows": 1059981,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-04-22T00:00:00",
            "2021-04-23T00:00:00",
            "2021-04-26T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            34.2,
            33.98,
            35.16
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            33.21,
            34.71,
            36.8
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            5436624.0,
            4818317.0,
            7747562.0
          ]
        },
        {
          "name": "next_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            33.98,
            35.16,
            36.04
          ]
        },
        {
          "name": "ov_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.023186,
            0.012965,
            -0.020652
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Basic Materials",
            "Basic Materials",
            "Basic Materials"
          ]
        },
        {
          "name": "mcap_num",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            18578560000.0,
            18578560000.0,
            18578560000.0
          ]
        },
        {
          "name": "spy_ov",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.001455,
            0.00168,
            0.000766
          ]
        },
        {
          "name": "hov_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.02173,
            0.011285,
            -0.021418
          ]
        },
        {
          "name": "day_return",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            0.045167,
            0.060213
          ]
        },
        {
          "name": "intra",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.028947,
            0.021483,
            0.046644
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            null,
            0.023186,
            0.012965
          ]
        },
        {
          "name": "r_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            0.045167
          ]
        },
        {
          "name": "r_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "r_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "mom_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "mom_60d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "up3",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "dn3",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "dist_hi20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dist_lo20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "strong20",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "weak20",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "strong_close",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "weak_close",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "ARKK_mom20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.057763,
            0.081105,
            0.120734
          ]
        },
        {
          "name": "IWM_mom20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.044992,
            0.042001,
            0.033997
          ]
        },
        {
          "name": "QQQ_mom20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.074807,
            0.090226,
            0.081108
          ]
        },
        {
          "name": "SPY_mom20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.063868,
            0.069387,
            0.054624
          ]
        },
        {
          "name": "XLE_mom20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.03916,
            -0.033936,
            -0.050962
          ]
        },
        {
          "name": "XLF_mom20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.04357,
            0.045508,
            0.033459
          ]
        },
        {
          "name": "XLK_mom20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.08605,
            0.102953,
            0.081103
          ]
        },
        {
          "name": "ARKK_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.003366,
            0.018862,
            0.032579
          ]
        },
        {
          "name": "IWM_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.004135,
            0.018865,
            0.010409
          ]
        },
        {
          "name": "QQQ_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.012055,
            0.012589,
            0.006511
          ]
        },
        {
          "name": "SPY_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.009133,
            0.010842,
            0.002088
          ]
        },
        {
          "name": "XLE_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.011747,
            0.009128,
            0.006731
          ]
        },
        {
          "name": "XLF_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.011105,
            0.018716,
            0.003957
          ]
        },
        {
          "name": "XLK_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.011738,
            0.014936,
            0.005116
          ]
        },
        {
          "name": "vix",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.71,
            17.33,
            17.64
          ]
        },
        {
          "name": "hy_spread",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "hy_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "nfci",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.67,
            -0.676,
            -0.676
          ]
        },
        {
          "name": "dxy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            112.2297,
            112.0889,
            111.8109
          ]
        },
        {
          "name": "dgs10",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.57,
            1.58,
            1.58
          ]
        },
        {
          "name": "dgs10_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.02,
            -0.01,
            0.01
          ]
        },
        {
          "name": "t10y2y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.41,
            1.42,
            1.4
          ]
        },
        {
          "name": "wti",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61.45,
            62.18,
            62.02
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "4",
            "0"
          ]
        },
        {
          "name": "dom",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "22",
            "23",
            "26"
          ]
        },
        {
          "name": "opex",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021",
            "2021",
            "2021"
          ]
        },
        {
          "name": "er_d0",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_stories",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_rumor_press",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_contract_deal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_tariff_trade",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_restructuring",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_lawsuit_legal",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_drug_trial_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_drug_trial_neg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_short_report",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "n_ai_mention",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "day_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.33,
            34.86,
            37.06
          ]
        },
        {
          "name": "day_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.16,
            33.7602,
            34.995
          ]
        },
        {
          "name": "close_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.042735,
            0.863612,
            0.874092
          ]
        }
      ]
    },
    {
      "table": "research_results/1900_0400_enriched",
      "description": "",
      "representative_file": "1900_0400_enriched.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10132396,
      "rep_rows": 34778,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-13",
            "2026-02-03",
            "2026-02-19"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "close_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            59.95,
            61.35,
            59.69
          ]
        },
        {
          "name": "oc_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.921115,
            1.859538,
            2.208904
          ]
        },
        {
          "name": "ah_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "13",
            "12",
            "21"
          ]
        },
        {
          "name": "p_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            59.96,
            61.35,
            59.6648
          ]
        },
        {
          "name": "p_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            59.85,
            61.3,
            59.99
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            60.05,
            61.35,
            60.0
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            59.84,
            61.04,
            59.39
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            544214.0,
            523484.0,
            494431.0
          ]
        },
        {
          "name": "p_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            59.95,
            61.32,
            59.62
          ]
        },
        {
          "name": "p_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            59.94,
            61.27,
            59.5648
          ]
        },
        {
          "name": "ret_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.016681,
            0.0,
            -0.042218
          ]
        },
        {
          "name": "ret_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            -0.0489,
            -0.117273
          ]
        },
        {
          "name": "ret_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.016681,
            -0.130399,
            -0.20975
          ]
        },
        {
          "name": "ret_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.166806,
            -0.0815,
            0.502597
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            59.9,
            61.65,
            60.0
          ]
        },
        {
          "name": "p_0430",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            59.3,
            61.62,
            60.03
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1119.0,
            358.0,
            309.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            59.9,
            61.65,
            60.03
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            59.3,
            61.62,
            60.0
          ]
        },
        {
          "name": "ret_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.083542,
            0.570962,
            0.016669
          ]
        },
        {
          "name": "ret_0430",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.918964,
            0.522023,
            0.066678
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            58.82,
            60.23,
            58.4
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            59.95,
            61.35,
            59.69
          ]
        },
        {
          "name": "v",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            8968754.0,
            8386002.0,
            4916484.0
          ]
        },
        {
          "name": "pre_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            213177.0,
            63383.0,
            35336.0
          ]
        },
        {
          "name": "avg_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8576067.7,
            9396869.95,
            8065623.35
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18872.0,
            18872.0,
            18872.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "g",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.79,
            3.47,
            -3.01
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "10-50B",
            "10-50B",
            "10-50B"
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            60.34,
            61.37,
            59.79
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            56.72,
            59.345,
            57.255
          ]
        },
        {
          "name": "close_str",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.892265,
            0.990123,
            0.960552
          ]
        },
        {
          "name": "long_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.083542,
            0.570962,
            0.016669
          ]
        },
        {
          "name": "short_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.083542,
            -0.570962,
            -0.016669
          ]
        },
        {
          "name": "long_0430",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.918964,
            0.522023,
            0.066678
          ]
        },
        {
          "name": "short_0430",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.918964,
            -0.522023,
            -0.066678
          ]
        },
        {
          "name": "has_pm",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "QQQ_oc",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.248155,
            -1.874901,
            0.109487
          ]
        },
        {
          "name": "IWM_oc",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.905602,
            -0.10644,
            0.773127
          ]
        },
        {
          "name": "SPY_oc",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.008802,
            -0.959481,
            0.093589
          ]
        },
        {
          "name": "TLT_oc",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.100413,
            0.317974,
            0.246085
          ]
        },
        {
          "name": "XLE_oc",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.760104,
            2.846338,
            -0.504868
          ]
        },
        {
          "name": "HYG_oc",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.024743,
            -0.049529,
            0.074184
          ]
        },
        {
          "name": "SMH_oc",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.105353,
            -3.247938,
            0.364562
          ]
        },
        {
          "name": "IBIT_oc",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.122642,
            -2.598133,
            1.832286
          ]
        },
        {
          "name": "broad_selloff",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.084,
            -0.114,
            -0.3047
          ]
        },
        {
          "name": "vx_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "nq_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.2192,
            -0.0515,
            -0.1812
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -4.678639,
            2.482394,
            2.033554
          ]
        },
        {
          "name": "same_gap_dir",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "gap_reversal",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "vix_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            37.646,
            36.3,
            39.45
          ]
        },
        {
          "name": "rel_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.46218,
            0.789196,
            0.532489
          ]
        },
        {
          "name": "spy_uptrend",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_downtrend",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        },
        {
          "name": "is_econ_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.3354,
            2.8327,
            -5.479
          ]
        },
        {
          "name": "dev_sma20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.750784,
            -0.818029,
            -0.46524
          ]
        },
        {
          "name": "consec_up",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "2"
          ]
        },
        {
          "name": "consec_dn",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "date_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-13T00:00:00",
            "2026-02-03T00:00:00",
            "2026-02-19T00:00:00"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "1",
            "3"
          ]
        },
        {
          "name": "is_2m",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "vol_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.045789,
            0.892425,
            0.60956
          ]
        },
        {
          "name": "hype",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "pm_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.023769,
            0.007558,
            0.007187
          ]
        },
        {
          "name": "w52_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            21.53,
            null
          ]
        },
        {
          "name": "w52_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            66.95,
            null
          ]
        },
        {
          "name": "w52_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.876706,
            null
          ]
        },
        {
          "name": "near_52h",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "near_52l",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "strong_weak_close",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "momentum",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "breakout",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "accum_breakout",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ah_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.166806,
            -0.0815,
            0.502597
          ]
        },
        {
          "name": "pm_vol_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1-10K",
            "<1K",
            "<1K"
          ]
        }
      ]
    },
    {
      "table": "research_results/_snap_0935_1030",
      "description": "",
      "representative_file": "_snap_0935_1030.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 22315533,
      "rep_rows": 114182,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-15",
            "2025-04-16",
            "2025-04-17"
          ]
        },
        {
          "name": "c_5",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.715,
            24.200001,
            23.455
          ]
        },
        {
          "name": "c_10",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.780001,
            24.92,
            24.254999
          ]
        },
        {
          "name": "c_15",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.934999,
            24.98,
            24.299999
          ]
        },
        {
          "name": "c_20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.879999,
            24.860001,
            24.428801
          ]
        },
        {
          "name": "c_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.1,
            24.85,
            24.52
          ]
        },
        {
          "name": "c_30",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.24,
            24.67,
            24.17
          ]
        },
        {
          "name": "c_35",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.190001,
            24.75,
            23.93
          ]
        },
        {
          "name": "c_50",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.280001,
            24.965,
            23.615
          ]
        },
        {
          "name": "c_65",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.1,
            25.004999,
            23.442499
          ]
        },
        {
          "name": "c_80",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.110001,
            25.18,
            23.610001
          ]
        },
        {
          "name": "c_95",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.040001,
            24.99,
            23.48
          ]
        },
        {
          "name": "v_5",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            76565.0,
            76426.0,
            338381.0
          ]
        },
        {
          "name": "v_10",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1872.0,
            13090.0,
            34776.0
          ]
        },
        {
          "name": "v_15",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            23244.0,
            61963.0,
            26785.0
          ]
        },
        {
          "name": "v_20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6186.0,
            101429.0,
            85330.0
          ]
        },
        {
          "name": "v_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5108.0,
            8818.0,
            15208.0
          ]
        },
        {
          "name": "v_30",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5788.0,
            2232.0,
            26974.0
          ]
        },
        {
          "name": "v_35",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8374.0,
            9460.0,
            26927.0
          ]
        },
        {
          "name": "v_50",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16484.0,
            9243.0,
            29858.0
          ]
        },
        {
          "name": "v_65",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2911.0,
            4148.0,
            37277.0
          ]
        },
        {
          "name": "v_80",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7951.0,
            8862.0,
            24967.0
          ]
        },
        {
          "name": "v_95",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            128132.0,
            9909.0,
            51465.0
          ]
        },
        {
          "name": "h_0930_0940",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.940001,
            24.98,
            24.65
          ]
        },
        {
          "name": "l_0930_0940",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.440001,
            24.16,
            23.190001
          ]
        },
        {
          "name": "v_0930_0940",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            154347.0,
            237974.0,
            1005629.0
          ]
        },
        {
          "name": "hod_0930_0940",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.0,
            10.0,
            8.0
          ]
        },
        {
          "name": "lod_0930_0940",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.0,
            5.0,
            5.0
          ]
        },
        {
          "name": "h_0930_0945",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.01,
            25.040001,
            24.65
          ]
        },
        {
          "name": "l_0930_0945",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.440001,
            24.16,
            23.190001
          ]
        },
        {
          "name": "v_0930_0945",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            184715.0,
            437329.0,
            1213757.0
          ]
        },
        {
          "name": "hod_0930_0945",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.0,
            16.0,
            8.0
          ]
        },
        {
          "name": "lod_0930_0945",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.0,
            5.0,
            5.0
          ]
        },
        {
          "name": "h_0930_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.26,
            25.040001,
            24.65
          ]
        },
        {
          "name": "l_0930_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.440001,
            24.16,
            23.190001
          ]
        },
        {
          "name": "v_0930_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            335367.0,
            537555.0,
            1506699.0
          ]
        },
        {
          "name": "hod_0930_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.0,
            16.0,
            8.0
          ]
        },
        {
          "name": "lod_0930_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.0,
            5.0,
            5.0
          ]
        },
        {
          "name": "h_0930_1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.267799,
            25.040001,
            24.65
          ]
        },
        {
          "name": "l_0930_1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.440001,
            24.16,
            23.190001
          ]
        },
        {
          "name": "v_0930_1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            375647.0,
            570253.0,
            1696420.0
          ]
        },
        {
          "name": "hod_0930_1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            31.0,
            16.0,
            8.0
          ]
        },
        {
          "name": "lod_0930_1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.0,
            5.0,
            5.0
          ]
        },
        {
          "name": "day_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24.51,
            24.17,
            23.8
          ]
        },
        {
          "name": "day_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24.68,
            25.07,
            23.32
          ]
        },
        {
          "name": "day_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4226924.0,
            9150615.0,
            13620418.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            25.01,
            24.68,
            25.07
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.019984,
            0.006936,
            0.037236
          ]
        },
        {
          "name": "adv20",
          "arrow_type": "double",
          "nullable": true,
          "description": "Average daily volume",
          "sample_values": [
            5932910.95,
            5932910.95,
            5932910.95
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -1.9992,
            -2.066451,
            -5.065816
          ]
        }
      ]
    },
    {
      "table": "research_results/ah_all_12m",
      "description": "",
      "representative_file": "ah_all_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4369162,
      "rep_rows": 57266,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-26",
            "2026-02-13",
            "2026-02-03"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AA"
          ]
        },
        {
          "name": "close_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            113.48,
            59.95,
            61.35
          ]
        },
        {
          "name": "oc_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.333743,
            1.921115,
            1.859538
          ]
        },
        {
          "name": "ah_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "13",
            "12"
          ]
        },
        {
          "name": "p_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            113.48,
            59.96,
            61.35
          ]
        },
        {
          "name": "p_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            113.48,
            59.85,
            61.3
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            113.6217,
            60.05,
            61.35
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            113.37,
            59.84,
            61.04
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            448466.0,
            544214.0,
            523484.0
          ]
        },
        {
          "name": "p_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            59.95,
            61.32
          ]
        },
        {
          "name": "p_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            59.94,
            61.27
          ]
        },
        {
          "name": "ret_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.016681,
            0.0
          ]
        },
        {
          "name": "ret_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            0.0,
            -0.0489
          ]
        },
        {
          "name": "ret_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.016681,
            -0.130399
          ]
        },
        {
          "name": "ret_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            -0.166806,
            -0.0815
          ]
        }
      ]
    },
    {
      "table": "research_results/ah_all_2m",
      "description": "",
      "representative_file": "ah_all_2m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1006608,
      "rep_rows": 11603,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-26",
            "2026-02-13",
            "2026-02-03"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AA"
          ]
        },
        {
          "name": "close_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            113.48,
            59.95,
            61.35
          ]
        },
        {
          "name": "oc_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.333743,
            1.921115,
            1.859538
          ]
        },
        {
          "name": "ah_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "13",
            "12"
          ]
        },
        {
          "name": "p_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            113.48,
            59.96,
            61.35
          ]
        },
        {
          "name": "p_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            113.48,
            59.85,
            61.3
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            113.6217,
            60.05,
            61.35
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            113.37,
            59.84,
            61.04
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            448466.0,
            544214.0,
            523484.0
          ]
        },
        {
          "name": "p_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            59.95,
            61.32
          ]
        },
        {
          "name": "p_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            59.94,
            61.27
          ]
        },
        {
          "name": "ret_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.016681,
            0.0
          ]
        },
        {
          "name": "ret_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            0.0,
            -0.0489
          ]
        },
        {
          "name": "ret_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.016681,
            -0.130399
          ]
        },
        {
          "name": "ret_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            -0.166806,
            -0.0815
          ]
        }
      ]
    },
    {
      "table": "research_results/ah_all_5yr",
      "description": "",
      "representative_file": "ah_all_5yr.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11612053,
      "rep_rows": 192853,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2020-10-01",
            "2020-10-01",
            "2020-10-01"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "B",
            "AAPL",
            "AA"
          ]
        },
        {
          "name": "close_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            28.26,
            116.79,
            11.39
          ]
        },
        {
          "name": "oc_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.457908,
            -0.722543,
            -2.566296
          ]
        },
        {
          "name": "ah_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "24",
            "38",
            "6"
          ]
        },
        {
          "name": "p_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.26,
            116.88,
            11.44
          ]
        },
        {
          "name": "p_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.2,
            116.97,
            11.45
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            28.31,
            117.1,
            11.45
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            28.2,
            116.64,
            11.39
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            313865.0,
            11563011.0,
            243761.0
          ]
        },
        {
          "name": "p_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.24,
            116.79,
            11.4
          ]
        },
        {
          "name": "p_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.26,
            116.81,
            11.45
          ]
        },
        {
          "name": "ret_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.077061,
            0.438982
          ]
        },
        {
          "name": "ret_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.070771,
            0.0,
            0.087796
          ]
        },
        {
          "name": "ret_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.017125,
            0.526778
          ]
        },
        {
          "name": "ret_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.212314,
            0.154123,
            0.526778
          ]
        }
      ]
    },
    {
      "table": "research_results/ah_all_5yr_full",
      "description": "",
      "representative_file": "ah_all_5yr_full.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15038056,
      "rep_rows": 250119,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2020-10-01",
            "2020-10-01",
            "2020-10-01"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAPL",
            "AG"
          ]
        },
        {
          "name": "close_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            11.39,
            116.79,
            9.76
          ]
        },
        {
          "name": "oc_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.566296,
            -0.722543,
            1.666667
          ]
        },
        {
          "name": "ah_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6",
            "38",
            "9"
          ]
        },
        {
          "name": "p_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.44,
            116.88,
            9.78
          ]
        },
        {
          "name": "p_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.45,
            116.97,
            9.74
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            11.45,
            117.1,
            9.78
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.39,
            116.64,
            9.7
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            243761.0,
            11563011.0,
            140460.0
          ]
        },
        {
          "name": "p_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.4,
            116.79,
            9.77
          ]
        },
        {
          "name": "p_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.45,
            116.81,
            9.76
          ]
        },
        {
          "name": "ret_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.438982,
            0.077061,
            0.204918
          ]
        },
        {
          "name": "ret_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.087796,
            0.0,
            0.102459
          ]
        },
        {
          "name": "ret_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.526778,
            0.017125,
            0.0
          ]
        },
        {
          "name": "ret_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.526778,
            0.154123,
            -0.204918
          ]
        }
      ]
    },
    {
      "table": "research_results/ah_data_2m",
      "description": "",
      "representative_file": "ah_data_2m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 374455,
      "rep_rows": 3493,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-11",
            "2026-03-04",
            "2026-02-09"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAL",
            "AA",
            "AAL"
          ]
        },
        {
          "name": "close_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            14.35,
            61.55,
            14.99
          ]
        },
        {
          "name": "ah_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "29",
            "22",
            "21"
          ]
        },
        {
          "name": "p_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.3686,
            61.55,
            14.99
          ]
        },
        {
          "name": "p_1630",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.37,
            62.0,
            15.01
          ]
        },
        {
          "name": "p_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.38,
            61.55,
            14.96
          ]
        },
        {
          "name": "p_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.39,
            62.03,
            15.0
          ]
        },
        {
          "name": "p_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.3969,
            62.29,
            null
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            14.4065,
            62.7564,
            15.08
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            14.34,
            61.55,
            14.96
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1594573.0,
            535261.0,
            1325833.0
          ]
        },
        {
          "name": "ret_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.129617,
            0.0,
            0.0
          ]
        },
        {
          "name": "ret_1630",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.139373,
            0.731113,
            0.133422
          ]
        },
        {
          "name": "ret_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.209059,
            0.0,
            -0.200133
          ]
        },
        {
          "name": "ret_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.278746,
            0.779854,
            0.066711
          ]
        },
        {
          "name": "ret_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.326829,
            1.202275,
            null
          ]
        },
        {
          "name": "ah_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.463738,
            1.960032,
            0.802139
          ]
        }
      ]
    },
    {
      "table": "research_results/amc_earnings_ah_missing",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "amc_earnings_ah_missing.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 241560,
      "rep_rows": 3219,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-27",
            "2021-01-27",
            "2021-01-27"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EW",
            "HOLX",
            "LRCX"
          ]
        },
        {
          "name": "close_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            84.84,
            72.51,
            51.504
          ]
        },
        {
          "name": "ah_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6",
            "13",
            "22"
          ]
        },
        {
          "name": "p_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            84.84,
            74.9,
            515.04
          ]
        },
        {
          "name": "p_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            83.0,
            74.0,
            515.0
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            84.84,
            75.7,
            524.34
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            82.0,
            72.51,
            510.0
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            417035.0,
            310714.0,
            239460.0
          ]
        },
        {
          "name": "p_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            83.0,
            null,
            521.33
          ]
        },
        {
          "name": "p_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            74.0,
            515.0
          ]
        },
        {
          "name": "ret_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.168788,
            null,
            1.221264
          ]
        },
        {
          "name": "ret_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -1.201602,
            -0.007766
          ]
        },
        {
          "name": "ret_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.168788,
            -1.201602,
            -0.007766
          ]
        }
      ]
    },
    {
      "table": "research_results/daily_hl_12m",
      "description": "",
      "representative_file": "daily_hl_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 39492092,
      "rep_rows": 3793861,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-08",
            "2025-04-08",
            "2025-04-08"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAA"
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            106.76,
            25.88,
            24.8038
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            97.37,
            22.1,
            24.59
          ]
        }
      ]
    },
    {
      "table": "research_results/earn_pead_tiered",
      "description": "",
      "representative_file": "earn_pead_tiered.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 126871,
      "rep_rows": 570,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IREN",
            "IREN",
            "NBIS"
          ]
        },
        {
          "name": "date_x",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "8/28/2025",
            "2/12/2025",
            "8/7/2025"
          ]
        },
        {
          "name": "is_estimated",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Boolean flag — earnings date estimated (not confirmed)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q4 2025",
            "Q2 2025",
            "Q2 2025"
          ]
        },
        {
          "name": "consensus_eps",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$0.17",
            "-$0.04",
            "-$0.41"
          ]
        },
        {
          "name": "reported_eps",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$0.19",
            "$0.09",
            "-$0.38"
          ]
        },
        {
          "name": "beat_miss",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "+$0.02",
            "+$0.13",
            "+$0.03"
          ]
        },
        {
          "name": "gaap_eps",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$0.66",
            "$0.09",
            "$2.10"
          ]
        },
        {
          "name": "revenue_estimate",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$187.51M",
            "$118.04M",
            "$95.60M"
          ]
        },
        {
          "name": "actual_revenue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$187.30M",
            "-",
            "$105.10M"
          ]
        },
        {
          "name": "cons_eps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.17,
            -0.04,
            -0.41
          ]
        },
        {
          "name": "rep_eps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.19,
            0.09,
            -0.38
          ]
        },
        {
          "name": "eps_surprise",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.02,
            0.13,
            0.03
          ]
        },
        {
          "name": "eps_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.764706,
            325.0,
            7.317073
          ]
        },
        {
          "name": "beat_miss_clean",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "beat",
            "beat",
            "beat"
          ]
        },
        {
          "name": "earn_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-08-28T00:00:00",
            "2025-02-12T00:00:00",
            "2025-08-07T00:00:00"
          ]
        },
        {
          "name": "earn_date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-08-28",
            "2025-02-12",
            "2025-08-07"
          ]
        },
        {
          "name": "rev_est",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            187510000.0,
            118040000.0,
            95600000.0
          ]
        },
        {
          "name": "rev_act",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            187300000.0,
            null,
            105100000.0
          ]
        },
        {
          "name": "rev_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.111994,
            null,
            9.937238
          ]
        },
        {
          "name": "date_y",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-08-28T00:00:00",
            "2025-02-12T00:00:00",
            "2025-08-07T00:00:00"
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            23.04,
            13.01,
            65.31
          ]
        },
        {
          "name": "c1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            26.48,
            13.08,
            68.78
          ]
        },
        {
          "name": "o2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.59,
            13.035,
            69.9
          ]
        },
        {
          "name": "r_c1_o2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.461027,
            -0.444037,
            1.52838
          ]
        },
        {
          "name": "gap_d0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.415567,
            -3.220612,
            16.845162
          ]
        },
        {
          "name": "overnight_dm1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.76207,
            -3.421462,
            -0.145006
          ]
        },
        {
          "name": "intra_d1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.709091,
            1.395349,
            0.887422
          ]
        },
        {
          "name": "gap_d1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            19.357639,
            -0.845503,
            4.386771
          ]
        },
        {
          "name": "vol_ratio_d1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.51545,
            1.226968,
            1.390285
          ]
        },
        {
          "name": "ret_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            43.01676,
            18.596171,
            40.663364
          ]
        },
        {
          "name": "next_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-08-29T00:00:00",
            "2025-02-13T00:00:00",
            "2025-08-08T00:00:00"
          ]
        },
        {
          "name": "is_bmo_proxy",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "Communication Services"
          ]
        },
        {
          "name": "gr_ups",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "gr_dns",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "pt_ups",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "pt_dns",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "k8_count",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SKIP",
            "C",
            "SKIP"
          ]
        },
        {
          "name": "size",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "pnl_dol",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -0.0,
            -0.0,
            0.0
          ]
        },
        {
          "name": "year_q",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "222",
            "220",
            "222"
          ],
          "field_metadata": {
            "ARROW:extension:name": "pandas.period",
            "ARROW:extension:metadata": "{\"freq\": \"Q-DEC\"}"
          }
        }
      ]
    },
    {
      "table": "research_results/earn_pead_with_yahoo",
      "description": "",
      "representative_file": "earn_pead_with_yahoo.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 85518,
      "rep_rows": 570,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IREN",
            "IREN",
            "NBIS"
          ]
        },
        {
          "name": "date_x",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "8/28/2025",
            "2/12/2025",
            "8/7/2025"
          ]
        },
        {
          "name": "is_estimated",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Boolean flag — earnings date estimated (not confirmed)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q4 2025",
            "Q2 2025",
            "Q2 2025"
          ]
        },
        {
          "name": "consensus_eps",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$0.17",
            "-$0.04",
            "-$0.41"
          ]
        },
        {
          "name": "reported_eps",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$0.19",
            "$0.09",
            "-$0.38"
          ]
        },
        {
          "name": "beat_miss",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "+$0.02",
            "+$0.13",
            "+$0.03"
          ]
        },
        {
          "name": "gaap_eps",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$0.66",
            "$0.09",
            "$2.10"
          ]
        },
        {
          "name": "revenue_estimate",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$187.51M",
            "$118.04M",
            "$95.60M"
          ]
        },
        {
          "name": "actual_revenue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$187.30M",
            "-",
            "$105.10M"
          ]
        },
        {
          "name": "cons_eps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.17,
            -0.04,
            -0.41
          ]
        },
        {
          "name": "rep_eps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.19,
            0.09,
            -0.38
          ]
        },
        {
          "name": "eps_surprise",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.02,
            0.13,
            0.03
          ]
        },
        {
          "name": "eps_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.764706,
            325.0,
            7.317073
          ]
        },
        {
          "name": "beat_miss_clean",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "beat",
            "beat",
            "beat"
          ]
        },
        {
          "name": "earn_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-08-28T00:00:00",
            "2025-02-12T00:00:00",
            "2025-08-07T00:00:00"
          ]
        },
        {
          "name": "earn_date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-08-28",
            "2025-02-12",
            "2025-08-07"
          ]
        },
        {
          "name": "rev_est",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            187510000.0,
            118040000.0,
            95600000.0
          ]
        },
        {
          "name": "rev_act",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            187300000.0,
            null,
            105100000.0
          ]
        },
        {
          "name": "rev_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.111994,
            null,
            9.937238
          ]
        },
        {
          "name": "date_y",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-08-28T00:00:00",
            "2025-02-12T00:00:00",
            "2025-08-07T00:00:00"
          ]
        },
        {
          "name": "c1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            26.48,
            13.08,
            68.78
          ]
        },
        {
          "name": "o2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.59,
            13.035,
            69.9
          ]
        },
        {
          "name": "r_c1_o2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.461027,
            -0.444037,
            1.52838
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "Communication Services"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "Internet Content & Information"
          ]
        },
        {
          "name": "gr_ups_48h",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "gr_dns_48h",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "gr_init_48h",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "pt_ups_48h",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "gr_main_48h",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "gr_ups_24h",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "gr_dns_24h",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "gr_init_24h",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "pt_ups_24h",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ins_buys_30d_n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ins_buys_30d_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "sec_8k_d0d1",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "research_results/earnings_pm_1m_5y",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_pm_1m_5y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13563449,
      "rep_rows": 847685,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "FAST",
            "FAST",
            "FAST"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-20",
            "2021-01-20",
            "2021-01-20"
          ]
        },
        {
          "name": "dt",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-01-20 07:10:00",
            "2021-01-20 08:00:00",
            "2021-01-20 08:13:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            50.65,
            51.397,
            50.73
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            50.65,
            51.397,
            50.73
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            50.65,
            50.35,
            50.73
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            50.65,
            50.9,
            50.73
          ]
        },
        {
          "name": "v",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            "100",
            "800",
            "100"
          ]
        }
      ]
    },
    {
      "table": "research_results/etf_ah_data",
      "description": "",
      "representative_file": "etf_ah_data.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12382,
      "rep_rows": 102,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-08",
            "2025-04-10",
            "2025-04-14"
          ]
        },
        {
          "name": "etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SPY",
            "SPY",
            "SPY"
          ]
        },
        {
          "name": "etf_ah_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            496.92,
            526.0,
            538.53
          ]
        },
        {
          "name": "etf_ah_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            496.1479,
            525.0025,
            537.93
          ]
        },
        {
          "name": "etf_ah_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            492.9,
            525.67,
            537.99
          ]
        },
        {
          "name": "etf_ah_last",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            490.95,
            525.5,
            536.75
          ]
        },
        {
          "name": "etf_ah_1700_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.155377,
            -0.189639,
            -0.111414
          ]
        },
        {
          "name": "etf_ah_1800_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.808983,
            -0.062738,
            -0.100273
          ]
        },
        {
          "name": "etf_ah_last_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.201401,
            -0.095057,
            -0.330529
          ]
        }
      ]
    },
    {
      "table": "research_results/etf_pm_1m_bars",
      "description": "",
      "representative_file": "etf_pm_1m_bars.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12346478,
      "rep_rows": 537015,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ARKK",
            "ARKK",
            "ARKK"
          ]
        },
        {
          "name": "dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-04-15T04:00:00",
            "2025-04-15T04:35:00",
            "2025-04-15T05:01:00"
          ]
        },
        {
          "name": "o",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC open price (one-letter polygon/datum convention)",
          "sample_values": [
            46.04,
            46.26,
            46.31
          ]
        },
        {
          "name": "h",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC high price",
          "sample_values": [
            46.04,
            46.26,
            46.31
          ]
        },
        {
          "name": "l",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC low price",
          "sample_values": [
            46.04,
            46.26,
            46.31
          ]
        },
        {
          "name": "c",
          "arrow_type": "double",
          "nullable": true,
          "description": "OHLC close price",
          "sample_values": [
            46.04,
            46.26,
            46.31
          ]
        },
        {
          "name": "v",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bar volume in shares",
          "sample_values": [
            46.0498,
            46.26,
            46.31
          ]
        },
        {
          "name": "vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            440.0,
            200.0,
            200.0
          ]
        }
      ]
    },
    {
      "table": "research_results/intraday_0935_1030_combos_apr22",
      "description": "",
      "representative_file": "intraday_0935_1030_combos_apr22.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 66647,
      "rep_rows": 1440,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0935",
            "0935",
            "0935"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0940",
            "0940",
            "0940"
          ]
        },
        {
          "name": "filter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_up_5plus",
            "gap_up_5plus",
            "gap_up_10plus"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "3197",
            "3197",
            "668"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            42.51,
            50.58,
            44.01
          ]
        },
        {
          "name": "mean_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.19,
            -0.01,
            -0.181
          ]
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.885,
            1.885,
            2.815
          ]
        },
        {
          "name": "sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            -1.6,
            -0.08,
            -1.02
          ]
        },
        {
          "name": "max_dd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -631.59,
            -193.53,
            -140.5
          ]
        },
        {
          "name": "years_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "years_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "2"
          ]
        },
        {
          "name": "by_year_n",
          "arrow_type": "struct<2025: int64, 2026: int64>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "{'2025': 2088, '2026': 1109}",
            "{'2025': 2088, '2026': 1109}",
            "{'2025': 475, '2026': 193}"
          ]
        },
        {
          "name": "by_year_mean",
          "arrow_type": "struct<2025: double, 2026: double>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "{'2025': -0.154, '2026': -0.259}",
            "{'2025': -0.046, '2026': 0.059}",
            "{'2025': -0.141, '2026': -0.279}"
          ]
        },
        {
          "name": "by_year_wr",
          "arrow_type": "struct<2025: double, 2026: double>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "{'2025': 45.02, '2026': 37.78}",
            "{'2025': 48.85, '2026': 53.83}",
            "{'2025': 45.26, '2026': 40.93}"
          ]
        }
      ]
    },
    {
      "table": "research_results/intraday_0935_1030_robust",
      "description": "",
      "representative_file": "intraday_0935_1030_robust.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7935,
      "rep_rows": 0,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "direction",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "entry",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "exit",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "filter",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": []
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "mean_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": []
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": []
        },
        {
          "name": "max_dd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "years_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "years_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "by_year_n",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "by_year_mean",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "by_year_wr",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "year_concentration",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        }
      ]
    },
    {
      "table": "research_results/intraday_0935_1030_STOPLOSS_apr22",
      "description": "",
      "representative_file": "intraday_0935_1030_STOPLOSS_apr22.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 483647,
      "rep_rows": 5125,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "hypo",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "H3_gapup_reversal_long",
            "H3_gapup_reversal_long",
            "H3_gapup_reversal_long"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "entry_min",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ALL",
            "ALL",
            "ALL"
          ]
        },
        {
          "name": "tp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "sl",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "tshift",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "10",
            "15"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "849",
            "849",
            "849"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            66.31331,
            73.262662,
            76.207303
          ]
        },
        {
          "name": "mean_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.236134,
            -0.279196,
            -0.272182
          ]
        },
        {
          "name": "std",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.389642,
            1.634201,
            1.781358
          ]
        },
        {
          "name": "sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            -2.697463,
            -2.712088,
            -2.425544
          ]
        },
        {
          "name": "2025Q2_n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "161",
            "161",
            "161"
          ]
        },
        {
          "name": "2025Q3_n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "266",
            "266",
            "266"
          ]
        },
        {
          "name": "2025Q4_n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "162",
            "162",
            "162"
          ]
        },
        {
          "name": "2026Q1_n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "251",
            "251",
            "251"
          ]
        },
        {
          "name": "2026Q2_n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "9",
            "9"
          ]
        },
        {
          "name": "2025Q2_wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            68.322981,
            76.397516,
            77.018634
          ]
        },
        {
          "name": "2025Q3_wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            65.789474,
            73.684211,
            77.819549
          ]
        },
        {
          "name": "2025Q4_wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            58.641975,
            64.814815,
            70.37037
          ]
        },
        {
          "name": "2026Q1_wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            70.517928,
            76.494024,
            78.087649
          ]
        },
        {
          "name": "2026Q2_wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "2025Q2_m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.278756,
            -0.33753,
            -0.370657
          ]
        },
        {
          "name": "2025Q3_m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.186368,
            -0.190463,
            -0.125352
          ]
        },
        {
          "name": "2025Q4_m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.301254,
            -0.358496,
            -0.369808
          ]
        },
        {
          "name": "2026Q1_m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.17141,
            -0.21893,
            -0.211828
          ]
        },
        {
          "name": "2026Q2_m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "q_pass",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "research_results/intraday_structure",
      "description": "",
      "representative_file": "intraday_structure.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1286129,
      "rep_rows": 12740,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-17",
            "2025-06-25",
            "2025-08-01"
          ]
        },
        {
          "name": "ret_30m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.551695,
            -2.003455,
            -3.034931
          ]
        },
        {
          "name": "ret_1h",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.555369,
            -1.830745,
            -2.136314
          ]
        },
        {
          "name": "ret_midday",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.085405,
            -2.176172,
            -2.024418
          ]
        },
        {
          "name": "ret_last_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.309664,
            -0.135595,
            -0.633132
          ]
        },
        {
          "name": "ret_last_30m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.690246,
            -0.070667,
            -0.106084
          ]
        },
        {
          "name": "drop_early_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            76.991111,
            79.104573,
            50.806391
          ]
        },
        {
          "name": "vol_first_hour_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.550393,
            35.670891,
            40.800896
          ]
        },
        {
          "name": "vol_last_hour_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.306148,
            8.605845,
            7.588031
          ]
        },
        {
          "name": "close_vs_vwap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            -1.471479,
            -0.567549,
            -1.520097
          ]
        },
        {
          "name": "max_dd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -6.446243,
            -2.622499,
            -4.500846
          ]
        },
        {
          "name": "bounce_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.187525,
            35.526365,
            0.0
          ]
        },
        {
          "name": "fc_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.539939,
            0.0,
            -1.119024
          ]
        }
      ]
    },
    {
      "table": "research_results/pm_0400_12m",
      "description": "",
      "representative_file": "pm_0400_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2286212,
      "rep_rows": 55722,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-26",
            "2026-02-18",
            "2026-02-19"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AA"
          ]
        },
        {
          "name": "p_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            113.48,
            60.01,
            59.99
          ]
        },
        {
          "name": "next_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-27",
            "2026-02-19",
            "2026-02-20"
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            59.93,
            60.0
          ]
        },
        {
          "name": "p_0430",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            60.11,
            60.03
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            null,
            60.11,
            60.03
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            null,
            59.93,
            60.0
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            220.0,
            309.0
          ]
        },
        {
          "name": "pm_first_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            null,
            59.93,
            60.0
          ]
        },
        {
          "name": "ret_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.133311,
            0.016669
          ]
        },
        {
          "name": "ret_0430",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            0.166639,
            0.066678
          ]
        }
      ]
    },
    {
      "table": "research_results/qqq_ah_5yr",
      "description": "",
      "representative_file": "qqq_ah_5yr.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 40117,
      "rep_rows": 1386,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2020-10-01",
            "2020-10-02",
            "2020-10-05"
          ]
        },
        {
          "name": "qqq_p1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            282.29,
            274.24,
            280.05
          ]
        },
        {
          "name": "qqq_p1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            282.6,
            273.1,
            279.57
          ]
        },
        {
          "name": "qqq_ah_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.109816,
            -0.415694,
            -0.171398
          ]
        }
      ]
    },
    {
      "table": "research_results/amc_18_overnight_may03/amc_18_master",
      "description": "",
      "representative_file": "amc_18_master.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2021062,
      "rep_rows": 2046,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAPL",
            "LVS",
            "META"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-28",
            "2021-01-28",
            "2021-01-28"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16:30",
            "16:10",
            "16:05"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-27",
            "2021-01-27",
            "2021-01-27"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            143.07,
            53.52,
            278.14
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            142.92,
            52.98,
            278.01
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            157611713.0,
            9109106.0,
            19086990.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            2.88,
            -1.22,
            1.33
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-25",
            "2021-01-25",
            "2021-01-25"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            143.6,
            52.98,
            278.1398
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            143.16,
            52.42,
            282.05
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            98390555.0,
            6812661.0,
            19373636.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.48,
            0.0,
            0.05
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-26",
            "2021-01-26",
            "2021-01-26"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            143.43,
            51.59,
            282.53
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            142.06,
            49.04,
            272.14
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            140843759.0,
            14922090.0,
            35346194.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.19,
            -1.58,
            0.17
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-27",
            "2021-01-27",
            "2021-01-27"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            139.52,
            49.18,
            277.18
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            137.09,
            49.08,
            265.0
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            142621128.0,
            14898246.0,
            37758844.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -1.79,
            0.29,
            1.85
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-28",
            "2021-01-28",
            "2021-01-28"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            135.83,
            49.01,
            265.3
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            131.96,
            48.09,
            258.33
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            177523812.0,
            11105280.0,
            30389499.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.92,
            -0.14,
            0.11
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-29",
            "2021-01-29",
            "2021-01-29"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            133.75,
            49.0,
            259.52
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            134.14,
            49.07,
            262.01
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            106239823.0,
            8370886.0,
            22914255.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.36,
            1.89,
            0.46
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-02-01",
            "2021-02-01",
            "2021-02-01"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            135.73,
            49.75,
            264.0
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            134.99,
            52.16,
            267.08
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            83305367.0,
            10098217.0,
            17320788.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.19,
            1.39,
            0.76
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-02-02",
            "2021-02-02",
            "2021-02-02"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3757197.0,
            36511.0,
            1453128.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Technology",
            "Consumer Discretionary",
            "Communications"
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            132282009.0,
            10281285.666667,
            24602273.333333
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-28",
            "2021-01-28",
            "2021-01-28"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            136.78,
            49.12,
            267.05
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            136.87,
            49.12,
            266.0
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            137.0,
            49.12,
            269.1
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            138.11,
            49.12,
            269.5
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            138.98,
            49.75,
            269.99
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            138.53,
            49.6,
            272.0
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            138.5,
            49.8001,
            272.0
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            141.0,
            50.3,
            276.03
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            140.78,
            50.3,
            276.24
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            139.52,
            49.25,
            277.23
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            142.12,
            50.75,
            284.99
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            134.5,
            49.0,
            265.1
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9691595.0,
            378516.0,
            2726981.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            468550.0,
            0.0,
            40194.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2129921.0,
            31427.0,
            284973.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7093124.0,
            347089.0,
            2401814.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "67",
            "23",
            "61"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "910",
            "900",
            "930"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "425",
            "705",
            "420"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            "AMC",
            "AMC"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Technology",
            "Consumer Cyclical",
            "Communication Services"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Electronics",
            "Resorts & Casinos",
            "Internet Content & Information"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_aligned",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.768371,
            -6.447921,
            -3.513561
          ]
        },
        {
          "name": "prev_3d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.601735,
            -7.436769,
            -2.111435
          ]
        },
        {
          "name": "mcap_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small",
            "small",
            "small"
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p50_200",
            "p20_50",
            "p200+"
          ]
        },
        {
          "name": "p_0800_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.484866,
            1.141925,
            -0.051444
          ]
        },
        {
          "name": "p_0830_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.505983,
            1.549959,
            -0.051444
          ]
        },
        {
          "name": "p_0900_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.746164,
            2.569331,
            1.429411
          ]
        },
        {
          "name": "p_0925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.787977,
            0.428222,
            1.870361
          ]
        },
        {
          "name": "pm_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            0.042236,
            3.486949,
            4.721834
          ]
        },
        {
          "name": "pm_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -5.321695,
            -0.081566,
            -2.586904
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.363931,
            3.568515,
            7.308738
          ]
        },
        {
          "name": "p_0800_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.528871,
            0.342857,
            0.346908
          ]
        },
        {
          "name": "p_0830_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.524934,
            0.4572,
            0.346908
          ]
        },
        {
          "name": "p_0900_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.853018,
            0.742857,
            0.549522
          ]
        },
        {
          "name": "p_0925_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.658793,
            0.142857,
            0.609854
          ]
        },
        {
          "name": "pm_drift_0400_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.279427,
            0.977199,
            1.853585
          ]
        },
        {
          "name": "moo_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -1.787977,
            0.285481,
            1.851988
          ]
        },
        {
          "name": "pm_vol_log",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.986395,
            5.578084,
            6.435682
          ]
        },
        {
          "name": "date_p0_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-28T00:00:00",
            "2021-01-28T00:00:00",
            "2021-01-28T00:00:00"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Thu",
            "Thu",
            "Thu"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "spy5d_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vxx_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_gross_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.714647,
            -0.846774,
            1.904412
          ]
        },
        {
          "name": "ret_net_long_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.584647,
            -0.976774,
            1.774412
          ]
        },
        {
          "name": "ret_net_short_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.844647,
            0.716774,
            -2.034412
          ]
        },
        {
          "name": "win_long_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "win_short_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.736462,
            -1.245178,
            1.904412
          ]
        },
        {
          "name": "ret_net_long_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.606462,
            -1.375178,
            1.774412
          ]
        },
        {
          "name": "ret_net_short_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.866462,
            1.115178,
            -2.034412
          ]
        },
        {
          "name": "win_long_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "win_short_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.049645,
            -2.22664,
            0.416621
          ]
        },
        {
          "name": "ret_net_long_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.179645,
            -2.35664,
            0.286621
          ]
        },
        {
          "name": "ret_net_short_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.919645,
            2.09664,
            -0.546621
          ]
        },
        {
          "name": "win_long_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "win_short_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            -0.142132,
            -0.018036
          ]
        },
        {
          "name": "ret_net_long_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.13,
            -0.272132,
            -0.148036
          ]
        },
        {
          "name": "ret_net_short_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.13,
            0.012132,
            -0.111964
          ]
        },
        {
          "name": "win_long_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "pmH_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            138.98,
            49.75,
            272.0
          ]
        },
        {
          "name": "pmL_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            136.78,
            49.12,
            266.0
          ]
        },
        {
          "name": "pos_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.795455,
            0.761905,
            1.0
          ]
        },
        {
          "name": "range_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.548641,
            1.284666,
            2.204748
          ]
        },
        {
          "name": "pmH_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            138.98,
            49.8001,
            272.0
          ]
        },
        {
          "name": "pmL_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            136.78,
            49.12,
            266.0
          ]
        },
        {
          "name": "pos_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.781818,
            1.0,
            1.0
          ]
        },
        {
          "name": "range_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.548641,
            1.386827,
            2.204748
          ]
        },
        {
          "name": "pmH_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            141.0,
            50.3,
            276.03
          ]
        },
        {
          "name": "pmL_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            136.78,
            49.12,
            266.0
          ]
        },
        {
          "name": "pos_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "range_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.970576,
            2.406199,
            3.685603
          ]
        },
        {
          "name": "pmH_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            141.0,
            50.3,
            277.23
          ]
        },
        {
          "name": "pmL_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            136.78,
            49.12,
            266.0
          ]
        },
        {
          "name": "pos_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.649289,
            0.110169,
            1.0
          ]
        },
        {
          "name": "range_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.970576,
            2.406199,
            4.126553
          ]
        },
        {
          "name": "pos_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HIGH",
            "HIGH",
            "HIGH"
          ]
        },
        {
          "name": "range_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng<2",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HIGH",
            "HIGH",
            "HIGH"
          ]
        },
        {
          "name": "range_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng<2",
            "rng<2",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HIGH",
            "HIGH",
            "HIGH"
          ]
        },
        {
          "name": "range_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng2_5",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "LOW",
            "HIGH"
          ]
        },
        {
          "name": "range_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng2_5",
            "rng2_5"
          ]
        },
        {
          "name": "pm_pos_0800_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "MIDL",
            "MIDL"
          ]
        },
        {
          "name": "pm_pos_0925_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "LOW",
            "MIDH"
          ]
        },
        {
          "name": "pm_range_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng5_10",
            "rng2_5",
            "rng5_10"
          ]
        },
        {
          "name": "gap_entry_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_dn2",
            "flat",
            "flat"
          ]
        },
        {
          "name": "prev_day_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pd_flat",
            "pd_dn5",
            "pd_dn2"
          ]
        },
        {
          "name": "date_m1_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-27T00:00:00",
            "2021-01-27T00:00:00",
            "2021-01-27T00:00:00"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-28",
            "2021-01-28",
            "2021-01-28"
          ]
        },
        {
          "name": "n_stories",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "22",
            "1",
            "16"
          ]
        },
        {
          "name": "n_guidance",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_analyst",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "11",
            "0",
            "10"
          ]
        },
        {
          "name": "n_call",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_earnings",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "1",
            "4"
          ]
        },
        {
          "name": "sum_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.0,
            1.5,
            21.0
          ]
        },
        {
          "name": "max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.25,
            1.5,
            2.25
          ]
        },
        {
          "name": "last_header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Credit Suisse Reiterates AAPL with Neutral, price target: $140 from $120",
            "Reports Q4 -$0.37 v -$0.30e, Rev $1.15B v $1.25Be",
            "Content oversight board issued first rulings; ruled that the company was wrong t"
          ]
        },
        {
          "name": "last_cat",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ANALYST",
            "EARNINGS",
            "OTHER"
          ]
        },
        {
          "name": "date_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-28T00:00:00",
            "2021-01-28T00:00:00",
            "2021-01-28T00:00:00"
          ]
        },
        {
          "name": "date_ah",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-28T00:00:00",
            "2021-01-28T00:00:00",
            "2021-01-28T00:00:00"
          ]
        },
        {
          "name": "p_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            136.69,
            49.08,
            265.3
          ]
        },
        {
          "name": "p_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            137.45,
            49.08,
            265.85
          ]
        },
        {
          "name": "p_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            137.0,
            49.0799,
            265.4
          ]
        },
        {
          "name": "p_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            137.0,
            49.0,
            265.03
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            137.57,
            49.2,
            266.3
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            136.01,
            48.85,
            264.66
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11522291.0,
            720200.0,
            1704388.0
          ]
        },
        {
          "name": "ret_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.291779,
            0.0,
            0.113208
          ]
        },
        {
          "name": "ret_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.262601,
            0.0,
            0.320755
          ]
        },
        {
          "name": "ret_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.06565,
            -0.000204,
            0.150943
          ]
        },
        {
          "name": "ret_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.06565,
            -0.162999,
            0.011321
          ]
        },
        {
          "name": "oc_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.741686,
            -0.203335,
            -4.394256
          ]
        },
        {
          "name": "ah_value_traded",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            1583738897.95,
            35347416.0,
            453111549.8
          ]
        },
        {
          "name": "ret_18_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.854015,
            -0.142421,
            -0.037679
          ]
        },
        {
          "name": "ret_18_moc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.678832,
            -2.016915,
            -2.663904
          ]
        },
        {
          "name": "ret_16_17",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.556003,
            0.0,
            0.207312
          ]
        },
        {
          "name": "ret_17_18",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.327392,
            -0.000204,
            -0.169268
          ]
        },
        {
          "name": "ret_18_19",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            -0.162796,
            -0.139412
          ]
        },
        {
          "name": "ret_16_18",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.226791,
            -0.000204,
            0.037693
          ]
        },
        {
          "name": "ah_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.141269,
            0.713121,
            0.618168
          ]
        },
        {
          "name": "high_at_p18_above_p16_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            0.643793,
            0.244499,
            0.376932
          ]
        },
        {
          "name": "low_at_p18_below_p16_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -0.497476,
            -0.468623,
            -0.241236
          ]
        },
        {
          "name": "ah_path",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "flat",
            "flat"
          ]
        },
        {
          "name": "atr_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "straddle_proxy_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "broke_straddle",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "broke_straddle_x",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "date_opt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "contract_pc_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vol_pc_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "otm_skew",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "total_opt_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "atm_call_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "atm_put_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "research_results/amc_18_overnight_may03/amc_18_master_v2",
      "description": "",
      "representative_file": "amc_18_master_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3039117,
      "rep_rows": 3746,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "INFY",
            "AAPL",
            "CCI"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-14",
            "2021-01-28",
            "2021-01-28"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16:12",
            "16:30",
            "16:15"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-13",
            "2021-01-27",
            "2021-01-27"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.68,
            143.07,
            160.05
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.76,
            142.92,
            160.89
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12222006.0,
            157611713.0,
            1720096.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.48,
            2.88,
            0.71
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-11",
            "2021-01-25",
            "2021-01-25"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.92,
            143.6,
            160.56
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.6,
            143.16,
            163.45
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10629060.0,
            98390555.0,
            1882755.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.85,
            0.48,
            -0.21
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-12",
            "2021-01-26",
            "2021-01-26"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            19.03,
            143.43,
            162.77
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.43,
            142.06,
            159.88
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18409876.0,
            140843759.0,
            1865995.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            2.31,
            0.19,
            -0.42
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-13",
            "2021-01-27",
            "2021-01-27"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.57,
            139.52,
            157.45
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.22,
            137.09,
            158.13
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13286135.0,
            142621128.0,
            2522464.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.76,
            -1.79,
            -1.52
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-14",
            "2021-01-28",
            "2021-01-28"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.19,
            135.83,
            156.13
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.17,
            131.96,
            159.26
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7442954.0,
            177523812.0,
            2569697.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.16,
            -0.92,
            -1.26
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-15",
            "2021-01-29",
            "2021-01-29"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.08,
            133.75,
            160.0
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.12,
            134.14,
            164.27
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7179563.0,
            106239823.0,
            1898541.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.5,
            1.36,
            0.46
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-19",
            "2021-02-01",
            "2021-02-01"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.37,
            135.73,
            165.08
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.4,
            134.99,
            165.61
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5408517.0,
            83305367.0,
            1608445.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.38,
            1.19,
            0.49
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-20",
            "2021-02-02",
            "2021-02-02"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            55723.0,
            3757197.0,
            36970.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Technology",
            "Technology",
            "Real Estate"
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13753647.333333,
            132282009.0,
            1822948.666667
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-14",
            "2021-01-28",
            "2021-01-28"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.74,
            136.78,
            157.75
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.58,
            136.87,
            157.75
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.58,
            137.0,
            157.75
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.58,
            138.11,
            157.75
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.66,
            138.98,
            156.5101
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.66,
            138.53,
            156.5101
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.51,
            138.5,
            157.0
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.59,
            141.0,
            157.0
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.51,
            140.78,
            157.85
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.51,
            139.52,
            157.85
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            18.74,
            142.12,
            157.98
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            18.51,
            134.5,
            156.51
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            310828.0,
            9691595.0,
            60001.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            329.0,
            468550.0,
            0.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10175.0,
            2129921.0,
            1492.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            300324.0,
            7093124.0,
            58509.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "15",
            "67",
            "9"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "400",
            "910",
            "930"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "835",
            "425",
            "825"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            "AMC",
            "AMC"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "Technology",
            "Real Estate"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "Consumer Electronics",
            "REIT - Specialty"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_aligned",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.913978,
            -0.768371,
            -2.184154
          ]
        },
        {
          "name": "prev_3d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.759062,
            -0.601735,
            -0.627758
          ]
        },
        {
          "name": "mcap_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small",
            "small",
            "small"
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p5_20",
            "p50_200",
            "p50_200"
          ]
        },
        {
          "name": "p_0800_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.247965,
            -2.484866,
            -2.107768
          ]
        },
        {
          "name": "p_0830_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.434075,
            -2.505983,
            -1.801351
          ]
        },
        {
          "name": "p_0900_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.86815,
            -0.746164,
            -1.801351
          ]
        },
        {
          "name": "p_0925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.434075,
            -1.787977,
            -1.269702
          ]
        },
        {
          "name": "pm_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            1.68204,
            0.042236,
            -1.188391
          ]
        },
        {
          "name": "pm_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            0.434075,
            -5.321695,
            -2.107831
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.247965,
            5.363931,
            0.91944
          ]
        },
        {
          "name": "p_0800_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.652174,
            0.528871,
            6.8e-05
          ]
        },
        {
          "name": "p_0830_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.524934,
            0.333333
          ]
        },
        {
          "name": "p_0900_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.347826,
            0.853018,
            0.333333
          ]
        },
        {
          "name": "p_0925_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.658793,
            0.911565
          ]
        },
        {
          "name": "pm_drift_0400_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.426894,
            1.279427,
            -0.78599
          ]
        },
        {
          "name": "moo_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.759631,
            -1.787977,
            -1.51989
          ]
        },
        {
          "name": "pm_vol_log",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.49252,
            6.986395,
            4.778158
          ]
        },
        {
          "name": "date_p0_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-14T00:00:00",
            "2021-01-28T00:00:00",
            "2021-01-28T00:00:00"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Thu",
            "Thu",
            "Thu"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "spy5d_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vxx_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_gross_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.482315,
            0.714647,
            0.600536
          ]
        },
        {
          "name": "ret_net_long_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.612315,
            0.584647,
            0.470536
          ]
        },
        {
          "name": "ret_net_short_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.352315,
            -0.844647,
            -0.730536
          ]
        },
        {
          "name": "win_long_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.324149,
            0.736462,
            0.286624
          ]
        },
        {
          "name": "ret_net_long_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.194149,
            0.606462,
            0.156624
          ]
        },
        {
          "name": "ret_net_short_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.454149,
            -0.866462,
            -0.416624
          ]
        },
        {
          "name": "win_long_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "win_short_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.107585,
            -1.049645,
            0.286624
          ]
        },
        {
          "name": "ret_net_long_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.237585,
            -1.179645,
            0.156624
          ]
        },
        {
          "name": "ret_net_short_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.022415,
            0.919645,
            -0.416624
          ]
        },
        {
          "name": "win_long_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "win_short_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.324149,
            0.0,
            -0.253405
          ]
        },
        {
          "name": "ret_net_long_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.194149,
            -0.13,
            -0.383405
          ]
        },
        {
          "name": "ret_net_short_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.454149,
            -0.13,
            0.123405
          ]
        },
        {
          "name": "win_long_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "pmH_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.74,
            138.98,
            157.75
          ]
        },
        {
          "name": "pmL_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.58,
            136.78,
            156.5101
          ]
        },
        {
          "name": "pos_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.795455,
            0.0
          ]
        },
        {
          "name": "range_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.86815,
            1.548641,
            0.775519
          ]
        },
        {
          "name": "pmH_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.74,
            138.98,
            157.75
          ]
        },
        {
          "name": "pmL_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.51,
            136.78,
            156.5101
          ]
        },
        {
          "name": "pos_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.781818,
            0.395113
          ]
        },
        {
          "name": "range_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.247965,
            1.548641,
            0.775519
          ]
        },
        {
          "name": "pmH_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.74,
            141.0,
            157.75
          ]
        },
        {
          "name": "pmL_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.51,
            136.78,
            156.5101
          ]
        },
        {
          "name": "pos_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.347826,
            1.0,
            0.395113
          ]
        },
        {
          "name": "range_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.247965,
            2.970576,
            0.775519
          ]
        },
        {
          "name": "pmH_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.74,
            141.0,
            157.85
          ]
        },
        {
          "name": "pmL_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.51,
            136.78,
            156.5101
          ]
        },
        {
          "name": "pos_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.649289,
            1.0
          ]
        },
        {
          "name": "range_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.247965,
            2.970576,
            0.838066
          ]
        },
        {
          "name": "pos_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "HIGH",
            "LOW"
          ]
        },
        {
          "name": "range_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng<2",
            "rng<2",
            "rng<2"
          ]
        },
        {
          "name": "pos_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            "HIGH",
            "MIDL"
          ]
        },
        {
          "name": "range_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng<2",
            "rng<2",
            "rng<2"
          ]
        },
        {
          "name": "pos_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDL",
            "HIGH",
            "MIDL"
          ]
        },
        {
          "name": "range_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng<2",
            "rng2_5",
            "rng<2"
          ]
        },
        {
          "name": "pos_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            "MIDH",
            "HIGH"
          ]
        },
        {
          "name": "range_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng<2",
            "rng2_5",
            "rng<2"
          ]
        },
        {
          "name": "pm_pos_0800_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "MIDH",
            "LOW"
          ]
        },
        {
          "name": "pm_pos_0925_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            "MIDH",
            "HIGH"
          ]
        },
        {
          "name": "pm_range_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng<2",
            "rng5_10",
            "rng<2"
          ]
        },
        {
          "name": "gap_entry_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "gap_dn2",
            "gap_dn2"
          ]
        },
        {
          "name": "prev_day_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pd_flat",
            "pd_flat",
            "pd_dn2"
          ]
        },
        {
          "name": "date_m1_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-13T00:00:00",
            "2021-01-27T00:00:00",
            "2021-01-27T00:00:00"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-14",
            "2021-01-28",
            "2021-01-28"
          ]
        },
        {
          "name": "n_stories",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "22",
            "5"
          ]
        },
        {
          "name": "n_guidance",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_analyst",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "11",
            "2"
          ]
        },
        {
          "name": "n_call",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_earnings",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "8",
            "1"
          ]
        },
        {
          "name": "sum_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            33.0,
            5.75
          ]
        },
        {
          "name": "max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.25,
            1.25
          ]
        },
        {
          "name": "last_header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO Capital Markets Reiterates INFY with Market Perform, price target: $21",
            "Credit Suisse Reiterates AAPL with Neutral, price target: $140 from $120",
            "Oppenheimer Reiterates CCI with Outperform, price target: $170"
          ]
        },
        {
          "name": "last_cat",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ANALYST",
            "ANALYST",
            "ANALYST"
          ]
        },
        {
          "name": "report_day",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-01-13T00:00:00",
            "2021-01-27T00:00:00",
            "2021-01-27T00:00:00"
          ]
        },
        {
          "name": "response_day",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-01-14T00:00:00",
            "2021-01-28T00:00:00",
            "2021-01-28T00:00:00"
          ]
        },
        {
          "name": "p_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.43,
            142.55,
            159.88
          ]
        },
        {
          "name": "p_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.53,
            142.61,
            null
          ]
        },
        {
          "name": "p_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.38,
            138.7,
            159.0
          ]
        },
        {
          "name": "p_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.53,
            137.46,
            159.0
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            18.53,
            145.0,
            160.15
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            18.38,
            137.0,
            159.0
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            304251.0,
            23902340.0,
            222884.0
          ]
        },
        {
          "name": "ret_16_18",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.271297,
            -2.700807,
            -0.550413
          ]
        },
        {
          "name": "ret_18_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.033732,
            0.591204,
            -0.974843
          ]
        },
        {
          "name": "ret_18_moc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.870511,
            -1.160779,
            -0.54717
          ]
        },
        {
          "name": "ah_value_traded",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            5637771.03,
            3408712707.4,
            35438556.0
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021",
            "2021",
            "2021"
          ]
        }
      ]
    },
    {
      "table": "research_results/amc_18_overnight_may03/amc_big_gap",
      "description": "",
      "representative_file": "amc_big_gap.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 116666,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GME"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-11"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-10"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.68
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.58
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4379288.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.78
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-06"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.92
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            30.34
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5836161.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.15
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-09"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            30.54
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            30.15
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11974428.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.66
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-10"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.02
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.55
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18039170.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -3.75
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-11"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            23.57
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.14
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            172324520.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -17.44
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-12"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.18
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.14
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            59849893.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.18
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-13"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.77
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            23.32
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            31522657.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            2.85
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-16"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10474.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary"
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7396625.666667
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-11"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.96
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.89
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.77
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.73
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.7
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.79
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.06
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.32
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.45
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            29.72
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            28.45
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1927568.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            54779.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            487663.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1385126.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "65"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "925"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "930"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Cyclical"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Specialty Retail"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.184055
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.911181
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            50.51
          ]
        },
        {
          "name": "ARKK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63.53
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.68839
          ]
        },
        {
          "name": "IWM_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            213.63
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            -36378.0
          ]
        },
        {
          "name": "imb_aligned",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            36378.0
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DN10+"
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.75
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.626236
          ]
        },
        {
          "name": "prev_3d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.926978
          ]
        },
        {
          "name": "mcap_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small"
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p20_50"
          ]
        },
        {
          "name": "p_0800_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.510779
          ]
        },
        {
          "name": "p_0830_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.615257
          ]
        },
        {
          "name": "p_0900_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.752902
          ]
        },
        {
          "name": "p_0925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.814262
          ]
        },
        {
          "name": "pm_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            -1.426202
          ]
        },
        {
          "name": "pm_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -5.638474
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.212272
          ]
        },
        {
          "name": "p_0800_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.267717
          ]
        },
        {
          "name": "p_0830_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.480315
          ]
        },
        {
          "name": "p_0900_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.685039
          ]
        },
        {
          "name": "p_0925_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.433071
          ]
        },
        {
          "name": "pm_drift_0400_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.587017
          ]
        },
        {
          "name": "moo_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -3.747927
          ]
        },
        {
          "name": "pm_vol_log",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.28501
          ]
        },
        {
          "name": "date_p0_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-11T00:00:00"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wed"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6"
          ]
        },
        {
          "name": "spy5d_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat"
          ]
        },
        {
          "name": "vxx_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            50.51
          ]
        },
        {
          "name": "ret_gross_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.798889
          ]
        },
        {
          "name": "ret_net_long_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.668889
          ]
        },
        {
          "name": "ret_net_short_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.928889
          ]
        },
        {
          "name": "win_long_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1"
          ]
        },
        {
          "name": "win_short_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.137646
          ]
        },
        {
          "name": "ret_net_long_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.267646
          ]
        },
        {
          "name": "ret_net_short_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.007646
          ]
        },
        {
          "name": "win_long_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0"
          ]
        },
        {
          "name": "win_short_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1"
          ]
        },
        {
          "name": "ret_gross_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.023192
          ]
        },
        {
          "name": "ret_net_long_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.153192
          ]
        },
        {
          "name": "ret_net_short_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.893192
          ]
        },
        {
          "name": "win_long_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0"
          ]
        },
        {
          "name": "win_short_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1"
          ]
        },
        {
          "name": "ret_gross_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.068966
          ]
        },
        {
          "name": "ret_net_long_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.061034
          ]
        },
        {
          "name": "ret_net_short_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.198966
          ]
        },
        {
          "name": "win_long_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0"
          ]
        },
        {
          "name": "win_short_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0"
          ]
        },
        {
          "name": "pmH_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.96
          ]
        },
        {
          "name": "pmL_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.7
          ]
        },
        {
          "name": "pos_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.346154
          ]
        },
        {
          "name": "range_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.862355
          ]
        },
        {
          "name": "pmH_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.06
          ]
        },
        {
          "name": "pmL_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.7
          ]
        },
        {
          "name": "pos_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0
          ]
        },
        {
          "name": "range_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.19403
          ]
        },
        {
          "name": "pmH_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.32
          ]
        },
        {
          "name": "pmL_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.7
          ]
        },
        {
          "name": "pos_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0
          ]
        },
        {
          "name": "range_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.056385
          ]
        },
        {
          "name": "pmH_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.45
          ]
        },
        {
          "name": "pmL_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.7
          ]
        },
        {
          "name": "pos_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.4
          ]
        },
        {
          "name": "range_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.487562
          ]
        },
        {
          "name": "pos_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDL"
          ]
        },
        {
          "name": "range_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng<2"
          ]
        },
        {
          "name": "pos_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HIGH"
          ]
        },
        {
          "name": "range_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng<2"
          ]
        },
        {
          "name": "pos_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HIGH"
          ]
        },
        {
          "name": "range_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDL"
          ]
        },
        {
          "name": "range_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5"
          ]
        },
        {
          "name": "pm_pos_0800_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDL"
          ]
        },
        {
          "name": "pm_pos_0925_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDL"
          ]
        },
        {
          "name": "pm_range_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5"
          ]
        },
        {
          "name": "gap_entry_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_dn2"
          ]
        },
        {
          "name": "prev_day_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pd_flat"
          ]
        },
        {
          "name": "date_m1_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-10T00:00:00"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-11"
          ]
        },
        {
          "name": "n_stories",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3"
          ]
        },
        {
          "name": "n_guidance",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0"
          ]
        },
        {
          "name": "n_analyst",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0"
          ]
        },
        {
          "name": "n_call",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0"
          ]
        },
        {
          "name": "n_earnings",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3"
          ]
        },
        {
          "name": "sum_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.5
          ]
        },
        {
          "name": "max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.5
          ]
        },
        {
          "name": "last_header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Reports Q1 $0.17 v -$0.12 y/y, Rev $732M v $882M y/y"
          ]
        },
        {
          "name": "last_cat",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EARNINGS"
          ]
        },
        {
          "name": "date_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-11T00:00:00"
          ]
        },
        {
          "name": "date_ah",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-11T00:00:00"
          ]
        },
        {
          "name": "p_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.481
          ]
        },
        {
          "name": "p_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.6493
          ]
        },
        {
          "name": "p_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.32
          ]
        },
        {
          "name": "p_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.21
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            28.55
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            24.83
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3980863.0
          ]
        },
        {
          "name": "ret_16_18",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -11.098627
          ]
        },
        {
          "name": "ret_18_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -6.911532
          ]
        },
        {
          "name": "ret_18_moc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -12.559242
          ]
        },
        {
          "name": "ah_value_traded",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            102106349.3459
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "test"
          ]
        }
      ]
    },
    {
      "table": "research_results/amc_18_overnight_may03/amc_big_gap_v2",
      "description": "",
      "representative_file": "amc_big_gap_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 495024,
      "rep_rows": 426,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SWKS",
            "Z",
            "DASH"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-29",
            "2021-02-11",
            "2021-02-26"
          ]
        },
        {
          "name": "ann_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16:02",
            "16:05",
            "16:05"
          ]
        },
        {
          "name": "ann_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-28",
            "2021-02-10",
            "2021-02-25"
          ]
        },
        {
          "name": "o_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            166.0,
            160.0,
            175.96
          ]
        },
        {
          "name": "c_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            163.13,
            163.27,
            173.5
          ]
        },
        {
          "name": "v_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1833824.0,
            3128879.0,
            3005365.0
          ]
        },
        {
          "name": "gap_pct_m3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.19,
            2.06,
            -1.18
          ]
        },
        {
          "name": "date_m3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-26",
            "2021-02-08",
            "2021-02-23"
          ]
        },
        {
          "name": "o_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            160.615,
            163.94,
            174.36
          ]
        },
        {
          "name": "c_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            155.85,
            168.72,
            176.32
          ]
        },
        {
          "name": "v_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2711629.0,
            4088867.0,
            1984048.0
          ]
        },
        {
          "name": "gap_pct_m2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -1.54,
            0.41,
            0.5
          ]
        },
        {
          "name": "date_m2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-27",
            "2021-02-09",
            "2021-02-24"
          ]
        },
        {
          "name": "o_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            159.99,
            170.05,
            174.41
          ]
        },
        {
          "name": "c_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            159.79,
            164.7,
            166.87
          ]
        },
        {
          "name": "v_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3866812.0,
            4517093.0,
            4005802.0
          ]
        },
        {
          "name": "gap_pct_m1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            2.66,
            0.79,
            -1.08
          ]
        },
        {
          "name": "date_m1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-28",
            "2021-02-10",
            "2021-02-25"
          ]
        },
        {
          "name": "o_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            187.7335,
            184.5766,
            155.5
          ]
        },
        {
          "name": "c_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            169.25,
            194.0,
            169.49
          ]
        },
        {
          "name": "v_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9055496.0,
            13697824.0,
            7579895.0
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            17.49,
            12.07,
            -6.81
          ]
        },
        {
          "name": "date_p0",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-29",
            "2021-02-11",
            "2021-02-26"
          ]
        },
        {
          "name": "o_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            174.3,
            193.0,
            171.44
          ]
        },
        {
          "name": "c_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            185.79,
            197.81,
            168.89
          ]
        },
        {
          "name": "v_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5643276.0,
            4349844.0,
            4146076.0
          ]
        },
        {
          "name": "gap_pct_p1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            2.98,
            -0.52,
            1.15
          ]
        },
        {
          "name": "date_p1",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-02-01",
            "2021-02-12",
            "2021-03-01"
          ]
        },
        {
          "name": "o_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            188.58,
            200.99,
            168.0
          ]
        },
        {
          "name": "c_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            185.49,
            199.9,
            160.59
          ]
        },
        {
          "name": "v_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3755493.0,
            5533912.0,
            5311725.0
          ]
        },
        {
          "name": "gap_pct_p2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.5,
            1.61,
            -0.53
          ]
        },
        {
          "name": "date_p2",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-02-02",
            "2021-02-16",
            "2021-03-02"
          ]
        },
        {
          "name": "o_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            186.47,
            196.01,
            156.69
          ]
        },
        {
          "name": "c_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            179.46,
            189.76,
            148.25
          ]
        },
        {
          "name": "v_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3185419.0,
            4913748.0,
            4070507.0
          ]
        },
        {
          "name": "gap_pct_p3",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.53,
            -1.95,
            -2.43
          ]
        },
        {
          "name": "date_p3",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-02-03",
            "2021-02-17",
            "2021-03-03"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8299.0,
            9742.0,
            67966.0
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Technology",
            "Communications",
            "Communications"
          ]
        },
        {
          "name": "avg_vol_pre",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2804088.333333,
            3911613.0,
            2998405.0
          ]
        },
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-29",
            "2021-02-11",
            "2021-02-26"
          ]
        },
        {
          "name": "p_0400",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            182.0,
            182.98,
            151.0
          ]
        },
        {
          "name": "p_0500",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            180.0,
            182.98,
            151.0
          ]
        },
        {
          "name": "p_0600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            179.3,
            182.98,
            148.0
          ]
        },
        {
          "name": "p_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            180.01,
            182.98,
            147.9
          ]
        },
        {
          "name": "p_0730",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            180.9,
            187.25,
            150.0
          ]
        },
        {
          "name": "p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            181.25,
            187.22,
            151.635
          ]
        },
        {
          "name": "p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            183.14,
            185.75,
            149.6099
          ]
        },
        {
          "name": "p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            186.74,
            185.75,
            154.5
          ]
        },
        {
          "name": "p_0915",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            187.5,
            184.06,
            154.79
          ]
        },
        {
          "name": "p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            188.0,
            185.0,
            156.3
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            189.2,
            192.0,
            166.7
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            177.65,
            182.1001,
            146.9
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            746321.0,
            842259.0,
            793982.0
          ]
        },
        {
          "name": "vol_0400_0700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10824.0,
            0.0,
            2042.0
          ]
        },
        {
          "name": "vol_0700_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            88385.0,
            101542.0,
            80374.0
          ]
        },
        {
          "name": "vol_0900_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            647112.0,
            740717.0,
            711566.0
          ]
        },
        {
          "name": "n_pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "46",
            "31",
            "29"
          ]
        },
        {
          "name": "pm_high_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "845",
            "735",
            "930"
          ]
        },
        {
          "name": "pm_low_time",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "930",
            "800",
            "700"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            "AMC",
            "AMC"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Technology",
            "Communication Services",
            "Consumer Cyclical"
          ]
        },
        {
          "name": "industry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Semiconductors",
            "Internet Content & Information",
            "Internet Retail"
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_aligned",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "UP10+",
            "UP10+",
            "DN10+"
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.528072,
            -2.382646,
            -5.359574
          ]
        },
        {
          "name": "prev_3d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.047447,
            0.87585,
            -3.821326
          ]
        },
        {
          "name": "mcap_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small",
            "small",
            "small"
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p50_200",
            "p50_200",
            "p50_200"
          ]
        },
        {
          "name": "p_0800_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.430127,
            13.673345,
            -9.129862
          ]
        },
        {
          "name": "p_0830_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.612929,
            12.780814,
            -10.343441
          ]
        },
        {
          "name": "p_0900_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16.865886,
            12.780814,
            -7.412956
          ]
        },
        {
          "name": "p_0925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.654421,
            12.32544,
            -6.334272
          ]
        },
        {
          "name": "pm_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            18.405407,
            16.575592,
            -0.101876
          ]
        },
        {
          "name": "pm_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            11.17717,
            10.564724,
            -11.9674
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.228237,
            6.010868,
            11.865524
          ]
        },
        {
          "name": "p_0800_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.311688,
            0.517167,
            0.239141
          ]
        },
        {
          "name": "p_0830_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.475325,
            0.36868,
            0.136864
          ]
        },
        {
          "name": "p_0900_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.787013,
            0.36868,
            0.383838
          ]
        },
        {
          "name": "p_0925_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.896104,
            0.292922,
            0.474747
          ]
        },
        {
          "name": "pm_drift_0400_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.412088,
            2.317193,
            0.42053
          ]
        },
        {
          "name": "moo_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            17.48764,
            12.068367,
            -6.813687
          ]
        },
        {
          "name": "pm_vol_log",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.872926,
            5.925446,
            5.899811
          ]
        },
        {
          "name": "date_p0_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-29T00:00:00",
            "2021-02-11T00:00:00",
            "2021-02-26T00:00:00"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fri",
            "Thu",
            "Fri"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "2"
          ]
        },
        {
          "name": "spy5d_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vxx_b",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_gross_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.577103,
            -1.411922,
            2.548884
          ]
        },
        {
          "name": "ret_net_long_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.447103,
            -1.541922,
            2.418884
          ]
        },
        {
          "name": "ret_net_short_p_0800",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.707103,
            1.281922,
            -2.678884
          ]
        },
        {
          "name": "win_long_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "win_short_p_0800",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.50819,
            -0.631709,
            3.936972
          ]
        },
        {
          "name": "ret_net_long_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.37819,
            -0.761709,
            3.806972
          ]
        },
        {
          "name": "ret_net_short_p_0830",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.63819,
            0.501709,
            -4.066972
          ]
        },
        {
          "name": "win_long_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "win_short_p_0830",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.532023,
            -0.631709,
            0.647249
          ]
        },
        {
          "name": "ret_net_long_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.402023,
            -0.761709,
            0.517249
          ]
        },
        {
          "name": "ret_net_short_p_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.662023,
            0.501709,
            -0.777249
          ]
        },
        {
          "name": "win_long_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "1"
          ]
        },
        {
          "name": "win_short_p_0900",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "ret_gross_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.141755,
            -0.228865,
            -0.511836
          ]
        },
        {
          "name": "ret_net_long_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.271755,
            -0.358865,
            -0.641836
          ]
        },
        {
          "name": "ret_net_short_p_0925",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.011755,
            0.098865,
            0.381836
          ]
        },
        {
          "name": "win_long_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "win_short_p_0925",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "pmH_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            182.0,
            187.25,
            151.635
          ]
        },
        {
          "name": "pmL_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            179.3,
            182.98,
            147.9
          ]
        },
        {
          "name": "pos_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.722222,
            0.992974,
            1.0
          ]
        },
        {
          "name": "range_ta_800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.689718,
            2.592593,
            2.238269
          ]
        },
        {
          "name": "pmH_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            183.14,
            187.25,
            151.635
          ]
        },
        {
          "name": "pmL_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            179.3,
            182.98,
            147.9
          ]
        },
        {
          "name": "pos_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.648712,
            0.457805
          ]
        },
        {
          "name": "range_ta_830",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.403154,
            2.592593,
            2.238269
          ]
        },
        {
          "name": "pmH_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            186.74,
            187.25,
            154.5
          ]
        },
        {
          "name": "pmL_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            179.3,
            182.98,
            147.9
          ]
        },
        {
          "name": "pos_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.648712,
            1.0
          ]
        },
        {
          "name": "range_ta_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.656111,
            2.592593,
            3.955175
          ]
        },
        {
          "name": "pmH_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            188.0,
            187.25,
            156.3
          ]
        },
        {
          "name": "pmL_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            179.3,
            182.98,
            147.9
          ]
        },
        {
          "name": "pos_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.473068,
            1.0
          ]
        },
        {
          "name": "range_ta_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.444646,
            2.592593,
            5.033859
          ]
        },
        {
          "name": "pos_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDH",
            "HIGH",
            "HIGH"
          ]
        },
        {
          "name": "range_ta_800_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng<2",
            "rng2_5",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HIGH",
            "MIDH",
            "MIDL"
          ]
        },
        {
          "name": "range_ta_830_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng2_5",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HIGH",
            "MIDH",
            "HIGH"
          ]
        },
        {
          "name": "range_ta_900_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng2_5",
            "rng2_5",
            "rng2_5"
          ]
        },
        {
          "name": "pos_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HIGH",
            "MIDL",
            "HIGH"
          ]
        },
        {
          "name": "range_ta_925_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng5_10",
            "rng2_5",
            "rng5_10"
          ]
        },
        {
          "name": "pm_pos_0800_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIDL",
            "MIDH",
            "LOW"
          ]
        },
        {
          "name": "pm_pos_0925_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HIGH",
            "MIDL",
            "MIDL"
          ]
        },
        {
          "name": "pm_range_b_LA",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng5_10",
            "rng5_10",
            "rng10_20"
          ]
        },
        {
          "name": "gap_entry_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_up10",
            "gap_up10",
            "gap_dn5"
          ]
        },
        {
          "name": "prev_day_b",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pd_up2",
            "pd_dn2",
            "pd_dn5"
          ]
        },
        {
          "name": "date_m1_dt",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-28T00:00:00",
            "2021-02-10T00:00:00",
            "2021-02-25T00:00:00"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-29",
            "2021-02-11",
            "2021-02-26"
          ]
        },
        {
          "name": "n_stories",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "4",
            "4"
          ]
        },
        {
          "name": "n_guidance",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "n_analyst",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6",
            "1",
            "3"
          ]
        },
        {
          "name": "n_call",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_earnings",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "1",
            "1"
          ]
        },
        {
          "name": "sum_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.5,
            5.0,
            4.5
          ]
        },
        {
          "name": "max_rating",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.5,
            1.5
          ]
        },
        {
          "name": "last_header",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO Capital Markets Reiterates SWKS with Outperform, price target: $220 from $19",
            "Jefferies Reiterates Z with Buy, price target: $215",
            "Barclays Reiterates DASH with Equal Weight, price target: $160 from $145"
          ]
        },
        {
          "name": "last_cat",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ANALYST",
            "ANALYST",
            "ANALYST"
          ]
        },
        {
          "name": "report_day",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-01-28T00:00:00",
            "2021-02-10T00:00:00",
            "2021-02-25T00:00:00"
          ]
        },
        {
          "name": "response_day",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-01-29T00:00:00",
            "2021-02-11T00:00:00",
            "2021-02-26T00:00:00"
          ]
        },
        {
          "name": "p_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            165.0,
            166.5,
            173.07
          ]
        },
        {
          "name": "p_1700",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            178.6601,
            182.65,
            145.5
          ]
        },
        {
          "name": "p_1800",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            183.5,
            184.0,
            147.0
          ]
        },
        {
          "name": "p_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            181.5,
            183.5,
            146.81
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            184.77,
            188.0,
            175.0
          ]
        },
        {
          "name": "ah_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            159.7,
            162.74,
            144.0
          ]
        },
        {
          "name": "ah_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1014409.0,
            832725.0,
            576828.0
          ]
        },
        {
          "name": "ret_16_18",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            11.212121,
            10.510511,
            -15.063269
          ]
        },
        {
          "name": "ret_18_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.307084,
            0.31337,
            5.782313
          ]
        },
        {
          "name": "ret_18_moc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -7.765668,
            5.434783,
            15.29932
          ]
        },
        {
          "name": "ah_value_traded",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            181234413.3809,
            152097221.25,
            83928474.0
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021",
            "2021",
            "2021"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "train",
            "train",
            "train"
          ]
        }
      ]
    },
    {
      "table": "research_results/amc_pm_to_open/amc_pump_events",
      "description": "",
      "representative_file": "amc_pump_events.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12404,
      "rep_rows": 88,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAOI",
            "AFRM",
            "AFRM"
          ]
        },
        {
          "name": "earn_date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-26",
            "2025-08-28",
            "2025-02-06"
          ]
        },
        {
          "name": "reaction_date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-27",
            "2025-08-29",
            "2025-02-07"
          ]
        },
        {
          "name": "classification",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            "AMC",
            "AMC"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Technology",
            "Financial Services",
            "Financial Services"
          ]
        },
        {
          "name": "beat_miss",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "+$0.11",
            "+$0.09",
            "+$0.44"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            53.645,
            79.98,
            61.805
          ]
        },
        {
          "name": "px_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63.97,
            93.93,
            69.6
          ]
        },
        {
          "name": "open_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            65.93,
            92.0,
            69.9
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            19.246901,
            17.44186,
            12.612248
          ]
        },
        {
          "name": "m30",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.063936,
            -2.054722,
            0.431034
          ]
        }
      ]
    },
    {
      "table": "research_results/amc_pm_to_open/events_all",
      "description": "",
      "representative_file": "events_all.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 42037,
      "rep_rows": 747,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAL",
            "AAL",
            "AAL"
          ]
        },
        {
          "name": "earn_date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-01-27",
            "2025-10-23",
            "2025-07-24"
          ]
        },
        {
          "name": "reaction_date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-01-27",
            "2025-10-23",
            "2025-07-24"
          ]
        },
        {
          "name": "classification",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "BMO"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "beat_miss",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-$0.22",
            "+$0.10",
            "+$0.16"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            14.57,
            12.07,
            12.6999
          ]
        },
        {
          "name": "px_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15.08,
            12.8311,
            11.88
          ]
        },
        {
          "name": "open_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            14.59,
            12.73,
            11.8
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            3.500343,
            6.305717,
            -6.455956
          ]
        },
        {
          "name": "m30",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.249337,
            -0.787929,
            -0.673401
          ]
        }
      ]
    },
    {
      "table": "research_results/amc_pm_to_open/events_v2",
      "description": "",
      "representative_file": "events_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 60374,
      "rep_rows": 817,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAL",
            "AAL",
            "AAL"
          ]
        },
        {
          "name": "earn_date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-07-25",
            "2024-10-24",
            "2025-01-23"
          ]
        },
        {
          "name": "reaction_date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-07-25",
            "2024-10-25",
            "2025-01-23"
          ]
        },
        {
          "name": "timing",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "AMC",
            "BMO"
          ]
        },
        {
          "name": "timing_source",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "heuristic",
            "heuristic",
            "heuristic"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Industrials",
            "Industrials",
            "Industrials"
          ]
        },
        {
          "name": "beat_miss",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "+$0.05",
            "+$0.14",
            "+$0.47"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            10.18,
            12.78,
            18.68
          ]
        },
        {
          "name": "px_0900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.88,
            12.85,
            17.75
          ]
        },
        {
          "name": "open_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            9.92,
            12.94,
            17.3
          ]
        },
        {
          "name": "moc_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            10.59,
            13.165,
            17.03
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -2.946955,
            0.547731,
            -4.978587
          ]
        },
        {
          "name": "m30_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.404858,
            0.700389,
            -2.535211
          ]
        },
        {
          "name": "moc_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-close auction reference",
          "sample_values": [
            7.186235,
            2.451362,
            -4.056338
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100/edges_passed",
      "description": "",
      "representative_file": "edges_passed.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12989,
      "rep_rows": 13,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "sector=Consumer Cyclical_x_gap_ge10",
            "gap_-10_-5_x_pmd_-5_-2",
            "sector=Basic Materials_x_gap_ge10"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "LONG",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            -1.0,
            2.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "125",
            "269",
            "55"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.256,
            0.267658,
            0.218182
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.251506,
            0.376478,
            0.272271
          ]
        },
        {
          "name": "pf_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.175668,
            1.519135,
            1.174127
          ]
        },
        {
          "name": "wl_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.416785,
            4.156521,
            4.207288
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "41",
            "195",
            "56"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.341463,
            0.297436,
            0.375
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.391218,
            1.350652,
            1.268264
          ]
        },
        {
          "name": "median_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.0,
            -1.0,
            -2.0
          ]
        },
        {
          "name": "mean_win_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.550642,
            6.903054,
            6.715369
          ]
        },
        {
          "name": "mean_loss_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.802558,
            -1.0,
            -2.0
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.171995,
            2.922461,
            2.014611
          ]
        },
        {
          "name": "wl_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.188848,
            6.903054,
            3.357685
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100/edges_passed_v2",
      "description": "",
      "representative_file": "edges_passed_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 14118,
      "rep_rows": 33,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_-10_-5_x_pmd_-5_-2_x_dvol_hi",
            "sector=Basic Materials_x_gap_ge10",
            "sector=Consumer Cyclical_x_gap_ge10"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.0,
            2.0,
            1.5
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            null,
            null
          ]
        },
        {
          "name": "N_tr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "42",
            "53",
            "121"
          ]
        },
        {
          "name": "WR_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.309524,
            0.207547,
            0.206612
          ]
        },
        {
          "name": "mean_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.084026,
            0.179066,
            0.119465
          ]
        },
        {
          "name": "pf_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.123613,
            1.112982,
            1.102259
          ]
        },
        {
          "name": "wl_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.506522,
            4.249569,
            4.232673
          ]
        },
        {
          "name": "N_te",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "55",
            "54",
            "40"
          ]
        },
        {
          "name": "WR_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.4,
            0.388889,
            0.325
          ]
        },
        {
          "name": "mean_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.508507,
            1.38931,
            1.36247
          ]
        },
        {
          "name": "mean_win_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.271268,
            6.715369,
            7.106913
          ]
        },
        {
          "name": "mean_loss_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.0,
            -2.0,
            -1.403372
          ]
        },
        {
          "name": "pf_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.514178,
            2.136708,
            2.438303
          ]
        },
        {
          "name": "wl_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.271268,
            3.357685,
            5.064167
          ]
        },
        {
          "name": "mask_indices",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100/events",
      "description": "",
      "representative_file": "events.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 32672783,
      "rep_rows": 294066,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HUBC",
            "HUBC",
            "HUBC"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-05-02T00:00:00",
            "2024-08-05T00:00:00",
            "2024-08-06T00:00:00"
          ]
        },
        {
          "name": "entry_o",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.14,
            0.77,
            0.7875
          ]
        },
        {
          "name": "exit_p",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.12,
            0.7322,
            0.7599
          ]
        },
        {
          "name": "max_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.2399,
            0.77,
            0.7875
          ]
        },
        {
          "name": "min_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.1,
            0.69,
            0.725
          ]
        },
        {
          "name": "ret_no_stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.754386,
            -4.909091,
            -3.504762
          ]
        },
        {
          "name": "mfe",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.763158,
            0.0,
            0.0
          ]
        },
        {
          "name": "mae",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.508772,
            -10.38961,
            -7.936508
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            6.542056,
            -0.194426,
            -7.743674
          ]
        },
        {
          "name": "pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.607477,
            -2.242385,
            -9.793814
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.333333,
            19.390244,
            12.644609
          ]
        },
        {
          "name": "pm_dvol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5478820.3488,
            716221.3051,
            301419.2773
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4515564.0,
            889211.0,
            384929.0
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.13,
            0.7542,
            0.77
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            1.35,
            0.899,
            0.8644
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            1.01,
            0.74,
            0.7551
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.07,
            0.7715,
            0.8536
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            13.829787,
            2.866667,
            10.857143
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            21.276596,
            10.4,
            24.649351
          ]
        },
        {
          "name": "pm_breakout",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pm_breakdown",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "has_earnings_d0_bmo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "has_earnings_d_minus1_amc",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "earn_beat",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "eps_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rev_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "mcap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_5_10",
            "gap_-2_0",
            "gap_-10_-5"
          ]
        },
        {
          "name": "pmd_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pmd_ge5",
            "pmd_-5_-2",
            "pmd_le-5"
          ]
        },
        {
          "name": "pmrng_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng_xhi",
            "rng_xhi",
            "rng_xhi"
          ]
        },
        {
          "name": "dvol_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dvol_5M_20M",
            "dvol_500K_1M",
            "dvol_lt500K"
          ]
        },
        {
          "name": "pdr_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pdr_ge3",
            "pdr_1_3",
            "pdr_ge3"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Thu",
            "Mon",
            "Tue"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v2/earnings_5y_edges",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_5y_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10143,
      "rep_rows": 6,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "has_earnings_d_minus1_amc_x_gap_2_5",
            "eps=eps_small_beat",
            "has_earnings_d_minus1_amc_x_atr_xhi"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            7.0,
            10.0
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "73",
            "80",
            "133"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.287671,
            0.3375,
            0.195489
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119068,
            0.0487,
            0.12543
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "36",
            "45",
            "91"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.472222,
            0.333333,
            0.230769
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.840973,
            0.775018,
            0.753217
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.925337,
            2.232174,
            1.981312
          ]
        },
        {
          "name": "wl_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.269494,
            4.464347,
            6.604373
          ]
        },
        {
          "name": "mean_win_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.705856,
            4.212008,
            6.59004
          ]
        },
        {
          "name": "mean_loss_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.827607,
            -0.943477,
            -0.99783
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v2/edges_v2",
      "description": "",
      "representative_file": "edges_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20504,
      "rep_rows": 81,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_le-10_x_px_20_50",
            "gap_le-10_x_rvol_2x",
            "gap_le-10_x_rvol_2x"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            3.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "313",
            "145",
            "145"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.351438,
            0.37931,
            0.158621
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.176408,
            1.752971,
            0.503648
          ]
        },
        {
          "name": "pf_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.941807,
            2.051938,
            1.603081
          ]
        },
        {
          "name": "wl_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.583516,
            3.357716,
            8.503298
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "159",
            "101",
            "101"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.36478,
            0.366337,
            0.207921
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.691312,
            1.631872,
            1.482079
          ]
        },
        {
          "name": "median_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.0,
            -3.0,
            -1.0
          ]
        },
        {
          "name": "mean_win_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.011078,
            9.02608,
            10.879417
          ]
        },
        {
          "name": "mean_loss_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.937861,
            -2.684855,
            -0.984722
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.373969,
            1.97442,
            2.900156
          ]
        },
        {
          "name": "wl_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.133981,
            3.36185,
            11.048213
          ]
        },
        {
          "name": "sharpe_pt_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            3.294511,
            3.420769,
            3.697702
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v2/events_v2",
      "description": "",
      "representative_file": "events_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 164187354,
      "rep_rows": 234798,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NVD",
            "NVD",
            "NVD"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-26T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-30T00:00:00"
          ]
        },
        {
          "name": "entry_o",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.5,
            4.98,
            5.04
          ]
        },
        {
          "name": "exit_p",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.1067,
            5.0802,
            4.93
          ]
        },
        {
          "name": "mfe",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.27273,
            5.421687,
            0.198416
          ]
        },
        {
          "name": "mae",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.454543,
            -0.200807,
            -3.670635
          ]
        },
        {
          "name": "ret_no_stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -7.15091,
            2.012052,
            -2.182543
          ]
        },
        {
          "name": "rth_dvol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16693057.0,
            13068845.0,
            7575559.0
          ]
        },
        {
          "name": "pm_dvol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1703455.7939,
            1249872.0945,
            649831.619
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            310861.0,
            250975.0,
            128928.0
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            5.41,
            4.9,
            4.96
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            5.64,
            5.05,
            5.09
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            5.4,
            4.86,
            4.96
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            5.5,
            4.99,
            5.05
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            null,
            4.97,
            4.96
          ]
        },
        {
          "name": "atr14_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dist_hi20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dist_lo20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rvol_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "win_lows",
          "arrow_type": "binary",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "<bytes:364>",
            "<bytes:364>",
            "<bytes:364>"
          ]
        },
        {
          "name": "win_highs",
          "arrow_type": "binary",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "<bytes:364>",
            "<bytes:364>",
            "<bytes:364>"
          ]
        },
        {
          "name": "win_close_at_11",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            5.1067,
            5.0802,
            4.93
          ]
        },
        {
          "name": "win_n_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "91",
            "91",
            "91"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            null,
            0.201207,
            1.612903
          ]
        },
        {
          "name": "pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.402414,
            1.814516
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.436229,
            3.877551,
            2.620968
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -9.636364,
            -0.401606
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            12.181818,
            6.024096
          ]
        },
        {
          "name": "pm_breakout",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pm_breakdown",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "has_earnings_d0_bmo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "has_earnings_d_minus1_amc",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "earn_beat",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "eps_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rev_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "gap_0_2",
            "gap_0_2"
          ]
        },
        {
          "name": "pmd_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "pmd_0_2",
            "pmd_0_2"
          ]
        },
        {
          "name": "pmrng_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng_hi",
            "rng_hi",
            "rng_mid"
          ]
        },
        {
          "name": "dvol_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dvol_1M_5M",
            "dvol_1M_5M",
            "dvol_500K_1M"
          ]
        },
        {
          "name": "pdr_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "pdr_le-3",
            "pdr_flat"
          ]
        },
        {
          "name": "price_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "na",
            "px_lt5",
            "px_lt5"
          ]
        },
        {
          "name": "atr_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "cum5_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "dh_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "rvol_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fri",
            "Mon",
            "Tue"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v2/walker_trades",
      "description": "",
      "representative_file": "walker_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 43106,
      "rep_rows": 1992,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TSLQ",
            "INHD",
            "TSLA"
          ]
        },
        {
          "name": "pm_dvol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15244870.5146,
            11218291.1743,
            2366694117.8583
          ]
        },
        {
          "name": "edge_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_le-10_x_px_20_50",
            "gap_ge10_x_px_lt5",
            "gap_b=gap_ge10"
          ]
        },
        {
          "name": "edge_side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "realized_gross",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.45163,
            7.0,
            -1.0
          ]
        },
        {
          "name": "day_rank",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "date_norm",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v3/1_wf_stability/survivors",
      "description": "",
      "representative_file": "survivors.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 18854,
      "rep_rows": 30,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_le-10_x_px_20_50",
            "gap_le-10_x_rvol_2x",
            "gap_le-10_x_rvol_2x"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            3.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "A1_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "A2_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "A3_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "cells_pass",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "cuts_2of3",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "no_full_neg",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "survives",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.176408,
            1.752971,
            0.503648
          ]
        },
        {
          "name": "mean_test_v2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.691312,
            1.631872,
            1.482079
          ]
        },
        {
          "name": "pf_test_v2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.373969,
            1.97442,
            2.900156
          ]
        },
        {
          "name": "sharpe_pt_test_v2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            3.294511,
            3.420769,
            3.697702
          ]
        },
        {
          "name": "cut_2024_09_A1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "cut_2025_01_A1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "cut_2025_04_A1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "cut_2025_09_A1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "cut_2024_09_A2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "cut_2025_01_A2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "cut_2025_04_A2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "cut_2025_09_A2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "A3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "A3_wins",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "4",
            "4"
          ]
        },
        {
          "name": "A3_avg_oos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.739573,
            -0.076298,
            -0.02643
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v3/1_wf_stability/wf_results",
      "description": "",
      "representative_file": "wf_results.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 27135,
      "rep_rows": 120,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_le-10_x_px_20_50",
            "gap_le-10_x_px_20_50",
            "gap_le-10_x_px_20_50"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            2.0,
            2.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "cut",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "cut_2024_09",
            "cut_2025_01",
            "cut_2025_04"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "71",
            "131",
            "195"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.42046,
            1.89677,
            1.599266
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "401",
            "341",
            "277"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321696,
            0.328446,
            0.33574
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.983246,
            1.139758,
            1.174287
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.749167,
            1.880272,
            1.923635
          ]
        },
        {
          "name": "wl_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.688166,
            3.844485,
            3.805902
          ]
        },
        {
          "name": "sh_pt_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.392421,
            2.635284,
            2.662317
          ]
        },
        {
          "name": "daily_sh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.439663,
            1.592594,
            1.867905
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            -0.138947,
            -0.240279,
            -0.143144
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            1.664612,
            1.838901,
            2.260457
          ]
        },
        {
          "name": "n_dates",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "195",
            "159",
            "130"
          ]
        },
        {
          "name": "A1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "A3_n_windows",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        },
        {
          "name": "A3_wins_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "5",
            "5"
          ]
        },
        {
          "name": "A3_avg_oos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.739573,
            0.739573,
            0.739573
          ]
        },
        {
          "name": "A3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v3/3_hedge_earnings/earnings_overlay_summary",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_overlay_summary.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 19912,
      "rep_rows": 10,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "rank",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "3"
          ]
        },
        {
          "name": "edge_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_ge10_x_c5_-10_-5"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "LONG",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            10.0,
            5.0
          ]
        },
        {
          "name": "N_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "155",
            "155",
            "120"
          ]
        },
        {
          "name": "N_on_earn",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "5"
          ]
        },
        {
          "name": "N_off_earn",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "152",
            "152",
            "115"
          ]
        },
        {
          "name": "pct_on_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.019355,
            0.019355,
            0.041667
          ]
        },
        {
          "name": "pt_mean_on",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.736573,
            3.696819,
            -1.0
          ]
        },
        {
          "name": "pt_pf_on",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.20972,
            12.090456,
            0.0
          ]
        },
        {
          "name": "pt_sh_on",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.127878,
            14.132535,
            0.0
          ]
        },
        {
          "name": "pt_mean_off",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.012314,
            1.171157,
            0.943394
          ]
        },
        {
          "name": "pt_pf_off",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.4939,
            2.679395,
            2.430619
          ]
        },
        {
          "name": "pt_sh_off",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.999012,
            4.837628,
            5.382987
          ]
        },
        {
          "name": "pt_mean_all",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.065042,
            1.220041,
            0.862419
          ]
        },
        {
          "name": "pt_sh_all",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.216807,
            5.029669,
            4.976926
          ]
        },
        {
          "name": "daily_sh_with_overlay",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.636261,
            6.139814,
            3.941008
          ]
        },
        {
          "name": "daily_sh_without_overlay",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.58273,
            6.096076,
            3.991508
          ]
        },
        {
          "name": "delta_daily_sh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.053531,
            0.043738,
            -0.0505
          ]
        },
        {
          "name": "p_value_boot",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            0.135,
            0.135,
            1.0
          ]
        },
        {
          "name": "q_pos_with",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "q_total_with",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "q_pos_without",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "q_total_without",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "a1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "a2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "a3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v3/3_hedge_earnings/hedge_pairs_all",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "hedge_pairs_all.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 63468,
      "rep_rows": 663,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "long_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2"
          ]
        },
        {
          "name": "long_stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "long_target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            7.0,
            7.0
          ]
        },
        {
          "name": "short_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_5_10_x_dh_at_hi",
            "gap_5_10_x_dh_at_hi",
            "gap_5_10_x_dh_at_hi"
          ]
        },
        {
          "name": "short_stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "short_target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            null,
            10.0
          ]
        },
        {
          "name": "n_overlap_days",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "36",
            "36",
            "36"
          ]
        },
        {
          "name": "n_full_days",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "112",
            "112",
            "112"
          ]
        },
        {
          "name": "corr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.143526,
            -0.124288,
            -0.121643
          ]
        },
        {
          "name": "sh_combined_overlap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.978477,
            10.83981,
            10.814807
          ]
        },
        {
          "name": "sh_combined_full",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.794371,
            5.486352,
            5.474851
          ]
        },
        {
          "name": "cum_overlap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            40.619635,
            40.60348,
            40.501788
          ]
        },
        {
          "name": "cum_full_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            60.358702,
            58.099818,
            57.951357
          ]
        },
        {
          "name": "maxdd_overlap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.706391,
            -2.706391,
            -2.706391
          ]
        },
        {
          "name": "maxdd_full_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.206391,
            -4.206391,
            -4.206391
          ]
        },
        {
          "name": "ci95_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.764684,
            6.61401,
            6.638035
          ]
        },
        {
          "name": "ci95_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16.266268,
            15.975325,
            15.975325
          ]
        },
        {
          "name": "q_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "q_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "a1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "a2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "a3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "long_n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "155",
            "155",
            "155"
          ]
        },
        {
          "name": "short_n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "162",
            "162",
            "162"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v3/3_hedge_earnings/hedge_pairs_top10",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "hedge_pairs_top10.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 17263,
      "rep_rows": 10,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "long_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2"
          ]
        },
        {
          "name": "long_stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "long_target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            7.0,
            7.0
          ]
        },
        {
          "name": "short_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_5_10_x_dh_at_hi",
            "gap_5_10_x_dh_at_hi",
            "gap_5_10_x_dh_at_hi"
          ]
        },
        {
          "name": "short_stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "short_target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            null,
            10.0
          ]
        },
        {
          "name": "n_overlap_days",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "36",
            "36",
            "36"
          ]
        },
        {
          "name": "n_full_days",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "112",
            "112",
            "112"
          ]
        },
        {
          "name": "corr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.143526,
            -0.124288,
            -0.121643
          ]
        },
        {
          "name": "sh_combined_overlap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.978477,
            10.83981,
            10.814807
          ]
        },
        {
          "name": "sh_combined_full",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.794371,
            5.486352,
            5.474851
          ]
        },
        {
          "name": "cum_overlap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            40.619635,
            40.60348,
            40.501788
          ]
        },
        {
          "name": "cum_full_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            60.358702,
            58.099818,
            57.951357
          ]
        },
        {
          "name": "maxdd_overlap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.706391,
            -2.706391,
            -2.706391
          ]
        },
        {
          "name": "maxdd_full_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.206391,
            -4.206391,
            -4.206391
          ]
        },
        {
          "name": "ci95_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.764684,
            6.61401,
            6.638035
          ]
        },
        {
          "name": "ci95_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16.266268,
            15.975325,
            15.975325
          ]
        },
        {
          "name": "q_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "q_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "a1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "a2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "a3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "long_n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "155",
            "155",
            "155"
          ]
        },
        {
          "name": "short_n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "162",
            "162",
            "162"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v3/3_hedge_earnings/hedge_top10_daily_series",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "hedge_top10_daily_series.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10705,
      "rep_rows": 1066,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "rank",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-09-02T00:00:00",
            "2025-09-03T00:00:00",
            "2025-09-04T00:00:00"
          ]
        },
        {
          "name": "long_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            0.0,
            -1.0,
            3.0
          ]
        },
        {
          "name": "short_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            0.95202,
            0.0,
            -1.0
          ]
        },
        {
          "name": "comb_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            0.47601,
            -0.5,
            1.0
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v3/4_regime_3y/auditor_results",
      "description": "",
      "representative_file": "auditor_results.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16651,
      "rep_rows": 30,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "idx",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_le-10_x_px_20_50",
            "gap_le-10_x_rvol_2x",
            "gap_le-10_x_rvol_2x"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            3.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "mean_test_main",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.691312,
            1.631872,
            1.482079
          ]
        },
        {
          "name": "pf_test_main",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.373969,
            1.97442,
            2.900156
          ]
        },
        {
          "name": "N_test_main",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "159",
            "101",
            "101"
          ]
        },
        {
          "name": "A1_vix_b_agree",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "A1_vix_b_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "A1_spy_b_agree",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "3"
          ]
        },
        {
          "name": "A1_spy_b_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "A1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A2_vix_pass",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "A2_spy_pass",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "A2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pre_testable",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "pre_N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "35",
            "0",
            "0"
          ]
        },
        {
          "name": "pre_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.228241,
            null,
            null
          ]
        },
        {
          "name": "pre_pf",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.190178,
            null,
            null
          ]
        },
        {
          "name": "A3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "A3_note",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "fail",
            "too_few_pre_events",
            "too_few_pre_events"
          ]
        },
        {
          "name": "all_3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "two_of_3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v3/4_regime_3y/regime_results",
      "description": "",
      "representative_file": "regime_results.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 50441,
      "rep_rows": 629,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_idx",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_le-10_x_px_20_50",
            "gap_le-10_x_px_20_50",
            "gap_le-10_x_px_20_50"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            2.0,
            2.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "regime_dim",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "vix_b",
            "vix_b",
            "vix_b"
          ]
        },
        {
          "name": "regime_val",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "low",
            "mid",
            "high"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "83",
            "284",
            "105"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.289157,
            0.334507,
            0.466667
          ]
        },
        {
          "name": "mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.209792,
            1.130701,
            2.843833
          ]
        },
        {
          "name": "pf",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.15197,
            1.87891,
            3.797186
          ]
        },
        {
          "name": "sharpe_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            0.793031,
            2.585448,
            6.539325
          ]
        },
        {
          "name": "sharpe_daily",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            0.975002,
            2.644739,
            3.773375
          ]
        },
        {
          "name": "boot_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.683551,
            0.743264,
            -4.945183
          ]
        },
        {
          "name": "boot_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.668453,
            4.263255,
            6.815601
          ]
        },
        {
          "name": "overall_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.349861,
            1.349861,
            1.349861
          ]
        },
        {
          "name": "overall_N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "472",
            "472",
            "472"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v4/A_indicators/layered_edges",
      "description": "",
      "representative_file": "layered_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 39927,
      "rep_rows": 227,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "7"
          ]
        },
        {
          "name": "base_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            10.0
          ]
        },
        {
          "name": "layer",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "atr_pm_lt2",
            "fl_lt30",
            "atr_pm_lt2"
          ]
        },
        {
          "name": "base_n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "180",
            "180",
            "180"
          ]
        },
        {
          "name": "base_n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "155",
            "155",
            "155"
          ]
        },
        {
          "name": "base_test_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.291145,
            1.291145,
            1.220041
          ]
        },
        {
          "name": "base_test_pf",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.80295,
            2.80295,
            2.767349
          ]
        },
        {
          "name": "base_test_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.16169,
            4.16169,
            6.096077
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "173",
            "159",
            "173"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "149",
            "140",
            "149"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.131213,
            0.185755,
            0.189208
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.310349,
            1.211261,
            1.236382
          ]
        },
        {
          "name": "sh_train_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.861522,
            1.187342,
            1.193012
          ]
        },
        {
          "name": "sh_test_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.311046,
            3.074261,
            5.041769
          ]
        },
        {
          "name": "sh_train_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.744709,
            2.379196,
            2.19915
          ]
        },
        {
          "name": "sh_test_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.291212,
            3.909892,
            6.311822
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.824692,
            2.695765,
            2.788553
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.129522,
            -0.251798,
            0.215746
          ]
        },
        {
          "name": "ci_low_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            0.446244,
            0.258632,
            0.638131
          ]
        },
        {
          "name": "a1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        },
        {
          "name": "a2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "a3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "wf_pass",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "wf_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "9",
            "9"
          ]
        },
        {
          "name": "survives_all",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v4/A_indicators/pm_indicators",
      "description": "",
      "representative_file": "pm_indicators.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 24624037,
      "rep_rows": 234798,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NVD",
            "NVD",
            "NVD"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-26T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-30T00:00:00"
          ]
        },
        {
          "name": "pm_rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            49.99476,
            52.616199,
            44.711367
          ]
        },
        {
          "name": "pm_macd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.007937,
            0.006386,
            0.003351
          ]
        },
        {
          "name": "pm_macd_sig",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.008734,
            0.011209,
            0.008116
          ]
        },
        {
          "name": "pm_macd_hist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.000797,
            -0.004823,
            -0.004765
          ]
        },
        {
          "name": "pm_bb_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.475694,
            0.459951,
            0.110852
          ]
        },
        {
          "name": "pm_stoch_k",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            55.555556,
            19.84127,
            7.888041
          ]
        },
        {
          "name": "pm_stoch_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            68.518519,
            14.761905,
            18.999152
          ]
        },
        {
          "name": "pm_adx",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.222613,
            17.115823,
            17.533959
          ]
        },
        {
          "name": "pm_di_plus",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            42.566003,
            37.336588,
            35.137893
          ]
        },
        {
          "name": "pm_di_minus",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.174057,
            42.778353,
            46.89441
          ]
        },
        {
          "name": "pm_atr14_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            0.231615,
            0.284309,
            0.195561
          ]
        },
        {
          "name": "pm_wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -50.0,
            -57.142857,
            -100.0
          ]
        },
        {
          "name": "pm_front_loaded_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.17578,
            0.122423,
            0.11387
          ]
        },
        {
          "name": "pm_front_loaded_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "lt30",
            "lt30",
            "lt30"
          ]
        },
        {
          "name": "pm_nz_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            124.0,
            118.0,
            75.0
          ]
        },
        {
          "name": "pm_range_pct_v4",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.436229,
            3.877551,
            2.620968
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v4/A_indicators/survivors",
      "description": "",
      "representative_file": "survivors.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 21735,
      "rep_rows": 32,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "25",
            "20",
            "10"
          ]
        },
        {
          "name": "base_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_ge10_x_c5_-10_-5",
            "gap_ge10_x_c5_-10_-5",
            "gap_ge10_x_c5_5_10"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.0,
            7.0,
            null
          ]
        },
        {
          "name": "layer",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "macd_hist_pos",
            "macd_hist_pos",
            "macd_hist_pos"
          ]
        },
        {
          "name": "base_n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "208",
            "208",
            "204"
          ]
        },
        {
          "name": "base_n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "120",
            "120",
            "113"
          ]
        },
        {
          "name": "base_test_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.862419,
            0.926481,
            1.139884
          ]
        },
        {
          "name": "base_test_pf",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.280274,
            2.265763,
            2.543987
          ]
        },
        {
          "name": "base_test_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.991508,
            4.035546,
            3.594298
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "100",
            "100",
            "102"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "64",
            "64",
            "60"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.508526,
            0.706443,
            0.648352
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.298559,
            1.441744,
            1.765492
          ]
        },
        {
          "name": "sh_train_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.125461,
            3.499452,
            2.704111
          ]
        },
        {
          "name": "sh_test_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.070393,
            6.313129,
            4.916878
          ]
        },
        {
          "name": "sh_train_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.36711,
            3.867927,
            2.652614
          ]
        },
        {
          "name": "sh_test_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.057579,
            6.60931,
            5.657173
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.130969,
            3.145851,
            3.40749
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.066071,
            2.573764,
            2.062874
          ]
        },
        {
          "name": "ci_low_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            0.431164,
            0.458521,
            0.445645
          ]
        },
        {
          "name": "a1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "a2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "a3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "wf_pass",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "9",
            "9"
          ]
        },
        {
          "name": "wf_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "9",
            "9"
          ]
        },
        {
          "name": "survives_all",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v4/B_crossasset/cross_asset_features",
      "description": "",
      "representative_file": "cross_asset_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 3638528,
      "rep_rows": 234798,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NVD",
            "NVD",
            "NVD"
          ]
        },
        {
          "name": "event_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-26T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-30T00:00:00"
          ]
        },
        {
          "name": "sec_etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.007948,
            0.026456,
            0.020692
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002456,
            0.039431,
            0.03326
          ]
        },
        {
          "name": "TLT_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.01182,
            -0.010208,
            -0.000225
          ]
        },
        {
          "name": "DXY_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.004844,
            -0.000346,
            -0.003805
          ]
        },
        {
          "name": "VIX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            55.2,
            53.4,
            52.68
          ]
        },
        {
          "name": "VIX_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.08,
            -0.130859,
            -0.072535
          ]
        },
        {
          "name": "pm_gap_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.00362,
            -0.002921
          ]
        },
        {
          "name": "pm_gap_QQQ",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.004802,
            -0.00372
          ]
        },
        {
          "name": "pm_gap_VIXY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.008982,
            0.00228
          ]
        },
        {
          "name": "pm_gap_UVXY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.015008,
            0.00282
          ]
        },
        {
          "name": "sector_PM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_relative_strength",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_5d_relative",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v4/B_crossasset/layered_edges",
      "description": "",
      "representative_file": "layered_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 31964,
      "rep_rows": 124,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "7"
          ]
        },
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            10.0
          ]
        },
        {
          "name": "layer",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pm_gap_SPY_LO",
            "pm_gap_QQQ_LO",
            "pm_gap_SPY_LO"
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "107",
            "104",
            "107"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "109",
            "109",
            "109"
          ]
        },
        {
          "name": "wr_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.271028,
            0.259615,
            0.271028
          ]
        },
        {
          "name": "wr_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.293578,
            0.302752,
            0.311927
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.164439,
            0.043384,
            0.258711
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.850597,
            0.897726,
            1.069035
          ]
        },
        {
          "name": "pf_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.227566,
            1.059378,
            1.35803
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.204092,
            2.287529,
            2.553664
          ]
        },
        {
          "name": "sh_pt_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.531001,
            3.718257,
            4.670322
          ]
        },
        {
          "name": "sh_d_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.16169,
            4.16169,
            6.096077
          ]
        },
        {
          "name": "sh_d_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.12921,
            0.623502,
            3.002322
          ]
        },
        {
          "name": "sh_d_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.787156,
            5.206,
            6.916248
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.625466,
            1.04431,
            0.820171
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            0.235669,
            0.345576,
            0.52158
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            2.844076,
            2.910742,
            2.583145
          ]
        },
        {
          "name": "wf_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "7",
            "7"
          ]
        },
        {
          "name": "wf_tot",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "A1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "all3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v4/B_crossasset/survivors",
      "description": "",
      "representative_file": "survivors.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 30628,
      "rep_rows": 112,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "22",
            "16",
            "16"
          ]
        },
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_ge10_x_c5_le-10",
            "gap_ge10_x_px_lt5",
            "gap_ge10_x_px_lt5"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            2.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            7.0,
            7.0
          ]
        },
        {
          "name": "layer",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DXY_5d_chg_LO",
            "VIX_level_MID",
            "TLT_5d_ret_HI"
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "168",
            "422",
            "356"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "107",
            "160",
            "199"
          ]
        },
        {
          "name": "wr_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.285714,
            0.298578,
            0.272472
          ]
        },
        {
          "name": "wr_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.345794,
            0.38125,
            0.376884
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.814757,
            0.624059,
            0.362689
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.624376,
            1.335114,
            1.326806
          ]
        },
        {
          "name": "pf_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.157354,
            1.445438,
            1.249813
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.482975,
            2.07888,
            2.064655
          ]
        },
        {
          "name": "sh_pt_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.92644,
            4.939424,
            4.873725
          ]
        },
        {
          "name": "sh_d_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.272744,
            7.356561,
            7.356561
          ]
        },
        {
          "name": "sh_d_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.786859,
            3.913598,
            2.569563
          ]
        },
        {
          "name": "sh_d_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.903104,
            11.519425,
            10.898455
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.63036,
            4.162863,
            3.541893
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            1.09688,
            0.741591,
            0.966555
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            2.787897,
            2.290641,
            2.368191
          ]
        },
        {
          "name": "wf_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "6"
          ]
        },
        {
          "name": "wf_tot",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "A1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "all3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v4/C_calendar/layered_edges",
      "description": "",
      "representative_file": "layered_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 37251,
      "rep_rows": 150,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            10.0
          ]
        },
        {
          "name": "layer_col",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dh20_b",
            "dl20_b",
            "dh20_b"
          ]
        },
        {
          "name": "layer_val",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<-10",
            ">10",
            "<-10"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "110",
            "101",
            "110"
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "93",
            "96",
            "93"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.258065,
            0.302083,
            0.27957
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.204825,
            1.80674,
            0.962262
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.623895,
            3.588761,
            2.335676
          ]
        },
        {
          "name": "sh_pt_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.739254,
            3.837833,
            4.167835
          ]
        },
        {
          "name": "sh_daily_layer_full",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.644688,
            3.002746,
            3.704496
          ]
        },
        {
          "name": "sh_daily_base_full",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.986673,
            2.986673,
            3.998568
          ]
        },
        {
          "name": "delta_sh_daily_full",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.341985,
            0.016073,
            -0.294073
          ]
        },
        {
          "name": "sh_daily_layer_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.53477,
            4.958003,
            5.34598
          ]
        },
        {
          "name": "sh_daily_base_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.16169,
            4.16169,
            6.096077
          ]
        },
        {
          "name": "delta_sh_daily_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.62692,
            0.796312,
            -0.750096
          ]
        },
        {
          "name": "ci_lo_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            0.017935,
            0.657676,
            0.307457
          ]
        },
        {
          "name": "ci_hi_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            2.954119,
            3.799869,
            2.134406
          ]
        },
        {
          "name": "n_dates_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "53",
            "59",
            "53"
          ]
        },
        {
          "name": "A1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        },
        {
          "name": "A2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A3_wins",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "10",
            "9"
          ]
        },
        {
          "name": "A3_avg_oos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.471908,
            1.422979,
            1.143603
          ]
        },
        {
          "name": "A3_n_windows",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        },
        {
          "name": "gate_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "all_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v4/C_calendar/multiday_features",
      "description": "",
      "representative_file": "multiday_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16739893,
      "rep_rows": 234798,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "_row",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NVD",
            "NVD",
            "NVD"
          ]
        },
        {
          "name": "ev_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-26T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-30T00:00:00"
          ]
        },
        {
          "name": "days_since_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_since_earn_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "unk",
            "unk",
            "unk"
          ]
        },
        {
          "name": "days_to_next_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_to_next_earn_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "unk",
            "unk",
            "unk"
          ]
        },
        {
          "name": "pre_earn_drift_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.032482,
            -0.295679,
            -0.203135
          ]
        },
        {
          "name": "pre5_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2_5",
            "<-10",
            "<-10"
          ]
        },
        {
          "name": "pre_earn_drift_10d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.164226,
            -0.016155,
            -0.065542
          ]
        },
        {
          "name": "pre10_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            ">15",
            "-3_3",
            "-7_-3"
          ]
        },
        {
          "name": "pre_earn_drift_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.159398,
            0.029116,
            0.033165
          ]
        },
        {
          "name": "pre20_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10_20",
            "-5_5",
            "-5_5"
          ]
        },
        {
          "name": "position_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.042171,
            0.013276,
            0.014057
          ]
        },
        {
          "name": "pos52_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "lo20",
            "lo20",
            "lo20"
          ]
        },
        {
          "name": "dist_20d_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            -0.193662,
            -0.37247,
            -0.366935
          ]
        },
        {
          "name": "dh20_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<-10",
            "<-10",
            "<-10"
          ]
        },
        {
          "name": "dist_20d_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            0.121479,
            -0.010121,
            0.004032
          ]
        },
        {
          "name": "dl20_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            ">10",
            "lt0",
            "0_2"
          ]
        },
        {
          "name": "consec_up_days",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            1.0
          ]
        },
        {
          "name": "consec_dn_days",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            0.0
          ]
        },
        {
          "name": "streak_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "dn2",
            "flat"
          ]
        },
        {
          "name": "atr20_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.893082,
            0.91875,
            0.956522
          ]
        },
        {
          "name": "atr_pct_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "explosive_q4",
            "explosive_q4",
            "explosive_q4"
          ]
        },
        {
          "name": "vol_20d_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.874214,
            0.875,
            0.875776
          ]
        },
        {
          "name": "vol_pct_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "explosive_q4",
            "explosive_q4",
            "explosive_q4"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_earn_cluster_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "cluster_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "prev_earn_d1_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_d1_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v4/C_calendar/survivors",
      "description": "",
      "representative_file": "survivors.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20661,
      "rep_rows": 7,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "14",
            "14",
            "17"
          ]
        },
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_ge10_x_atr_hi",
            "gap_ge10_x_atr_hi",
            "gap_ge10_x_dh_-20_-10"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.0,
            10.0,
            7.0
          ]
        },
        {
          "name": "layer_col",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dh20_b",
            "pos52_b",
            "pre5_b"
          ]
        },
        {
          "name": "layer_val",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<-10",
            "20_50",
            ">10"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "159",
            "133",
            "131"
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "108",
            "64",
            "114"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.314815,
            0.328125,
            0.315789
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.092674,
            1.534106,
            1.303582
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.594714,
            3.28332,
            2.905235
          ]
        },
        {
          "name": "sh_pt_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.789265,
            5.859557,
            5.850495
          ]
        },
        {
          "name": "sh_daily_layer_full",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.823319,
            3.60206,
            4.458498
          ]
        },
        {
          "name": "sh_daily_base_full",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.179047,
            2.179047,
            3.413065
          ]
        },
        {
          "name": "delta_sh_daily_full",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.644271,
            1.423013,
            1.045433
          ]
        },
        {
          "name": "sh_daily_layer_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.016757,
            6.472348,
            5.89282
          ]
        },
        {
          "name": "sh_daily_base_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.915574,
            4.915574,
            4.746029
          ]
        },
        {
          "name": "delta_sh_daily_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.101184,
            1.556775,
            1.146791
          ]
        },
        {
          "name": "ci_lo_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            0.278379,
            0.536573,
            0.475372
          ]
        },
        {
          "name": "ci_hi_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            2.000782,
            2.851202,
            1.904687
          ]
        },
        {
          "name": "n_dates_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "63",
            "44",
            "72"
          ]
        },
        {
          "name": "A1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A3_wins",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "6",
            "8"
          ]
        },
        {
          "name": "A3_avg_oos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.545901,
            0.796826,
            0.974444
          ]
        },
        {
          "name": "A3_n_windows",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        },
        {
          "name": "gate_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "all_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/joint_stack/events_v4_full",
      "description": "",
      "representative_file": "events_v4_full.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 207187132,
      "rep_rows": 234798,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "NVD",
            "NVD",
            "NVD"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-26T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-30T00:00:00"
          ]
        },
        {
          "name": "entry_o",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.5,
            4.98,
            5.04
          ]
        },
        {
          "name": "exit_p",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.1067,
            5.0802,
            4.93
          ]
        },
        {
          "name": "mfe",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.27273,
            5.421687,
            0.198416
          ]
        },
        {
          "name": "mae",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -7.454543,
            -0.200807,
            -3.670635
          ]
        },
        {
          "name": "ret_no_stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -7.15091,
            2.012052,
            -2.182543
          ]
        },
        {
          "name": "rth_dvol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16693057.0,
            13068845.0,
            7575559.0
          ]
        },
        {
          "name": "pm_dvol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1703455.7939,
            1249872.0945,
            649831.619
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            310861.0,
            250975.0,
            128928.0
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            5.41,
            4.9,
            4.96
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            5.64,
            5.05,
            5.09
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            5.4,
            4.86,
            4.96
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            5.5,
            4.99,
            5.05
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            null,
            4.97,
            4.96
          ]
        },
        {
          "name": "atr14_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dist_hi20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dist_lo20",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rvol_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "win_lows",
          "arrow_type": "binary",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "<bytes:364>",
            "<bytes:364>",
            "<bytes:364>"
          ]
        },
        {
          "name": "win_highs",
          "arrow_type": "binary",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "<bytes:364>",
            "<bytes:364>",
            "<bytes:364>"
          ]
        },
        {
          "name": "win_close_at_11",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            5.1067,
            5.0802,
            4.93
          ]
        },
        {
          "name": "win_n_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "91",
            "91",
            "91"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            null,
            0.201207,
            1.612903
          ]
        },
        {
          "name": "pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.402414,
            1.814516
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.436229,
            3.877551,
            2.620968
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -9.636364,
            -0.401606
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            12.181818,
            6.024096
          ]
        },
        {
          "name": "pm_breakout",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pm_breakdown",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "has_earnings_d0_bmo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "has_earnings_d_minus1_amc",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "earn_beat",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "eps_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rev_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gap_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "gap_0_2",
            "gap_0_2"
          ]
        },
        {
          "name": "pmd_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "pmd_0_2",
            "pmd_0_2"
          ]
        },
        {
          "name": "pmrng_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rng_hi",
            "rng_hi",
            "rng_mid"
          ]
        },
        {
          "name": "dvol_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "dvol_1M_5M",
            "dvol_1M_5M",
            "dvol_500K_1M"
          ]
        },
        {
          "name": "pdr_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "pdr_le-3",
            "pdr_flat"
          ]
        },
        {
          "name": "price_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "na",
            "px_lt5",
            "px_lt5"
          ]
        },
        {
          "name": "atr_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "cum5_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "dh_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "rvol_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Fri",
            "Mon",
            "Tue"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "pm_rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            49.99476,
            52.616199,
            44.711367
          ]
        },
        {
          "name": "pm_macd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.007937,
            0.006386,
            0.003351
          ]
        },
        {
          "name": "pm_macd_sig",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.008734,
            0.011209,
            0.008116
          ]
        },
        {
          "name": "pm_macd_hist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.000797,
            -0.004823,
            -0.004765
          ]
        },
        {
          "name": "pm_bb_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.475694,
            0.459951,
            0.110852
          ]
        },
        {
          "name": "pm_stoch_k",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            55.555556,
            19.84127,
            7.888041
          ]
        },
        {
          "name": "pm_stoch_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            68.518519,
            14.761905,
            18.999152
          ]
        },
        {
          "name": "pm_adx",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.222613,
            17.115823,
            17.533959
          ]
        },
        {
          "name": "pm_di_plus",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            42.566003,
            37.336588,
            35.137893
          ]
        },
        {
          "name": "pm_di_minus",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.174057,
            42.778353,
            46.89441
          ]
        },
        {
          "name": "pm_atr14_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            0.231615,
            0.284309,
            0.195561
          ]
        },
        {
          "name": "pm_wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -50.0,
            -57.142857,
            -100.0
          ]
        },
        {
          "name": "pm_front_loaded_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.17578,
            0.122423,
            0.11387
          ]
        },
        {
          "name": "pm_front_loaded_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "lt30",
            "lt30",
            "lt30"
          ]
        },
        {
          "name": "pm_nz_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            124.0,
            118.0,
            75.0
          ]
        },
        {
          "name": "pm_range_pct_v4",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.436229,
            3.877551,
            2.620968
          ]
        },
        {
          "name": "sec_etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.007948,
            0.026456,
            0.020692
          ]
        },
        {
          "name": "QQQ_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002456,
            0.039431,
            0.03326
          ]
        },
        {
          "name": "TLT_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.01182,
            -0.010208,
            -0.000225
          ]
        },
        {
          "name": "DXY_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.004844,
            -0.000346,
            -0.003805
          ]
        },
        {
          "name": "VIX_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            55.2,
            53.4,
            52.68
          ]
        },
        {
          "name": "VIX_5d_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.08,
            -0.130859,
            -0.072535
          ]
        },
        {
          "name": "pm_gap_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.00362,
            -0.002921
          ]
        },
        {
          "name": "pm_gap_QQQ",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.004802,
            -0.00372
          ]
        },
        {
          "name": "pm_gap_VIXY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.008982,
            0.00228
          ]
        },
        {
          "name": "pm_gap_UVXY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.015008,
            0.00282
          ]
        },
        {
          "name": "sector_PM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_relative_strength",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_5d_relative",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_since_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_since_earn_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "unk",
            "unk",
            "unk"
          ]
        },
        {
          "name": "days_to_next_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "days_to_next_earn_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "unk",
            "unk",
            "unk"
          ]
        },
        {
          "name": "pre_earn_drift_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.032482,
            -0.295679,
            -0.203135
          ]
        },
        {
          "name": "pre5_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2_5",
            "<-10",
            "<-10"
          ]
        },
        {
          "name": "pre_earn_drift_10d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.164226,
            -0.016155,
            -0.065542
          ]
        },
        {
          "name": "pre10_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            ">15",
            "-3_3",
            "-7_-3"
          ]
        },
        {
          "name": "pre_earn_drift_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.159398,
            0.029116,
            0.033165
          ]
        },
        {
          "name": "pre20_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10_20",
            "-5_5",
            "-5_5"
          ]
        },
        {
          "name": "position_52w",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.042171,
            0.013276,
            0.014057
          ]
        },
        {
          "name": "pos52_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "lo20",
            "lo20",
            "lo20"
          ]
        },
        {
          "name": "dist_20d_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            -0.193662,
            -0.37247,
            -0.366935
          ]
        },
        {
          "name": "dh20_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<-10",
            "<-10",
            "<-10"
          ]
        },
        {
          "name": "dist_20d_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            0.121479,
            -0.010121,
            0.004032
          ]
        },
        {
          "name": "dl20_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            ">10",
            "lt0",
            "0_2"
          ]
        },
        {
          "name": "consec_up_days",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            1.0
          ]
        },
        {
          "name": "consec_dn_days",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            0.0
          ]
        },
        {
          "name": "streak_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "flat",
            "dn2",
            "flat"
          ]
        },
        {
          "name": "atr20_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.893082,
            0.91875,
            0.956522
          ]
        },
        {
          "name": "atr_pct_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "explosive_q4",
            "explosive_q4",
            "explosive_q4"
          ]
        },
        {
          "name": "vol_20d_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.874214,
            0.875,
            0.875776
          ]
        },
        {
          "name": "vol_pct_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "explosive_q4",
            "explosive_q4",
            "explosive_q4"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_earn_cluster_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "cluster_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        },
        {
          "name": "prev_earn_d1_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "prev_d1_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "na",
            "na",
            "na"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/joint_stack/joint_2layer_candidates",
      "description": "",
      "representative_file": "joint_2layer_candidates.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 32252,
      "rep_rows": 186,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "base",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_ge10_x_c5_le-10",
            "gap_ge10_x_c5_le-10",
            "gap_ge10_x_c5_le-10"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            7.0,
            7.0
          ]
        },
        {
          "name": "layer_A",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rsi_50_70",
            "rsi_50_70",
            "rsi_50_70"
          ]
        },
        {
          "name": "layer_B",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DXY_5d_chg_LO",
            "sector_5d_relative_LO",
            "SPY_5d_ret_POS"
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "96",
            "109",
            "82"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "59",
            "107",
            "92"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.323585,
            1.260185,
            0.997542
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.454377,
            1.336431,
            1.670655
          ]
        },
        {
          "name": "sh_pt_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.366868,
            5.893936,
            7.252998
          ]
        },
        {
          "name": "sh_d_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.202692,
            6.183739,
            5.319946
          ]
        },
        {
          "name": "sh_d_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.68554,
            7.486005,
            8.47617
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.200212,
            2.932407,
            3.690435
          ]
        },
        {
          "name": "ci_lo_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            0.663585,
            0.785871,
            0.93104
          ]
        },
        {
          "name": "sh_d_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.272744,
            6.272744,
            6.272744
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.412796,
            1.213261,
            2.203426
          ]
        },
        {
          "name": "capacity_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.886199,
            27.360775,
            21.791768
          ]
        },
        {
          "name": "wf_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "7",
            "8"
          ]
        },
        {
          "name": "wf_tot",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "A1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "all3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/joint_stack/joint_3layer_candidates",
      "description": "",
      "representative_file": "joint_3layer_candidates.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 55413,
      "rep_rows": 545,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "base",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_ge10_x_c5_le-10",
            "gap_ge10_x_c5_le-10",
            "gap_ge10_x_c5_le-10"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            7.0,
            7.0
          ]
        },
        {
          "name": "layer_A",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "nz_gt200",
            "nz_gt200",
            "nz_gt200"
          ]
        },
        {
          "name": "layer_B",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DXY_5d_chg_LO",
            "DXY_5d_chg_LO",
            "DXY_5d_chg_LO"
          ]
        },
        {
          "name": "layer_C",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "days_since_earn_b=unk",
            "days_to_next_earn_b=unk",
            "pre5_b=<-10"
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "77",
            "70",
            "86"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "58",
            "56",
            "53"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.817545,
            0.999299,
            0.740569
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.409752,
            2.31133,
            2.42954
          ]
        },
        {
          "name": "sh_pt_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.722019,
            9.278729,
            9.799599
          ]
        },
        {
          "name": "sh_d_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.867382,
            4.998535,
            4.120011
          ]
        },
        {
          "name": "sh_d_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15.074856,
            14.155963,
            13.572495
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.367676,
            5.044827,
            5.440194
          ]
        },
        {
          "name": "ci_lo_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            1.965883,
            1.787391,
            1.616863
          ]
        },
        {
          "name": "sh_d_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.272744,
            6.272744,
            6.272744
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.802112,
            7.883219,
            7.299752
          ]
        },
        {
          "name": "sh_d_2layer",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.520432,
            13.520432,
            13.520432
          ]
        },
        {
          "name": "capacity_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16.585956,
            15.496368,
            17.070218
          ]
        },
        {
          "name": "wf_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "wf_tot",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "A1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "all3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/joint_stack/survivors_joint",
      "description": "",
      "representative_file": "survivors_joint.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 55441,
      "rep_rows": 547,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "base",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_ge10_x_c5_le-10",
            "gap_ge10_x_c5_le-10",
            "gap_ge10_x_c5_le-10"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            7.0,
            7.0
          ]
        },
        {
          "name": "layer_A",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "nz_gt200",
            "nz_gt200",
            "nz_gt200"
          ]
        },
        {
          "name": "layer_B",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TLT_5d_ret_HI",
            "DXY_5d_chg_LO",
            "DXY_5d_chg_LO"
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "64",
            "77",
            "77"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "29",
            "58",
            "58"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.305863,
            0.817545,
            0.817545
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.29046,
            2.409752,
            2.409752
          ]
        },
        {
          "name": "sh_pt_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.09178,
            9.722019,
            9.722019
          ]
        },
        {
          "name": "sh_d_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.491978,
            3.867382,
            3.867382
          ]
        },
        {
          "name": "sh_d_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15.18613,
            15.074856,
            15.074856
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.340256,
            5.367676,
            5.367676
          ]
        },
        {
          "name": "ci_lo_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            1.89746,
            1.965883,
            1.901105
          ]
        },
        {
          "name": "sh_d_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.272744,
            6.272744,
            6.272744
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.913386,
            8.802112,
            8.802112
          ]
        },
        {
          "name": "capacity_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.864407,
            16.585956,
            16.585956
          ]
        },
        {
          "name": "wf_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "wf_tot",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "A1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "all3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "n_layers",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "layer_C",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pos52_b=lo20",
            "days_since_earn_b=unk",
            "prev_d1_b=na"
          ]
        },
        {
          "name": "sh_d_2layer",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.387513,
            13.520432,
            13.520432
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/joint_stack/survivors_joint_real",
      "description": "",
      "representative_file": "survivors_joint_real.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 28933,
      "rep_rows": 120,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "base",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_ge10_x_c5_le-10",
            "gap_ge10_x_px_lt5",
            "gap_ge10_x_px_lt5"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            2.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            7.0,
            7.0
          ]
        },
        {
          "name": "layer_A",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "nz_gt200",
            "nz_gt200",
            "nz_gt200"
          ]
        },
        {
          "name": "layer_B",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DXY_5d_chg_LO",
            "TLT_5d_ret_HI",
            "TLT_5d_ret_HI"
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "70",
            "66",
            "61"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "53",
            "32",
            "31"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.677913,
            0.809135,
            1.240315
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.580484,
            3.591797,
            3.481855
          ]
        },
        {
          "name": "sh_pt_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.357634,
            12.945038,
            12.469671
          ]
        },
        {
          "name": "sh_d_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.12643,
            3.074776,
            5.294106
          ]
        },
        {
          "name": "sh_d_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.986025,
            14.78776,
            14.377867
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.884487,
            5.789062,
            5.497396
          ]
        },
        {
          "name": "ci_lo_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            1.844786,
            2.125,
            2.158514
          ]
        },
        {
          "name": "sh_d_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.272744,
            7.356561,
            7.356561
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.713281,
            7.431199,
            7.021305
          ]
        },
        {
          "name": "capacity_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15.133172,
            5.552561,
            5.121294
          ]
        },
        {
          "name": "wf_pos",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "wf_tot",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "A1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A2",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "A3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "all3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "n_layers",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "layer_C",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pos52_b=lo20",
            "pre10_b=<-15",
            "pre5_b=<-10"
          ]
        },
        {
          "name": "sh_d_2layer",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.520432,
            10.816786,
            10.816786
          ]
        },
        {
          "name": "layer_C_is_na",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/new_hypotheses/H1_layered_edges",
      "description": "",
      "representative_file": "H1_layered_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20805,
      "rep_rows": 24,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "25",
            "25",
            "19"
          ]
        },
        {
          "name": "base_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_ge10_x_c5_-10_-5",
            "gap_ge10_x_c5_-10_-5",
            "gap_ge10_x_px_lt5"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.0,
            5.0,
            7.0
          ]
        },
        {
          "name": "layer",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "m_burst_flag_off",
            "m_tick_up",
            "m_burst_ratio_lo"
          ]
        },
        {
          "name": "base_n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "208",
            "208",
            "895"
          ]
        },
        {
          "name": "base_n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "120",
            "120",
            "730"
          ]
        },
        {
          "name": "base_test_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.862419,
            0.862419,
            0.968332
          ]
        },
        {
          "name": "base_test_pf",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.280274,
            2.280274,
            2.29882
          ]
        },
        {
          "name": "base_test_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.991508,
            3.991508,
            7.579153
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "110",
            "110",
            "411"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "69",
            "67",
            "355"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.56412,
            0.169323,
            0.651418
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.578036,
            1.247158,
            0.882311
          ]
        },
        {
          "name": "sh_train_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.508308,
            1.150184,
            3.216996
          ]
        },
        {
          "name": "sh_test_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.526109,
            6.784731,
            4.162962
          ]
        },
        {
          "name": "sh_train_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.801726,
            1.313601,
            3.314968
          ]
        },
        {
          "name": "sh_test_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.207127,
            5.498536,
            5.545765
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.806718,
            3.01638,
            2.168732
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.784381,
            1.507028,
            -2.033387
          ]
        },
        {
          "name": "ci_low_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -0.132746,
            0.201893,
            0.507202
          ]
        },
        {
          "name": "a1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "a2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "a3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        },
        {
          "name": "wf_pass",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "7",
            "9"
          ]
        },
        {
          "name": "wf_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "9",
            "9"
          ]
        },
        {
          "name": "survives_all",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/new_hypotheses/H1_microstructure_features",
      "description": "",
      "representative_file": "H1_microstructure_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5665659,
      "rep_rows": 234798,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "last_5m_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1910.0,
            13601.0,
            9410.0
          ]
        },
        {
          "name": "prior_25m_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18906.0,
            50483.0,
            21318.0
          ]
        },
        {
          "name": "vol_burst_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.262668,
            0.754369,
            1.147669
          ]
        },
        {
          "name": "tape_accel_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.111903,
            -0.542625,
            -0.322165
          ]
        },
        {
          "name": "final_tick_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            1.0,
            -1.0
          ]
        },
        {
          "name": "vol_burst_flag",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            1.0
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/new_hypotheses/H1_survivors",
      "description": "",
      "representative_file": "H1_survivors.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 18390,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "25"
          ]
        },
        {
          "name": "base_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_ge10_x_c5_-10_-5"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.0
          ]
        },
        {
          "name": "layer",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "m_tick_up"
          ]
        },
        {
          "name": "base_n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "208"
          ]
        },
        {
          "name": "base_n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "120"
          ]
        },
        {
          "name": "base_test_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.862419
          ]
        },
        {
          "name": "base_test_pf",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.280274
          ]
        },
        {
          "name": "base_test_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.991508
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "110"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "67"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.169323
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.247158
          ]
        },
        {
          "name": "sh_train_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.150184
          ]
        },
        {
          "name": "sh_test_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.784731
          ]
        },
        {
          "name": "sh_train_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.313601
          ]
        },
        {
          "name": "sh_test_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.498536
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.01638
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.507028
          ]
        },
        {
          "name": "ci_low_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            0.201893
          ]
        },
        {
          "name": "a1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True"
          ]
        },
        {
          "name": "a2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True"
          ]
        },
        {
          "name": "a3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True"
          ]
        },
        {
          "name": "wf_pass",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7"
          ]
        },
        {
          "name": "wf_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9"
          ]
        },
        {
          "name": "survives_all",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/new_hypotheses/H2_halt_features",
      "description": "",
      "representative_file": "H2_halt_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 72823,
      "rep_rows": 234798,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "halt_days_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "halt_days_7d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "halt_today",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/new_hypotheses/H2_halt_news_features",
      "description": "",
      "representative_file": "H2_halt_news_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 83282,
      "rep_rows": 234798,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "halt_days_30d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "halt_days_7d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "halt_today",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "news_24h",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "news_7d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "news_velocity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/new_hypotheses/H2_layered_edges",
      "description": "",
      "representative_file": "H2_layered_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20361,
      "rep_rows": 22,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "15",
            "15",
            "15"
          ]
        },
        {
          "name": "base_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            7.0,
            7.0
          ]
        },
        {
          "name": "layer",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "halt7_zero",
            "news24_zero",
            "news_vel_lo"
          ]
        },
        {
          "name": "base_n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "180",
            "180",
            "180"
          ]
        },
        {
          "name": "base_n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "155",
            "155",
            "155"
          ]
        },
        {
          "name": "base_test_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.065042,
            1.065042,
            1.065042
          ]
        },
        {
          "name": "base_test_pf",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.587322,
            2.587322,
            2.587322
          ]
        },
        {
          "name": "base_test_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.582731,
            6.582731,
            6.582731
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "134",
            "179",
            "179"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "123",
            "148",
            "148"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.187439,
            0.277226,
            0.277226
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.957309,
            1.119274,
            1.119274
          ]
        },
        {
          "name": "sh_train_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.278347,
            1.766368,
            1.766368
          ]
        },
        {
          "name": "sh_test_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.790268,
            5.398378,
            5.398378
          ]
        },
        {
          "name": "sh_train_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.017555,
            2.852102,
            2.852102
          ]
        },
        {
          "name": "sh_test_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.839381,
            6.838356,
            6.838356
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.401774,
            2.673258,
            2.673258
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.74335,
            0.255625,
            0.255625
          ]
        },
        {
          "name": "ci_low_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            0.41181,
            0.597315,
            0.639574
          ]
        },
        {
          "name": "a1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        },
        {
          "name": "a2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "a3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "wf_pass",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "wf_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "9",
            "9"
          ]
        },
        {
          "name": "survives_all",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/new_hypotheses/H2_news_features",
      "description": "",
      "representative_file": "H2_news_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11075,
      "rep_rows": 234798,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "news_24h",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "news_7d",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "news_velocity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/new_hypotheses/H2_survivors",
      "description": "",
      "representative_file": "H2_survivors.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 18594,
      "rep_rows": 3,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "12",
            "17",
            "17"
          ]
        },
        {
          "name": "base_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_ge10_x_c5_le-10",
            "gap_ge10_x_c5_5_10",
            "gap_ge10_x_c5_5_10"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            10.0,
            10.0
          ]
        },
        {
          "name": "layer",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "halt30_zero",
            "news24_zero",
            "news_vel_lo"
          ]
        },
        {
          "name": "base_n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "419",
            "204",
            "204"
          ]
        },
        {
          "name": "base_n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "371",
            "113",
            "113"
          ]
        },
        {
          "name": "base_test_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.125862,
            1.008625,
            1.008625
          ]
        },
        {
          "name": "base_test_pf",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.909419,
            2.399752,
            2.399752
          ]
        },
        {
          "name": "base_test_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.552546,
            3.724695,
            3.724695
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "122",
            "196",
            "196"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "88",
            "102",
            "102"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.21516,
            0.351611,
            0.351611
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.502975,
            1.157516,
            1.157516
          ]
        },
        {
          "name": "sh_train_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.961169,
            1.798016,
            1.798016
          ]
        },
        {
          "name": "sh_test_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.863556,
            4.71158,
            4.71158
          ]
        },
        {
          "name": "sh_train_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.665137,
            1.994335,
            1.994335
          ]
        },
        {
          "name": "sh_test_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.547007,
            4.400124,
            4.400124
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.433972,
            2.630194,
            2.630194
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.994462,
            0.675429,
            0.675429
          ]
        },
        {
          "name": "ci_low_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            0.599077,
            0.168378,
            0.177918
          ]
        },
        {
          "name": "a1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "a2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "a3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "wf_pass",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6",
            "7",
            "7"
          ]
        },
        {
          "name": "wf_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "9",
            "9"
          ]
        },
        {
          "name": "survives_all",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/new_hypotheses/H4_layered_edges",
      "description": "",
      "representative_file": "H4_layered_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 21905,
      "rep_rows": 34,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "15",
            "15",
            "25"
          ]
        },
        {
          "name": "base_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_-10_-5_x_pmd_-5_-2",
            "gap_ge10_x_c5_-10_-5"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "LONG",
            "LONG",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            7.0,
            5.0
          ]
        },
        {
          "name": "layer",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "opex_wk_no",
            "eoq_no",
            "opex_wk_no"
          ]
        },
        {
          "name": "base_n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "180",
            "180",
            "208"
          ]
        },
        {
          "name": "base_n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "155",
            "155",
            "120"
          ]
        },
        {
          "name": "base_test_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.065042,
            1.065042,
            0.862419
          ]
        },
        {
          "name": "base_test_pf",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.587322,
            2.587322,
            2.280274
          ]
        },
        {
          "name": "base_test_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.582731,
            6.582731,
            3.991508
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "149",
            "159",
            "173"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "126",
            "137",
            "108"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.253269,
            0.182604,
            0.479496
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.839488,
            1.276037,
            0.958244
          ]
        },
        {
          "name": "sh_train_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.653434,
            1.22988,
            2.995803
          ]
        },
        {
          "name": "sh_test_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.269668,
            6.030394,
            5.459945
          ]
        },
        {
          "name": "sh_train_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.511763,
            2.142515,
            3.241739
          ]
        },
        {
          "name": "sh_test_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.166926,
            7.336373,
            4.804844
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.188488,
            2.986557,
            2.461015
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.415805,
            0.753642,
            0.813336
          ]
        },
        {
          "name": "ci_low_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            0.226966,
            0.728255,
            0.104203
          ]
        },
        {
          "name": "a1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        },
        {
          "name": "a2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        },
        {
          "name": "a3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "wf_pass",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "wf_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "9",
            "9"
          ]
        },
        {
          "name": "survives_all",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/new_hypotheses/H4_seasonality_features",
      "description": "",
      "representative_file": "H4_seasonality_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 285301,
      "rep_rows": 234798,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "dom",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "26",
            "29",
            "30"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "0",
            "1"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "2"
          ]
        },
        {
          "name": "month_of_q",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "ftdm",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "ltdm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "opex_wk",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "eoq",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "research_results/asymmetric_moo1100_v5/new_hypotheses/H4_survivors",
      "description": "",
      "representative_file": "H4_survivors.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 19443,
      "rep_rows": 9,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "edge_id",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "19",
            "19",
            "19"
          ]
        },
        {
          "name": "base_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_ge10_x_px_lt5",
            "gap_ge10_x_px_lt5",
            "gap_ge10_x_px_lt5"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "stop",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "target",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            7.0,
            7.0
          ]
        },
        {
          "name": "layer",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "mon",
            "fri",
            "moq_1"
          ]
        },
        {
          "name": "base_n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "895",
            "895",
            "895"
          ]
        },
        {
          "name": "base_n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "730",
            "730",
            "730"
          ]
        },
        {
          "name": "base_test_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.968332,
            0.968332,
            0.968332
          ]
        },
        {
          "name": "base_test_pf",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.29882,
            2.29882,
            2.29882
          ]
        },
        {
          "name": "base_test_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.579153,
            7.579153,
            7.579153
          ]
        },
        {
          "name": "n_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "221",
            "197",
            "278"
          ]
        },
        {
          "name": "n_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "191",
            "173",
            "310"
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.506253,
            0.95687,
            0.675268
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.508461,
            0.988439,
            1.344293
          ]
        },
        {
          "name": "sh_train_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.597606,
            4.435546,
            3.322358
          ]
        },
        {
          "name": "sh_test_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.487775,
            4.52524,
            5.886027
          ]
        },
        {
          "name": "sh_train_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.304547,
            6.131621,
            4.721033
          ]
        },
        {
          "name": "sh_test_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.811776,
            11.371842,
            11.021992
          ]
        },
        {
          "name": "pf_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.250907,
            2.315385,
            2.920418
          ]
        },
        {
          "name": "delta_sh_d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.232624,
            3.79269,
            3.44284
          ]
        },
        {
          "name": "ci_low_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            1.149492,
            0.782569,
            0.934825
          ]
        },
        {
          "name": "a1_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "a2_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "a3_pass",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "wf_pass",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "9",
            "9"
          ]
        },
        {
          "name": "wf_total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "9",
            "9"
          ]
        },
        {
          "name": "survives_all",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "research_results/borrow_log/2026-04-27",
      "description": "",
      "representative_file": "2026-04-27.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5712,
      "rep_rows": 10,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAAU",
            "AABB"
          ]
        },
        {
          "name": "snap_time",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-27T15:07:12.712219",
            "2026-04-27T15:07:12.712219",
            "2026-04-27T15:07:12.712219"
          ]
        },
        {
          "name": "TCR_Etb",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Velocity_Etb",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "Lynx_Etb",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "TCR_Blue_Etb",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "SAGE_Etb",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "TCR_OPT_Etb",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "any_etb",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "research_results/engine_v1_rerun_apr27/sub10_master",
      "description": "",
      "representative_file": "sub10_master.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 81108,
      "rep_rows": 318,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "event_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AIRE_20240425",
            "EBS_20240502",
            "KOSS_20240514"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AIRE",
            "EBS",
            "KOSS"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-25T00:00:00",
            "2024-05-02T00:00:00",
            "2024-05-14T00:00:00"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            1.16,
            1.93,
            4.37
          ]
        },
        {
          "name": "spike_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.87258,
            141.853023,
            18.097625
          ]
        },
        {
          "name": "volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            52111254.0,
            151504993.0,
            19694163.0
          ]
        },
        {
          "name": "exit_935",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            -2.033898,
            -15.993266
          ]
        },
        {
          "name": "exit_945",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            -10.508475,
            1.311448
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            -9.789831,
            7.0
          ]
        },
        {
          "name": "exit_1000",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            -8.823729,
            7.0
          ]
        },
        {
          "name": "exit_1030",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            -20.0,
            7.0
          ]
        },
        {
          "name": "exit_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            -20.0,
            7.0
          ]
        },
        {
          "name": "ptier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "$0.30-5",
            "$0.30-5",
            "$0.30-5"
          ]
        },
        {
          "name": "stier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "25x+",
            "25x+",
            "10-25x"
          ]
        },
        {
          "name": "has_halt",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "n_luld_pause",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "max_gap_min",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            5.0
          ]
        },
        {
          "name": "n_gaps_5plus",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "vol_early_share",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.147288,
            0.401242,
            0.141297
          ]
        },
        {
          "name": "vol_mid_share",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.59559,
            0.473385,
            0.548309
          ]
        },
        {
          "name": "vol_late_share",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.257122,
            0.125373,
            0.310395
          ]
        },
        {
          "name": "early_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.482759,
            39.896373,
            25.629291
          ]
        },
        {
          "name": "early_vs_pc_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            34.482759,
            68.65285,
            18.535469
          ]
        },
        {
          "name": "mid_change_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.974359,
            -8.889231,
            10.50289
          ]
        },
        {
          "name": "late_change_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.352941,
            -0.337838,
            4.035088
          ]
        },
        {
          "name": "pm_high_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            56.896552,
            83.419689,
            55.606407
          ]
        },
        {
          "name": "pm_close_vs_pc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            43.103448,
            52.849741,
            35.697941
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2014149.9,
            1068042.05,
            1088218.1
          ]
        },
        {
          "name": "p_900",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.68,
            2.87,
            6.06
          ]
        },
        {
          "name": "p_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.68,
            2.869,
            6.0
          ]
        },
        {
          "name": "direction_900_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            -0.034843,
            -0.990099
          ]
        },
        {
          "name": "broke_pre9_high",
          "arrow_type": "bool",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "broke_pre9_low",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pm_hod_rejected",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            43.103448,
            52.849741,
            35.697941
          ]
        }
      ]
    },
    {
      "table": "research_results/grpc_broker_bridge",
      "description": "",
      "representative_file": "2026-05-02.parquet",
      "file_count": 14,
      "is_sharded": true,
      "total_size_bytes": 132414,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "string",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-05-02T13:25:06.343072"
          ]
        },
        {
          "name": "strategy",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "_preflight"
          ]
        },
        {
          "name": "tag",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "preflight"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TSLA"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "B"
          ]
        },
        {
          "name": "size",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1"
          ]
        },
        {
          "name": "type",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MARKET"
          ]
        },
        {
          "name": "intent",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DAY"
          ]
        },
        {
          "name": "tif",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DAY"
          ]
        },
        {
          "name": "routing",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Default"
          ]
        },
        {
          "name": "destination",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ"
          ]
        },
        {
          "name": "price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            0.0
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T"
          ]
        },
        {
          "name": "dry_run",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True"
          ]
        },
        {
          "name": "cl_ord_id",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DRY-03441729F6F842FB"
          ]
        },
        {
          "name": "status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DRY"
          ]
        }
      ]
    },
    {
      "table": "research_results/imbalance_log",
      "description": "",
      "representative_file": "2026-05-07.parquet",
      "file_count": 11,
      "is_sharded": true,
      "total_size_bytes": 4733380,
      "rep_rows": 71080,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAAU",
            "AABB"
          ]
        },
        {
          "name": "snap_time",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-05-07T08:00:02.485658",
            "2026-05-07T08:00:02.485658",
            "2026-05-07T08:00:02.485658"
          ]
        },
        {
          "name": "ImbExch800",
          "arrow_type": "string",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ImbExch830",
          "arrow_type": "string",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ImbExch845",
          "arrow_type": "string",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ImbExch900",
          "arrow_type": "string",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ImbExch915",
          "arrow_type": "string",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ImbExch920",
          "arrow_type": "string",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ImbExch925",
          "arrow_type": "string",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ImbExch926",
          "arrow_type": "string",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "ImbExch928",
          "arrow_type": "string",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "",
            "",
            ""
          ]
        }
      ]
    },
    {
      "table": "research_results/m10r_6m_refresh/green_day_matched",
      "description": "",
      "representative_file": "green_day_matched.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8459627,
      "rep_rows": 61942,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-16T00:00:00",
            "2025-10-17T00:00:00",
            "2025-10-20T00:00:00"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            36.849998,
            36.580002,
            36.509998
          ]
        },
        {
          "name": "close_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            37.07,
            36.325001,
            36.98
          ]
        },
        {
          "name": "close_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            37.785,
            36.235001,
            37.18
          ]
        },
        {
          "name": "close_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            36.900002,
            36.235001,
            38.799999
          ]
        },
        {
          "name": "hi_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            37.900002,
            36.758999,
            37.240002
          ]
        },
        {
          "name": "lo_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.549999,
            35.961399,
            36.34
          ]
        },
        {
          "name": "hi_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            37.360001,
            36.758999,
            37.169998
          ]
        },
        {
          "name": "lo_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            36.549999,
            35.961399,
            36.34
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.597018,
            -0.697105,
            1.287322
          ]
        },
        {
          "name": "ret_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.537317,
            -0.943142,
            1.835119
          ]
        },
        {
          "name": "ret_1600",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.135693,
            -0.943142,
            6.272257
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            36.85,
            36.58,
            36.51
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            37.13,
            35.97,
            38.96
          ]
        },
        {
          "name": "prev_d0_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.986014,
            1.83763,
            -3.124158
          ]
        },
        {
          "name": "prev_d0_close_pos",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.808612,
            0.42963,
            0.294906
          ]
        },
        {
          "name": "prev_d0_body",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.440771,
            0.759837,
            -1.667578
          ]
        },
        {
          "name": "prev_vol_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.755183,
            0.858495,
            0.624145
          ]
        },
        {
          "name": "prev_volume",
          "arrow_type": "double",
          "nullable": true,
          "description": "Volume in shares",
          "sample_values": [
            5311014.0,
            5977998.0,
            4397913.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            36.46,
            37.13,
            35.97
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.069661,
            -1.481277,
            1.501246
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "22",
            "23"
          ]
        }
      ]
    },
    {
      "table": "research_results/m10r_6m_refresh/trades_6m_bracket",
      "description": "",
      "representative_file": "trades_6m_bracket.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2448298,
      "rep_rows": 4556,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-16T00:00:00",
            "2025-10-16T00:00:00",
            "2025-10-16T00:00:00"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            180.52,
            15.06,
            36.49
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            180.9573,
            15.08,
            36.62
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            179.01,
            14.87,
            36.2901
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            180.52,
            15.06,
            36.49
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            74986.0,
            943275.0,
            50731.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            180.8,
            14.99,
            36.31
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AEM",
            "AG",
            "AGI"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.155107,
            -0.464807,
            -0.493286
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            30.0,
            177.0,
            23.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            181.88,
            15.16,
            36.71
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            179.91,
            14.82,
            35.96
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            179.96,
            14.92,
            35.96
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            181.48,
            15.08,
            36.71
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13568.0,
            839266.0,
            16452.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.0,
            8.0,
            9.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            5.0,
            8.0,
            4.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.094992,
            2.294197,
            2.085651
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.844632,
            1.072386,
            2.085651
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1336.0,
            63076.0,
            1009.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9360.0,
            682996.0,
            14575.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            182.12,
            15.18,
            36.63
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            178.98,
            14.84,
            36.2704
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            297949.0,
            4165608.0,
            236272.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            180.52,
            15.06,
            36.52
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            187.5,
            15.69,
            37.54
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            178.98,
            14.84,
            36.1701
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            185.52,
            15.33,
            37.47
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3493080.0,
            32606486.0,
            4981896.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            178.74,
            14.87,
            36.03
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2619710.0,
            21677635.0,
            3791548.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            5.240861,
            0.850157,
            1.253928
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            74.365833,
            74.775532,
            68.12944
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.793219,
            3.093477,
            3.996669
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.760308,
            5.727763,
            3.787382
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.407796,
            5.237084,
            5.19708
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.99586,
            1.27774,
            1.276714
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.99586,
            1.27774,
            1.276714
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.155107,
            -0.464807,
            -0.493286
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            104484.0,
            10770.0,
            19318.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Metals & Mining",
            "Metals & Mining",
            "Metals & Mining"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13325.4,
            926966.35,
            15116.0
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.0,
            5.0,
            10.0
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.273466,
            0.273466,
            0.273466
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.068977,
            0.068977,
            0.068977
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.474657,
            0.474657,
            0.474657
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.066116,
            0.066116,
            0.066116
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.295338,
            0.295338,
            0.295338
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.099582,
            0.099582,
            0.099582
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.628084,
            0.628084,
            0.628084
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.313059,
            0.313059,
            0.313059
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.286614,
            -1.286614,
            -1.286614
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.988468,
            -0.988468,
            -0.988468
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.066189,
            -0.066189,
            -0.066189
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.209297,
            -0.209297,
            -0.209297
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.086655,
            0.086655,
            0.086655
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.049499,
            0.049499,
            0.049499
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.108157,
            -0.108157,
            -0.108157
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.035624,
            0.035624,
            0.035624
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.144228,
            1.144228,
            1.144228
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.578088,
            0.578088,
            0.578088
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.033436,
            0.033436,
            0.033436
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.007427,
            -0.007427,
            -0.007427
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.338528,
            0.338528,
            0.338528
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.02596,
            0.02596,
            0.02596
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.133948,
            0.133948,
            0.133948
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.007868,
            -0.007868,
            -0.007868
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.72,
            0.72,
            0.72
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.28,
            -0.28,
            -0.28
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.17,
            0.17,
            0.17
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2,
            0.2,
            0.2
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.29,
            0.29,
            0.29
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.19,
            0.19,
            0.19
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.3,
            0.3,
            0.3
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.21,
            0.21,
            0.21
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.25,
            0.25,
            0.25
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.08,
            0.08,
            0.08
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.93,
            0.93,
            0.93
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.63,
            0.63,
            0.63
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.15,
            0.15,
            0.15
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.17,
            -0.17,
            -0.17
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.26,
            0.26,
            0.26
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.64,
            0.64,
            0.64
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.6,
            0.6,
            0.6
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.57,
            0.57,
            0.57
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.56321,
            1.56321,
            1.56321
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.708925,
            2.708925,
            2.708925
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.544265,
            -1.544265,
            -1.544265
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.367669,
            0.367669,
            0.367669
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.128947,
            1.128947,
            1.128947
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.30669,
            0.30669,
            0.30669
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.906404,
            0.906404,
            0.906404
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.410554,
            1.410554,
            1.410554
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.072516,
            -0.072516,
            -0.072516
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.151566,
            1.151566,
            1.151566
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.087067,
            -0.087067,
            -0.087067
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.719942,
            0.719942,
            0.719942
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.558659,
            0.558659,
            0.558659
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.237557,
            0.237557,
            0.237557
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.39604,
            0.39604,
            0.39604
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.411117,
            8.411117,
            8.411117
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.069247,
            -0.069247,
            -0.069247
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.454072,
            -2.454072,
            -2.454072
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.179856,
            0.179856,
            0.179856
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.363055,
            0.363055,
            0.363055
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.898248,
            0.898248,
            0.898248
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.561859,
            6.561859,
            6.561859
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.674736,
            0.674736,
            0.674736
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.587814,
            0.587814,
            0.587814
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.449983,
            -0.449983,
            -0.449983
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.336407,
            -0.336407,
            -0.336407
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.555756,
            0.555756,
            0.555756
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.041285,
            2.041285,
            2.041285
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.607826,
            0.607826,
            0.607826
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.377715,
            -0.377715,
            -0.377715
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.340111,
            -1.340111,
            -1.340111
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2960499.65,
            19188459.15,
            3762050.75
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2751604.68,
            23493645.3,
            3627741.48
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16158.4,
            629783.15,
            26526.87
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            600276076.051,
            416410123.915,
            166907360.191
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.839687,
            1.332627,
            0.620201
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            648036201.6,
            499857430.38,
            186671643.12
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "entry_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            180.52,
            15.06,
            36.49
          ]
        },
        {
          "name": "ret_955_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.155107,
            -0.464807,
            -0.493286
          ]
        },
        {
          "name": "gap_pct_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.99586,
            1.27774,
            1.276714
          ]
        },
        {
          "name": "gap_abs_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.99586,
            1.27774,
            1.276714
          ]
        },
        {
          "name": "gap_pct_buggy_old",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.195815,
            0.66308,
            0.860394
          ]
        },
        {
          "name": "roll_52w_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            178.74,
            14.87,
            36.03
          ]
        },
        {
          "name": "roll_52w_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.99,
            5.24,
            17.54
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.99586,
            1.27774,
            1.276714
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            137.557573,
            187.40458,
            108.038769
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.410304,
            7.675597,
            5.783911
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.407796,
            5.237084,
            5.19708
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.023797,
            21.288744,
            2.678826
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            16.671018,
            47.960199,
            14.854957
          ]
        },
        {
          "name": "vol_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3218574.9,
            26003041.7,
            4292169.65
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.865951,
            6.052455,
            5.75909
          ]
        },
        {
          "name": "range_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.823658,
            6.327575,
            3.379291
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.93343,
            0.966667,
            0.949398
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.813935,
            0.833658,
            0.883364
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mega",
            "mid",
            "mid"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ultra",
            "ultra",
            "thick"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-2%",
            "0-2%",
            "0-2%"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025",
            "2025",
            "2025"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025Q4",
            "2025Q4",
            "2025Q4"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TEST",
            "TEST",
            "TEST"
          ]
        },
        {
          "name": "edist_5y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            54.0,
            5.0,
            54.0
          ]
        },
        {
          "name": "ann_time_5y",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            "AMC",
            "AMC"
          ]
        },
        {
          "name": "days_to_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.0,
            null,
            10.0
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            6.0,
            1.5
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B",
            "B+",
            "C"
          ]
        },
        {
          "name": "m10r_grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "A+",
            "B+"
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1000",
            "1500",
            "500"
          ]
        },
        {
          "name": "ret_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.155107,
            -0.464807,
            -0.493286
          ]
        },
        {
          "name": "pnl_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            1.551075,
            -6.972112,
            -2.466429
          ]
        },
        {
          "name": "ret_V1_Tight",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.8,
            -0.8,
            -0.493282
          ]
        },
        {
          "name": "why_V1_Tight",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SL",
            "SL",
            "TIMEOUT"
          ]
        },
        {
          "name": "ret_V2_Balanced",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.8,
            -1.2,
            0.739924
          ]
        },
        {
          "name": "why_V2_Balanced",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TP",
            "SL",
            "TIMEOUT"
          ]
        },
        {
          "name": "ret_V3_Wide",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "why_V3_Wide",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TP",
            "TP",
            "TP"
          ]
        },
        {
          "name": "ret_V4_Momo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.5,
            -1.0,
            1.000273
          ]
        },
        {
          "name": "why_V4_Momo",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TP",
            "SL",
            "TIMEOUT"
          ]
        },
        {
          "name": "ret_V5_Smart",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.25,
            -1.0,
            0.750136
          ]
        },
        {
          "name": "why_V5_Smart",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TRAIL",
            "SL",
            "TIMEOUT"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "157189",
            "157193",
            "157194"
          ]
        }
      ]
    },
    {
      "table": "research_results/m10r_6m_refresh/trades_6m_bracket_v2",
      "description": "",
      "representative_file": "trades_6m_bracket_v2.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2608342,
      "rep_rows": 4556,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-10-16T00:00:00",
            "2025-10-16T00:00:00",
            "2025-10-16T00:00:00"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            180.52,
            15.06,
            36.49
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            180.9573,
            15.08,
            36.62
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            179.01,
            14.87,
            36.2901
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            180.52,
            15.06,
            36.49
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            74986.0,
            943275.0,
            50731.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            180.8,
            14.99,
            36.31
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AEM",
            "AG",
            "AGI"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.155107,
            -0.464807,
            -0.493286
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            30.0,
            177.0,
            23.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            181.88,
            15.16,
            36.71
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            179.91,
            14.82,
            35.96
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            179.96,
            14.92,
            35.96
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            181.48,
            15.08,
            36.71
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13568.0,
            839266.0,
            16452.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.0,
            8.0,
            9.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            5.0,
            8.0,
            4.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.094992,
            2.294197,
            2.085651
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.844632,
            1.072386,
            2.085651
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1336.0,
            63076.0,
            1009.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9360.0,
            682996.0,
            14575.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            182.12,
            15.18,
            36.63
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            178.98,
            14.84,
            36.2704
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            297949.0,
            4165608.0,
            236272.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            180.52,
            15.06,
            36.52
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            187.5,
            15.69,
            37.54
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            178.98,
            14.84,
            36.1701
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            185.52,
            15.33,
            37.47
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3493080.0,
            32606486.0,
            4981896.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            178.74,
            14.87,
            36.03
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2619710.0,
            21677635.0,
            3791548.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            5.240861,
            0.850157,
            1.253928
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            74.365833,
            74.775532,
            68.12944
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.793219,
            3.093477,
            3.996669
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.760308,
            5.727763,
            3.787382
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.407796,
            5.237084,
            5.19708
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.99586,
            1.27774,
            1.276714
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.99586,
            1.27774,
            1.276714
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.155107,
            -0.464807,
            -0.493286
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            104484.0,
            10770.0,
            19318.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Metals & Mining",
            "Metals & Mining",
            "Metals & Mining"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13325.4,
            926966.35,
            15116.0
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.0,
            5.0,
            10.0
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.273466,
            0.273466,
            0.273466
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.068977,
            0.068977,
            0.068977
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.474657,
            0.474657,
            0.474657
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.066116,
            0.066116,
            0.066116
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.295338,
            0.295338,
            0.295338
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.099582,
            0.099582,
            0.099582
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.628084,
            0.628084,
            0.628084
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.313059,
            0.313059,
            0.313059
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.286614,
            -1.286614,
            -1.286614
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.988468,
            -0.988468,
            -0.988468
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.066189,
            -0.066189,
            -0.066189
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.209297,
            -0.209297,
            -0.209297
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.086655,
            0.086655,
            0.086655
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.049499,
            0.049499,
            0.049499
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.108157,
            -0.108157,
            -0.108157
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.035624,
            0.035624,
            0.035624
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.144228,
            1.144228,
            1.144228
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.578088,
            0.578088,
            0.578088
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.033436,
            0.033436,
            0.033436
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.007427,
            -0.007427,
            -0.007427
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.338528,
            0.338528,
            0.338528
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.02596,
            0.02596,
            0.02596
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.133948,
            0.133948,
            0.133948
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.007868,
            -0.007868,
            -0.007868
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.72,
            0.72,
            0.72
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.28,
            -0.28,
            -0.28
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.17,
            0.17,
            0.17
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2,
            0.2,
            0.2
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.29,
            0.29,
            0.29
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.19,
            0.19,
            0.19
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.3,
            0.3,
            0.3
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.21,
            0.21,
            0.21
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.25,
            0.25,
            0.25
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.08,
            0.08,
            0.08
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.93,
            0.93,
            0.93
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.63,
            0.63,
            0.63
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.15,
            0.15,
            0.15
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.17,
            -0.17,
            -0.17
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.26,
            0.26,
            0.26
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.64,
            0.64,
            0.64
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.6,
            0.6,
            0.6
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.57,
            0.57,
            0.57
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.56321,
            1.56321,
            1.56321
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.708925,
            2.708925,
            2.708925
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.544265,
            -1.544265,
            -1.544265
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.367669,
            0.367669,
            0.367669
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.128947,
            1.128947,
            1.128947
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.30669,
            0.30669,
            0.30669
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.906404,
            0.906404,
            0.906404
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.410554,
            1.410554,
            1.410554
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.072516,
            -0.072516,
            -0.072516
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.151566,
            1.151566,
            1.151566
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.087067,
            -0.087067,
            -0.087067
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.719942,
            0.719942,
            0.719942
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.558659,
            0.558659,
            0.558659
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.237557,
            0.237557,
            0.237557
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.39604,
            0.39604,
            0.39604
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.411117,
            8.411117,
            8.411117
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.069247,
            -0.069247,
            -0.069247
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.454072,
            -2.454072,
            -2.454072
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.179856,
            0.179856,
            0.179856
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.363055,
            0.363055,
            0.363055
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.898248,
            0.898248,
            0.898248
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.561859,
            6.561859,
            6.561859
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.674736,
            0.674736,
            0.674736
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.587814,
            0.587814,
            0.587814
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.449983,
            -0.449983,
            -0.449983
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.336407,
            -0.336407,
            -0.336407
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.555756,
            0.555756,
            0.555756
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.041285,
            2.041285,
            2.041285
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.607826,
            0.607826,
            0.607826
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.377715,
            -0.377715,
            -0.377715
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.340111,
            -1.340111,
            -1.340111
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2960499.65,
            19188459.15,
            3762050.75
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2751604.68,
            23493645.3,
            3627741.48
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16158.4,
            629783.15,
            26526.87
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            600276076.051,
            416410123.915,
            166907360.191
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.839687,
            1.332627,
            0.620201
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            648036201.6,
            499857430.38,
            186671643.12
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "0",
            "0"
          ]
        },
        {
          "name": "entry_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            180.52,
            15.06,
            36.49
          ]
        },
        {
          "name": "ret_955_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.155107,
            -0.464807,
            -0.493286
          ]
        },
        {
          "name": "gap_pct_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.99586,
            1.27774,
            1.276714
          ]
        },
        {
          "name": "gap_abs_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.99586,
            1.27774,
            1.276714
          ]
        },
        {
          "name": "gap_pct_buggy_old",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.195815,
            0.66308,
            0.860394
          ]
        },
        {
          "name": "roll_52w_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            178.74,
            14.87,
            36.03
          ]
        },
        {
          "name": "roll_52w_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.99,
            5.24,
            17.54
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.99586,
            1.27774,
            1.276714
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            137.557573,
            187.40458,
            108.038769
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.410304,
            7.675597,
            5.783911
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.407796,
            5.237084,
            5.19708
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.023797,
            21.288744,
            2.678826
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            16.671018,
            47.960199,
            14.854957
          ]
        },
        {
          "name": "vol_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3218574.9,
            26003041.7,
            4292169.65
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.865951,
            6.052455,
            5.75909
          ]
        },
        {
          "name": "range_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.823658,
            6.327575,
            3.379291
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.93343,
            0.966667,
            0.949398
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.813935,
            0.833658,
            0.883364
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "mega",
            "mid",
            "mid"
          ]
        },
        {
          "name": "liq_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ultra",
            "ultra",
            "thick"
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "g[-1,1]",
            "g[1,3]",
            "g[1,3]"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "month",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025",
            "2025",
            "2025"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025Q4",
            "2025Q4",
            "2025Q4"
          ]
        },
        {
          "name": "split",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TEST",
            "TEST",
            "TEST"
          ]
        },
        {
          "name": "edist_5y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            54.0,
            5.0,
            54.0
          ]
        },
        {
          "name": "ann_time_5y",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            "AMC",
            "AMC"
          ]
        },
        {
          "name": "days_to_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.0,
            null,
            10.0
          ]
        },
        {
          "name": "tag_guidance_up",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_y1",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_up_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_dn_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_withdraw_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_guidance_reaffirm_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_upgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_downgrade_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_pt_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_beat_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_miss_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_approve_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_fda_reject_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_acquirer_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_ma_target_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_dividend_cut_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_buyback_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_offering_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_split_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "tag_debt_raise_3d",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            6.0,
            1.5
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B",
            "B+",
            "C"
          ]
        },
        {
          "name": "m10r_grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "A+",
            "B+"
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1000",
            "1500",
            "500"
          ]
        },
        {
          "name": "ret_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.155107,
            -0.464807,
            -0.493286
          ]
        },
        {
          "name": "pnl_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            1.551075,
            -6.972112,
            -2.466429
          ]
        },
        {
          "name": "ret_V1_Tight",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.8,
            -0.8,
            -0.493282
          ]
        },
        {
          "name": "why_V1_Tight",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SL",
            "SL",
            "TIMEOUT"
          ]
        },
        {
          "name": "ret_V2_Balanced",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.8,
            -1.2,
            0.739924
          ]
        },
        {
          "name": "why_V2_Balanced",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TP",
            "SL",
            "TIMEOUT"
          ]
        },
        {
          "name": "ret_V3_Wide",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "why_V3_Wide",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TP",
            "TP",
            "TP"
          ]
        },
        {
          "name": "ret_V4_Momo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.5,
            -1.0,
            1.000273
          ]
        },
        {
          "name": "why_V4_Momo",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TP",
            "SL",
            "TIMEOUT"
          ]
        },
        {
          "name": "ret_V5_Smart",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.25,
            -1.0,
            0.750136
          ]
        },
        {
          "name": "why_V5_Smart",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TRAIL",
            "SL",
            "TIMEOUT"
          ]
        },
        {
          "name": "ret_V6_SL15_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.171506,
            2.893094,
            1.000273
          ]
        },
        {
          "name": "why_V6_SL15_1100",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TIMEOUT",
            "TIMEOUT",
            "TIMEOUT"
          ]
        },
        {
          "name": "ret_V7_Hold_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.171506,
            2.893094,
            1.000273
          ]
        },
        {
          "name": "why_V7_Hold_1100",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TIMEOUT",
            "TIMEOUT",
            "TIMEOUT"
          ]
        },
        {
          "name": "ret_V8_SL10_1030",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.420784,
            -1.0,
            0.739924
          ]
        },
        {
          "name": "why_V8_SL10_1030",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TIMEOUT",
            "SL",
            "TIMEOUT"
          ]
        },
        {
          "name": "ret_V9_SL20_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.171506,
            2.893094,
            1.000273
          ]
        },
        {
          "name": "why_V9_SL20_1100",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TIMEOUT",
            "TIMEOUT",
            "TIMEOUT"
          ]
        },
        {
          "name": "ret_V10_SL10_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.171506,
            -1.0,
            1.000273
          ]
        },
        {
          "name": "why_V10_SL10_1100",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TIMEOUT",
            "SL",
            "TIMEOUT"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "157189",
            "157193",
            "157194"
          ]
        }
      ]
    },
    {
      "table": "research_results/moc_1900_apr27/data/daily_pnl_long_2y",
      "description": "",
      "representative_file": "daily_pnl_long_2y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 22608,
      "rep_rows": 314,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17",
            "2024-04-24",
            "2024-04-30"
          ]
        },
        {
          "name": "n_trades",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "2",
            "2"
          ]
        },
        {
          "name": "mean_gross_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.364583,
            -0.553928,
            -0.488904
          ]
        },
        {
          "name": "mean_hedged_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.267972,
            0.5945,
            0.147829
          ]
        },
        {
          "name": "median_hedged_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.267972,
            0.5945,
            0.147829
          ]
        },
        {
          "name": "pos_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            50.0,
            50.0
          ]
        },
        {
          "name": "spy_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.096611,
            -1.148429,
            -0.636733
          ]
        },
        {
          "name": "cum_hedged_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.267972,
            0.862472,
            1.010302
          ]
        }
      ]
    },
    {
      "table": "research_results/moc_1900_apr27/data/signals_long_2y",
      "description": "",
      "representative_file": "signals_long_2y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 122315,
      "rep_rows": 898,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-09-19",
            "2024-11-07",
            "2025-02-10"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            35.4,
            46.18,
            37.37
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            34.92,
            45.69,
            36.92
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            34.34,
            45.36,
            36.12
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "float",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            36.049999,
            47.169899,
            38.380001
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "67533",
            "86054",
            "302431"
          ]
        },
        {
          "name": "pm_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2377161.651524,
            3960205.119392,
            11341162.5
          ]
        },
        {
          "name": "adv20",
          "arrow_type": "double",
          "nullable": true,
          "description": "Average daily volume",
          "sample_values": [
            5252873.35,
            4977427.95,
            5569097.3
          ]
        },
        {
          "name": "bull_5d_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.38756,
            13.968571,
            8.238053
          ]
        },
        {
          "name": "bull_20d_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.896365,
            16.407643,
            2.812587
          ]
        },
        {
          "name": "pm_high_pct_above_prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            4.979613,
            3.990077,
            6.256924
          ]
        },
        {
          "name": "intraday_fade_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.134533,
            -3.13738,
            -3.804067
          ]
        },
        {
          "name": "entry_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.92,
            45.85,
            37.1
          ]
        },
        {
          "name": "exit_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.82,
            45.85,
            37.2
          ]
        },
        {
          "name": "gross_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.286369,
            0.0,
            0.269542
          ]
        },
        {
          "name": "spy_ret_1900",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.13206,
            0.070102,
            -0.207928
          ]
        },
        {
          "name": "hedged_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.154309,
            -0.070102,
            0.477469
          ]
        }
      ]
    },
    {
      "table": "research_results/moo1100_earnings_apr29/trades_3y",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "trades_3y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11223247,
      "rep_rows": 278844,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAPL",
            "ABBV"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-04-03T00:00:00",
            "2023-04-03T00:00:00",
            "2023-04-03T00:00:00"
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            42.65,
            164.28,
            158.56
          ]
        },
        {
          "name": "open_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            42.56,
            164.27,
            158.25
          ]
        },
        {
          "name": "close_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            41.49,
            164.87,
            159.9
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.514098,
            0.365252,
            1.042654
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.21102,
            -0.006087,
            -0.19551
          ]
        },
        {
          "name": "pm_high_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            0.656506,
            0.126613,
            0.755865
          ]
        },
        {
          "name": "pm_low_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            -1.383353,
            -0.566107,
            -0.031534
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "earn_class",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "beat_miss",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "eps_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earn_offset_td",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Basic Materials",
            "Technology",
            "Healthcare"
          ]
        },
        {
          "name": "mcap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            17417.56,
            3979469.68,
            351470.77
          ]
        }
      ]
    },
    {
      "table": "research_results/moo1100_earnings_regime_may01/regime_calendar_5y",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "regime_calendar_5y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 129266,
      "rep_rows": 1337,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-04T00:00:00",
            "2021-01-05T00:00:00",
            "2021-01-06T00:00:00"
          ]
        },
        {
          "name": "spy_o",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            375.31,
            368.1,
            369.71
          ]
        },
        {
          "name": "spy_c",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            368.79,
            371.33,
            373.55
          ]
        },
        {
          "name": "spy_ret_oc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.017372,
            0.008775,
            0.010387
          ]
        },
        {
          "name": "spy_ret_cc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.013614,
            0.006887,
            0.005979
          ]
        },
        {
          "name": "spy_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.003825,
            -0.001871,
            -0.004363
          ]
        },
        {
          "name": "qqq_ret_oc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.018406,
            0.01158,
            0.001759
          ]
        },
        {
          "name": "iwm_ret_oc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.020452,
            0.017608,
            0.025316
          ]
        },
        {
          "name": "earn_count_today",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "earn_count_today_bmo",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "earn_count_today_amc",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "megacap_today",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "megacap_today_bmo",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "megacap_today_amc",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "megacap_today_tickers",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "prev_td",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "2021-01-04T00:00:00",
            "2021-01-05T00:00:00"
          ]
        },
        {
          "name": "megacap_yesterday_amc",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "megacap_yesterday_amc_tickers",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "megacap_today_flag",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "megacap_today_bmo_flag",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "megacap_today_amc_flag",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "rolling_21d_earn",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "density_tertile",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LOW",
            "LOW",
            "LOW"
          ]
        },
        {
          "name": "rolling_quintile",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "research_results/moo955_total_rerun_apr26/01_baseline_m10r_trades",
      "description": "",
      "representative_file": "01_baseline_m10r_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 942497,
      "rep_rows": 7238,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-15",
            "2025-04-15",
            "2025-04-15"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AGI",
            "AU",
            "HMY"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "grade_v7",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "score_v7",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            81.925987,
            81.925987,
            81.925987
          ]
        },
        {
          "name": "score_v8",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.0,
            0.0,
            -1.5
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.57,
            2.96,
            2.75
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            19318.0,
            51104.0,
            10059.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Materials",
            "Materials",
            "Materials"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.340481,
            -1.768199,
            -2.507115
          ]
        },
        {
          "name": "ret_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.802637,
            -2.265869,
            -2.866537
          ]
        },
        {
          "name": "win",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "win_net",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "size",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            2000.0,
            2000.0
          ]
        },
        {
          "name": "pnl_gross",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -0.0,
            -35.363974,
            -50.142296
          ]
        },
        {
          "name": "pnl_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -0.0,
            -45.317375,
            -57.330742
          ]
        },
        {
          "name": "ba_cost_real",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.462156,
            0.49767,
            0.359422
          ]
        },
        {
          "name": "v8_rules",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LIQ_HARD_SKIP pm=14,642.0 -4.0 [WR<40%]",
            "",
            "LIQ_SOFT_PEN pm=100,778.0 -1.5 [WR~44%]"
          ]
        },
        {
          "name": "beta_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "hl52_pos",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "vol_20d_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "vol_20d_q3",
            "vol_20d_q3",
            "vol_20d_q3"
          ]
        },
        {
          "name": "vol_90d_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "vol_90d_q3",
            "vol_90d_q3",
            "vol_90d_q3"
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            72.467937,
            74.866797,
            75.294923
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.1,
            0.1,
            0.1
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.23,
            0.23,
            0.23
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.35,
            -0.35,
            -0.35
          ]
        },
        {
          "name": "vxx_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.69,
            0.69,
            0.69
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "is_earnings_season",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pre_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14642.0,
            262993.0,
            100778.0
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "risk_off",
            "risk_off",
            "risk_off"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "10-50B",
            ">50B",
            "10-50B"
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14642.0,
            262993.0,
            100778.0
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "macro_kill",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "skip_reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1000",
            "1000",
            "1000"
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.340481,
            -1.768199,
            -2.507115
          ]
        },
        {
          "name": "gross_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -13.404813,
            -17.681987,
            -25.071148
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "qqq_hedge_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.00092,
            0.00092,
            0.00092
          ]
        },
        {
          "name": "hedge_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -0.92,
            -0.92,
            -0.92
          ]
        },
        {
          "name": "net_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -15.324813,
            -19.601987,
            -26.991148
          ]
        }
      ]
    },
    {
      "table": "research_results/moo955_total_rerun_apr26/04_3y_trades",
      "description": "",
      "representative_file": "04_3y_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11427856,
      "rep_rows": 22265,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            9.89,
            2.4,
            11.99
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            9.89,
            2.4364,
            12.03
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.8412,
            2.3545,
            11.94
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.89,
            2.4,
            11.99
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            66484.0,
            344667.4,
            90070.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.65,
            2.35,
            12.35
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AVXL",
            "BBBY",
            "MLCO"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.426694,
            -2.083333,
            3.002502
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            30.0,
            283.0,
            25.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            10.0,
            2.8636,
            12.02
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            9.31,
            2.2545,
            11.65
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            9.35,
            2.3,
            11.69
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            9.94,
            2.4,
            11.94
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            52446.0,
            1950757.6,
            40737.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            7.0,
            4.0,
            7.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.0,
            4.0,
            4.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.411386,
            27.017077,
            3.175966
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.31016,
            4.347826,
            2.13858
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            605455.4,
            8666.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            26600.0,
            1051384.4,
            22780.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            9.89,
            2.4909,
            12.355
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.52,
            2.3273,
            11.87
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            240558.0,
            3347335.2,
            1154637.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            9.89,
            2.4,
            11.99
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            9.89,
            2.4909,
            12.41
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            9.32,
            2.0455,
            11.87
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            9.68,
            2.1,
            11.98
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1769013.0,
            20163276.1,
            6648850.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            9.26,
            2.2818,
            11.5
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1088616.0,
            7348479.6,
            3220211.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            0.764733,
            0.256454,
            0.695902
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            53.2727,
            28.738293,
            65.414733
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.535637,
            -7.967394,
            4.173913
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.11588,
            21.774627,
            4.549284
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            8.051342,
            0.0,
            0.612423
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            6.803456,
            5.180121,
            4.26087
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.803456,
            5.180121,
            4.26087
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.426694,
            -2.083333,
            3.002502
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            277.0,
            377.0,
            2308.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Consumer Discretionary",
            "Consumer Discretionary"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Biotech & Pharma",
            "E-Commerce Discretionary",
            "Leisure Facilities & Services"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119792,
            0.119792,
            0.119792
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.022321,
            -0.022321,
            -0.022321
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519644,
            0.519644,
            0.519644
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.11256,
            1.11256,
            1.11256
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.142857,
            -0.142857,
            -0.142857
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            2.09,
            2.09
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.556536,
            0.556536,
            0.556536
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321429,
            0.321429,
            0.321429
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2989,
            0.2989,
            0.2989
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2169548.6,
            1668897.65,
            1386228.85
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1690174.31,
            1825619.92,
            2014045.54
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            32388.43,
            11649.92,
            5311.11
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6826068.302,
            7292304.902,
            7484453.707
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.619282,
            167.448154,
            7.670148
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17124045.84,
            42342879.81,
            79653223.0
          ]
        },
        {
          "name": "win",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "entry_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            9.89,
            2.4,
            11.99
          ]
        },
        {
          "name": "ret_955_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.426694,
            -2.083333,
            3.002502
          ]
        },
        {
          "name": "gap_pct_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            6.803456,
            5.180121,
            4.26087
          ]
        },
        {
          "name": "gap_abs_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.803456,
            5.180121,
            4.26087
          ]
        },
        {
          "name": "gap_pct_buggy_old",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            6.429806,
            4.382505,
            4.086957
          ]
        },
        {
          "name": "roll_52w_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.69,
            24.7545,
            12.07
          ]
        },
        {
          "name": "roll_52w_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.31,
            2.1727,
            4.48
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -44.092708,
            -90.304793,
            -0.6628
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.294118,
            10.461638,
            167.633929
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.423877,
            -0.397224,
            1.679929
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            8.051342,
            0.0,
            0.612423
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            10.898204,
            -15.772766,
            -2.707276
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.396843,
            -29.097011,
            31.428571
          ]
        },
        {
          "name": "vol_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4503603.3,
            10034021.745,
            6824910.45
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.779698,
            5.977737,
            5.652174
          ]
        },
        {
          "name": "range_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.539091,
            8.709015,
            5.892762
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.0,
            0.866569,
            0.738462
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.241721,
            0.732356,
            0.471832
          ]
        },
        {
          "name": "macro_kill",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "gap_score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.803456,
            5.180121,
            4.26087
          ]
        },
        {
          "name": "vol_score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.724504,
            0.965582,
            0.707661
          ]
        },
        {
          "name": "proxy_score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.52796,
            6.145703,
            4.968531
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1000",
            "1000",
            "1000"
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.426694,
            -2.083333,
            3.002502
          ]
        },
        {
          "name": "gross_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -24.266936,
            -20.833333,
            30.025021
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "qqq_hedge_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "hedge_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -0.0,
            -0.0,
            -0.0
          ]
        },
        {
          "name": "net_pnl_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -25.266936,
            -21.833333,
            29.025021
          ]
        },
        {
          "name": "risk_off",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "blowoff",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "m13_size_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "m13_skip",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "net_pnl_m13",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -25.266936,
            -21.833333,
            29.025021
          ]
        }
      ]
    },
    {
      "table": "research_results/moo955_total_rerun_apr26/04b_master_v2_scored",
      "description": "",
      "representative_file": "04b_master_v2_scored.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 154398697,
      "rep_rows": 495006,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00",
            "2023-01-03T00:00:00"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            151.96,
            45.77,
            1.94
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            152.64,
            45.935,
            1.94
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            151.599,
            45.624,
            1.881
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            151.96,
            45.77,
            1.94
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28324.0,
            80678.0,
            1817.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            149.67,
            46.25,
            1.9275
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AAOI"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.506976,
            1.048722,
            -0.64433
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            17.0,
            null
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            null,
            45.9,
            null
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            null,
            45.56,
            null
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            null,
            45.87,
            null
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            null,
            45.75,
            null
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            15723.0,
            null
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            5.0,
            null
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            null,
            9.0,
            null
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.746269,
            null
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.261609,
            null
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1744.0,
            null
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            13879.0,
            null
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            153.13,
            46.67,
            1.99
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            149.67,
            45.3,
            1.881
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            95750.0,
            473067.0,
            8781.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            151.96,
            45.77,
            1.94
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            153.13,
            46.67,
            1.99
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            148.47,
            44.44,
            1.86
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            150.04,
            44.58,
            1.88
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1414284.0,
            2880182.0,
            133393.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            149.65,
            45.47,
            1.89
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            699759.0,
            3614386.0,
            221054.0
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.138681,
            5.018002,
            6.989247
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.429501,
            3.694413,
            -5.5
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.543602,
            0.659776,
            2.645503
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.543602,
            0.659776,
            2.645503
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.506976,
            1.048722,
            -0.64433
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            18578.0,
            11830.0
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Materials",
            "Technology"
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Health Care",
            "Materials",
            "Technology"
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Medical Equipment & Devices",
            "Metals & Mining",
            "Technology Hardware"
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.119792,
            0.119792,
            0.119792
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.022321,
            -0.022321,
            -0.022321
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519644,
            0.519644,
            0.519644
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.11256,
            1.11256,
            1.11256
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.142857,
            -0.142857,
            -0.142857
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.09,
            2.09,
            2.09
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.556536,
            0.556536,
            0.556536
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.321429,
            0.321429,
            0.321429
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.2989,
            0.2989,
            0.2989
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1929449.0,
            5970381.15,
            13452640.35
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2156719.97,
            7046828.04,
            8483499.28
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2229.72,
            63609.52,
            296221.76
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            212103295.18,
            409533303.509,
            1487179922.238
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.24718,
            null
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            212199171.36,
            128398513.56,
            250778.84
          ]
        },
        {
          "name": "win",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "0"
          ]
        },
        {
          "name": "entry_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            151.96,
            45.77,
            1.94
          ]
        },
        {
          "name": "ret_955_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.506976,
            1.048722,
            -0.64433
          ]
        },
        {
          "name": "gap_pct_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.543602,
            0.659776,
            2.645503
          ]
        },
        {
          "name": "gap_abs_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.543602,
            0.659776,
            2.645503
          ]
        },
        {
          "name": "gap_pct_buggy_old",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.997995,
            0.43985,
            -0.47619
          ]
        },
        {
          "name": "roll_52w_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            159.65,
            95.06,
            5.29
          ]
        },
        {
          "name": "roll_52w_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            112.71,
            33.66,
            1.5
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.816787,
            -51.851462,
            -63.327032
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.823884,
            35.977421,
            29.333333
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.953074,
            -2.341065,
            -0.526316
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.429501,
            3.694413,
            -5.5
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.802068,
            5.084354,
            -10.849057
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -4.144248,
            -7.393075,
            -15.246637
          ]
        },
        {
          "name": "vol_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1195509.0,
            4071271.35,
            168458.45
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.349816,
            3.936662,
            4.761905
          ]
        },
        {
          "name": "range_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.946874,
            4.362888,
            6.253366
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.90099,
            0.435754,
            0.444444
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.585323,
            0.887778,
            1.312217
          ]
        },
        {
          "name": "IWM_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "ARKK_vs_QQQ",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "vxx_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rel_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "stretch_925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "prevol_2x",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "market_breadth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "otm_skew",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "nq_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "gap_reversal",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "same_gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "fc_confirms",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "rel_auction",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "contango_proxy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "spy_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "FXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "prev_close_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "vix_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.0,
            18.0,
            18.0
          ]
        },
        {
          "name": "risk_on",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "risk_off",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "iwm_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "iwm_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vix_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vix_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rsi_ext_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rsi_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        },
        {
          "name": "rsi_mid",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "rsi_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "gap_0_3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "gap_3_7",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "gap_7p",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "mcap_micro",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "mcap_small",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "mcap_mid",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        },
        {
          "name": "mcap_mega",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "beaten_5d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "strong_5d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_5d_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_5d_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "prev_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pvol_hot",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pvol_norm",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pvol_dead",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "spy_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_above_ma20_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_above_ma50_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "breadth_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "breadth_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "breadth_mid",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "tlt_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "tlt_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "hyg_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "hyg_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "uup_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "uup_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "fxy_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "fxy_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "es_pm_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "es_pm_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "nq_gt_es",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "es_gt_nq",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "contango_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "contango_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "auction_small",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "auction_big",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "strong_cl",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "weak_cl",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "prev_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "prev_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "prev_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "str_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "str_up2p",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "str_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "str_dn2p",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "imb_with",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "imb_against",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ph_overext",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ph_52h",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ph_breakdown",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "overext",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "low_gf",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLK_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLK_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLK_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLK_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLF_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLF_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLF_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLF_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLE_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLE_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLE_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLE_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLV_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLV_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLV_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLV_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLI_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLI_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLI_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLI_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLC_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLC_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLC_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLC_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLU_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLU_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLU_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLU_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLRE_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLRE_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLRE_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLRE_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLB_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLB_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLB_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLB_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLP_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLP_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLP_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLP_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLY_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLY_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLY_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLY_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EEM_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EEM_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EEM_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EEM_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "FXI_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "FXI_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "FXI_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "FXI_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KWEB_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KWEB_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KWEB_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KWEB_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWZ_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWZ_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWZ_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWZ_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWG_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWG_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWG_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWG_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWJ_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWJ_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWJ_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWJ_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VEA_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VEA_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VEA_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VEA_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWO_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWO_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWO_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWO_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Energy",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Financ",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Techno",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "sec_Health",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Indust",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Commun",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Consum",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Materi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "sec_Staple",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Utilit",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_RealEs",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vxx_spike",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vxx_crush",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "uvxy_spike",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "uvxy_crush",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "xbi_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "xbi_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "qqq_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "qqq_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "arkk_gt_qqq",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "arkk_lt_qqq",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rty_pm_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rty_pm_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rty_gt_es",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rty_lt_es",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "fill_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "fill_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "high_filler",
          "arrow_type": "bool",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "low_filler",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "same_gap",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "gap_continue",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vol_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "earn_1d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "earn_3d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "no_earn_near",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "call_skew",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "put_skew",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_etf_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "own_sec_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "own_sec_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "own_sec_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "own_sec_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_outperform",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "defensive_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "defensive_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "cyclical_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "cyclical_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "foreign_all_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "foreign_all_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "china_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "china_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "europe_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "europe_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "japan_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "japan_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "latam_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "latam_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "dom",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "month_num",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "wom",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "mid_month",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "month_start_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "friday_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "january",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "december",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "oct_nov",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "summer",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "wom1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "wom4_5",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "qtr_start",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "monthly_opex_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "monday",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "qtr_end",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "opp_gap_dir",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "earn_wk",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_underperform",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ph_overextended_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "atr_compress",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "atr_stretch",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "tuesday",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "ph_neutral",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "skip_v7",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "score_v7",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            -3.64
          ]
        },
        {
          "name": "n_combos_v7",
          "arrow_type": "int16",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "1"
          ]
        },
        {
          "name": "grade_v7",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "C",
            "C",
            "F"
          ]
        },
        {
          "name": "sizing_v7",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            50.076003,
            50.955238,
            38.675995
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            3.537968,
            2.19041,
            0.140632
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.953074,
            -2.341065,
            -0.526316
          ]
        }
      ]
    },
    {
      "table": "research_results/moo955_total_rerun_apr26/05_3y_v7_active",
      "description": "",
      "representative_file": "05_3y_v7_active.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4553161,
      "rep_rows": 7940,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.5,
            37.17,
            9.5
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            12.75,
            37.67,
            9.57
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            12.4,
            37.17,
            9.33
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.5,
            37.17,
            9.5
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            186919.0,
            255318.0,
            128055.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.1412,
            37.32,
            10.2749
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MLCO",
            "TCOM",
            "DADA"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.1296,
            0.403551,
            8.156842
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.0,
            31.0,
            68.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            12.5,
            37.64,
            9.5
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            12.22,
            36.46,
            8.81
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.36,
            36.74,
            8.82
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            12.38,
            37.04,
            9.39
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            27116.0,
            28620.0,
            60229.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.0,
            4.0,
            9.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.0,
            4.0,
            4.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.291326,
            3.236423,
            7.832009
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.161812,
            0.816549,
            6.462585
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            17264.0,
            9547.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24764.0,
            8998.0,
            48215.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            13.1767,
            37.78,
            10.8
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            12.4,
            37.01,
            9.29
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1136132.0,
            1159973.0,
            2361377.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.5,
            37.17,
            9.5
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            13.39,
            38.22,
            10.8
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            12.4,
            36.94,
            9.29
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            13.1,
            38.13,
            10.26
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5578440.0,
            8778738.0,
            5890452.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            11.98,
            35.69,
            8.82
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6648850.0,
            5290220.0,
            3403609.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            0.746909,
            1.509097,
            0.937115
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            71.798915,
            71.52489,
            71.422889
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            9.348915,
            6.836649,
            16.326531
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.983871,
            3.465079,
            16.254037
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            7.251567,
            5.001471,
            40.0
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            4.340568,
            4.14682,
            7.709751
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.340568,
            4.14682,
            7.709751
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.1296,
            0.403551,
            8.156842
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2308.0,
            35727.0,
            null
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Communications",
            null
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Communications",
            null
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Leisure Facilities & Services",
            "Internet Media & Services",
            null
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.596662,
            0.596662,
            0.596662
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.057516,
            0.057516,
            0.057516
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.741722,
            0.741722,
            0.741722
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.045057,
            -0.045057,
            -0.045057
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.802587,
            0.802587,
            0.802587
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.292986,
            0.292986,
            0.292986
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.853018,
            0.853018,
            0.853018
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.065104,
            0.065104,
            0.065104
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.707193,
            -0.707193,
            -0.707193
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.429799,
            -0.429799,
            -0.429799
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.863538,
            1.863538,
            1.863538
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.086106,
            1.086106,
            1.086106
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.582893,
            0.582893,
            0.582893
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.36521,
            0.36521,
            0.36521
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.568788,
            -0.568788,
            -0.568788
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.107373,
            0.107373,
            0.107373
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.821783,
            0.821783,
            0.821783
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.476714,
            0.476714,
            0.476714
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1386228.85,
            2397077.5,
            null
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2014045.54,
            3332252.16,
            null
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5311.11,
            39534.16,
            null
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7484453.707,
            113546631.335,
            null
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.105524,
            0.723931,
            null
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73077564.0,
            334733279.94,
            60436037.52
          ]
        },
        {
          "name": "win",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "entry_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.5,
            37.17,
            9.5
          ]
        },
        {
          "name": "ret_955_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.1296,
            0.403551,
            8.156842
          ]
        },
        {
          "name": "gap_pct_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            4.340568,
            4.14682,
            7.709751
          ]
        },
        {
          "name": "gap_abs_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.340568,
            4.14682,
            7.709751
          ]
        },
        {
          "name": "gap_pct_buggy_old",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            4.924875,
            4.73522,
            7.142857
          ]
        },
        {
          "name": "roll_52w_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.07,
            35.69,
            13.17
          ]
        },
        {
          "name": "roll_52w_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.48,
            16.75,
            3.06
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.562552,
            4.14682,
            -27.866363
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            179.017857,
            121.910448,
            210.457516
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.173913,
            3.75,
            26.542324
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            7.251567,
            5.001471,
            40.0
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.415628,
            2.498564,
            12.21374
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            33.111111,
            10.632362,
            28.197674
          ]
        },
        {
          "name": "vol_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6870957.4,
            6838798.1,
            1842155.8
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.507513,
            2.829924,
            22.44898
          ]
        },
        {
          "name": "range_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.81536,
            3.656551,
            11.143893
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.203704,
            0.722772,
            0.828283
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.967674,
            0.77356,
            1.847623
          ]
        },
        {
          "name": "IWM_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.205925,
            0.205925,
            0.205925
          ]
        },
        {
          "name": "ARKK_vs_QQQ",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.111297,
            0.111297,
            0.111297
          ]
        },
        {
          "name": "vxx_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.707193,
            -0.707193,
            -0.707193
          ]
        },
        {
          "name": "rel_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "stretch_925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "prevol_2x",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "market_breadth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "otm_skew",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "nq_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "gap_reversal",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "same_gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "fc_confirms",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "rel_auction",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "contango_proxy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "spy_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "FXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "prev_close_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.1296,
            0.403551,
            8.156842
          ]
        },
        {
          "name": "vix_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.0,
            18.0,
            18.0
          ]
        },
        {
          "name": "risk_on",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "risk_off",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "iwm_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "iwm_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vix_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vix_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rsi_ext_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rsi_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rsi_mid",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rsi_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "gap_0_3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "gap_3_7",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        },
        {
          "name": "gap_7p",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "mcap_micro",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "mcap_small",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "mcap_mid",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "mcap_mega",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "beaten_5d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "strong_5d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "spy_5d_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_5d_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "prev_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "pvol_hot",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pvol_norm",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pvol_dead",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "spy_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_above_ma20_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_above_ma50_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "breadth_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "breadth_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "breadth_mid",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "tlt_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "tlt_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "hyg_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "hyg_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "uup_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "uup_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "fxy_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "fxy_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "es_pm_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "es_pm_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "nq_gt_es",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "es_gt_nq",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "contango_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "contango_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "auction_small",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "auction_big",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "strong_cl",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "weak_cl",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "prev_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "prev_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "prev_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "str_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "str_up2p",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "str_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "str_dn2p",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "imb_with",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "imb_against",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ph_overext",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ph_52h",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ph_breakdown",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "overext",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "low_gf",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLK_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLK_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLK_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLK_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLF_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLF_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLF_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLF_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLE_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLE_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLE_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLE_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLV_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLV_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLV_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLV_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLI_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLI_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLI_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLI_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLC_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLC_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLC_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLC_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLU_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLU_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLU_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLU_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLRE_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLRE_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLRE_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLRE_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLB_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLB_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLB_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLB_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLP_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLP_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLP_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLP_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLY_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLY_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLY_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLY_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EEM_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EEM_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EEM_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EEM_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "FXI_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "FXI_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "FXI_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "FXI_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KWEB_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KWEB_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KWEB_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KWEB_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWZ_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWZ_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWZ_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWZ_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWG_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWG_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWG_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWG_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWJ_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWJ_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWJ_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWJ_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VEA_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VEA_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VEA_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VEA_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWO_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWO_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWO_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWO_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Energy",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Financ",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Techno",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Health",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Indust",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Commun",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "sec_Consum",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Materi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Staple",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Utilit",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_RealEs",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vxx_spike",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vxx_crush",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "uvxy_spike",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "uvxy_crush",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "xbi_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "xbi_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "qqq_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "qqq_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "arkk_gt_qqq",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "arkk_lt_qqq",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rty_pm_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rty_pm_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rty_gt_es",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rty_lt_es",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "fill_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "fill_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "high_filler",
          "arrow_type": "bool",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "low_filler",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "same_gap",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "gap_continue",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vol_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "earn_1d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "earn_3d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "no_earn_near",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "call_skew",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "put_skew",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_etf_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "own_sec_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "own_sec_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "own_sec_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "own_sec_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_outperform",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "defensive_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "defensive_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "cyclical_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "cyclical_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "foreign_all_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "foreign_all_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "china_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "china_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "europe_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "europe_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "japan_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "japan_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "latam_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "latam_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "dom",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "2"
          ]
        },
        {
          "name": "month_num",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "wom",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "mid_month",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "month_start_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "friday_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "january",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "december",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "oct_nov",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "summer",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "wom1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "wom4_5",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "qtr_start",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "monthly_opex_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "monday",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "qtr_end",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "opp_gap_dir",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "earn_wk",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_underperform",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "ph_overextended_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "atr_compress",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "atr_stretch",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "tuesday",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ph_neutral",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "skip_v7",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "score_v7",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.088001,
            17.088001,
            14.488001
          ]
        },
        {
          "name": "n_combos_v7",
          "arrow_type": "int16",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6",
            "6",
            "5"
          ]
        },
        {
          "name": "grade_v7",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "sizing_v7",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            2.0,
            2.0
          ]
        },
        {
          "name": "macro_kill",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "skip",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1000",
            "1000",
            "1000"
          ]
        },
        {
          "name": "gross_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            51.296,
            4.035513,
            81.568421
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "qqq_hedge_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002967,
            0.002967,
            0.002967
          ]
        },
        {
          "name": "hedge_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -2.966887,
            -2.966887,
            -2.966887
          ]
        },
        {
          "name": "net_pnl_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            47.329113,
            0.068625,
            77.601534
          ]
        },
        {
          "name": "blowoff",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "m13_size_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "m13_skip",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "net_pnl_m13",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            47.329113,
            0.068625,
            77.601534
          ]
        }
      ]
    },
    {
      "table": "research_results/moo955_total_rerun_apr26/10_m13_v2_active",
      "description": "",
      "representative_file": "10_m13_v2_active.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4763769,
      "rep_rows": 7940,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.5,
            37.17,
            9.5
          ]
        },
        {
          "name": "high_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            12.75,
            37.67,
            9.57
          ]
        },
        {
          "name": "low_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            12.4,
            37.17,
            9.33
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.5,
            37.17,
            9.5
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            186919.0,
            255318.0,
            128055.0
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.1412,
            37.32,
            10.2749
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MLCO",
            "TCOM",
            "DADA"
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.1296,
            0.403551,
            8.156842
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.0,
            31.0,
            68.0
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            12.5,
            37.64,
            9.5
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            12.22,
            36.46,
            8.81
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.36,
            36.74,
            8.82
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            12.38,
            37.04,
            9.39
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            27116.0,
            28620.0,
            60229.0
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            8.0,
            4.0,
            9.0
          ]
        },
        {
          "name": "pm_low_hour",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            8.0,
            4.0,
            4.0
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.291326,
            3.236423,
            7.832009
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.161812,
            0.816549,
            6.462585
          ]
        },
        {
          "name": "pm_vol_early",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            17264.0,
            9547.0
          ]
        },
        {
          "name": "pm_vol_late",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24764.0,
            8998.0,
            48215.0
          ]
        },
        {
          "name": "rth_high_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            13.1767,
            37.78,
            10.8
          ]
        },
        {
          "name": "rth_low_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            12.4,
            37.01,
            9.29
          ]
        },
        {
          "name": "rth_vol_25m",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1136132.0,
            1159973.0,
            2361377.0
          ]
        },
        {
          "name": "daily_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.5,
            37.17,
            9.5
          ]
        },
        {
          "name": "daily_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            13.39,
            38.22,
            10.8
          ]
        },
        {
          "name": "daily_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            12.4,
            36.94,
            9.29
          ]
        },
        {
          "name": "daily_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            13.1,
            38.13,
            10.26
          ]
        },
        {
          "name": "daily_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5578440.0,
            8778738.0,
            5890452.0
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            11.98,
            35.69,
            8.82
          ]
        },
        {
          "name": "prev_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6648850.0,
            5290220.0,
            3403609.0
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            0.746909,
            1.509097,
            0.937115
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            71.798915,
            71.52489,
            71.422889
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            9.348915,
            6.836649,
            16.326531
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.983871,
            3.465079,
            16.254037
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            7.251567,
            5.001471,
            40.0
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            4.340568,
            4.14682,
            7.709751
          ]
        },
        {
          "name": "gap_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.340568,
            4.14682,
            7.709751
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "ret_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.1296,
            0.403551,
            8.156842
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2308.0,
            35727.0,
            null
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Communications",
            null
          ]
        },
        {
          "name": "lvl1",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Discretionary",
            "Communications",
            null
          ]
        },
        {
          "name": "lvl3",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Leisure Facilities & Services",
            "Internet Media & Services",
            null
          ]
        },
        {
          "name": "avg_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.596662,
            0.596662,
            0.596662
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.057516,
            0.057516,
            0.057516
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.741722,
            0.741722,
            0.741722
          ]
        },
        {
          "name": "QQQ_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.045057,
            -0.045057,
            -0.045057
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.802587,
            0.802587,
            0.802587
          ]
        },
        {
          "name": "IWM_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.292986,
            0.292986,
            0.292986
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.853018,
            0.853018,
            0.853018
          ]
        },
        {
          "name": "ARKK_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.065104,
            0.065104,
            0.065104
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.707193,
            -0.707193,
            -0.707193
          ]
        },
        {
          "name": "VXX_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.429799,
            -0.429799,
            -0.429799
          ]
        },
        {
          "name": "TLT_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.863538,
            1.863538,
            1.863538
          ]
        },
        {
          "name": "TLT_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.086106,
            1.086106,
            1.086106
          ]
        },
        {
          "name": "HYG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.582893,
            0.582893,
            0.582893
          ]
        },
        {
          "name": "HYG_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.36521,
            0.36521,
            0.36521
          ]
        },
        {
          "name": "UUP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.568788,
            -0.568788,
            -0.568788
          ]
        },
        {
          "name": "UUP_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.107373,
            0.107373,
            0.107373
          ]
        },
        {
          "name": "XBI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.821783,
            0.821783,
            0.821783
          ]
        },
        {
          "name": "XBI_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.476714,
            0.476714,
            0.476714
          ]
        },
        {
          "name": "ES_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ES_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "NQ_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "RTY_F_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLF_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLC_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLU_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLRE_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "XLY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EEM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "FXI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "KWEB_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWZ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWG_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "EWJ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VEA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "VWO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ADDYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_ASML_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_AZN_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BABA_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BHP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BMWYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BNTX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BTI_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BUD_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_BYDDY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_EADSY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_HESAY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_IDEXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_KMTUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_LRLCY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_MBGYY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NSRGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_NVS_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_PPRUY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RHHBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_RIO_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SAP_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SFTBY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SHEL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SIEGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_SONY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TCEHY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_TSM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_UL_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_VWAGY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ADR_XPEV_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1386228.85,
            2397077.5,
            null
          ]
        },
        {
          "name": "avg_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2014045.54,
            3332252.16,
            null
          ]
        },
        {
          "name": "avg_pm_vol_90d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5311.11,
            39534.16,
            null
          ]
        },
        {
          "name": "avg_val_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7484453.707,
            113546631.335,
            null
          ]
        },
        {
          "name": "rel_pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.105524,
            0.723931,
            null
          ]
        },
        {
          "name": "daily_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73077564.0,
            334733279.94,
            60436037.52
          ]
        },
        {
          "name": "win",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "entry_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            12.5,
            37.17,
            9.5
          ]
        },
        {
          "name": "ret_955_fixed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.1296,
            0.403551,
            8.156842
          ]
        },
        {
          "name": "gap_pct_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            4.340568,
            4.14682,
            7.709751
          ]
        },
        {
          "name": "gap_abs_true",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.340568,
            4.14682,
            7.709751
          ]
        },
        {
          "name": "gap_pct_buggy_old",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            4.924875,
            4.73522,
            7.142857
          ]
        },
        {
          "name": "roll_52w_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.07,
            35.69,
            13.17
          ]
        },
        {
          "name": "roll_52w_l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.48,
            16.75,
            3.06
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.562552,
            4.14682,
            -27.866363
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            179.017857,
            121.910448,
            210.457516
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.173913,
            3.75,
            26.542324
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            7.251567,
            5.001471,
            40.0
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.415628,
            2.498564,
            12.21374
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            33.111111,
            10.632362,
            28.197674
          ]
        },
        {
          "name": "vol_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6870957.4,
            6838798.1,
            1842155.8
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.507513,
            2.829924,
            22.44898
          ]
        },
        {
          "name": "range_avg_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.81536,
            3.656551,
            11.143893
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.203704,
            0.722772,
            0.828283
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.967674,
            0.77356,
            1.847623
          ]
        },
        {
          "name": "IWM_vs_SPY",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.205925,
            0.205925,
            0.205925
          ]
        },
        {
          "name": "ARKK_vs_QQQ",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.111297,
            0.111297,
            0.111297
          ]
        },
        {
          "name": "vxx_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.707193,
            -0.707193,
            -0.707193
          ]
        },
        {
          "name": "rel_prevol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "stretch_925_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "prevol_2x",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "market_breadth",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "otm_skew",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "nq_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "gap_reversal",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "same_gap_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "fc_confirms",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "rel_auction",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "contango_proxy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "spy_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "FXY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "prev_close_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.1296,
            0.403551,
            8.156842
          ]
        },
        {
          "name": "vix_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.0,
            18.0,
            18.0
          ]
        },
        {
          "name": "risk_on",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "risk_off",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "iwm_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "iwm_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vix_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vix_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rsi_ext_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rsi_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rsi_mid",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rsi_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "gap_0_3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "gap_3_7",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        },
        {
          "name": "gap_7p",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "mcap_micro",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "mcap_small",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "mcap_mid",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "mcap_mega",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "beaten_5d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "strong_5d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "spy_5d_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_5d_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "prev_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "pvol_hot",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pvol_norm",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "pvol_dead",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "spy_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_above_ma20_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "spy_above_ma50_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "breadth_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "breadth_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "breadth_mid",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "tlt_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "tlt_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "hyg_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "hyg_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "uup_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "uup_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "fxy_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "fxy_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "es_pm_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "es_pm_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "nq_gt_es",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "es_gt_nq",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "contango_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "contango_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "auction_small",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "auction_big",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "strong_cl",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "weak_cl",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "prev_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "prev_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "prev_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "str_up1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "str_up2p",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "str_dn1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "str_dn2p",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "imb_with",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "imb_against",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ph_overext",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ph_52h",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ph_breakdown",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "overext",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "low_gf",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLK_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLK_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLK_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLK_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLF_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLF_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLF_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLF_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLE_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLE_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLE_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLE_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLV_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLV_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLV_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLV_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLI_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLI_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLI_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLI_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLC_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLC_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLC_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLC_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLU_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLU_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLU_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLU_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLRE_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLRE_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLRE_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLRE_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLB_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLB_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLB_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLB_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLP_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLP_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLP_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLP_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLY_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLY_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLY_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "XLY_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EEM_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EEM_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EEM_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EEM_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "FXI_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "FXI_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "FXI_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "FXI_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KWEB_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KWEB_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KWEB_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "KWEB_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWZ_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWZ_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWZ_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWZ_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWG_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWG_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWG_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWG_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWJ_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWJ_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWJ_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "EWJ_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VEA_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VEA_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VEA_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VEA_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWO_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWO_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWO_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "VWO_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Energy",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Financ",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Techno",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Health",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Indust",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Commun",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "sec_Consum",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Materi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Staple",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_Utilit",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_RealEs",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vxx_spike",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vxx_crush",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "uvxy_spike",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "uvxy_crush",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "xbi_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "xbi_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "qqq_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "qqq_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "arkk_gt_qqq",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "arkk_lt_qqq",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rty_pm_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rty_pm_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rty_gt_es",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rty_lt_es",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "fill_hi",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "fill_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "high_filler",
          "arrow_type": "bool",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "low_filler",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "same_gap",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "gap_continue",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "vol_lo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "earn_1d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "earn_3d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "no_earn_near",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "call_skew",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "put_skew",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_etf_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "own_sec_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "own_sec_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "own_sec_big_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "own_sec_big_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_outperform",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "defensive_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "defensive_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "cyclical_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "cyclical_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "foreign_all_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "foreign_all_dn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "china_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "china_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "europe_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "europe_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "japan_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "japan_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "latam_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "latam_weak",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "dom",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "2"
          ]
        },
        {
          "name": "month_num",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "wom",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "mid_month",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "month_start_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "friday_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "january",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "december",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "oct_nov",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "summer",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "wom1",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "wom4_5",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "qtr_start",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "monthly_opex_flag",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "monday",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "qtr_end",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "opp_gap_dir",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "earn_wk",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "sec_underperform",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "ph_overextended_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "atr_compress",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "atr_stretch",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "tuesday",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "ph_neutral",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "skip_v7",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "score_v7",
          "arrow_type": "float",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.088001,
            17.088001,
            14.488001
          ]
        },
        {
          "name": "n_combos_v7",
          "arrow_type": "int16",
          "nullable": true,
          "description": "",
          "sample_values": [
            "6",
            "6",
            "5"
          ]
        },
        {
          "name": "grade_v7",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "A",
            "A"
          ]
        },
        {
          "name": "sizing_v7",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            2.0,
            2.0
          ]
        },
        {
          "name": "gap_bk",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "g_2_5",
            "g_2_5",
            "g_5_10"
          ]
        },
        {
          "name": "rsi_bk",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "rsi_gt70",
            "rsi_gt70",
            "rsi_gt70"
          ]
        },
        {
          "name": "cap_bk",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "mc_mid",
            "mc_large",
            null
          ]
        },
        {
          "name": "atr_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.234629,
            4.228346,
            10.624889
          ]
        },
        {
          "name": "atr_bk",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "atr_q4",
            "atr_q3",
            "atr_q4"
          ]
        },
        {
          "name": "iwm_bk",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "iwm_flat",
            "iwm_flat",
            "iwm_flat"
          ]
        },
        {
          "name": "arkk_pmd_bk",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "arkk_flat",
            "arkk_flat",
            "arkk_flat"
          ]
        },
        {
          "name": "pdr_bk",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pdr_wide",
            "pdr_normal",
            "pdr_wide"
          ]
        },
        {
          "name": "pmr_bk",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pmr_normal",
            "pmr_wide",
            "pmr_wide"
          ]
        },
        {
          "name": "prevol_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pvr_bk",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "macro_kill",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "skip",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1000",
            "1000",
            "1000"
          ]
        },
        {
          "name": "gross_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            51.296,
            4.035513,
            81.568421
          ]
        },
        {
          "name": "cost",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "qqq_hedge_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002967,
            0.002967,
            0.002967
          ]
        },
        {
          "name": "hedge_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -2.966887,
            -2.966887,
            -2.966887
          ]
        },
        {
          "name": "net_pnl_base",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            47.329113,
            0.068625,
            77.601534
          ]
        },
        {
          "name": "m13v1_riskoff",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "m13v1_blowoff",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Low price",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "m13v1_size_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            1.0
          ]
        },
        {
          "name": "net_pnl_m13v1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            47.329113,
            0.068625,
            77.601534
          ]
        },
        {
          "name": "net_pnl_m13v2",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            47.329113,
            0.068625,
            77.601534
          ]
        }
      ]
    },
    {
      "table": "research_results/moo955_total_rerun_apr26/13_cross_asset_gaps",
      "description": "",
      "representative_file": "13_cross_asset_gaps.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 113810,
      "rep_rows": 821,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-04",
            "2023-01-05",
            "2023-01-06"
          ]
        },
        {
          "name": "GLD_xa_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.052447,
            -1.048607,
            0.709553
          ]
        },
        {
          "name": "HYG_xa_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.610004,
            -0.428954,
            0.496778
          ]
        },
        {
          "name": "IEF_xa_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.818398,
            -0.585998,
            0.061779
          ]
        },
        {
          "name": "IGV_xa_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.937849,
            null,
            0.844372
          ]
        },
        {
          "name": "TLT_xa_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.724818,
            -0.991543,
            -0.55682
          ]
        },
        {
          "name": "USO_xa_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.960015,
            -0.171046,
            1.760618
          ]
        },
        {
          "name": "UUP_xa_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.533428,
            0.678087,
            -0.017696
          ]
        },
        {
          "name": "GLD_xa_pmd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.092491,
            -0.928074,
            0.526809
          ]
        },
        {
          "name": "HYG_xa_pmd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.392263,
            -0.495646,
            0.564289
          ]
        },
        {
          "name": "IEF_xa_pmd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.071979,
            -0.432455,
            0.371824
          ]
        },
        {
          "name": "IGV_xa_pmd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            0.880705
          ]
        },
        {
          "name": "TLT_xa_pmd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.988258,
            -0.827653,
            -0.24286
          ]
        },
        {
          "name": "USO_xa_pmd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.100558,
            -0.834106,
            1.54107
          ]
        },
        {
          "name": "UUP_xa_pmd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.107373,
            0.57041,
            -0.282386
          ]
        }
      ]
    },
    {
      "table": "research_results/moo955_total_rerun_apr26/19_tier3_indicators",
      "description": "",
      "representative_file": "19_tier3_indicators.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 75001,
      "rep_rows": 1118,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-02T00:00:00",
            "2023-01-03T00:00:00",
            "2023-01-04T00:00:00"
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_fomc_week",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_nfp_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_opex",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "days_to_opex",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "18",
            "17",
            "16"
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            0.119792,
            0.057516
          ]
        },
        {
          "name": "nq_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.022321,
            -0.045057
          ]
        },
        {
          "name": "rty_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            0.519644,
            0.292986
          ]
        },
        {
          "name": "nq_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -0.142113,
            -0.102573
          ]
        },
        {
          "name": "rty_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.399852,
            0.235469
          ]
        },
        {
          "name": "vix_level",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            224.0,
            222.08
          ]
        },
        {
          "name": "breadth_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            100.0
          ]
        }
      ]
    },
    {
      "table": "research_results/position_log/2026-04-27",
      "description": "",
      "representative_file": "2026-04-27.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 14001,
      "rep_rows": 23,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "snap_time",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-04-27T15:07:09.035660",
            "2026-04-27T15:07:09.035660",
            "2026-04-27T15:07:09.035660"
          ]
        },
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ASFN0376T",
            "ASFN0376T",
            "ASFN0376T"
          ]
        },
        {
          "name": "Ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "POET",
            "TSLA",
            "ELPW"
          ]
        },
        {
          "name": "Status",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Traded",
            "Traded",
            "Traded"
          ]
        },
        {
          "name": "Side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "Covered",
            "Covered",
            "Covered"
          ]
        },
        {
          "name": "PosSize",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "PosAvgPrc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0.00",
            "0.00",
            "0.00"
          ]
        },
        {
          "name": "BpUsed",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "LstPrcOpenPnL",
          "arrow_type": "string",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "LstPrcTotalPnL",
          "arrow_type": "string",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            "-203.41",
            "-0.20",
            "-178.62"
          ]
        },
        {
          "name": "ClosedPnL",
          "arrow_type": "string",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "-203.41",
            "-0.20",
            "-178.62"
          ]
        },
        {
          "name": "OpenOrders",
          "arrow_type": "string",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "OPGOpenOrders",
          "arrow_type": "string",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "CLOOpenOrders",
          "arrow_type": "string",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "BuyOrdSize",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "SellOrdSize",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "MaxBpUsed",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7152",
            "1890",
            "2385"
          ]
        },
        {
          "name": "PosOpenTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "09:29:12",
            "14:45:56",
            "09:29:21"
          ]
        },
        {
          "name": "PosUpdTime",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "09:30:42",
            "14:46:58",
            "09:31:09"
          ]
        },
        {
          "name": "DayMaxPnL",
          "arrow_type": "string",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            "330.48",
            "1.20",
            "10.11"
          ]
        },
        {
          "name": "DayMinPnL",
          "arrow_type": "string",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            "-203.41",
            "-0.20",
            "-178.62"
          ]
        }
      ]
    },
    {
      "table": "research_results/research_1100/base_universe_12m",
      "description": "",
      "representative_file": "base_universe_12m.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20787521,
      "rep_rows": 113904,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 113904,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAOI",
            "AAPL"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-16T00:00:00",
            "2025-04-16T00:00:00",
            "2025-04-16T00:00:00"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.0,
            21.5,
            22.5
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "A+",
            "A+"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -2.066451,
            -5.502183,
            -1.869991
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25875.0,
            91095.0,
            834169.0
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.244399,
            2.730697,
            -0.236419
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.25444,
            6.666667,
            2.755925
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.580227,
            -8.908297,
            -3.893341
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.55298,
            9.860558,
            4.330197
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            9.348693,
            7.009346,
            17.236979
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            37.209043,
            34.787143,
            41.556625
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            2.047993,
            2.208809,
            10.948264
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.0,
            34.0,
            262.0
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24.49,
            10.91,
            198.33
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24.55,
            10.62,
            198.8
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            25.24,
            11.2,
            202.46
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            24.21,
            10.5,
            197.03
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24.17,
            10.82,
            198.36
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.06868,
            -0.693161,
            -0.806614
          ]
        },
        {
          "name": "c_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.200001,
            10.91,
            200.0
          ]
        },
        {
          "name": "c_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.67,
            10.745,
            196.759995
          ]
        },
        {
          "name": "c_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.99,
            10.8299,
            197.770004
          ]
        },
        {
          "name": "h_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.3599,
            10.97,
            200.25
          ]
        },
        {
          "name": "h_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.7001,
            10.766369,
            196.919998
          ]
        },
        {
          "name": "h_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.02,
            10.83,
            197.910004
          ]
        },
        {
          "name": "l_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.16,
            10.76,
            198.300003
          ]
        },
        {
          "name": "l_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.67,
            10.73,
            196.600006
          ]
        },
        {
          "name": "l_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.965,
            10.79,
            197.580002
          ]
        },
        {
          "name": "o_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.17,
            10.83,
            198.360001
          ]
        },
        {
          "name": "o_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.700001,
            10.7517,
            196.740005
          ]
        },
        {
          "name": "o_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.965,
            10.79,
            197.580002
          ]
        },
        {
          "name": "ret_955_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.06868,
            -0.784857,
            -0.806617
          ]
        },
        {
          "name": "ret_1100_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.392634,
            -0.000925,
            -0.297437
          ]
        },
        {
          "name": "dir_num",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-1",
            "-1",
            "-1"
          ]
        },
        {
          "name": "ret_955_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.06868,
            0.784857,
            0.806617
          ]
        },
        {
          "name": "ret_1100_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.392634,
            0.000925,
            0.297437
          ]
        }
      ]
    },
    {
      "table": "research_results/research_1100/base_universe_12m_honest",
      "description": "",
      "representative_file": "base_universe_12m_honest.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 27251430,
      "rep_rows": 113904,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 113904,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AAOI",
            "AAPL"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-04-16T00:00:00",
            "2025-04-16T00:00:00",
            "2025-04-16T00:00:00"
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.0,
            21.5,
            22.5
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "A+",
            "A+"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -2.066451,
            -5.502183,
            -1.869991
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25875.0,
            91095.0,
            834169.0
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.244399,
            2.730697,
            -0.236419
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.25444,
            6.666667,
            2.755925
          ]
        },
        {
          "name": "prev_day_ret_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.580227,
            -8.908297,
            -3.893341
          ]
        },
        {
          "name": "prev_day_range",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.55298,
            9.860558,
            4.330197
          ]
        },
        {
          "name": "prev_5d_ret_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            9.348693,
            7.009346,
            17.236979
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            37.209043,
            34.787143,
            41.556625
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            2.047993,
            2.208809,
            10.948264
          ]
        },
        {
          "name": "pm_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.0,
            34.0,
            262.0
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            24.49,
            10.91,
            198.33
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24.55,
            10.62,
            198.8
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            25.24,
            11.2,
            202.46
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            24.21,
            10.5,
            197.03
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            24.17,
            10.82,
            198.36
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.06868,
            -0.693161,
            -0.806614
          ]
        },
        {
          "name": "c_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.200001,
            10.91,
            200.0
          ]
        },
        {
          "name": "c_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.67,
            10.745,
            196.759995
          ]
        },
        {
          "name": "c_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.99,
            10.8299,
            197.770004
          ]
        },
        {
          "name": "h_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.3599,
            10.97,
            200.25
          ]
        },
        {
          "name": "h_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.7001,
            10.766369,
            196.919998
          ]
        },
        {
          "name": "h_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.02,
            10.83,
            197.910004
          ]
        },
        {
          "name": "l_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.16,
            10.76,
            198.300003
          ]
        },
        {
          "name": "l_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.67,
            10.73,
            196.600006
          ]
        },
        {
          "name": "l_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.965,
            10.79,
            197.580002
          ]
        },
        {
          "name": "o_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.17,
            10.83,
            198.360001
          ]
        },
        {
          "name": "o_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.700001,
            10.7517,
            196.740005
          ]
        },
        {
          "name": "o_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.965,
            10.79,
            197.580002
          ]
        },
        {
          "name": "ret_955_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.06868,
            -0.784857,
            -0.806617
          ]
        },
        {
          "name": "ret_1100_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.392634,
            -0.000925,
            -0.297437
          ]
        },
        {
          "name": "dir_num",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-1",
            "-1",
            "-1"
          ]
        },
        {
          "name": "ret_955_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.06868,
            0.784857,
            0.806617
          ]
        },
        {
          "name": "ret_1100_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -3.392634,
            0.000925,
            0.297437
          ]
        },
        {
          "name": "lag1_intra",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.693594,
            0.881057,
            0.14119
          ]
        },
        {
          "name": "lag1_cc",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.319472,
            1.777778,
            -0.187636
          ]
        },
        {
          "name": "prev_5d_honest",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.440338,
            11.098733,
            18.75828
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.693594,
            0.881057,
            0.14119
          ]
        },
        {
          "name": "prev_day_ret_cc",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.319472,
            1.777778,
            -0.187636
          ]
        },
        {
          "name": "prev_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            14.440338,
            11.098733,
            18.75828
          ]
        }
      ]
    },
    {
      "table": "research_results/tradingapp_quickwin_apr26/moc_window",
      "description": "",
      "representative_file": "moc_window.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13313,
      "rep_rows": 103,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "PATH",
            "TQQQ",
            "TQQQ"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "669",
            "53",
            "89"
          ]
        },
        {
          "name": "side_norm",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "S",
            "SS",
            "SS"
          ]
        },
        {
          "name": "ts_fill",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-03T16:00:28.058000",
            "2025-12-09T15:57:09.994000",
            "2025-12-12T16:00:30.997700"
          ]
        },
        {
          "name": "fill_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.96,
            55.96,
            52.83
          ]
        },
        {
          "name": "ts_sent",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-12-03T16:00:21.934100",
            "2025-12-09T15:57:09.933300",
            "2025-12-12T16:00:30.856300"
          ]
        },
        {
          "name": "sent_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.96,
            55.96,
            52.83
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EDGX",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            "EXT",
            "EXT"
          ]
        },
        {
          "name": "latency_ms",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6123.9,
            60.7,
            141.4
          ]
        },
        {
          "name": "hour",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16",
            "15",
            "16"
          ]
        },
        {
          "name": "minute",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "57",
            "0"
          ]
        },
        {
          "name": "hhmm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16:00",
            "15:57",
            "16:00"
          ]
        },
        {
          "name": "fill_after_close_s",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "28",
            "-171",
            "30"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2450",
            "2986",
            "4753"
          ]
        }
      ]
    },
    {
      "table": "research_results/tradingapp_quickwin_apr26/moo_window",
      "description": "",
      "representative_file": "moo_window.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 26830,
      "rep_rows": 478,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TSLA",
            "TSLA",
            "TSLA"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "11",
            "11",
            "11"
          ]
        },
        {
          "name": "side_norm",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "B",
            "B",
            "B"
          ]
        },
        {
          "name": "ts_fill",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-26T09:30:51.676600",
            "2025-11-26T09:30:51.996500",
            "2025-11-26T09:30:52.287900"
          ]
        },
        {
          "name": "fill_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            424.77,
            424.7,
            424.77
          ]
        },
        {
          "name": "ts_sent",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-26T09:30:51.676600",
            "2025-11-26T09:30:51.676600",
            "2025-11-26T09:30:52.287900"
          ]
        },
        {
          "name": "sent_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            424.77,
            424.77,
            424.77
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            "EXT",
            "EXT"
          ]
        },
        {
          "name": "latency_ms",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            319.9,
            0.0
          ]
        },
        {
          "name": "hour",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "9",
            "9"
          ]
        },
        {
          "name": "minute",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "hhmm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "09:30",
            "09:30",
            "09:30"
          ]
        },
        {
          "name": "fill_after_open_s",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "51",
            "51",
            "52"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "632",
            "633",
            "634"
          ]
        }
      ]
    },
    {
      "table": "research_results/tradingapp_quickwin_apr26/round_trips_tagged",
      "description": "",
      "representative_file": "round_trips_tagged.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 387821,
      "rep_rows": 8503,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 8503,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TQQQ",
            "TQQQ",
            "TQQQ"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "open_ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "2025-11-24T14:30:10.126300",
            "2025-11-24T14:30:10.753100",
            "2025-11-24T14:30:11.113400"
          ]
        },
        {
          "name": "close_ts",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "2025-11-24T14:33:12.840900",
            "2025-11-24T14:33:13.037300",
            "2025-11-24T14:33:13.822400"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "79",
            "79",
            "79"
          ]
        },
        {
          "name": "open_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            51.1,
            51.1,
            51.1
          ]
        },
        {
          "name": "close_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            50.96,
            50.96,
            50.96
          ]
        },
        {
          "name": "open_side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "Shorted",
            "Shorted",
            "Shorted"
          ]
        },
        {
          "name": "close_side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "Bought",
            "Bought",
            "Bought"
          ]
        },
        {
          "name": "open_venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "close_venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            11.06,
            11.06,
            11.06
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.274,
            0.274,
            0.274
          ]
        },
        {
          "name": "hold_sec",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            182.7146,
            182.2842,
            182.709
          ]
        },
        {
          "name": "open_notional",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            4036.9,
            4036.9,
            4036.9
          ]
        },
        {
          "name": "open_hhmm",
          "arrow_type": "string",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            "14:30",
            "14:30",
            "14:30"
          ]
        },
        {
          "name": "close_hhmm",
          "arrow_type": "string",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            "14:33",
            "14:33",
            "14:33"
          ]
        },
        {
          "name": "hold_min",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.045243,
            3.03807,
            3.04515
          ]
        },
        {
          "name": "same_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "strat",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "intraday_other",
            "intraday_other",
            "intraday_other"
          ]
        }
      ]
    },
    {
      "table": "research_results/tradingapp_quickwin_apr26/sent_filled_paired",
      "description": "",
      "representative_file": "sent_filled_paired.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 247203,
      "rep_rows": 7220,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "account",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AEFN0376T",
            "AEFN0376T",
            "AEFN0376T"
          ]
        },
        {
          "name": "symbol",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol",
          "sample_values": [
            "TQQQ",
            "TQQQ",
            "TQQQ"
          ]
        },
        {
          "name": "qty",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Order/fill quantity in shares",
          "sample_values": [
            "79",
            "79",
            "79"
          ]
        },
        {
          "name": "side_norm",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "SS",
            "SS",
            "SS"
          ]
        },
        {
          "name": "ts_fill",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-24T14:30:10.126300",
            "2025-11-24T14:30:10.753100",
            "2025-11-24T14:30:11.113400"
          ]
        },
        {
          "name": "fill_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            51.09,
            51.08,
            51.08
          ]
        },
        {
          "name": "ts_sent",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2025-11-24T14:30:09.988200",
            "2025-11-24T14:30:10.617100",
            "2025-11-24T14:30:10.959300"
          ]
        },
        {
          "name": "sent_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            51.09,
            51.08,
            51.08
          ]
        },
        {
          "name": "venue",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NSDQ",
            "NSDQ",
            "NSDQ"
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXT",
            "EXT",
            "EXT"
          ]
        },
        {
          "name": "latency_ms",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            138.1,
            136.0,
            154.1
          ]
        },
        {
          "name": "hour",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "14",
            "14",
            "14"
          ]
        },
        {
          "name": "minute",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "hhmm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "14:30",
            "14:30",
            "14:30"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/ALL_SCALPS_MASTER",
      "description": "",
      "representative_file": "ALL_SCALPS_MASTER.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 61507,
      "rep_rows": 767,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0925",
            "p_0925",
            "p_0925"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "MOO",
            "MOO"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_p_0925_b",
            "gap_p_0925_b|mcap_b",
            "gap_p_0925_b|mcap_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2..5",
            "2..5|small",
            "2..5|small"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "713",
            "713",
            "506"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.793829,
            18.793829,
            18.577075
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.428004,
            -0.428004,
            -0.343527
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "261",
            "261",
            "205"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            26.436782,
            26.436782,
            26.341463
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.282769,
            -0.282769,
            -0.187744
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.384795,
            -0.384795,
            -0.355496
          ]
        },
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIXED",
            "MIXED",
            "BMO"
          ]
        },
        {
          "name": "source",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "bmo_sweep",
            "bmo_sweep",
            "full_rescan"
          ]
        },
        {
          "name": "hold_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.08,
            0.08,
            0.08
          ]
        },
        {
          "name": "dedupe_key",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MIXED|p_0925|MOO|gap_p_0925_b|2..5|SHORT",
            "MIXED|p_0925|MOO|gap_p_0925_b|mcap_b|2..5|small|SHORT",
            "BMO|p_0925|MOO|gap_p_0925_b|mcap_b|2..5|small|SHORT"
          ]
        },
        {
          "name": "wr_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73.563218,
            73.563218,
            73.658537
          ]
        },
        {
          "name": "quality",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1188.450164,
            1188.450164,
            1054.629747
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/amc_19_deep_edges",
      "description": "",
      "representative_file": "amc_19_deep_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 56800,
      "rep_rows": 839,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1900",
            "1900",
            "1900"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "o_p1",
            "o_p1",
            "c_p1"
          ]
        },
        {
          "name": "dim",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_b|ah_b|sector_b|ttn_dense",
            "gap_b|ah_b|sector_b|spy5_b",
            "gap_b|ah_b|intra_b|sector_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-10..-5|ah<-5|Consumer Cyclical|ttn_heavy",
            "-5..-2|ah-5..-2|Energy|spy5_flat",
            "-2..2|ah_flat|intra-2..0|Technology"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "LONG",
            "SHORT"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "17",
            "19",
            "19"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            29.411765,
            63.157895,
            36.842105
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.080004,
            1.487924,
            -0.813914
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.194171,
            0.359338,
            -0.109623
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "3",
            "4"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.571429,
            100.0,
            0.0
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.305308,
            3.029963,
            -3.79267
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -12.006127,
            7.820188,
            -3.498459
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            24.966038,
            10.841082,
            5.630553
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/amc_edges_N20",
      "description": "",
      "representative_file": "amc_edges_N20.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 94846,
      "rep_rows": 1511,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0830",
            "p_0830",
            "p_0900"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0925",
            "MOO",
            "p_0925"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_p_0830_b|pre3_b",
            "gap_p_0830_b|pre3_b",
            "gap_p_0900_b|pre3_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<-10|pre3 1..5",
            "<-10|pre3 1..5",
            "<-10|pre3 1..5"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "70",
            "70",
            "72"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            38.571429,
            38.571429,
            34.722222
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.869211,
            -0.819991,
            -0.626537
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.28128,
            -0.26931,
            -0.266001
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "33"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            13.333333,
            13.333333,
            21.212121
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.01064,
            -1.842985,
            -1.478081
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.874065,
            -0.838874,
            -0.771361
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.001528,
            2.880683,
            2.720097
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/amc_entry_exit_edges",
      "description": "",
      "representative_file": "amc_entry_exit_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 270937,
      "rep_rows": 4915,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOC0",
            "p_1800",
            "p_1800"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "close2",
            "p_0900",
            "p_1900"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_MOC0_b|sector_b|pre_dir",
            "ah_p_1800_b|sector_b",
            "gap_p_1800_b|ah_p_1800_b|sector_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5..10|Consumer Cyclical|pre_dn",
            "ah-5..-2|Energy",
            "-2..2|ah0.5..2|Financial"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "SHORT"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "26",
            "45",
            "20"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61.538462,
            62.222222,
            15.0
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.427031,
            0.587911,
            -0.473734
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.293803,
            0.264001,
            -0.987457
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "7",
            "3"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.333333,
            85.714286,
            0.0
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.043479,
            1.455462,
            -0.805256
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3744.945279,
            8.278758,
            -9.935113
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5191.596523,
            17.215193,
            13.772991
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/amc_overnight_19_edges",
      "description": "",
      "representative_file": "amc_overnight_19_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 13304,
      "rep_rows": 68,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "o_p1",
            "o_p1",
            "c_p1"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ah_move_b|sector_b|ah_vol_b",
            "gap_1900_b|ah_move_b|sector_b",
            "intra_m1_b|sector_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ah2..5|UNK|vol_mid",
            "-2..2|ah0.5..2|Technology",
            "intra0..2|Healthcare"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "36",
            "48",
            "51"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.333333,
            58.333333,
            58.823529
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.203044,
            1.185001,
            1.268523
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.391257,
            0.246911,
            0.236749
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "19",
            "17"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.0,
            68.421053,
            64.705882
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.868544,
            2.466257,
            3.68358
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.109348,
            0.485286,
            0.498877
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.437486,
            1.453788,
            1.44194
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/amc_overnight_edges",
      "description": "",
      "representative_file": "amc_overnight_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15857,
      "rep_rows": 74,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "phase",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "REAL_1900_to_o_p1_(1y)",
            "REAL_1900_to_c_p1_(1y)",
            "REAL_1900_to_o_p1_(1y)"
          ]
        },
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_1900",
            "p_1900",
            "p_1900"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "o_p1",
            "c_p1",
            "o_p1"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_b|ah_move_b",
            "gap_b|ah_move_b",
            "ah_move_b|pre_dir"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-2..2|ah_flat",
            "-5..-2|ah_flat",
            "ah-2..-0.5|pre_flat"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "17",
            "13",
            "13"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.294118,
            15.384615,
            15.384615
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.027761,
            -2.84225,
            -0.818836
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.793902,
            -0.864113,
            -0.832617
          ]
        },
        {
          "name": "abs_sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.793902,
            0.864113,
            0.832617
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.294671,
            2.280443,
            2.197323
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/basket_deduped_FIXED",
      "description": "",
      "representative_file": "basket_deduped_FIXED.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20039,
      "rep_rows": 1152,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "EL",
            "MRK",
            "PYPL"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-02-04T00:00:00",
            "2025-02-04T00:00:00",
            "2025-02-04T00:00:00"
          ]
        },
        {
          "name": "ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            14.044871,
            1.919702,
            5.368171
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/bmo_entry_exit_edges",
      "description": "",
      "representative_file": "bmo_entry_exit_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 112774,
      "rep_rows": 1795,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0700",
            "p_0925",
            "p_0925"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "MOO",
            "MOO"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_p_0700_b|pm_accel_p_0700_b|sector_b",
            "gap_p_0925_b",
            "gap_p_0925_b|mcap_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2..5|accel_flat|Financial",
            "5..10",
            "5..10|small"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "56",
            "313",
            "313"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            28.571429,
            19.488818,
            19.488818
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.14253,
            -0.898996,
            -0.898996
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.485169,
            -0.499484,
            -0.499484
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "20",
            "141",
            "141"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20.0,
            23.404255,
            23.404255
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.035143,
            -0.445965,
            -0.445965
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.910167,
            -0.547154,
            -0.547154
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.771024,
            2.711603,
            2.711603
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/combos_100k_edges",
      "description": "",
      "representative_file": "combos_100k_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 67586,
      "rep_rows": 690,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "combo",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_b=>5|prev_b=prev-2..0|prev5_b=prev5-5..0",
            "gap_b=>5|spy_gap_b=spy_up|dow_b=thu",
            "gap_b=>5|prev5_b=prev5-5..0|dow_b=fri"
          ]
        },
        {
          "name": "size",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1422",
            "1278",
            "803"
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1268",
            "960",
            "751"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18.565401,
            33.098592,
            21.295143
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20.11041,
            22.395833,
            22.636485
          ]
        },
        {
          "name": "mean_train_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -11.181019,
            -3.794397,
            -8.086391
          ]
        },
        {
          "name": "mean_test_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -10.0792,
            -6.560944,
            -7.564605
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -8.438729,
            -3.819632,
            -6.9301
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -8.460769,
            -7.020773,
            -7.237731
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "rank_score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            60.460522,
            48.218491,
            47.933585
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/earnings_deep_edges",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_deep_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 392806,
      "rep_rows": 6866,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0400",
            "p_0500",
            "p_0400"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "MOO",
            "MOO"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "bmo_b×gap_b",
            "bmo_b×gap_b",
            "bmo_b×gap_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO|<-10",
            "BMO|<-10",
            "BMO|-5..-2"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "152",
            "152",
            "955"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.657895,
            7.015707
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -15.510732,
            -15.268767,
            -3.844486
          ]
        },
        {
          "name": "median_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -13.116624,
            -12.887913,
            -3.168182
          ]
        },
        {
          "name": "sharpe_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            -1.99479,
            -1.865179,
            -1.286783
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "abs_sh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.99479,
            1.865179,
            1.286783
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.034665,
            9.382669,
            8.830877
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/earnings_mega_edges",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_mega_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2113114,
      "rep_rows": 39186,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0400",
            "p_0500",
            "p_0400"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "MOO",
            "MOO"
          ]
        },
        {
          "name": "dim",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "2"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "bmo_b|gap_b|cat_b",
            "bmo_b|gap_b|cat_b",
            "gap_b|bmo_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO|>10|GUIDANCE",
            "BMO|>10|GUIDANCE",
            "<-10|BMO"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "30",
            "30",
            "152"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            100.0,
            0.0
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.287963,
            11.687824,
            -15.510732
          ]
        },
        {
          "name": "median_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.37923,
            10.821677,
            -13.116624
          ]
        },
        {
          "name": "sharpe_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            3.043883,
            2.998082,
            -1.99479
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "SHORT"
          ]
        },
        {
          "name": "abs_sh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.043883,
            2.998082,
            1.99479
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.452655,
            10.295375,
            10.034665
          ]
        },
        {
          "name": "strategy_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pm_moo",
            "pm_moo",
            "pm_moo"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/earnings_mega_edges_wf",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_mega_edges_wf.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 52185,
      "rep_rows": 346,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0400",
            "p_0500",
            "p_0400"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "MOO",
            "MOO"
          ]
        },
        {
          "name": "dim",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "bmo_b|gap_b|cat_b",
            "bmo_b|gap_b|cat_b",
            "bmo_b|gap_b|cat_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO|-5..-2|GUIDANCE,EARNINGS",
            "BMO|>10|GUIDANCE,EARNINGS",
            "BMO|-10..-5|OTHER"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "201",
            "53",
            "70"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.985075,
            92.45283,
            4.285714
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.640575,
            8.341953,
            -11.400408
          ]
        },
        {
          "name": "median_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.530233,
            10.700598,
            -7.720123
          ]
        },
        {
          "name": "sharpe_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            -1.721989,
            1.361492,
            -1.647798
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "LONG",
            "SHORT"
          ]
        },
        {
          "name": "abs_sh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.721989,
            1.361492,
            1.647798
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.140776,
            5.43097,
            7.024036
          ]
        },
        {
          "name": "strategy_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pm_moo",
            "pm_moo",
            "pm_moo"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "149",
            "37",
            "50"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.026846,
            89.189189,
            6.0
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.849145,
            6.666972,
            -12.384167
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "52",
            "16",
            "20"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            100.0,
            0.0
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -4.042944,
            12.215346,
            -8.941011
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.601358,
            0.885253,
            -1.396576
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.56868,
            3.533222,
            -3.212143
          ]
        },
        {
          "name": "oos_score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.198409,
            10.010371,
            9.779442
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/full_rescan_edges",
      "description": "",
      "representative_file": "full_rescan_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 119383,
      "rep_rows": 1647,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "session",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            "AMC",
            "AMC"
          ]
        },
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0830",
            "p_0830",
            "p_0830"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0925",
            "p_0925",
            "MOO"
          ]
        },
        {
          "name": "hold_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.92,
            0.92,
            1.0
          ]
        },
        {
          "name": "liq_min_applied",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "500000",
            "500000",
            "500000"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_p_0830_b|pre_dir|pre3_b",
            "gap_p_0830_b|pre3_b",
            "gap_p_0830_b|pre_dir|pre3_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<-10|pre_up|pre3 1..5",
            "<-10|pre3 1..5",
            "<-10|pre_up|pre3 1..5"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "40",
            "69",
            "40"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            37.5,
            39.130435,
            35.0
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.007775,
            -0.799844,
            -0.971346
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.291844,
            -0.261564,
            -0.284876
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "20",
            "30",
            "20"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.0,
            13.333333,
            10.0
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.290195,
            -2.01064,
            -2.265408
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.05752,
            -0.874065,
            -0.98264
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.219643,
            3.001528,
            2.991669
          ]
        },
        {
          "name": "trend_bonus",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            27.5,
            25.797101,
            25.0
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/honest_edges",
      "description": "",
      "representative_file": "honest_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 51270,
      "rep_rows": 550,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "bucket_strategy",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pm_moo",
            "pm_moo",
            "pm_moo"
          ]
        },
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0500",
            "p_0400",
            "p_0600"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "close3",
            "close3",
            "close3"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_at_p_0500_b|sector_b",
            "gap_at_p_0400_b|sector_b",
            "gap_at_p_0600_b|sector_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5..10|Communication Services",
            "5..10|Communication Services",
            "5..10|Communication Services"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "51",
            "54",
            "51"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            37.254902,
            31.481481,
            37.254902
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.750477,
            -2.139387,
            -1.353021
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.266509,
            -0.321412,
            -0.193207
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "18",
            "18",
            "18"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.111111,
            11.111111,
            11.111111
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -6.323472,
            -6.41373,
            -5.672097
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.054465,
            -1.045789,
            -1.043436
          ]
        },
        {
          "name": "abs_sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.054465,
            1.045789,
            1.043436
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.104807,
            3.079263,
            3.072335
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/integrated_backtest_moo_955",
      "description": "",
      "representative_file": "integrated_backtest_moo_955.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 23845,
      "rep_rows": 449,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SHEL",
            "ABT",
            "SLB"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-08T00:00:00",
            "2025-01-22T00:00:00",
            "2025-01-17T00:00:00"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "close1",
            "MOO"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "open1",
            "close3",
            "close3"
          ]
        },
        {
          "name": "size_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.44,
            0.83,
            2.0
          ]
        },
        {
          "name": "n_hits",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "1",
            "5"
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.124292,
            4.939766,
            -0.384698
          ]
        },
        {
          "name": "ret_sized_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.49898,
            4.100006,
            -0.769395
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -3.09,
            -2.28,
            2.58
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "BMO"
          ]
        },
        {
          "name": "last_cat",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "GUIDANCE,EARNINGS",
            "ANALYST"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/integrated_backtest_pm_moo",
      "description": "",
      "representative_file": "integrated_backtest_pm_moo.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 23039,
      "rep_rows": 458,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DAL",
            "STZ",
            "TSM"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-10T00:00:00",
            "2025-01-10T00:00:00",
            "2025-01-16T00:00:00"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0400",
            "p_0400",
            "p_0400"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "MOO",
            "MOO"
          ]
        },
        {
          "name": "size_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            2.0,
            2.0
          ]
        },
        {
          "name": "n_hits",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2",
            "2",
            "5"
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.420377,
            7.446998,
            0.083075
          ]
        },
        {
          "name": "ret_sized_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            10.840753,
            14.893996,
            0.166149
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            5.81,
            -7.37,
            5.85
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "BMO"
          ]
        },
        {
          "name": "last_cat",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "GUIDANCE",
            "GUIDANCE,EARNINGS",
            "OTHER"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/moc_1900_fresh_edges",
      "description": "",
      "representative_file": "moc_1900_fresh_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7205,
      "rep_rows": 10,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "filter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "baseline",
            "baseline",
            "opex"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "170185",
            "170185",
            "8386"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            42.638893,
            35.159385,
            37.336036
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.043682,
            -0.043682,
            0.010203
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.087033,
            -0.087033,
            0.004583
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "78695",
            "78695",
            "3604"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            47.644704,
            39.030434,
            54.411765
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.060876,
            -0.060876,
            0.086868
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.100419,
            -0.100419,
            0.20053
          ]
        },
        {
          "name": "sign_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/moo955_edges_wf",
      "description": "",
      "representative_file": "moo955_edges_wf.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 110381,
      "rep_rows": 914,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "open1",
            "open2",
            "close1"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "close1",
            "close3",
            "close3"
          ]
        },
        {
          "name": "dim",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_b|pre_dir|spy_b",
            "gap_b|pre3_b|spy_b",
            "gap_b|pre3_b|spy_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<-10|pre_up|spy_dn",
            "<-10|pre3_flat|spy_flat",
            "<-10|pre3_flat|spy_flat"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "57",
            "74",
            "74"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.438596,
            32.432432,
            36.486486
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.715094,
            -1.287466,
            -0.913934
          ]
        },
        {
          "name": "median_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.917249,
            -1.267858,
            -0.922854
          ]
        },
        {
          "name": "sharpe_pt",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            0.271067,
            -0.337747,
            -0.242893
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "abs_sh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.271067,
            0.337747,
            0.242893
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.100654,
            1.45822,
            1.048686
          ]
        },
        {
          "name": "strategy_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "moo_955",
            "moo_955",
            "moo_955"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "41",
            "50",
            "50"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            68.292683,
            42.0,
            48.0
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.439128,
            -0.722062,
            -0.267232
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16",
            "24",
            "24"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            93.75,
            12.5,
            12.5
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.422256,
            -2.465391,
            -2.261229
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.108299,
            -0.183277,
            -0.067933
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.978853,
            -0.830472,
            -0.819436
          ]
        },
        {
          "name": "oos_score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.7733,
            2.673185,
            2.637663
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/per_ticker_deep_edges",
      "description": "",
      "representative_file": "per_ticker_deep_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1362894,
      "rep_rows": 26603,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MMM",
            "HON",
            "MMM"
          ]
        },
        {
          "name": "dir_filter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "any",
            "gap_up",
            "gap_abs_big"
          ]
        },
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0925",
            "p_0800",
            "p_0925"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "close3",
            "MOO"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16",
            "5",
            "10"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.25,
            0.0,
            10.0
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -13.315056,
            -4.567687,
            -11.543449
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -27.85859,
            -23.738687,
            -19.3105
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "3",
            "3"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20.0,
            33.333333,
            33.333333
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.247139,
            -1.192001,
            -0.378187
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.461138,
            -0.226759,
            -0.620432
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            86.112084,
            52.159227,
            50.961517
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/per_ticker_hc_long",
      "description": "",
      "representative_file": "per_ticker_hc_long.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16121,
      "rep_rows": 120,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UL",
            "CARR",
            "SHOP"
          ]
        },
        {
          "name": "dir_filter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_dn",
            "gap_up",
            "gap_up"
          ]
        },
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0700",
            "p_0500",
            "p_0400"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "close3",
            "MOO",
            "MOO"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "5",
            "5"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            80.0,
            100.0
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            12.399142,
            2.267879,
            15.103965
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.963933,
            8.397125,
            5.950616
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            100.0,
            100.0
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.646294,
            4.35253,
            7.285135
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.549805,
            1.720367,
            1.295188
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            26.287447,
            18.450368,
            13.074839
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/per_ticker_hc_short",
      "description": "",
      "representative_file": "per_ticker_hc_short.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 17318,
      "rep_rows": 138,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MMM",
            "WFC",
            "GIS"
          ]
        },
        {
          "name": "dir_filter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "any",
            "gap_dn",
            "gap_dn"
          ]
        },
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0925",
            "p_0500",
            "p_0500"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "p_0900",
            "open1"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16",
            "5",
            "8"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.25,
            0.0,
            12.5
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -13.315056,
            -3.914917,
            -3.865863
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -27.85859,
            -13.76919,
            -9.125995
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "3",
            "3"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.247139,
            -1.952518,
            -2.839161
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.461138,
            -1.495655,
            -1.609891
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            86.112084,
            30.254003,
            22.677245
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/pm_liquidity",
      "description": "",
      "representative_file": "pm_liquidity.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 443280,
      "rep_rows": 11189,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2021-01-21T00:00:00",
            "2021-04-16T00:00:00",
            "2021-07-16T00:00:00"
          ]
        },
        {
          "name": "n_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "81",
            "72",
            "125"
          ]
        },
        {
          "name": "total_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "780696",
            "81930",
            "551160"
          ]
        },
        {
          "name": "total_value",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            16755339.068,
            2775797.765,
            19389187.8964
          ]
        },
        {
          "name": "avg_price",
          "arrow_type": "double",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            22.102016,
            33.910772,
            35.14256
          ]
        },
        {
          "name": "first_bar_time",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-01-21T04:00:00",
            "2021-04-16T04:07:00",
            "2021-07-16T04:46:00"
          ]
        },
        {
          "name": "last_bar_time",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2021-01-21T09:30:00",
            "2021-04-16T09:30:00",
            "2021-07-16T09:30:00"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/pm_moo_integrated_FIXED",
      "description": "",
      "representative_file": "pm_moo_integrated_FIXED.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8963,
      "rep_rows": 18,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0925",
            "p_0925",
            "p_0830"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "MOO",
            "MOO"
          ]
        },
        {
          "name": "hold_h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.08,
            0.08,
            1.0
          ]
        },
        {
          "name": "gap_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            ">10",
            "5..10",
            "<-10"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "286",
            "367",
            "199"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.2,
            30.2,
            39.2
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.71,
            -0.21,
            -0.65
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "119",
            "146",
            "81"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20.2,
            24.7,
            30.9
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.51,
            -0.28,
            -0.82
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.6,
            -0.42,
            -0.36
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/pm_moo_v2_fred_5y_edges",
      "description": "",
      "representative_file": "pm_moo_v2_fred_5y_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 80950,
      "rep_rows": 1292,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "dim",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1",
            "1",
            "1"
          ]
        },
        {
          "name": "combo",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "DGS10_b=q1",
            "DGS10_b=q1",
            "DGS10_b=q2"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2487",
            "2487",
            "4287"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            50.100523,
            47.607559,
            44.716585
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            37.852237,
            -37.852237,
            34.110968
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.001787,
            -0.001787,
            -0.078343
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4101",
            "4101",
            "2330"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45.988783,
            52.718849,
            47.253219
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.660118,
            -5.660118,
            11.894889
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.070035,
            0.070035,
            -0.044879
          ]
        },
        {
          "name": "sign_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/preearn_per_ticker",
      "description": "",
      "representative_file": "preearn_per_ticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16349,
      "rep_rows": 88,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AMD",
            "MSFT",
            "GOOGL"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "21",
            "21",
            "15"
          ]
        },
        {
          "name": "d1_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.170952,
            -0.04619,
            0.249333
          ]
        },
        {
          "name": "d1_pct_up",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            66.666667,
            61.904762,
            66.666667
          ]
        },
        {
          "name": "d2_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.510476,
            0.371429,
            0.552
          ]
        },
        {
          "name": "d2_pct_up",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            71.428571,
            76.190476,
            66.666667
          ]
        },
        {
          "name": "d3_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.021905,
            0.089524,
            0.033333
          ]
        },
        {
          "name": "d3_pct_up",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61.904762,
            66.666667,
            60.0
          ]
        },
        {
          "name": "pre3_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.659524,
            0.414762,
            0.834667
          ]
        },
        {
          "name": "pre3_pct_up",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            57.142857,
            71.428571,
            73.333333
          ]
        },
        {
          "name": "moc_moo_wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            42.857143,
            80.952381,
            33.333333
          ]
        },
        {
          "name": "moc_moo_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            -0.145268,
            0.554293,
            -0.43699
          ]
        },
        {
          "name": "moc_c1_wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-close auction reference",
          "sample_values": [
            47.619048,
            47.619048,
            40.0
          ]
        },
        {
          "name": "moc_c1_mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market-on-close auction reference",
          "sample_values": [
            0.040026,
            0.207438,
            -0.958051
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/revalidate_all_report",
      "description": "",
      "representative_file": "revalidate_all_report.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 5602,
      "rep_rows": 16,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "strategy",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO-955 M10R S1 SHORT",
            "MOO-955 M10R LONG A+/A",
            "MOO-955 S1 SHORT TRAIN 2023-24"
          ]
        },
        {
          "name": "old_metric",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "WR 64.7% Sh 5.90 N=10967",
            "Sharpe 8.94 raw / 4.65 cons CAGR 44%",
            "—"
          ]
        },
        {
          "name": "new_metric",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT S1: WR=71.1% mean=0.836% Sh_pt=0.53 N=12448",
            "LONG A+/A (score 3-11.5): WR=54.0% mean=0.193% Sh_pt=0.12 N=51848",
            "WR=72.5% mean=0.758% N=4505"
          ]
        },
        {
          "name": "notes",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "timestamp",
          "arrow_type": "string",
          "nullable": true,
          "description": "Bar timestamp (US/Eastern unless noted)",
          "sample_values": [
            "2026-04-21T12:10:49.105160",
            "2026-04-21T12:10:49.163381",
            "2026-04-21T12:10:49.231263"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/scalp_ranked_edges",
      "description": "",
      "representative_file": "scalp_ranked_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 135810,
      "rep_rows": 2651,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "src",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pm_moo_wf",
            "pm_moo_wf",
            "pm_moo_wf"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0400",
            "p_0600",
            "p_0500"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "MOO",
            "MOO"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_b|bmo_b",
            "gap_b|bmo_b",
            "gap_b|bmo_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<-10|BMO",
            "<-10|BMO",
            "<-10|BMO"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "152",
            "152",
            "152"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.657895,
            0.657895
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -15.510732,
            -14.482971,
            -15.268767
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "WR_eff",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            99.342105,
            99.342105
          ]
        },
        {
          "name": "mean_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            15.510732,
            14.482971,
            15.268767
          ]
        },
        {
          "name": "is_scalp",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "rank_score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            57.745531,
            57.087636,
            57.087636
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/strict_oos_edges",
      "description": "",
      "representative_file": "strict_oos_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 470061,
      "rep_rows": 8050,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0400",
            "p_0400",
            "p_0400"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "MOO",
            "MOO"
          ]
        },
        {
          "name": "segment",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_b|cat_b",
            "gap_b|cat_b",
            "gap_b|cat_b"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "-10..-5|ANALYST",
            "-10..-5|EARNINGS",
            "-10..-5|GUIDANCE,EARNINGS"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "265",
            "40",
            "121"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            26.415094,
            10.0,
            13.22314
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -5.910452,
            -7.536301,
            2.465778
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.572236,
            -1.293383,
            -1.099506
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "105",
            "15",
            "34"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            22.857143,
            13.333333,
            2.941176
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -3.687334,
            -5.018975,
            -5.732405
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.639424,
            -1.573689,
            -1.690368
          ]
        },
        {
          "name": "sign_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        },
        {
          "name": "bucket_s",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pm_moo",
            "pm_moo",
            "pm_moo"
          ]
        },
        {
          "name": "abs_sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.572236,
            1.293383,
            1.099506
          ]
        },
        {
          "name": "tr_score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.195079,
            4.803071,
            5.282049
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/strict_oos_trades",
      "description": "",
      "representative_file": "strict_oos_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16309,
      "rep_rows": 647,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ALLY",
            "TAP",
            "BF.B"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-01-22T00:00:00",
            "2025-02-13T00:00:00",
            "2025-03-05T00:00:00"
          ]
        },
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p_0400",
            "p_0400",
            "p_0400"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "MOO",
            "MOO"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "edge_Sh_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.979213,
            1.979213,
            1.979213
          ]
        },
        {
          "name": "bucket_s",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pm_moo",
            "pm_moo",
            "pm_moo"
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            6.002564,
            6.473557,
            6.225301
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/tech_level_bb_rsi_edges",
      "description": "",
      "representative_file": "tech_level_bb_rsi_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9105,
      "rep_rows": 22,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "feature",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "sma20_b|gap_p0_b",
            "rsi_b|gap_p0_b",
            "bb_pos_b|gap_p0_b"
          ]
        },
        {
          "name": "value",
          "arrow_type": "string",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            "<-10%|>10",
            "rsi_oversold|>10",
            "bb_hi80|>10"
          ]
        },
        {
          "name": "N_tr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "45",
            "51",
            "68"
          ]
        },
        {
          "name": "WR_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            42.2,
            33.3,
            61.8
          ]
        },
        {
          "name": "m_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.86,
            -2.12,
            1.26
          ]
        },
        {
          "name": "N_te",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "21",
            "25",
            "31"
          ]
        },
        {
          "name": "WR_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14.3,
            20.0,
            61.3
          ]
        },
        {
          "name": "m_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -5.12,
            -3.33,
            2.72
          ]
        },
        {
          "name": "Sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.01,
            -0.63,
            0.37
          ]
        },
        {
          "name": "wr_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            85.7,
            80.0,
            61.3
          ]
        },
        {
          "name": "quality",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2010.760894,
            1332.0,
            928.346759
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/tech_time_volume_edges",
      "description": "",
      "representative_file": "tech_time_volume_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4249,
      "rep_rows": 19,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "08:12",
            "07:33",
            "08:14"
          ]
        },
        {
          "name": "n_spikes",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "70",
            "52",
            "71"
          ]
        },
        {
          "name": "wr_long",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            61.4,
            59.6,
            59.2
          ]
        },
        {
          "name": "mean_ret60m",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.305,
            0.708,
            0.315
          ]
        },
        {
          "name": "direction_best",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/ticker_signatures",
      "description": "",
      "representative_file": "ticker_signatures.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 448747,
      "rep_rows": 8707,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "TRP",
            "TRP",
            "TRP"
          ]
        },
        {
          "name": "direction_filter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "any",
            "any",
            "any"
          ]
        },
        {
          "name": "entry",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "p",
            "p",
            "p"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0830_MOO",
            "0800_MOO",
            "0925_MOO"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16",
            "16",
            "12"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -9.042683,
            -8.870726,
            -8.545475
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -8.971815,
            -8.934099,
            -9.786705
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "5",
            "4"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            40.0,
            20.0,
            25.0
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.238337,
            -0.699047,
            -1.146936
          ]
        },
        {
          "name": "abs_sh_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.971815,
            8.934099,
            9.786705
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            25.419065,
            25.312209,
            25.102403
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/ttn_5y_deep_edges",
      "description": "",
      "representative_file": "ttn_5y_deep_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 84451,
      "rep_rows": 1426,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "scan",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "cat×gap×win×exit",
            "cat×gap×win×exit",
            "cat×gap×win×exit"
          ]
        },
        {
          "name": "category",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "tariff",
            "tariff",
            "tariff"
          ]
        },
        {
          "name": "news_window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pre_open",
            "pre_open",
            "pre_open"
          ]
        },
        {
          "name": "gap",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap>+1%",
            "gap>+1%",
            "gap>+1%"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "oc",
            "oc",
            "d1"
          ]
        },
        {
          "name": "sub",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "92",
            "92",
            "92"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            44.565217,
            55.434783,
            41.304348
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.204958,
            0.204958,
            -0.581117
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.094677,
            0.094677,
            -0.160329
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "227",
            "227",
            "227"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45.814978,
            53.303965,
            48.898678
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.118095,
            -0.118095,
            0.265351
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.001908,
            -0.001908,
            0.02455
          ]
        },
        {
          "name": "sign_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "WR_eff",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            45.814978,
            53.303965,
            48.898678
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/ttn_5y_honest_edges",
      "description": "",
      "representative_file": "ttn_5y_honest_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 18115,
      "rep_rows": 214,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "category",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "tariff",
            "tariff",
            "tariff"
          ]
        },
        {
          "name": "gap",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap>+5%",
            "gap>+5%",
            "gap>+1%"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "38",
            "38",
            "197"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            52.631579,
            47.368421,
            49.238579
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.443682,
            -0.443682,
            0.008806
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.100376,
            -0.100376,
            -0.007112
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "145",
            "145",
            "525"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            42.758621,
            57.241379,
            46.47619
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.193857,
            -0.193857,
            -0.013843
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.108276,
            0.108276,
            -0.034477
          ]
        },
        {
          "name": "sign_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "False"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/ttn_expand_edges",
      "description": "",
      "representative_file": "ttn_expand_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6850,
      "rep_rows": 34,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "strategy",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "PM→MOO (oc proxy)",
            "PM→MOO (oc proxy)",
            "PM→MOO (oc proxy)"
          ]
        },
        {
          "name": "category",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "tariff",
            "fda",
            "mna"
          ]
        },
        {
          "name": "bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap<-3%",
            "gap<-3%",
            "gap<-3%"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "63",
            "187",
            "132"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            77.777778,
            84.491979,
            90.151515
          ]
        },
        {
          "name": "mean_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            5.766915,
            3.780624,
            4.188297
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            22.192512,
            20.261378,
            18.880666
          ]
        },
        {
          "name": "trade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/yahoo_grading_edges",
      "description": "",
      "representative_file": "yahoo_grading_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 26543,
      "rep_rows": 362,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "scan",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "action×gap",
            "action×gap",
            "action×gap"
          ]
        },
        {
          "name": "feature",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "up",
            "up",
            "up"
          ]
        },
        {
          "name": "sub",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "gap",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap>+5%",
            "gap>+5%",
            "gap>+3%"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "52",
            "52",
            "73"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            55.769231,
            44.230769,
            46.575342
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.626457,
            -9.626457,
            0.24794
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.159516,
            -0.159516,
            0.03425
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "39",
            "39",
            "41"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.897436,
            61.538462,
            43.902439
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.475552,
            2.475552,
            -1.90653
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.326636,
            0.326636,
            -0.303785
          ]
        },
        {
          "name": "sign_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/yahoo_research_v2_edges",
      "description": "",
      "representative_file": "yahoo_research_v2_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 38223,
      "rep_rows": 588,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "scan",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "grade_action",
            "grade_action",
            "grade_action"
          ]
        },
        {
          "name": "feature",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "up",
            "up",
            "up"
          ]
        },
        {
          "name": "sub",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "gap",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap>+5%",
            "gap>+5%",
            "gap>+3%"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "48",
            "48",
            "70"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            58.333333,
            41.666667,
            48.571429
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            10.615903,
            -10.615903,
            0.322859
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.194087,
            -0.194087,
            0.049339
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "39",
            "39",
            "40"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            35.897436,
            61.538462,
            42.5
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.475552,
            2.475552,
            -1.95514
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.326636,
            0.326636,
            -0.308052
          ]
        },
        {
          "name": "sign_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr21/zapas_0800_fresh_edges",
      "description": "",
      "representative_file": "zapas_0800_fresh_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8675,
      "rep_rows": 32,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "gap",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap-5..-2",
            "gap-5..-2",
            "gap-5..-2"
          ]
        },
        {
          "name": "exit",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MOO",
            "MOO",
            "MOC"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "N_train",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4112",
            "4112",
            "4112"
          ]
        },
        {
          "name": "WR_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            56.347276,
            42.19358,
            56.274319
          ]
        },
        {
          "name": "mean_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.33803,
            -0.33803,
            0.433296
          ]
        },
        {
          "name": "Sh_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.183737,
            -0.183737,
            0.097571
          ]
        },
        {
          "name": "N_test",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5505",
            "5505",
            "5505"
          ]
        },
        {
          "name": "WR_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            56.294278,
            42.597639,
            59.872843
          ]
        },
        {
          "name": "mean_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.252096,
            -0.252096,
            0.948781
          ]
        },
        {
          "name": "Sh_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.142105,
            -0.142105,
            0.194366
          ]
        },
        {
          "name": "sign_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/audit_known_edges",
      "description": "",
      "representative_file": "audit_known_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8146,
      "rep_rows": 11,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 11,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "MM#1_AMC_gap<-10_o1_c1",
            "MM#5_AMC_gap-10..-5_o1_c1",
            "MM#7_AMC_Q2_gap>10_o1_c1"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "N_tr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "150",
            "239",
            "38"
          ]
        },
        {
          "name": "WR_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            48.666667,
            55.648536,
            36.842105
          ]
        },
        {
          "name": "mean_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.452044,
            -0.514747,
            -0.238507
          ]
        },
        {
          "name": "Sh_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.08391,
            0.155581,
            -0.117601
          ]
        },
        {
          "name": "N_te",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "179",
            "281",
            "34"
          ]
        },
        {
          "name": "WR_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            49.72067,
            54.448399,
            55.882353
          ]
        },
        {
          "name": "mean_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.20743,
            -0.07406,
            0.355395
          ]
        },
        {
          "name": "Sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.043871,
            0.031479,
            0.108439
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/earnings_moo955_clean",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_moo955_clean.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12700,
      "rep_rows": 101,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "scan",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "sector x quarter",
            "gap x lag1 x bmo",
            "gap x pm_drift"
          ]
        },
        {
          "name": "dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "key",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "('Communications', 'Q1')",
            "('gap-5..-2', 'lag1_1..3', 'BMO')",
            "('gap-5..-2', 'pmd-1..1')"
          ]
        },
        {
          "name": "N_tr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "27",
            "21",
            "24"
          ]
        },
        {
          "name": "WR_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            59.3,
            57.1,
            45.8
          ]
        },
        {
          "name": "m_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.399,
            0.142,
            0.357
          ]
        },
        {
          "name": "Sh_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.72,
            0.97,
            3.34
          ]
        },
        {
          "name": "N_te",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "37",
            "37",
            "34"
          ]
        },
        {
          "name": "WR_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            64.9,
            62.2,
            70.6
          ]
        },
        {
          "name": "m_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.091,
            1.053,
            1.241
          ]
        },
        {
          "name": "Sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.9,
            9.29,
            8.82
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/earnings_moo955_clean_merged",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_moo955_clean_merged.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 665659,
      "rep_rows": 3166,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LW",
            "ROKU",
            "TSM"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-05T00:00:00",
            "2023-01-05T00:00:00",
            "2023-01-12T00:00:00"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "BMO"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Defensive",
            "Communication Services",
            null
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5433.0,
            14397.0,
            1758431.0
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p50_200",
            "p20_50",
            "p50_200"
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            8.45,
            2.93,
            3.89
          ]
        },
        {
          "name": "imb_ev",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "trade_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-05T00:00:00",
            "2023-01-05T00:00:00",
            "2023-01-12T00:00:00"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q1",
            "Q1",
            "Q1"
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            94.87,
            43.59,
            84.96
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            95.98,
            42.3595,
            84.82
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.170022,
            -2.822895,
            -0.164783
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            8.447645,
            2.927981,
            3.888481
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.102273,
            1.54966,
            2.09009
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.101957,
            6.267771,
            4.921453
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            94.25,
            43.25,
            84.99
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            95.0,
            44.2499,
            85.49
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            87.88,
            41.64,
            81.48
          ]
        },
        {
          "name": "pm_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            88.0,
            42.59,
            83.25
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.597303,
            -0.597303,
            0.338923
          ]
        },
        {
          "name": "QQQ_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.715631,
            -0.715631,
            0.198262
          ]
        },
        {
          "name": "IWM_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.598325,
            -0.598325,
            0.486818
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.397059,
            1.397059,
            -2.080123
          ]
        },
        {
          "name": "ARKK_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.730648,
            -1.730648,
            0.258918
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.496084,
            -0.496084,
            0.341461
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.26361,
            4.413215,
            0.627538
          ]
        },
        {
          "name": "ret_5d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.810799,
            7.953097,
            7.154088
          ]
        },
        {
          "name": "ret_10d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.42475,
            -4.831461,
            10.037675
          ]
        },
        {
          "name": "ret_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.228102,
            -24.937965,
            1.678478
          ]
        },
        {
          "name": "range_pct_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.794696,
            8.118536,
            1.546833
          ]
        },
        {
          "name": "close_in_range_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.789809,
            0.72951,
            0.913043
          ]
        },
        {
          "name": "vol_ratio_20d_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.435301,
            1.324631,
            0.9508
          ]
        },
        {
          "name": "pct_from_52h",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.3994,
            -80.438002,
            -39.599033
          ]
        },
        {
          "name": "pct_from_52l",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            89.891914,
            12.345361,
            40.942269
          ]
        },
        {
          "name": "u_sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Communications",
            "Technology"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small",
            "mid",
            "mega"
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4569315.55,
            2423832.5,
            12969350.5
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "dow",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Thu",
            "Thu",
            "Thu"
          ]
        },
        {
          "name": "gap_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap5..10",
            "gap2..5",
            "gap2..5"
          ]
        },
        {
          "name": "lag1_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "lag1-1..1",
            "lag1>3",
            "lag1-1..1"
          ]
        },
        {
          "name": "5d_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5d-5..-2",
            "5d>5",
            "5d>5"
          ]
        },
        {
          "name": "pmd_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pmd>3",
            "pmd1..3",
            "pmd1..3"
          ]
        },
        {
          "name": "pmr_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "pmr>5",
            "pmr>5",
            "pmr2..5"
          ]
        },
        {
          "name": "spy_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SPY_dn",
            "SPY_dn",
            "SPY_up"
          ]
        },
        {
          "name": "qqq_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SPY_dn",
            "SPY_dn",
            "SPY_flat"
          ]
        },
        {
          "name": "iwm_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SPY_dn",
            "SPY_dn",
            "SPY_up"
          ]
        },
        {
          "name": "vxx_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SPY_up",
            "SPY_up",
            "SPY_dn"
          ]
        },
        {
          "name": "spypm_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SPYpm_dn",
            "SPYpm_dn",
            "SPYpm_up"
          ]
        },
        {
          "name": "52h_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "52h_near",
            "52h<-20",
            "52h<-20"
          ]
        },
        {
          "name": "52l_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "52l>30",
            "52l_10..30",
            "52l>30"
          ]
        },
        {
          "name": "cir_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "closeHigh",
            "closeMid",
            "closeHigh"
          ]
        },
        {
          "name": "vrlag_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "vr_lag0.8-1.5",
            "vr_lag0.8-1.5",
            "vr_lag0.8-1.5"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/earnings_moo955_expanded",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_moo955_expanded.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 15753,
      "rep_rows": 155,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXPL",
            "EXPL",
            "EXPL"
          ]
        },
        {
          "name": "scan",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap x rsi",
            "gap x prev x sector",
            "gap x rsi x spy"
          ]
        },
        {
          "name": "dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "key",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "('gap-2..0', 'rsi>70')",
            "('gap0..2', 'prv>3', 'Technology')",
            "('gap0..2', 'rsi>70', 'SPY_flat')"
          ]
        },
        {
          "name": "N_tr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "55",
            "31",
            "34"
          ]
        },
        {
          "name": "WR_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63.6,
            83.9,
            64.7
          ]
        },
        {
          "name": "m_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.76,
            1.944,
            1.461
          ]
        },
        {
          "name": "Sh_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.6,
            23.77,
            10.23
          ]
        },
        {
          "name": "N_te",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "44",
            "26",
            "34"
          ]
        },
        {
          "name": "WR_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            72.7,
            80.8,
            76.5
          ]
        },
        {
          "name": "m_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.077,
            1.876,
            1.108
          ]
        },
        {
          "name": "Sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            16.4,
            14.35,
            13.05
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/earnings_moo955_features",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_moo955_features.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8118,
      "rep_rows": 8,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "scan",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap × sector",
            "gap × quarter",
            "bmo_amc × gap × spy_gap"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "key",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "('gap-5..-2', 'Financials')",
            "('gap2..5', 'Q1')",
            "('BMO', 'gap-5..-2', 'SPY_flat')"
          ]
        },
        {
          "name": "N_tr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "34",
            "45",
            "65"
          ]
        },
        {
          "name": "WR_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            50.0,
            62.2,
            56.9
          ]
        },
        {
          "name": "mean_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.102,
            0.228,
            0.312
          ]
        },
        {
          "name": "Sh_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.86,
            2.13,
            2.56
          ]
        },
        {
          "name": "N_te",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "38",
            "72",
            "102"
          ]
        },
        {
          "name": "WR_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            60.5,
            65.3,
            60.8
          ]
        },
        {
          "name": "mean_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.848,
            0.807,
            0.739
          ]
        },
        {
          "name": "Sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.65,
            5.42,
            5.11
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/earnings_moo955_merged",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_moo955_merged.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 430272,
      "rep_rows": 3166,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LW",
            "ROKU",
            "TSM"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-05T00:00:00",
            "2023-01-05T00:00:00",
            "2023-01-12T00:00:00"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "BMO"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Defensive",
            "Communication Services",
            null
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5433.0,
            14397.0,
            1758431.0
          ]
        },
        {
          "name": "price_t",
          "arrow_type": "string",
          "nullable": true,
          "description": "Order/fill price",
          "sample_values": [
            "p50_200",
            "p20_50",
            "p50_200"
          ]
        },
        {
          "name": "gap_pct_p0",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            8.45,
            2.93,
            3.89
          ]
        },
        {
          "name": "SPY_gap_ev",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.531582,
            -0.531582,
            0.290756
          ]
        },
        {
          "name": "SPY_5d_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.722137,
            0.722137,
            4.633876
          ]
        },
        {
          "name": "prev_day_ret_x",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.26361,
            4.413215,
            0.627538
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q1",
            "Q1",
            "Q1"
          ]
        },
        {
          "name": "trade_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-05T00:00:00",
            "2023-01-05T00:00:00",
            "2023-01-12T00:00:00"
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            94.87,
            43.59,
            84.96
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            95.98,
            42.3595,
            84.82
          ]
        },
        {
          "name": "ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.170022,
            -2.822895,
            -0.164783
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            8.447645,
            2.927981,
            3.888481
          ]
        },
        {
          "name": "prev_day_ret_y",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            9.773663,
            0.968123,
            6.382979
          ]
        },
        {
          "name": "pm_range_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.101957,
            6.267771,
            4.921453
          ]
        },
        {
          "name": "pm_drift_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.102273,
            1.54966,
            2.09009
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            104767.0,
            210708.0,
            1383615.0
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.597303,
            -0.597303,
            0.338923
          ]
        },
        {
          "name": "SPY_pm_drift",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.496084,
            -0.496084,
            0.341461
          ]
        },
        {
          "name": "u_sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Consumer Staples",
            "Communications",
            "Technology"
          ]
        },
        {
          "name": "mcap_tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            "small",
            "mid",
            "mega"
          ]
        },
        {
          "name": "rsi14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            74.244841,
            39.514424,
            72.049834
          ]
        },
        {
          "name": "atr14",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Average True Range",
          "sample_values": [
            2.249349,
            3.020318,
            2.419813
          ]
        },
        {
          "name": "vol_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3441.0,
            178006.0,
            21206.0
          ]
        },
        {
          "name": "avg_vol_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4569315.55,
            2423832.5,
            12969350.5
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A",
            "C",
            "A"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "gap_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap5..10",
            "gap2..5",
            "gap2..5"
          ]
        },
        {
          "name": "spy_gap_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SPY_dn",
            "SPY_dn",
            "SPY_flat"
          ]
        },
        {
          "name": "spy5_b",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SPY5d_flat",
            "SPY5d_flat",
            "SPY5d_up"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/earnings_moo955_ticker_clean",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_moo955_ticker_clean.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8905,
      "rep_rows": 37,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SCHW",
            "KO",
            "PSTG"
          ]
        },
        {
          "name": "dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Consumer Staples",
            "Technology"
          ]
        },
        {
          "name": "N_tr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "WR_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            62.5,
            75.0,
            75.0
          ]
        },
        {
          "name": "m_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.424,
            0.295,
            1.157
          ]
        },
        {
          "name": "Sh_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.89,
            9.28,
            9.64
          ]
        },
        {
          "name": "N_te",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "5",
            "5"
          ]
        },
        {
          "name": "WR_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            80.0,
            80.0
          ]
        },
        {
          "name": "m_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.469,
            0.419,
            0.908
          ]
        },
        {
          "name": "Sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            62.36,
            29.19,
            21.33
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/earnings_moo955_ticker_setups",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_moo955_ticker_setups.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9005,
      "rep_rows": 37,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SCHW",
            "KO",
            "PSTG"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financials",
            "Consumer Staples",
            "Technology"
          ]
        },
        {
          "name": "N_tr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "WR_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            62.5,
            75.0,
            75.0
          ]
        },
        {
          "name": "mean_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.424,
            0.295,
            1.157
          ]
        },
        {
          "name": "Sh_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.89,
            9.28,
            9.64
          ]
        },
        {
          "name": "N_te",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "5",
            "5"
          ]
        },
        {
          "name": "WR_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0,
            80.0,
            80.0
          ]
        },
        {
          "name": "mean_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.469,
            0.419,
            0.908
          ]
        },
        {
          "name": "Sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            62.36,
            29.19,
            21.33
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/moo955_entry_variants",
      "description": "",
      "representative_file": "moo955_entry_variants.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6404,
      "rep_rows": 11,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "variant",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "entry_930",
            "M0_open_0930",
            "M1_open_0931"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "6999",
            "3405",
            "2897"
          ]
        },
        {
          "name": "WR_%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            69.196,
            73.333,
            73.214
          ]
        },
        {
          "name": "mean_%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.85,
            1.132,
            1.118
          ]
        },
        {
          "name": "median_%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.681,
            0.959,
            0.93
          ]
        },
        {
          "name": "std_%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.719,
            2.019,
            2.007
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            9.491,
            10.848,
            10.769
          ]
        },
        {
          "name": "total_pnl_%",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            5952.022,
            3853.53,
            3237.854
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/moo955_entry_variants_matched",
      "description": "",
      "representative_file": "moo955_entry_variants_matched.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6311,
      "rep_rows": 11,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "variant",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "M1_0931",
            "VWAP3m",
            "M0_0930"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "1699",
            "1699",
            "1699"
          ]
        },
        {
          "name": "WR_%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            73.043,
            72.749,
            72.925
          ]
        },
        {
          "name": "mean_%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.2,
            1.178,
            1.191
          ]
        },
        {
          "name": "median_%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.991,
            0.983,
            0.994
          ]
        },
        {
          "name": "std_%",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.081,
            2.063,
            2.09
          ]
        },
        {
          "name": "Sharpe_ann",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            10.889,
            10.826,
            10.8
          ]
        },
        {
          "name": "total_pnl_%",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2039.492,
            2002.105,
            2022.808
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/own_research_all_edges",
      "description": "",
      "representative_file": "own_research_all_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 36973,
      "rep_rows": 530,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 530,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO_o0_c0_gap_LONG|<-10",
            "BMO_o0_c0_gap_LONG|-10..-5",
            "BMO_o0_c0_gap_LONG|-5..-2"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "N_tr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "63",
            "214",
            "482"
          ]
        },
        {
          "name": "WR_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            39.68254,
            49.53271,
            48.547718
          ]
        },
        {
          "name": "mean_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.501846,
            -0.074747,
            0.006052
          ]
        },
        {
          "name": "Sh_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.219059,
            -0.012621,
            0.000114
          ]
        },
        {
          "name": "N_te",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "84",
            "251",
            "446"
          ]
        },
        {
          "name": "WR_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            41.666667,
            54.183267,
            53.363229
          ]
        },
        {
          "name": "mean_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.775306,
            0.328156,
            0.167853
          ]
        },
        {
          "name": "Sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.11876,
            0.079242,
            0.04435
          ]
        },
        {
          "name": "ret_col",
          "arrow_type": "string",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            "ret_BMO_o0_c0",
            "ret_BMO_o0_c0",
            "ret_BMO_o0_c0"
          ]
        },
        {
          "name": "group",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO_o0_c0_gap_LONG",
            "BMO_o0_c0_gap_LONG",
            "BMO_o0_c0_gap_LONG"
          ]
        },
        {
          "name": "sign_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/own_research_top_edges",
      "description": "",
      "representative_file": "own_research_top_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7120,
      "rep_rows": 0,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "name",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "direction",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "N_tr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "WR_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "mean_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "Sh_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "N_te",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "WR_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "mean_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "Sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "ret_col",
          "arrow_type": "null",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": []
        },
        {
          "name": "group",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "sign_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": []
        }
      ]
    },
    {
      "table": "revalidation_apr22/research_v2_all_edges",
      "description": "",
      "representative_file": "research_v2_all_edges.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 163319,
      "rep_rows": 2640,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 2640,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BASE_BMO_r_BMO_oo_cc_all_LONG",
            "BASE_BMO_r_BMO_oo_cc_all_SHORT",
            "BMO|r_BMO_oo_cc|gap_b|LONG|<-10"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "N_tr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3161",
            "3161",
            "63"
          ]
        },
        {
          "name": "WR_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            50.901613,
            48.71876,
            39.68254
          ]
        },
        {
          "name": "mean_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.015527,
            0.015527,
            -1.501846
          ]
        },
        {
          "name": "Sh_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.008804,
            -0.008804,
            -0.219059
          ]
        },
        {
          "name": "N_te",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2684",
            "2684",
            "84"
          ]
        },
        {
          "name": "WR_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            51.080477,
            48.621461,
            41.666667
          ]
        },
        {
          "name": "mean_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.090762,
            0.090762,
            -0.775306
          ]
        },
        {
          "name": "Sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.021094,
            -0.021094,
            -0.11876
          ]
        },
        {
          "name": "ret_col",
          "arrow_type": "string",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            "r_BMO_oo_cc",
            "r_BMO_oo_cc",
            "r_BMO_oo_cc"
          ]
        },
        {
          "name": "group_cols",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "gap_b"
          ]
        },
        {
          "name": "sign_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "abs_mean_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.090762,
            0.090762,
            0.775306
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/research_v2_relaxed",
      "description": "",
      "representative_file": "research_v2_relaxed.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12508,
      "rep_rows": 21,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC|r_AMC_p18_cc1|gap_b+quarter_season|LONG|-10_-5|Q2",
            "AMC|r_AMC_p18_oo1|gap_b+quarter_season|LONG|-10_-5|Q2",
            "AMC|r_AMC_p19_cc1|gap_b+quarter_season|LONG|-10_-5|Q2"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "N_tr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "29",
            "29",
            "32"
          ]
        },
        {
          "name": "WR_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            41.37931,
            51.724138,
            53.125
          ]
        },
        {
          "name": "mean_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.786019,
            0.293422,
            0.736314
          ]
        },
        {
          "name": "Sh_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.044799,
            0.185357,
            0.07347
          ]
        },
        {
          "name": "N_te",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "34",
            "34",
            "41"
          ]
        },
        {
          "name": "WR_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            70.588235,
            73.529412,
            63.414634
          ]
        },
        {
          "name": "mean_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.493308,
            0.863325,
            1.14846
          ]
        },
        {
          "name": "Sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.612893,
            0.524702,
            0.469604
          ]
        },
        {
          "name": "ret_col",
          "arrow_type": "string",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            "r_AMC_p18_cc1",
            "r_AMC_p18_oo1",
            "r_AMC_p19_cc1"
          ]
        },
        {
          "name": "group_cols",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "gap_b|quarter_season",
            "gap_b|quarter_season",
            "gap_b|quarter_season"
          ]
        },
        {
          "name": "sign_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "abs_mean_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.493308,
            0.863325,
            1.14846
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1922",
            "2104",
            "2301"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr22/research_v2_strict",
      "description": "",
      "representative_file": "research_v2_strict.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7646,
      "rep_rows": 0,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "name",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "direction",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "N_tr",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "WR_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "mean_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "Sh_tr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "N_te",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "WR_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "mean_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "Sh_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "ret_col",
          "arrow_type": "null",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": []
        },
        {
          "name": "group_cols",
          "arrow_type": "null",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "sign_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "abs_mean_te",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": []
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": []
        }
      ]
    },
    {
      "table": "revalidation_apr25/all_factors_3y_validation",
      "description": "",
      "representative_file": "all_factors_3y_validation.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 11884,
      "rep_rows": 175,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "2562",
            "1608",
            "3598"
          ]
        },
        {
          "name": "WR",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.800156,
            70.335821,
            66.814897
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.356226,
            1.273467,
            1.207075
          ]
        },
        {
          "name": "Sh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.46858,
            6.993904,
            5.775239
          ]
        },
        {
          "name": "usd_yr_5k",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17088.443314,
            16045.688297,
            15209.143124
          ]
        },
        {
          "name": "period",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2024",
            "2025"
          ]
        },
        {
          "name": "factor",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BASELINE_ALL",
            "BASELINE_ALL",
            "BASELINE_ALL"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/baseline_3y_1100",
      "description": "",
      "representative_file": "baseline_3y_1100.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 977684,
      "rep_rows": 9360,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AFRM",
            "APA",
            "BAC"
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.35,
            42.41,
            33.9
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.38,
            42.27,
            34.061
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            2.747253,
            -2.773957,
            1.163832
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.5,
            6.5,
            6.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B+",
            "B+",
            "B+"
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -5.894519,
            -6.55527,
            1.177536
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -5.894519,
            -6.55527,
            1.177536
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20079.0,
            12929.0,
            384024.0
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.596662,
            0.596662,
            0.596662
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.707193,
            -0.707193,
            -0.707193
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            57233.0,
            20290.0,
            133801.0
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            9.22,
            42.6,
            33.73
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            9.1,
            43.62,
            33.51
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "m10r_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "SHORT_S1",
            "LONG_HONEST"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-04",
            "2023-01-04",
            "2023-01-04"
          ]
        },
        {
          "name": "t_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.2,
            42.39,
            34.0514
          ]
        },
        {
          "name": "t_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.38,
            42.27,
            34.061
          ]
        },
        {
          "name": "t_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.485,
            42.38,
            34.195
          ]
        },
        {
          "name": "ret_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.030978,
            0.000236,
            0.004217
          ]
        },
        {
          "name": "ret_1100_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.029978,
            -0.000764,
            0.003217
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/break_up_extended_hods",
      "description": "",
      "representative_file": "break_up_extended_hods.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 105750,
      "rep_rows": 331,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-03-03T00:00:00",
            "2023-03-20T00:00:00",
            "2023-06-02T00:00:00"
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            54.3,
            39.8,
            34.28
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            53.49,
            39.2,
            32.92
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            54.33,
            39.89,
            34.29
          ]
        },
        {
          "name": "open_935",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            54.44,
            40.35,
            34.27
          ]
        },
        {
          "name": "open_940",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            53.73,
            40.0,
            34.48
          ]
        },
        {
          "name": "px_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            54.015,
            40.49,
            35.035
          ]
        },
        {
          "name": "pm_high_minute",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "558",
            "552",
            "519"
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "9",
            "9",
            "8"
          ]
        },
        {
          "name": "break_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.055249,
            0.226131,
            0.029172
          ]
        },
        {
          "name": "break_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.03,
            0.09,
            0.01
          ]
        },
        {
          "name": "pm_hod_distance",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.136152,
            1.660281,
            4.831804
          ]
        },
        {
          "name": "consol_top30",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.923077,
            0.75,
            0.875
          ]
        },
        {
          "name": "vol_ratio_hod",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.714237,
            1.201397,
            3.299164
          ]
        },
        {
          "name": "pm_hod_tests",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "pm_n_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "35",
            "25",
            "82"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.192028,
            1.890166,
            4.862385
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            53.69,
            39.15,
            32.7
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            18578.0,
            18578.0
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "year",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "gross_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.005798,
            0.015041,
            0.021726
          ]
        },
        {
          "name": "net_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.007063,
            0.01368,
            0.020307
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "0",
            "4"
          ]
        },
        {
          "name": "dow_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Friday",
            "Monday",
            "Friday"
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "BREAK_UP",
            "BREAK_UP",
            "BREAK_UP"
          ]
        },
        {
          "name": "quasi_break_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "break_pct_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-0.1%",
            "0.1-0.3%",
            "0-0.1%"
          ]
        },
        {
          "name": "break_cents",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            9.0,
            1.0
          ]
        },
        {
          "name": "break_cents_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1-5c",
            "5-20c",
            "<1c"
          ]
        },
        {
          "name": "hod_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "08:00-09:29",
            "08:00-09:29",
            "08:00-09:29"
          ]
        },
        {
          "name": "hod_dist_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-2%",
            "0-2%",
            "2-5%"
          ]
        },
        {
          "name": "consol_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "tight>50%",
            "tight>50%",
            "tight>50%"
          ]
        },
        {
          "name": "vol_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<1x",
            "1-3x",
            "3-10x"
          ]
        },
        {
          "name": "hod_tests_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2-3",
            "2-3",
            "2-3"
          ]
        },
        {
          "name": "ret_935",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.009071,
            0.002113,
            0.020903
          ]
        },
        {
          "name": "ret_940",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.004036,
            0.01089,
            0.014679
          ]
        },
        {
          "name": "cap_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<2B",
            "<2B",
            "<2B"
          ]
        },
        {
          "name": "ah_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "intraday_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "d5_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            53.69,
            44.71,
            33.79
          ]
        },
        {
          "name": "d20_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            53.69,
            55.52,
            36.99
          ]
        },
        {
          "name": "ah_coverage",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "intraday_coverage",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "break_pm",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "break_ah",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "break_intraday",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "break_5d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "True"
          ]
        },
        {
          "name": "break_20d",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "False",
            "False"
          ]
        },
        {
          "name": "break_all_3",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "break_pm_only",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "mag_pm",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.000552,
            0.002261,
            0.000292
          ]
        },
        {
          "name": "mag_ah",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "mag_intraday",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "mag_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.01192,
            -0.107806,
            0.014797
          ]
        },
        {
          "name": "mag_20d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.01192,
            -0.28152,
            -0.072993
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/break_up_long_deep",
      "description": "",
      "representative_file": "break_up_long_deep.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 776567,
      "rep_rows": 6828,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-09T00:00:00",
            "2023-02-27T00:00:00",
            "2023-03-01T00:00:00"
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            47.83,
            47.2,
            51.39
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            46.9,
            46.41,
            50.27
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            47.59,
            46.85,
            51.29
          ]
        },
        {
          "name": "open_935",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            48.005,
            46.64,
            51.1
          ]
        },
        {
          "name": "open_940",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            48.969,
            46.74,
            50.89
          ]
        },
        {
          "name": "px_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            49.3,
            47.16,
            52.745
          ]
        },
        {
          "name": "pm_high_minute",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "556",
            "541",
            "569"
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "9",
            "9",
            "9"
          ]
        },
        {
          "name": "break_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.501777,
            -0.741525,
            -0.19459
          ]
        },
        {
          "name": "break_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.24,
            -0.35,
            -0.1
          ]
        },
        {
          "name": "pm_hod_distance",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.170837,
            1.614639,
            5.00613
          ]
        },
        {
          "name": "consol_top30",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.785714,
            0.833333,
            0.230769
          ]
        },
        {
          "name": "vol_ratio_hod",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.865589,
            1.043262,
            0.648219
          ]
        },
        {
          "name": "pm_hod_tests",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "1",
            "1"
          ]
        },
        {
          "name": "pm_n_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "47",
            "35",
            "72"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            2.653149,
            0.861141,
            4.801798
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            46.36,
            46.45,
            48.94
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            18578.0,
            18578.0
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "year",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "gross_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.035932,
            0.006617,
            0.028368
          ]
        },
        {
          "name": "net_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.034629,
            0.005309,
            0.027087
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "2"
          ]
        },
        {
          "name": "dow_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Monday",
            "Monday",
            "Wednesday"
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "INSIDE",
            "INSIDE",
            "INSIDE"
          ]
        },
        {
          "name": "quasi_break_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/break_up_long_deep_analyzed",
      "description": "",
      "representative_file": "break_up_long_deep_analyzed.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 74408,
      "rep_rows": 331,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-03-03T00:00:00",
            "2023-03-20T00:00:00",
            "2023-06-02T00:00:00"
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            54.3,
            39.8,
            34.28
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            53.49,
            39.2,
            32.92
          ]
        },
        {
          "name": "open_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            54.33,
            39.89,
            34.29
          ]
        },
        {
          "name": "open_935",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            54.44,
            40.35,
            34.27
          ]
        },
        {
          "name": "open_940",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            53.73,
            40.0,
            34.48
          ]
        },
        {
          "name": "px_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            54.015,
            40.49,
            35.035
          ]
        },
        {
          "name": "pm_high_minute",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "558",
            "552",
            "519"
          ]
        },
        {
          "name": "pm_high_hour",
          "arrow_type": "int64",
          "nullable": true,
          "description": "High price",
          "sample_values": [
            "9",
            "9",
            "8"
          ]
        },
        {
          "name": "break_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.055249,
            0.226131,
            0.029172
          ]
        },
        {
          "name": "break_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.03,
            0.09,
            0.01
          ]
        },
        {
          "name": "pm_hod_distance",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.136152,
            1.660281,
            4.831804
          ]
        },
        {
          "name": "consol_top30",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.923077,
            0.75,
            0.875
          ]
        },
        {
          "name": "vol_ratio_hod",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.714237,
            1.201397,
            3.299164
          ]
        },
        {
          "name": "pm_hod_tests",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "3",
            "3",
            "3"
          ]
        },
        {
          "name": "pm_n_bars",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "35",
            "25",
            "82"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.192028,
            1.890166,
            4.862385
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            53.69,
            39.15,
            32.7
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            18578.0,
            18578.0,
            18578.0
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "year",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "gross_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.005798,
            0.015041,
            0.021726
          ]
        },
        {
          "name": "net_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.007063,
            0.01368,
            0.020307
          ]
        },
        {
          "name": "dow",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "0",
            "4"
          ]
        },
        {
          "name": "dow_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Friday",
            "Monday",
            "Friday"
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "BREAK_UP",
            "BREAK_UP",
            "BREAK_UP"
          ]
        },
        {
          "name": "quasi_break_up",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "break_pct_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-0.1%",
            "0.1-0.3%",
            "0-0.1%"
          ]
        },
        {
          "name": "break_cents",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.0,
            9.0,
            1.0
          ]
        },
        {
          "name": "break_cents_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1-5c",
            "5-20c",
            "<1c"
          ]
        },
        {
          "name": "hod_bucket",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "08:00-09:29",
            "08:00-09:29",
            "08:00-09:29"
          ]
        },
        {
          "name": "hod_dist_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0-2%",
            "0-2%",
            "2-5%"
          ]
        },
        {
          "name": "consol_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "tight>50%",
            "tight>50%",
            "tight>50%"
          ]
        },
        {
          "name": "vol_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<1x",
            "1-3x",
            "3-10x"
          ]
        },
        {
          "name": "hod_tests_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2-3",
            "2-3",
            "2-3"
          ]
        },
        {
          "name": "ret_935",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.009071,
            0.002113,
            0.020903
          ]
        },
        {
          "name": "ret_940",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.004036,
            0.01089,
            0.014679
          ]
        },
        {
          "name": "cap_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<2B",
            "<2B",
            "<2B"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/earnings_clean_unified",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "earnings_clean_unified.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 137016,
      "rep_rows": 14506,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "A",
            "AA",
            "AA"
          ]
        },
        {
          "name": "earn_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-25T00:00:00",
            "2021-01-21T00:00:00",
            "2021-04-16T00:00:00"
          ]
        },
        {
          "name": "ann_time_raw",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "16:10",
            "16:10"
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "AMC",
            "AMC"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "beat_miss",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "cons_eps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rep_eps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "eps_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rev_est",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rev_act",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rev_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "bmo_amc_final",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            "AMC",
            "AMC"
          ]
        },
        {
          "name": "bmo_amc_fv",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            null,
            null
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Healthcare",
            "Basic Materials",
            "Basic Materials"
          ]
        },
        {
          "name": "mcap",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market capitalization (USD)",
          "sample_values": [
            32654.7,
            17417.56,
            17417.56
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/exit_prices_2023_lookup",
      "description": "",
      "representative_file": "exit_prices_2023_lookup.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 61059,
      "rep_rows": 2570,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-09T00:00:00",
            "2023-02-24T00:00:00",
            "2023-02-27T00:00:00"
          ]
        },
        {
          "name": "t_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            47.8496,
            46.205,
            46.77
          ]
        },
        {
          "name": "t_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            49.0632,
            45.7,
            46.925
          ]
        },
        {
          "name": "t_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            49.405,
            46.12,
            47.24
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/exit_prices_3y",
      "description": "",
      "representative_file": "exit_prices_3y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 191844,
      "rep_rows": 9375,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-09T00:00:00",
            "2023-02-24T00:00:00",
            "2023-02-27T00:00:00"
          ]
        },
        {
          "name": "t_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            47.8496,
            46.205,
            46.77
          ]
        },
        {
          "name": "t_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            49.0632,
            45.7,
            46.925
          ]
        },
        {
          "name": "t_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            49.405,
            46.12,
            47.24
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/exit_prices_lookup",
      "description": "",
      "representative_file": "exit_prices_lookup.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 237822,
      "rep_rows": 6217,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 6217,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ABR",
            "ABR",
            "ABR"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-02",
            "2025-09-08",
            "2025-10-10"
          ]
        },
        {
          "name": "t_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.66,
            12.15,
            11.5
          ]
        },
        {
          "name": "t_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.69,
            11.9752,
            11.56
          ]
        },
        {
          "name": "t_1030",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.61,
            11.9558,
            11.6601
          ]
        },
        {
          "name": "t_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.6,
            12.06,
            11.57
          ]
        },
        {
          "name": "t_1200",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.585,
            12.055,
            11.46
          ]
        },
        {
          "name": "t_1555",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.475,
            11.995,
            11.3801
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/exotic_JS_factors_pm",
      "description": "",
      "representative_file": "exotic_JS_factors_pm.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 496086,
      "rep_rows": 6197,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 6197,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-06-14",
            "2024-06-21",
            "2024-07-19"
          ]
        },
        {
          "name": "twist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.59,
            3.396774,
            1.053153
          ]
        },
        {
          "name": "prem",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.042857,
            0.064516,
            -0.594595
          ]
        },
        {
          "name": "tight",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.317288,
            0.34095
          ]
        },
        {
          "name": "tilt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.783446,
            0.75142,
            0.783788
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16818",
            "73567",
            "21730"
          ]
        },
        {
          "name": "ticker_pm30_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            -0.002895,
            0.006556,
            0.003678
          ]
        },
        {
          "name": "spy_pm30_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.000851,
            -0.001247,
            -0.002816
          ]
        },
        {
          "name": "laggard",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.003746,
            0.007803,
            0.006493
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            38.54,
            39.92,
            35.5
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            37.84,
            39.3,
            35.13
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            37.89,
            39.92,
            35.48
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/exotic_JS_master",
      "description": "",
      "representative_file": "exotic_JS_master.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 845567,
      "rep_rows": 6216,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 6216,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOOD",
            "INTC",
            "IP"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29",
            "2024-04-29",
            "2024-04-29"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "LONG_HONEST",
            "LONG_HONEST"
          ]
        },
        {
          "name": "net_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002922,
            -0.017744,
            0.010365
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024",
            "2024",
            "2024"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.950783,
            -0.062735,
            1.507538
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.277406,
            0.277406,
            0.277406
          ]
        },
        {
          "name": "gap_z",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.713728,
            -0.544096,
            -0.244148
          ]
        },
        {
          "name": "twist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.840278,
            0.925714,
            3.833333
          ]
        },
        {
          "name": "prem",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.291667,
            0.0,
            0.297872
          ]
        },
        {
          "name": "tight",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.205073,
            0.112208,
            null
          ]
        },
        {
          "name": "tilt",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.751397,
            0.677791,
            0.60243
          ]
        },
        {
          "name": "laggard",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.00399,
            -0.002816,
            0.000251
          ]
        },
        {
          "name": "rsi14_l1",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            52.758799,
            24.196876,
            31.997592
          ]
        },
        {
          "name": "rsi60_l1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            57.735349,
            40.407975,
            46.289784
          ]
        },
        {
          "name": "rsi260_l1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            55.389458,
            45.282231,
            50.174941
          ]
        },
        {
          "name": "close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.34,
            31.36,
            35.32
          ]
        },
        {
          "name": "beta_decay",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.497324,
            0.707865,
            0.305502
          ]
        },
        {
          "name": "ah_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.0,
            -0.002509,
            0.0
          ]
        },
        {
          "name": "pm60_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.010056,
            -0.002806,
            null
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/exotic_JS_stage1",
      "description": "",
      "representative_file": "exotic_JS_stage1.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 12404,
      "rep_rows": 118,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "factor",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "K_prem",
            "Q_laggard",
            "Q_laggard"
          ]
        },
        {
          "name": "variant",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "prem=H_LONG",
            "lag=H_LONG",
            "lag=HH_LONG"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "96",
            "633",
            "429"
          ]
        },
        {
          "name": "mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.011306,
            0.015613,
            0.021516
          ]
        },
        {
          "name": "sh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.895167,
            7.767554,
            7.048651
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.708333,
            0.696682,
            0.72028
          ]
        },
        {
          "name": "d_sh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.564931,
            5.437318,
            4.718415
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "20",
            "106",
            "109"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/exotic_JS_stage2_top3",
      "description": "",
      "representative_file": "exotic_JS_stage2_top3.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7132,
      "rep_rows": 69,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 69,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "factor",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q_laggard",
            "Q_laggard",
            "Q_laggard"
          ]
        },
        {
          "name": "variant",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "lag>=0.001_LONG",
            "lag>=0.003_LONG",
            "lag>=0.005_LONG"
          ]
        },
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "1446",
            "1062",
            "803"
          ]
        },
        {
          "name": "sh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.835889,
            7.228778,
            7.192506
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.697787,
            0.706215,
            0.704857
          ]
        },
        {
          "name": "mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.015743,
            0.017998,
            0.01903
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/factor_b_pm_hodlod",
      "description": "",
      "representative_file": "factor_b_pm_hodlod.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 183110,
      "rep_rows": 6216,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date_only",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOOD",
            "INTC",
            "IP"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "LONG_HONEST",
            "LONG_HONEST"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.71,
            31.86,
            34.34
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            17.95,
            32.15,
            34.2
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            17.71,
            31.8,
            33.73
          ]
        },
        {
          "name": "pm_regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "INSIDE",
            "INSIDE",
            "BREAK_UP"
          ]
        },
        {
          "name": "net_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002922,
            -0.017744,
            0.010365
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/factor_c_dollar_volume",
      "description": "",
      "representative_file": "factor_c_dollar_volume.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 205184,
      "rep_rows": 6216,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date_only",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOOD",
            "INTC",
            "IP"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "LONG_HONEST",
            "LONG_HONEST"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "pm_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2189443.2112,
            16306403.0401,
            4548742.55
          ]
        },
        {
          "name": "pm_dvol_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.189443,
            16.306403,
            4.548743
          ]
        },
        {
          "name": "dvol_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1-5M",
            "5-25M",
            "1-5M"
          ]
        },
        {
          "name": "net_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002922,
            -0.017744,
            0.010365
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/factor_d_sector_rotation",
      "description": "",
      "representative_file": "factor_d_sector_rotation.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 115532,
      "rep_rows": 6095,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date_only",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOOD",
            "INTC",
            "IP"
          ]
        },
        {
          "name": "m10r_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "LONG_HONEST",
            "LONG_HONEST"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financial",
            "Technology",
            "Consumer Cyclical"
          ]
        },
        {
          "name": "sector_rank",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.0,
            8.0,
            1.0
          ]
        },
        {
          "name": "sector_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.36639,
            -0.019934,
            0.853597
          ]
        },
        {
          "name": "net_ret_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002922,
            -0.017744,
            0.010365
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024",
            "2024",
            "2024"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/factor_e_earnings_overlay",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "factor_e_earnings_overlay.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 43432,
      "rep_rows": 60,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-05-01T00:00:00",
            "2024-05-02T00:00:00",
            "2024-05-08T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "RIOT",
            "APA",
            "SEDG"
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.85,
            30.12,
            57.25
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.9818,
            29.7,
            56.89
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -2.571711,
            -1.245902,
            -2.4868
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            8.0,
            15.5,
            17.5
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B+",
            "A",
            "A"
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -8.754513,
            -2.989822,
            -2.264025
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -8.754513,
            -2.989822,
            -2.264025
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6414.0,
            12929.0,
            2348.0
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.145378,
            0.729548,
            -0.349988
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.251841,
            -1.903367,
            0.161421
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1326363.0,
            10695.0,
            13081.0
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            10.0017,
            30.2,
            57.9
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            10.11,
            30.5,
            58.71
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "m10r_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT_S1",
            "SHORT_S1",
            "SHORT_S1"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024",
            "2024",
            "2024"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-05-01T00:00:00",
            "2024-05-02T00:00:00",
            "2024-05-08T00:00:00"
          ]
        },
        {
          "name": "t_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.85,
            30.12,
            57.25
          ]
        },
        {
          "name": "t_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.965,
            29.612,
            56.92
          ]
        },
        {
          "name": "t_1030",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.995,
            29.69,
            57.59
          ]
        },
        {
          "name": "t_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.855,
            29.685,
            57.64
          ]
        },
        {
          "name": "t_1200",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.68,
            29.0261,
            57.425
          ]
        },
        {
          "name": "t_1555",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.815,
            29.15,
            57.64
          ]
        },
        {
          "name": "entry_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.85,
            30.12,
            57.25
          ]
        },
        {
          "name": "exit_955_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.965,
            29.612,
            56.92
          ]
        },
        {
          "name": "exit_1100_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.855,
            29.685,
            57.64
          ]
        },
        {
          "name": "day_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.35533,
            3.220452,
            0.681223
          ]
        },
        {
          "name": "spy_move_55",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.133631,
            0.394724,
            0.200869
          ]
        },
        {
          "name": "size",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "500",
            "1000",
            "1000"
          ]
        },
        {
          "name": "gross_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -0.253807,
            14.442231,
            -6.812227
          ]
        },
        {
          "name": "net_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -2.249371,
            12.800544,
            -7.912884
          ]
        },
        {
          "name": "gross_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.000508,
            0.014442,
            -0.006812
          ]
        },
        {
          "name": "net_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.004499,
            0.012801,
            -0.007913
          ]
        },
        {
          "name": "variant",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXIT_1100",
            "EXIT_1100",
            "EXIT_1100"
          ]
        },
        {
          "name": "hybrid_regime_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "hybrid_asym_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "winner_trail_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.050736,
            1.465387,
            -0.676613
          ]
        },
        {
          "name": "beat_miss",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "beat",
            "miss",
            "miss"
          ]
        },
        {
          "name": "eps_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            485.714286,
            -13.333333,
            -16.908213
          ]
        },
        {
          "name": "rev_surprise_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -13.944655,
            3.174603,
            4.91736
          ]
        },
        {
          "name": "bmo_amc_final",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "AMC",
            "AMC",
            null
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financial",
            "Energy",
            "Technology"
          ]
        },
        {
          "name": "quarter",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Q1 2024",
            "Q1 2024",
            "Q1 2024"
          ]
        },
        {
          "name": "has_earn",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/factor_f_macro_skip",
      "description": "",
      "representative_file": "factor_f_macro_skip.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 85174,
      "rep_rows": 6217,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date_only",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOOD",
            "INTC",
            "IP"
          ]
        },
        {
          "name": "m10r_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "LONG_HONEST",
            "LONG_HONEST"
          ]
        },
        {
          "name": "macro_event",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            ""
          ]
        },
        {
          "name": "is_macro_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_pre_fomc",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "net_ret_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002922,
            -0.017744,
            0.010365
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024",
            "2024",
            "2024"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/factor_g_beta_hedge",
      "description": "",
      "representative_file": "factor_g_beta_hedge.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 390894,
      "rep_rows": 6216,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOOD",
            "INTC",
            "IP"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "LONG_HONEST",
            "LONG_HONEST"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024",
            "2024",
            "2024"
          ]
        },
        {
          "name": "beta_static",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.575055,
            1.270355,
            0.28023
          ]
        },
        {
          "name": "beta_rolling30",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "stock_gross_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.42349,
            1.679222,
            1.128422
          ]
        },
        {
          "name": "v1_no_hedge_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -33.397092,
            76.104441,
            51.796192
          ]
        },
        {
          "name": "v2_spy_1to1_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -36.994144,
            72.50739,
            52.316062
          ]
        },
        {
          "name": "v3_beta_static_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -39.062647,
            71.534907,
            51.941875
          ]
        },
        {
          "name": "v4_beta_rolling_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -39.062647,
            71.534907,
            51.941875
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/factor_g_qqq_hedge",
      "description": "",
      "representative_file": "factor_g_qqq_hedge.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 263147,
      "rep_rows": 6216,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOOD",
            "INTC",
            "IP"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "LONG_HONEST",
            "LONG_HONEST"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024",
            "2024",
            "2024"
          ]
        },
        {
          "name": "stock_gross_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.42349,
            1.679222,
            1.128422
          ]
        },
        {
          "name": "v1_no_hedge_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -33.397092,
            76.104441,
            51.796192
          ]
        },
        {
          "name": "v2_spy_1to1_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -36.994144,
            72.50739,
            52.316062
          ]
        },
        {
          "name": "v_qqq_1to1_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -44.868025,
            64.633509,
            60.180731
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/factor_h_short_float",
      "description": "",
      "representative_file": "factor_h_short_float.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 109712,
      "rep_rows": 6216,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date_only",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOOD",
            "INTC",
            "IP"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "LONG_HONEST",
            "LONG_HONEST"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "short_float",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.39,
            2.81,
            8.75
          ]
        },
        {
          "name": "sf_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            "<5%",
            "<5%",
            "5-10%"
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            78191.0,
            320390.0,
            19346.0
          ]
        },
        {
          "name": "net_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002922,
            -0.017744,
            0.010365
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/factors_BCH_master",
      "description": "",
      "representative_file": "factors_BCH_master.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1269477,
      "rep_rows": 6215,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOOD",
            "INTC",
            "IP"
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.71,
            31.86,
            34.34
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.6701,
            31.235,
            34.725
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.950783,
            -0.062735,
            1.507538
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            8.5,
            6.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B+",
            "B+",
            "B+"
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.439252,
            -9.199658,
            0.924821
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.439252,
            -9.199658,
            0.924821
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            78191.0,
            320390.0,
            19346.0
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.277406,
            0.277406,
            0.277406
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.670641,
            -0.670641,
            -0.670641
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            130792.0,
            656644.0,
            179283.0
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.8999,
            31.96,
            34.17
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            17.88,
            31.88,
            33.83
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "m10r_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "LONG_HONEST",
            "LONG_HONEST"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024",
            "2024",
            "2024"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "t_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.71,
            31.86,
            34.34
          ]
        },
        {
          "name": "t_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.685,
            31.175,
            34.68
          ]
        },
        {
          "name": "t_1030",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.915,
            31.37,
            34.84
          ]
        },
        {
          "name": "t_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.785,
            31.325,
            34.7275
          ]
        },
        {
          "name": "t_1200",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.805,
            31.41,
            34.85
          ]
        },
        {
          "name": "t_1555",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.39,
            31.345,
            35.37
          ]
        },
        {
          "name": "entry_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.71,
            31.86,
            34.34
          ]
        },
        {
          "name": "exit_955_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.685,
            31.175,
            34.68
          ]
        },
        {
          "name": "exit_1100_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.785,
            31.325,
            34.7275
          ]
        },
        {
          "name": "day_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.806889,
            1.616447,
            2.999418
          ]
        },
        {
          "name": "spy_move_55",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.167621,
            0.167621,
            0.167621
          ]
        },
        {
          "name": "size",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "500",
            "500",
            "500"
          ]
        },
        {
          "name": "gross_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2.117448,
            -8.396108,
            5.642108
          ]
        },
        {
          "name": "net_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            1.461248,
            -8.871902,
            5.182621
          ]
        },
        {
          "name": "gross_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.004235,
            -0.016792,
            0.011284
          ]
        },
        {
          "name": "net_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002922,
            -0.017744,
            0.010365
          ]
        },
        {
          "name": "variant",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXIT_1100",
            "EXIT_1100",
            "EXIT_1100"
          ]
        },
        {
          "name": "hybrid_regime_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "hybrid_asym_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "winner_trail_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "short_float",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.39,
            2.81,
            8.75
          ]
        },
        {
          "name": "pm_dvol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2189443.2112,
            16306403.0401,
            4548742.55
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            17.95,
            32.15,
            34.2
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            17.71,
            31.8,
            33.73
          ]
        },
        {
          "name": "pm_dvol_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.189443,
            16.306403,
            4.548743
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "INSIDE",
            "INSIDE",
            "BREAK_UP"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/filter_sweep_results",
      "description": "",
      "representative_file": "filter_sweep_results.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7106,
      "rep_rows": 46,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "5222",
            "4399",
            "3435"
          ]
        },
        {
          "name": "mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.005469,
            0.006276,
            0.007098
          ]
        },
        {
          "name": "sh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.596992,
            2.91716,
            3.171462
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.554002,
            0.564901,
            0.575546
          ]
        },
        {
          "name": "dollar_yr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            72741.098817,
            70319.976329,
            62105.15378
          ]
        },
        {
          "name": "factor",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "C_pm_dollar_vol",
            "C_pm_dollar_vol",
            "C_pm_dollar_vol"
          ]
        },
        {
          "name": "threshold",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            ">=0.5M",
            ">=1.0M",
            ">=2.0M"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/imbalance_signal_backtest",
      "description": "",
      "representative_file": "imbalance_signal_backtest.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1775607,
      "rep_rows": 23621,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOOD",
            "INTC",
            "IP"
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.71,
            31.86,
            34.34
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.6701,
            31.235,
            34.725
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.950783,
            -0.062735,
            1.507538
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            8.5,
            6.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B+",
            "B+",
            "B+"
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.439252,
            -9.199658,
            0.924821
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.439252,
            -9.199658,
            0.924821
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            78191.0,
            320390.0,
            19346.0
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.277406,
            0.277406,
            0.277406
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.670641,
            -0.670641,
            -0.670641
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            130792.0,
            656644.0,
            179283.0
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.8999,
            31.96,
            34.17
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            17.88,
            31.88,
            33.83
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "m10r_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "LONG_HONEST",
            "LONG_HONEST"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024",
            "2024",
            "2024"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29",
            "2024-04-29",
            "2024-04-29"
          ]
        },
        {
          "name": "date_str",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29",
            "2024-04-29",
            "2024-04-29"
          ]
        },
        {
          "name": "t_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.71,
            31.86,
            34.34
          ]
        },
        {
          "name": "t_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.685,
            31.175,
            34.68
          ]
        },
        {
          "name": "t_1030",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.915,
            31.37,
            34.84
          ]
        },
        {
          "name": "t_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.785,
            31.325,
            34.7275
          ]
        },
        {
          "name": "t_1200",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.805,
            31.41,
            34.85
          ]
        },
        {
          "name": "t_1555",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.39,
            31.345,
            35.37
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            -115207.0,
            349316.0,
            13167.0
          ]
        },
        {
          "name": "day_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.806889,
            1.616447,
            2.999418
          ]
        },
        {
          "name": "imb_median_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            27169.0,
            88176.0,
            8071.0
          ]
        },
        {
          "name": "dir_pm",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "dir_imb",
          "arrow_type": "string",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "SHORT",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "signs_agree",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "True"
          ]
        },
        {
          "name": "size",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "500",
            "500",
            "500"
          ]
        },
        {
          "name": "gross_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -0.705816,
            -10.750157,
            4.950495
          ]
        },
        {
          "name": "net_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -1.362016,
            -11.225951,
            4.491008
          ]
        },
        {
          "name": "gross_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.001412,
            -0.0215,
            0.009901
          ]
        },
        {
          "name": "net_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.002724,
            -0.022452,
            0.008982
          ]
        },
        {
          "name": "variant",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "V1_PM_CLOSE",
            "V1_PM_CLOSE",
            "V1_PM_CLOSE"
          ]
        },
        {
          "name": "dir_v4",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_strong",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/joint_backtest_final",
      "description": "",
      "representative_file": "joint_backtest_final.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1152453,
      "rep_rows": 3710,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "BAC",
            "BK",
            "C"
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            33.9,
            47.58,
            46.54
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.061,
            47.49,
            46.635
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.163832,
            2.764579,
            1.660114
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.0,
            6.5,
            6.5
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B+",
            "B+",
            "B+"
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.177536,
            1.713533,
            1.216007
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.177536,
            1.713533,
            1.216007
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            384024.0,
            92622.0,
            226257.0
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.596662,
            0.596662,
            0.596662
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.707193,
            -0.707193,
            -0.707193
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            133801.0,
            263908.0,
            29757.0
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            33.73,
            47.41,
            46.2
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            33.51,
            46.3,
            45.78
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "m10r_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "LONG_HONEST",
            "LONG_HONEST"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00"
          ]
        },
        {
          "name": "t_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.0514,
            47.59,
            46.65
          ]
        },
        {
          "name": "t_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.061,
            47.49,
            46.635
          ]
        },
        {
          "name": "t_1030",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "t_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            34.195,
            47.655,
            46.86
          ]
        },
        {
          "name": "t_1200",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "t_1555",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pm_dvol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pm_dvol_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "INSIDE",
            "BREAK_UP",
            "BREAK_UP"
          ]
        },
        {
          "name": "break_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.058962,
            0.178333,
            0.129088
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            33.92,
            47.4953,
            46.48
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            33.58,
            46.88,
            45.89
          ]
        },
        {
          "name": "pm_hod_distance",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.223515,
            2.581641,
            1.529052
          ]
        },
        {
          "name": "consol_top30",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.043478,
            0.875,
            0.4
          ]
        },
        {
          "name": "vol_ratio_hod",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.891583,
            0.059299,
            0.853172
          ]
        },
        {
          "name": "pm_hod_tests",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            2.0,
            1.0
          ]
        },
        {
          "name": "pm_n_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            88.0,
            25.0,
            32.0
          ]
        },
        {
          "name": "dow",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            2.0,
            2.0
          ]
        },
        {
          "name": "dow_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wednesday",
            "Wednesday",
            "Wednesday"
          ]
        },
        {
          "name": "pm_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4513107.73,
            12511878.28,
            1374773.4
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_rank",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "macro_event",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_macro_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_pre_fomc",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_ppi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "short_float",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sf_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_size_gate",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_median_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dir_imb",
          "arrow_type": "string",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "signs_agree",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "beat_miss",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "eps_surp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "has_earnings_today",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "has_earnings_bmo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "laggard",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rsi14_l1",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rsi60_l1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "beta_decay",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "v1_no_hedge_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "v2_spy_1to1_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "v_qqq_1to1_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "stock_gross_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "break_up_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "S",
            "S"
          ]
        },
        {
          "name": "ret_935",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            0.003377,
            0.007404
          ]
        },
        {
          "name": "ret_940",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            0.004649,
            0.003944
          ]
        },
        {
          "name": "cap_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "<2B",
            "<2B"
          ]
        },
        {
          "name": "gross_ret_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.004217,
            0.001366,
            0.004502
          ]
        },
        {
          "name": "signed_ret_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.004217,
            0.001366,
            0.004502
          ]
        },
        {
          "name": "gross_ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.000282,
            -0.002101,
            -0.000322
          ]
        },
        {
          "name": "signed_ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.000282,
            -0.002101,
            -0.000322
          ]
        },
        {
          "name": "cost_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.001628,
            0.00145,
            0.001459
          ]
        },
        {
          "name": "net_ret_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.001347,
            -0.003551,
            -0.00178
          ]
        },
        {
          "name": "net_ret_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002589,
            -8.4e-05,
            0.003043
          ]
        },
        {
          "name": "qqq_hedge_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "net_ret_1100_qqq",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002589,
            -8.4e-05,
            0.003043
          ]
        },
        {
          "name": "long_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "long_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.5
          ]
        },
        {
          "name": "long_reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "OK",
            "OK",
            "OK"
          ]
        },
        {
          "name": "short_ok",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "short_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.0
          ]
        },
        {
          "name": "short_reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "IS_LONG",
            "IS_LONG",
            "IS_LONG"
          ]
        },
        {
          "name": "traded",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "size_mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.5
          ]
        },
        {
          "name": "mult",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.5,
            1.5
          ]
        },
        {
          "name": "final_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            12.943462,
            -0.628809,
            22.821543
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/joint_factor_matrix",
      "description": "",
      "representative_file": "joint_factor_matrix.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2025412,
      "rep_rows": 9373,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AFRM",
            "APA",
            "BAC"
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.35,
            42.41,
            33.9
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.38,
            42.27,
            34.061
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            2.747253,
            -2.773957,
            1.163832
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.5,
            6.5,
            6.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B+",
            "B+",
            "B+"
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -5.894519,
            -6.55527,
            1.177536
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -5.894519,
            -6.55527,
            1.177536
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20079.0,
            12929.0,
            384024.0
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.596662,
            0.596662,
            0.596662
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.707193,
            -0.707193,
            -0.707193
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            57233.0,
            20290.0,
            133801.0
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            9.22,
            42.6,
            33.73
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            9.1,
            43.62,
            33.51
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "m10r_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "SHORT_S1",
            "LONG_HONEST"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00"
          ]
        },
        {
          "name": "t_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.2,
            42.39,
            34.0514
          ]
        },
        {
          "name": "t_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.38,
            42.27,
            34.061
          ]
        },
        {
          "name": "t_1030",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "t_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.485,
            42.38,
            34.195
          ]
        },
        {
          "name": "t_1200",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "t_1555",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pm_dvol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "pm_dvol_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "INSIDE",
            null,
            "INSIDE"
          ]
        },
        {
          "name": "break_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            null,
            -0.058962
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            9.35,
            null,
            33.92
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            9.15,
            null,
            33.58
          ]
        },
        {
          "name": "pm_hod_distance",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.747253,
            null,
            1.223515
          ]
        },
        {
          "name": "consol_top30",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.214286,
            null,
            0.043478
          ]
        },
        {
          "name": "vol_ratio_hod",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.432924,
            null,
            1.891583
          ]
        },
        {
          "name": "pm_hod_tests",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            null,
            1.0
          ]
        },
        {
          "name": "pm_n_bars",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            53.0,
            null,
            88.0
          ]
        },
        {
          "name": "dow",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            null,
            2.0
          ]
        },
        {
          "name": "dow_name",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Wednesday",
            null,
            "Wednesday"
          ]
        },
        {
          "name": "pm_dollar_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            527688.26,
            864354.0,
            4513107.73
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_rank",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sector_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "macro_event",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_macro_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_pre_fomc",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_fomc_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_ppi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "is_cpi_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "short_float",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "sf_bucket",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_size_gate",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "imb_09_25",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "imb_median_abs",
          "arrow_type": "double",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dir_imb",
          "arrow_type": "string",
          "nullable": true,
          "description": "Auction imbalance",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "signs_agree",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "bmo_amc",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "beat_miss",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "eps_surp",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "has_earnings_today",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "has_earnings_bmo",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "laggard",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rsi14_l1",
          "arrow_type": "double",
          "nullable": true,
          "description": "14-day Relative Strength Index",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "rsi60_l1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "beta_decay",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "v1_no_hedge_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "v2_spy_1to1_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "v_qqq_1to1_net",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "stock_gross_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "break_up_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_935",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "ret_940",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "cap_tier",
          "arrow_type": "dictionary<values=string, indices=int32, ordered=1>",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/joint_factor_matrix_money_mode",
      "description": "",
      "representative_file": "joint_factor_matrix_money_mode.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1472901,
      "rep_rows": 6215,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOOD",
            "INTC",
            "IP"
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.71,
            31.86,
            34.34
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.6701,
            31.235,
            34.725
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.950783,
            -0.062735,
            1.507538
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            8.5,
            6.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B+",
            "B+",
            "B+"
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.439252,
            -9.199658,
            0.924821
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.439252,
            -9.199658,
            0.924821
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            78191.0,
            320390.0,
            19346.0
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.277406,
            0.277406,
            0.277406
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.670641,
            -0.670641,
            -0.670641
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            130792.0,
            656644.0,
            179283.0
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.8999,
            31.96,
            34.17
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            17.88,
            31.88,
            33.83
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "m10r_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "LONG_HONEST",
            "LONG_HONEST"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024",
            "2024",
            "2024"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "t_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.71,
            31.86,
            34.34
          ]
        },
        {
          "name": "t_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.685,
            31.175,
            34.68
          ]
        },
        {
          "name": "t_1030",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.915,
            31.37,
            34.84
          ]
        },
        {
          "name": "t_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.785,
            31.325,
            34.7275
          ]
        },
        {
          "name": "t_1200",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.805,
            31.41,
            34.85
          ]
        },
        {
          "name": "t_1555",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.39,
            31.345,
            35.37
          ]
        },
        {
          "name": "entry_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.71,
            31.86,
            34.34
          ]
        },
        {
          "name": "exit_955_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.685,
            31.175,
            34.68
          ]
        },
        {
          "name": "exit_1100_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.785,
            31.325,
            34.7275
          ]
        },
        {
          "name": "day_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.806889,
            1.616447,
            2.999418
          ]
        },
        {
          "name": "spy_move_55",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.167621,
            0.167621,
            0.167621
          ]
        },
        {
          "name": "size",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "500",
            "500",
            "500"
          ]
        },
        {
          "name": "gross_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            2.117448,
            -8.396108,
            5.642108
          ]
        },
        {
          "name": "net_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            1.461248,
            -8.871902,
            5.182621
          ]
        },
        {
          "name": "gross_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.004235,
            -0.016792,
            0.011284
          ]
        },
        {
          "name": "net_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.002922,
            -0.017744,
            0.010365
          ]
        },
        {
          "name": "variant",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXIT_1100",
            "EXIT_1100",
            "EXIT_1100"
          ]
        },
        {
          "name": "hybrid_regime_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "hybrid_asym_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "winner_trail_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "short_float",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.39,
            2.81,
            8.75
          ]
        },
        {
          "name": "pm_dvol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2189443.2112,
            16306403.0401,
            4548742.55
          ]
        },
        {
          "name": "pm_high",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session high",
          "sample_values": [
            17.95,
            32.15,
            34.2
          ]
        },
        {
          "name": "pm_low",
          "arrow_type": "double",
          "nullable": true,
          "description": "Pre-market session low",
          "sample_values": [
            17.71,
            31.8,
            33.73
          ]
        },
        {
          "name": "pm_dvol_M",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.189443,
            16.306403,
            4.548743
          ]
        },
        {
          "name": "regime",
          "arrow_type": "string",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "INSIDE",
            "INSIDE",
            "BREAK_UP"
          ]
        },
        {
          "name": "sector",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "Financial",
            "Technology",
            "Consumer Cyclical"
          ]
        },
        {
          "name": "sector_rank",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            11.0,
            8.0,
            1.0
          ]
        },
        {
          "name": "sector_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.36639,
            -0.019934,
            0.853597
          ]
        },
        {
          "name": "pm_money_3m_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            37748894.58,
            88082521.03,
            532553.53
          ]
        },
        {
          "name": "pm_money_20d_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            26872129.17,
            42500657.48,
            141174.19
          ]
        },
        {
          "name": "daily_money_3m_avg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2580988919.908,
            5339333491.944,
            290156782.59
          ]
        },
        {
          "name": "auction_money_20d_median",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            14770712.97,
            57785846.4,
            1753419.96
          ]
        },
        {
          "name": "pm_money_today",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2189443.2112,
            16306403.0401,
            4548742.55
          ]
        },
        {
          "name": "pm_money_today_vs_baseline",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.081476,
            0.383674,
            32.22078
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/joint_money_mode_backtest",
      "description": "",
      "representative_file": "joint_money_mode_backtest.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4867,
      "rep_rows": 12,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "N",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "207",
            "1161",
            "4399"
          ]
        },
        {
          "name": "mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.017314,
            0.009233,
            0.006276
          ]
        },
        {
          "name": "sh",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.786952,
            3.697325,
            2.91716
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.657005,
            0.592593,
            0.564901
          ]
        },
        {
          "name": "dollar_yr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9231.457029,
            27301.976676,
            70319.976329
          ]
        },
        {
          "name": "label",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "STRICT",
            "RELAXED_MONEY",
            "MONEY_ONLY"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/m10r_qualified_trades",
      "description": "",
      "representative_file": "m10r_qualified_trades.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 689411,
      "rep_rows": 9373,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00",
            "2023-01-04T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AFRM",
            "APA",
            "BAC"
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.35,
            42.41,
            33.9
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            9.38,
            42.27,
            34.061
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            2.747253,
            -2.773957,
            1.163832
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            6.5,
            6.5,
            6.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B+",
            "B+",
            "B+"
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -5.894519,
            -6.55527,
            1.177536
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -5.894519,
            -6.55527,
            1.177536
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20079.0,
            12929.0,
            384024.0
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.596662,
            0.596662,
            0.596662
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.707193,
            -0.707193,
            -0.707193
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            57233.0,
            20290.0,
            133801.0
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            9.22,
            42.6,
            33.73
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            9.1,
            43.62,
            33.51
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "m10r_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "SHORT_S1",
            "LONG_HONEST"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2023",
            "2023",
            "2023"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-01-04",
            "2023-01-04",
            "2023-01-04"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "180",
            "190",
            "196"
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr25/moo955_exit_time_backtest",
      "description": "",
      "representative_file": "moo955_exit_time_backtest.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 2463799,
      "rep_rows": 31075,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 31080,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00",
            "2024-04-29T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "HOOD",
            "INTC",
            "IP"
          ]
        },
        {
          "name": "entry_930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.71,
            31.86,
            34.34
          ]
        },
        {
          "name": "exit_955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.6701,
            31.235,
            34.725
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.950783,
            -0.062735,
            1.507538
          ]
        },
        {
          "name": "score",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            7.0,
            8.5,
            6.0
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "B+",
            "B+",
            "B+"
          ]
        },
        {
          "name": "prev_day_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.439252,
            -9.199658,
            0.924821
          ]
        },
        {
          "name": "daily_ret_lag1",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.439252,
            -9.199658,
            0.924821
          ]
        },
        {
          "name": "market_cap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            78191.0,
            320390.0,
            19346.0
          ]
        },
        {
          "name": "SPY_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.277406,
            0.277406,
            0.277406
          ]
        },
        {
          "name": "VXX_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.670641,
            -0.670641,
            -0.670641
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            130792.0,
            656644.0,
            179283.0
          ]
        },
        {
          "name": "pm_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            17.8999,
            31.96,
            34.17
          ]
        },
        {
          "name": "prev_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Previous trading day close (typically split-adjusted)",
          "sample_values": [
            17.88,
            31.88,
            33.83
          ]
        },
        {
          "name": "earnings_dist",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "is_earnings_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "m10r_dir",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "setup",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG_HONEST",
            "LONG_HONEST",
            "LONG_HONEST"
          ]
        },
        {
          "name": "year",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2024",
            "2024",
            "2024"
          ]
        },
        {
          "name": "date_only",
          "arrow_type": "date32[day]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29",
            "2024-04-29",
            "2024-04-29"
          ]
        },
        {
          "name": "t_0930",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.71,
            31.86,
            34.34
          ]
        },
        {
          "name": "t_0955",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.685,
            31.175,
            34.68
          ]
        },
        {
          "name": "t_1030",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.915,
            31.37,
            34.84
          ]
        },
        {
          "name": "t_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.785,
            31.325,
            34.7275
          ]
        },
        {
          "name": "t_1200",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.805,
            31.41,
            34.85
          ]
        },
        {
          "name": "t_1555",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.39,
            31.345,
            35.37
          ]
        },
        {
          "name": "entry_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.71,
            31.86,
            34.34
          ]
        },
        {
          "name": "exit_955_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.685,
            31.175,
            34.68
          ]
        },
        {
          "name": "exit_1100_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            17.785,
            31.325,
            34.7275
          ]
        },
        {
          "name": "day_chg",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.806889,
            1.616447,
            2.999418
          ]
        },
        {
          "name": "spy_move_55",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.167621,
            0.167621,
            0.167621
          ]
        },
        {
          "name": "size",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "500",
            "500",
            "500"
          ]
        },
        {
          "name": "gross_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -0.705816,
            -10.750157,
            4.950495
          ]
        },
        {
          "name": "net_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -1.362016,
            -11.225951,
            4.491008
          ]
        },
        {
          "name": "gross_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.001412,
            -0.0215,
            0.009901
          ]
        },
        {
          "name": "net_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.002724,
            -0.022452,
            0.008982
          ]
        },
        {
          "name": "variant",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "EXIT_955",
            "EXIT_955",
            "EXIT_955"
          ]
        },
        {
          "name": "hybrid_regime_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "hybrid_asym_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "winner_trail_px",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "revalidation_apr26/_macro_dates",
      "description": "",
      "representative_file": "_macro_dates.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7105,
      "rep_rows": 446,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date_only",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-29T00:00:00",
            "2024-04-30T00:00:00",
            "2024-05-01T00:00:00"
          ]
        },
        {
          "name": "macro_event",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "",
            "",
            "FOMC"
          ]
        },
        {
          "name": "is_macro_day",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        },
        {
          "name": "is_pre_fomc",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/early_pm/outputs/action_panel",
      "description": "",
      "representative_file": "action_panel.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7321705,
      "rep_rows": 285321,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-23T00:00:00",
            "2026-04-24T00:00:00",
            "2026-04-27T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAOX",
            "AAOX",
            "AAOX"
          ]
        },
        {
          "name": "ret_moo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.646341,
            -0.608563,
            -6.737525
          ]
        },
        {
          "name": "ret_h11",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -2.03252,
            13.823082,
            -16.771753
          ]
        },
        {
          "name": "ret_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            -12.764228,
            26.059552,
            -16.699694
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/early_pm/outputs/audit_aggregate",
      "description": "",
      "representative_file": "audit_aggregate.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7435,
      "rep_rows": 9,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "eight_to_moo",
            "eight_to_moo",
            "eight_to_moo"
          ]
        },
        {
          "name": "tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "STRONG",
            "MEDIUM",
            "WEAK"
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "24640",
            "10346",
            "3743"
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.15345,
            0.055657,
            0.035156
          ]
        },
        {
          "name": "wr_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            52.901786,
            51.536826,
            49.853059
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            1.212386,
            0.845459,
            0.702443
          ]
        },
        {
          "name": "p_signflip",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            0.006
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            0.127068,
            0.034883,
            0.010783
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            0.180355,
            0.076337,
            0.059015
          ]
        },
        {
          "name": "hhi_q",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.17337,
            0.18477,
            0.253344
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/early_pm/outputs/audit_perticker",
      "description": "",
      "representative_file": "audit_perticker.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 142090,
      "rep_rows": 2198,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "SWMR",
            "FPS",
            "NU"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "eight_to_moo",
            "eight_to_1100",
            "eight_to_1100"
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "13",
            "16",
            "37"
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.751942,
            1.754988,
            0.755083
          ]
        },
        {
          "name": "wr_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            76.923077,
            75.0,
            75.675676
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            14.388544,
            9.921318,
            9.640259
          ]
        },
        {
          "name": "p_signflip",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0056,
            0.0276,
            0.0012
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            0.645079,
            0.965243,
            0.299087
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            1.084201,
            2.831373,
            1.257764
          ]
        },
        {
          "name": "hhi_q",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            0.505123,
            0.347589
          ]
        },
        {
          "name": "bh_pass_05",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "bh_pass_10",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "passes_gates",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "True"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/early_pm/outputs/audit_perticker_is",
      "description": "",
      "representative_file": "audit_perticker_is.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 120393,
      "rep_rows": 1911,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "GTLB",
            "ICL",
            "CIFR"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "eight_to_close",
            "eight_to_1100",
            "eight_to_1100"
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "13",
            "10",
            "10"
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.554555,
            0.88176,
            2.261678
          ]
        },
        {
          "name": "wr_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            92.307692,
            90.0,
            70.0
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            19.69945,
            17.971962,
            13.08929
          ]
        },
        {
          "name": "p_signflip",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0002,
            0.0034,
            0.0394
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            1.113905,
            0.482903,
            1.647677
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            2.168916,
            0.998088,
            3.711913
          ]
        },
        {
          "name": "hhi_q",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.436416,
            1.0,
            0.758803
          ]
        },
        {
          "name": "bh_pass_05",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "bh_pass_10",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "passes_gates",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/early_pm/outputs/exclusion_mask",
      "description": "",
      "representative_file": "exclusion_mask.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 52507,
      "rep_rows": 12338,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-05-13T00:00:00",
            "2026-05-14T00:00:00",
            "2026-02-05T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "IREN",
            "IREN",
            "IREN"
          ]
        },
        {
          "name": "has_earnings_event",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "has_news_overnight",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "exclude",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/early_pm/outputs/wf_2y",
      "description": "",
      "representative_file": "wf_2y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1688641,
      "rep_rows": 55419,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "target_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-11-01T00:00:00",
            "2024-11-01T00:00:00",
            "2024-11-01T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DAL",
            "DAL",
            "DAL"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "six_to_moo",
            "six_to_1100",
            "six_to_close"
          ]
        },
        {
          "name": "n_analogs",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "8",
            "8",
            "8"
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.319652,
            -1.247756,
            -2.175841
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            -3.591934,
            -2.899567,
            -3.060935
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            0.158074,
            0.00034,
            -1.31096
          ]
        },
        {
          "name": "decision",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HOLD",
            "HOLD",
            "SHORT"
          ]
        },
        {
          "name": "tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "STRONG"
          ]
        },
        {
          "name": "realized_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.900192,
            2.744275,
            2.062576
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/early_pm/outputs/wf_v2_2y",
      "description": "",
      "representative_file": "wf_v2_2y.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 25315009,
      "rep_rows": 855819,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "target_date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-11-01T00:00:00",
            "2024-11-01T00:00:00",
            "2024-11-01T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "eight_to_moo",
            "eight_to_1100",
            "eight_to_close"
          ]
        },
        {
          "name": "n_analogs",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "9",
            "9",
            "9"
          ]
        },
        {
          "name": "mean_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.235696,
            0.240268,
            0.276136
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            -0.455899,
            -0.570241,
            -1.104049
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            0.789292,
            1.075986,
            1.748775
          ]
        },
        {
          "name": "decision",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HOLD",
            "HOLD",
            "HOLD"
          ]
        },
        {
          "name": "tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "NONE",
            "NONE",
            "NONE"
          ]
        },
        {
          "name": "realized_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.968944,
            1.565217,
            0.795031
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/_pm78_to_moo_prices",
      "description": "",
      "representative_file": "_pm78_to_moo_prices.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 6029261,
      "rep_rows": 200638,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AA",
            "AA",
            "AA"
          ]
        },
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2024-04-17T00:00:00",
            "2024-04-18T00:00:00",
            "2024-04-19T00:00:00"
          ]
        },
        {
          "name": "entry_vwap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            37.173508,
            36.208579,
            35.458442
          ]
        },
        {
          "name": "entry_v",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "42799",
            "22802",
            "616"
          ]
        },
        {
          "name": "entry_n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "28",
            "13",
            "4"
          ]
        },
        {
          "name": "moo_open",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open price",
          "sample_values": [
            37.16,
            35.51,
            35.2
          ]
        },
        {
          "name": "moo_v",
          "arrow_type": "int32",
          "nullable": true,
          "description": "Market-on-open auction reference",
          "sample_values": [
            "139759",
            "238054",
            "70264"
          ]
        },
        {
          "name": "ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.036338,
            -1.929319,
            -0.728858
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/bt_v2_30d",
      "description": "",
      "representative_file": "bt_v2_30d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9632,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-15T00:00:00",
            "2026-04-15T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AEM",
            "GDX"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "long",
            "long"
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1133.790822,
            1128.538325
          ]
        },
        {
          "name": "shares",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "11"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A+",
            "A+"
          ]
        },
        {
          "name": "expected_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.007594,
            1.049079
          ]
        },
        {
          "name": "actual_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.832045,
            -0.823821
          ]
        },
        {
          "name": "spread_cost_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.08,
            0.08
          ]
        },
        {
          "name": "net_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.912045,
            -0.903821
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -10.340684,
            -10.19997
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            0.618263,
            0.631906
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            1.277045,
            1.376146
          ]
        },
        {
          "name": "n_analogs",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/bt_v2_30d_daily",
      "description": "",
      "representative_file": "bt_v2_30d_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20935,
      "rep_rows": 43,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "target",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-02",
            "2026-03-03",
            "2026-03-04"
          ]
        },
        {
          "name": "skipped",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "no_positions",
            "no_positions",
            "no_positions"
          ]
        },
        {
          "name": "target_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-02T00:00:00",
            "2026-03-03T00:00:00",
            "2026-03-04T00:00:00"
          ]
        },
        {
          "name": "lookback_short_days_used",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "252",
            "252",
            "252"
          ]
        },
        {
          "name": "lookback_long_days_used",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1260",
            "1260",
            "1260"
          ]
        },
        {
          "name": "adaptive_extend_short",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "n_short_engine_window",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "171",
            "171",
            "171"
          ]
        },
        {
          "name": "n_long_engine_window",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "862",
            "862",
            "862"
          ]
        },
        {
          "name": "n_short_top",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "n_long_top",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "n_combined",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        },
        {
          "name": "weight_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "weight_long",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "n_positions",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "n_long",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "n_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gross_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "hedge_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "net_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "net_delta_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_hedge_shares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "total_size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_actual_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "caps_applied",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "bp_scale",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "bp_cap_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "n_accepted",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "n_rejected",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/bt_v2_apr",
      "description": "",
      "representative_file": "bt_v2_apr.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9632,
      "rep_rows": 2,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-15T00:00:00",
            "2026-04-15T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AEM",
            "GDX"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "long",
            "long"
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1133.790822,
            1128.538325
          ]
        },
        {
          "name": "shares",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5",
            "11"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A+",
            "A+"
          ]
        },
        {
          "name": "expected_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.007594,
            1.049079
          ]
        },
        {
          "name": "actual_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.832045,
            -0.823821
          ]
        },
        {
          "name": "spread_cost_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.08,
            0.08
          ]
        },
        {
          "name": "net_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.912045,
            -0.903821
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -10.340684,
            -10.19997
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            0.618263,
            0.631906
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            1.277045,
            1.376146
          ]
        },
        {
          "name": "n_analogs",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs",
      "error": "ArrowInvalid: Parquet file size is 0 bytes",
      "file_count": 1
    },
    {
      "table": "tools/dejavu_advisor/outputs/bt_v2_liquid_30d",
      "description": "",
      "representative_file": "bt_v2_liquid_30d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10443,
      "rep_rows": 12,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-03T00:00:00",
            "2026-03-05T00:00:00",
            "2026-03-13T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UL",
            "STLA",
            "AAPL"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "long",
            "long",
            "long"
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1045.764487,
            1013.977012,
            1272.772452
          ]
        },
        {
          "name": "shares",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "14",
            "135",
            "4"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A+",
            "A+",
            "A+"
          ]
        },
        {
          "name": "expected_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.845773,
            1.22373,
            0.477886
          ]
        },
        {
          "name": "actual_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.23337,
            -1.885706,
            -0.430606
          ]
        },
        {
          "name": "spread_cost_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.1,
            0.1,
            0.1
          ]
        },
        {
          "name": "net_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.13337,
            -1.985706,
            -0.530606
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            1.394737,
            -20.134602,
            -6.753408
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            1.421144,
            0.633291,
            0.30333
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            6.300232,
            1.789463,
            0.68739
          ]
        },
        {
          "name": "n_analogs",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/bt_v2_liquid_30d_daily",
      "description": "",
      "representative_file": "bt_v2_liquid_30d_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 21227,
      "rep_rows": 43,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "target",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-02",
            "2026-03-03",
            "2026-03-04"
          ]
        },
        {
          "name": "skipped",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            null,
            "True"
          ]
        },
        {
          "name": "reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "no_positions",
            null,
            "no_positions"
          ]
        },
        {
          "name": "target_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-02T00:00:00",
            "2026-03-03T00:00:00",
            "2026-03-04T00:00:00"
          ]
        },
        {
          "name": "lookback_short_days_used",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "252",
            "252",
            "252"
          ]
        },
        {
          "name": "lookback_long_days_used",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1260",
            "1260",
            "1260"
          ]
        },
        {
          "name": "adaptive_extend_short",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "n_short_engine_window",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "171",
            "171",
            "171"
          ]
        },
        {
          "name": "n_long_engine_window",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "862",
            "862",
            "862"
          ]
        },
        {
          "name": "n_short_top",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "n_long_top",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "n_combined",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        },
        {
          "name": "weight_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "weight_long",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "n_positions",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "n_long",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "n_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            null
          ]
        },
        {
          "name": "gross_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            1.394737,
            null
          ]
        },
        {
          "name": "hedge_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            3.117426,
            null
          ]
        },
        {
          "name": "net_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            4.512163,
            null
          ]
        },
        {
          "name": "net_delta_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1045.764487,
            null
          ]
        },
        {
          "name": "spy_hedge_shares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -2.0,
            null
          ]
        },
        {
          "name": "total_size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1045.764487,
            null
          ]
        },
        {
          "name": "spy_actual_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.230368,
            null
          ]
        },
        {
          "name": "caps_applied",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "False",
            null
          ]
        },
        {
          "name": "bp_scale",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "bp_cap_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            880000.0,
            null
          ]
        },
        {
          "name": "n_accepted",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "n_rejected",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            null
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/bt_v2_pm2moo_30d",
      "description": "",
      "representative_file": "bt_v2_pm2moo_30d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9550,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-03T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UL"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "long"
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1045.764487
          ]
        },
        {
          "name": "shares",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "14"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A+"
          ]
        },
        {
          "name": "expected_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.845773
          ]
        },
        {
          "name": "actual_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.23337
          ]
        },
        {
          "name": "spread_cost_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.1
          ]
        },
        {
          "name": "net_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.13337
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            1.394737
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            1.421144
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            6.300232
          ]
        },
        {
          "name": "n_analogs",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/bt_v2_pm2moo_30d_daily",
      "description": "",
      "representative_file": "bt_v2_pm2moo_30d_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20918,
      "rep_rows": 43,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "target",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-02",
            "2026-03-03",
            "2026-03-04"
          ]
        },
        {
          "name": "skipped",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            null,
            "True"
          ]
        },
        {
          "name": "reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "no_positions",
            null,
            "no_positions"
          ]
        },
        {
          "name": "target_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-02T00:00:00",
            "2026-03-03T00:00:00",
            "2026-03-04T00:00:00"
          ]
        },
        {
          "name": "lookback_short_days_used",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "252",
            "252",
            "252"
          ]
        },
        {
          "name": "lookback_long_days_used",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1260",
            "1260",
            "1260"
          ]
        },
        {
          "name": "adaptive_extend_short",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "n_short_engine_window",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "171",
            "171",
            "171"
          ]
        },
        {
          "name": "n_long_engine_window",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "862",
            "862",
            "862"
          ]
        },
        {
          "name": "n_short_top",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "n_long_top",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "n_combined",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        },
        {
          "name": "weight_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "weight_long",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "n_positions",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "n_long",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "n_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            null
          ]
        },
        {
          "name": "gross_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            1.394737,
            null
          ]
        },
        {
          "name": "hedge_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            3.117426,
            null
          ]
        },
        {
          "name": "net_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            4.512163,
            null
          ]
        },
        {
          "name": "net_delta_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1045.764487,
            null
          ]
        },
        {
          "name": "spy_hedge_shares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -2.0,
            null
          ]
        },
        {
          "name": "total_size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1045.764487,
            null
          ]
        },
        {
          "name": "spy_actual_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.230368,
            null
          ]
        },
        {
          "name": "caps_applied",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "False",
            null
          ]
        },
        {
          "name": "bp_scale",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "bp_cap_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            880000.0,
            null
          ]
        },
        {
          "name": "n_accepted",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "n_rejected",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            null
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/bt_v2_pm2moo_v2_30d",
      "description": "",
      "representative_file": "bt_v2_pm2moo_v2_30d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10443,
      "rep_rows": 12,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-03T00:00:00",
            "2026-03-05T00:00:00",
            "2026-03-13T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UL",
            "STLA",
            "AAPL"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "long",
            "long",
            "long"
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1045.764487,
            1013.977012,
            1272.772452
          ]
        },
        {
          "name": "shares",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "14",
            "135",
            "4"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A+",
            "A+",
            "A+"
          ]
        },
        {
          "name": "expected_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            3.845773,
            1.22373,
            0.477886
          ]
        },
        {
          "name": "actual_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.23337,
            -1.885706,
            -0.430606
          ]
        },
        {
          "name": "spread_cost_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.1,
            0.1,
            0.1
          ]
        },
        {
          "name": "net_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.13337,
            -1.985706,
            -0.530606
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            1.394737,
            -20.134602,
            -6.753408
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            1.421144,
            0.633291,
            0.30333
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            6.300232,
            1.789463,
            0.68739
          ]
        },
        {
          "name": "n_analogs",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/bt_v2_pm2moo_v2_30d_daily",
      "description": "",
      "representative_file": "bt_v2_pm2moo_v2_30d_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 21227,
      "rep_rows": 43,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "target",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-02",
            "2026-03-03",
            "2026-03-04"
          ]
        },
        {
          "name": "skipped",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            null,
            "True"
          ]
        },
        {
          "name": "reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "no_positions",
            null,
            "no_positions"
          ]
        },
        {
          "name": "target_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-02T00:00:00",
            "2026-03-03T00:00:00",
            "2026-03-04T00:00:00"
          ]
        },
        {
          "name": "lookback_short_days_used",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "252",
            "252",
            "252"
          ]
        },
        {
          "name": "lookback_long_days_used",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1260",
            "1260",
            "1260"
          ]
        },
        {
          "name": "adaptive_extend_short",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "n_short_engine_window",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "171",
            "171",
            "171"
          ]
        },
        {
          "name": "n_long_engine_window",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "862",
            "862",
            "862"
          ]
        },
        {
          "name": "n_short_top",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "n_long_top",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "n_combined",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        },
        {
          "name": "weight_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "weight_long",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "n_positions",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "n_long",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "n_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            null
          ]
        },
        {
          "name": "gross_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            1.394737,
            null
          ]
        },
        {
          "name": "hedge_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            3.117426,
            null
          ]
        },
        {
          "name": "net_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            4.512163,
            null
          ]
        },
        {
          "name": "net_delta_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1045.764487,
            null
          ]
        },
        {
          "name": "spy_hedge_shares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            -2.0,
            null
          ]
        },
        {
          "name": "total_size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1045.764487,
            null
          ]
        },
        {
          "name": "spy_actual_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            -0.230368,
            null
          ]
        },
        {
          "name": "caps_applied",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            "False",
            null
          ]
        },
        {
          "name": "bp_scale",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "bp_cap_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            880000.0,
            null
          ]
        },
        {
          "name": "n_accepted",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            1.0,
            null
          ]
        },
        {
          "name": "n_rejected",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.0,
            null
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/bt_v2_pmhist_30d",
      "description": "",
      "representative_file": "bt_v2_pmhist_30d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9726,
      "rep_rows": 3,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-05T00:00:00",
            "2026-04-15T00:00:00",
            "2026-04-15T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "STLA",
            "AMD",
            "UNH"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "long",
            "long",
            "long"
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1008.248665,
            1153.135747,
            1075.492433
          ]
        },
        {
          "name": "shares",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "134",
            "4",
            "3"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A+",
            "A+",
            "A+"
          ]
        },
        {
          "name": "expected_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.22373,
            0.499537,
            0.684722
          ]
        },
        {
          "name": "actual_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.885706,
            0.700724,
            0.58235
          ]
        },
        {
          "name": "spread_cost_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.1,
            0.1,
            0.1
          ]
        },
        {
          "name": "net_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.985706,
            0.600724,
            0.48235
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -20.020854,
            6.927163,
            5.187637
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            0.633291,
            0.318444,
            0.238
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            1.789463,
            0.69817,
            1.116813
          ]
        },
        {
          "name": "n_analogs",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "9"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/bt_v2_pmhist_30d_daily",
      "description": "",
      "representative_file": "bt_v2_pmhist_30d_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 21175,
      "rep_rows": 43,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "target",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-02",
            "2026-03-03",
            "2026-03-04"
          ]
        },
        {
          "name": "skipped",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "no_positions",
            "no_positions",
            "no_positions"
          ]
        },
        {
          "name": "target_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-02T00:00:00",
            "2026-03-03T00:00:00",
            "2026-03-04T00:00:00"
          ]
        },
        {
          "name": "lookback_short_days_used",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "252",
            "252",
            "252"
          ]
        },
        {
          "name": "lookback_long_days_used",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1260",
            "1260",
            "1260"
          ]
        },
        {
          "name": "adaptive_extend_short",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "n_short_engine_window",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "171",
            "171",
            "171"
          ]
        },
        {
          "name": "n_long_engine_window",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "466",
            "467",
            "468"
          ]
        },
        {
          "name": "n_short_top",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "n_long_top",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "n_combined",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        },
        {
          "name": "weight_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "weight_long",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "n_positions",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "n_long",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "n_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "gross_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "hedge_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "net_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "net_delta_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_hedge_shares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "total_size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "spy_actual_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "caps_applied",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "bp_scale",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "bp_cap_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "n_accepted",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "n_rejected",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/bt_v2_wide_30d",
      "description": "",
      "representative_file": "bt_v2_wide_30d.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20104,
      "rep_rows": 142,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-02T00:00:00",
            "2026-03-03T00:00:00",
            "2026-03-03T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ZIM",
            "PSLV",
            "SIVR"
          ]
        },
        {
          "name": "side",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trade side (LONG/SHORT/BUY/SELL)",
          "sample_values": [
            "long",
            "long",
            "long"
          ]
        },
        {
          "name": "size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1049.034169,
            1051.416112,
            1048.601295
          ]
        },
        {
          "name": "shares",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "36",
            "35",
            "12"
          ]
        },
        {
          "name": "grade",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "A+",
            "A+",
            "A+"
          ]
        },
        {
          "name": "expected_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            4.399513,
            2.970842,
            2.921866
          ]
        },
        {
          "name": "actual_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.728408,
            -9.213181,
            -9.138655
          ]
        },
        {
          "name": "spread_cost_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.1,
            0.1,
            0.1
          ]
        },
        {
          "name": "net_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.828408,
            -9.313181,
            -9.238655
          ]
        },
        {
          "name": "pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -8.690282,
            -97.920285,
            -96.876661
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            0.776119,
            2.277534,
            2.248049
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            7.947698,
            4.067501,
            3.998871
          ]
        },
        {
          "name": "n_analogs",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/bt_v2_wide_30d_daily",
      "description": "",
      "representative_file": "bt_v2_wide_30d_daily.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 21845,
      "rep_rows": 43,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "target",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "2026-03-02",
            "2026-03-03",
            "2026-03-04"
          ]
        },
        {
          "name": "n_positions",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            3.0,
            null
          ]
        },
        {
          "name": "n_long",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            3.0,
            null
          ]
        },
        {
          "name": "n_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            null
          ]
        },
        {
          "name": "gross_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            -8.690282,
            -290.775067,
            null
          ]
        },
        {
          "name": "hedge_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            14.58,
            56.6,
            null
          ]
        },
        {
          "name": "net_pnl_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            5.889718,
            -234.175067,
            null
          ]
        },
        {
          "name": "net_delta_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1049.034169,
            3152.071662,
            null
          ]
        },
        {
          "name": "spy_hedge_shares",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.0,
            -5.0,
            null
          ]
        },
        {
          "name": "total_size_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1049.034169,
            3152.071662,
            null
          ]
        },
        {
          "name": "spy_actual_ret_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.062698,
            -1.649232,
            null
          ]
        },
        {
          "name": "caps_applied",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            null
          ]
        },
        {
          "name": "bp_scale",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            1.0,
            null
          ]
        },
        {
          "name": "bp_cap_usd",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            880000.0,
            880000.0,
            null
          ]
        },
        {
          "name": "n_accepted",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.0,
            3.0,
            null
          ]
        },
        {
          "name": "n_rejected",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0,
            0.0,
            null
          ]
        },
        {
          "name": "target_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-03-02T00:00:00",
            "2026-03-03T00:00:00",
            "2026-03-04T00:00:00"
          ]
        },
        {
          "name": "lookback_short_days_used",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "252",
            "252",
            "252"
          ]
        },
        {
          "name": "lookback_long_days_used",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "1260",
            "1260",
            "1260"
          ]
        },
        {
          "name": "adaptive_extend_short",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "n_short_engine_window",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "171",
            "171",
            "171"
          ]
        },
        {
          "name": "n_long_engine_window",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "862",
            "862",
            "862"
          ]
        },
        {
          "name": "n_short_top",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "n_long_top",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "30",
            "30",
            "30"
          ]
        },
        {
          "name": "n_combined",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10",
            "10",
            "10"
          ]
        },
        {
          "name": "weight_short",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "weight_long",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.5,
            0.5,
            0.5
          ]
        },
        {
          "name": "skipped",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "True"
          ]
        },
        {
          "name": "reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            "no_positions"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/etf_divergence_elite",
      "description": "",
      "representative_file": "etf_divergence_elite.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 18281,
      "rep_rows": 3,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "pair",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TLT_vs_SPY",
            "XLP_vs_XLY",
            "XLE_vs_XLF"
          ]
        },
        {
          "name": "leader_etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TLT",
            "XLP",
            "XLF"
          ]
        },
        {
          "name": "lagging_etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SPY",
            "XLY",
            "XLE"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "moo_to_close",
            "moo_to_1100",
            "moo_to_1100"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PLTR",
            "AMD",
            "SLB"
          ]
        },
        {
          "name": "n_train_div",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "63",
            "28",
            "44"
          ]
        },
        {
          "name": "n_test_div",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16",
            "14",
            "13"
          ]
        },
        {
          "name": "mean_train_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.334832,
            0.286559,
            0.269964
          ]
        },
        {
          "name": "mean_test_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.495599,
            1.724787,
            0.863751
          ]
        },
        {
          "name": "wr_train_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63.492063,
            50.0,
            63.636364
          ]
        },
        {
          "name": "wr_test_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.0,
            78.571429,
            69.230769
          ]
        },
        {
          "name": "std_train_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.380299,
            2.597726,
            1.370976
          ]
        },
        {
          "name": "std_test_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.989099,
            2.232943,
            1.184648
          ]
        },
        {
          "name": "mean_train_all",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.468122,
            -0.071479,
            -0.07896
          ]
        },
        {
          "name": "mean_test_all",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.364155,
            0.174411,
            0.275416
          ]
        },
        {
          "name": "edge_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.866709,
            0.358037,
            0.348923
          ]
        },
        {
          "name": "edge_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.859754,
            1.550376,
            0.588335
          ]
        },
        {
          "name": "sign_consistent",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "abs_edge_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.866709,
            0.358037,
            0.348923
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "wr_test_for_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.0,
            78.571429,
            69.230769
          ]
        },
        {
          "name": "p_signflip",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0122,
            0.0142,
            0.0266
          ]
        },
        {
          "name": "ci95_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.197515,
            0.729953,
            0.026838
          ]
        },
        {
          "name": "ci95_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.493043,
            2.948874,
            1.451608
          ]
        },
        {
          "name": "ci_excludes_zero",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "15",
            "37",
            "22"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/etf_divergence_oos",
      "description": "",
      "representative_file": "etf_divergence_oos.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 74613,
      "rep_rows": 840,
      "schema_metadata": {
        "pandas_index_columns": [
          {
            "kind": "range",
            "name": null,
            "start": 0,
            "stop": 840,
            "step": 1
          }
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "pair",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "XLE_vs_XLF",
            "XLE_vs_XLF",
            "XLE_vs_XLF"
          ]
        },
        {
          "name": "leader_etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "XLE",
            "XLE",
            "XLE"
          ]
        },
        {
          "name": "lagging_etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "XLF",
            "XLF",
            "XLF"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "moo_to_1100",
            "moo_to_close",
            "moo_to_1100"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AEM",
            "AEM",
            "AMD"
          ]
        },
        {
          "name": "n_train_div",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "43",
            "43",
            "43"
          ]
        },
        {
          "name": "n_test_div",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "37",
            "37",
            "37"
          ]
        },
        {
          "name": "mean_train_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.109984,
            0.227416,
            -0.054183
          ]
        },
        {
          "name": "mean_test_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.001683,
            0.275815,
            0.094858
          ]
        },
        {
          "name": "wr_train_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            46.511628,
            51.162791,
            51.162791
          ]
        },
        {
          "name": "wr_test_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            51.351351,
            51.351351,
            54.054054
          ]
        },
        {
          "name": "std_train_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.275242,
            1.399497,
            2.266197
          ]
        },
        {
          "name": "std_test_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.44699,
            2.067908,
            2.65421
          ]
        },
        {
          "name": "mean_train_all",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.030825,
            0.176797,
            -0.071479
          ]
        },
        {
          "name": "mean_test_all",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.046123,
            -0.019143,
            0.174411
          ]
        },
        {
          "name": "edge_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.079159,
            0.050619,
            0.017295
          ]
        },
        {
          "name": "edge_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.04444,
            0.294958,
            -0.079553
          ]
        },
        {
          "name": "sign_consistent",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "True",
            "False"
          ]
        },
        {
          "name": "abs_edge_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.079159,
            0.050619,
            0.017295
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/etf_divergence_perm",
      "description": "",
      "representative_file": "etf_divergence_perm.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 24266,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "pair",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TLT_vs_SPY",
            "XLP_vs_XLY",
            "XLE_vs_XLF"
          ]
        },
        {
          "name": "leader_etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "TLT",
            "XLP",
            "XLF"
          ]
        },
        {
          "name": "lagging_etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SPY",
            "XLY",
            "XLE"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "moo_to_close",
            "moo_to_1100",
            "moo_to_1100"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PLTR",
            "AMD",
            "SLB"
          ]
        },
        {
          "name": "n_train_div",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "63",
            "28",
            "44"
          ]
        },
        {
          "name": "n_test_div",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "16",
            "14",
            "13"
          ]
        },
        {
          "name": "mean_train_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.334832,
            0.286559,
            0.269964
          ]
        },
        {
          "name": "mean_test_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.495599,
            1.724787,
            0.863751
          ]
        },
        {
          "name": "wr_train_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            63.492063,
            50.0,
            63.636364
          ]
        },
        {
          "name": "wr_test_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.0,
            78.571429,
            69.230769
          ]
        },
        {
          "name": "std_train_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.380299,
            2.597726,
            1.370976
          ]
        },
        {
          "name": "std_test_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.989099,
            2.232943,
            1.184648
          ]
        },
        {
          "name": "mean_train_all",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.468122,
            -0.071479,
            -0.07896
          ]
        },
        {
          "name": "mean_test_all",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.364155,
            0.174411,
            0.275416
          ]
        },
        {
          "name": "edge_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.866709,
            0.358037,
            0.348923
          ]
        },
        {
          "name": "edge_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.859754,
            1.550376,
            0.588335
          ]
        },
        {
          "name": "sign_consistent",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "abs_edge_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.866709,
            0.358037,
            0.348923
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "wr_test_for_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.0,
            78.571429,
            69.230769
          ]
        },
        {
          "name": "p_signflip",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.0122,
            0.0142,
            0.0266
          ]
        },
        {
          "name": "ci95_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.197515,
            0.729953,
            0.026838
          ]
        },
        {
          "name": "ci95_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.493043,
            2.948874,
            1.451608
          ]
        },
        {
          "name": "ci_excludes_zero",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "15",
            "37",
            "22"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/etf_divergence_survivors",
      "description": "",
      "representative_file": "etf_divergence_survivors.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 20369,
      "rep_rows": 50,
      "schema_metadata": {
        "pandas_index_columns": [
          "__index_level_0__"
        ],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "pair",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARKK_vs_QQQ",
            "ARKK_vs_QQQ",
            "ARKK_vs_QQQ"
          ]
        },
        {
          "name": "leader_etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ARKK",
            "QQQ",
            "QQQ"
          ]
        },
        {
          "name": "lagging_etf",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "QQQ",
            "ARKK",
            "ARKK"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "moo_to_close",
            "moo_to_1100",
            "moo_to_close"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "COIN",
            "AVGO",
            "PLTR"
          ]
        },
        {
          "name": "n_train_div",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "94",
            "52",
            "52"
          ]
        },
        {
          "name": "n_test_div",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "26",
            "26",
            "26"
          ]
        },
        {
          "name": "mean_train_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.381648,
            0.291039,
            1.447094
          ]
        },
        {
          "name": "mean_test_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.170835,
            0.087637,
            0.18332
          ]
        },
        {
          "name": "wr_train_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            47.87234,
            53.846154,
            67.307692
          ]
        },
        {
          "name": "wr_test_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            53.846154,
            50.0,
            53.846154
          ]
        },
        {
          "name": "std_train_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.511326,
            2.182145,
            4.531209
          ]
        },
        {
          "name": "std_test_div",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.927871,
            1.881786,
            2.83472
          ]
        },
        {
          "name": "mean_train_all",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.067257,
            -0.164117,
            0.468122
          ]
        },
        {
          "name": "mean_test_all",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.366112,
            -0.186835,
            -0.364155
          ]
        },
        {
          "name": "edge_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.448906,
            0.455155,
            0.978972
          ]
        },
        {
          "name": "edge_test",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.536947,
            0.274472,
            0.547475
          ]
        },
        {
          "name": "sign_consistent",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "abs_edge_train",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.448906,
            0.455155,
            0.978972
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "wr_test_for_dir",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            53.846154,
            50.0,
            53.846154
          ]
        },
        {
          "name": "__index_level_0__",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "129",
            "184",
            "227"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/iter2_extended_walkforward",
      "description": "",
      "representative_file": "iter2_extended_walkforward.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 189983,
      "rep_rows": 3540,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-12-13T00:00:00",
            "2023-12-13T00:00:00",
            "2023-12-13T00:00:00"
          ]
        },
        {
          "name": "cluster",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "VLO",
            "PSX",
            "JNJ"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "moo_to_1100",
            "moo_to_1100",
            "moo_to_1100"
          ]
        },
        {
          "name": "decision",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "LONG",
            "SHORT"
          ]
        },
        {
          "name": "tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "WEAK",
            "MEDIUM",
            "WEAK"
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "25",
            "17",
            "17"
          ]
        },
        {
          "name": "mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.675438,
            0.777771,
            -0.258183
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            0.098036,
            0.365062,
            -0.455427
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            1.231763,
            1.218366,
            -0.035421
          ]
        },
        {
          "name": "ret_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.104914,
            0.107991,
            -0.084602
          ]
        },
        {
          "name": "ret_signed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            2.104914,
            0.107991,
            0.084602
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/iter2_extended_walkforward_2026-05-07",
      "description": "",
      "representative_file": "iter2_extended_walkforward_2026-05-07.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 192502,
      "rep_rows": 3592,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2023-12-22T00:00:00",
            "2023-12-22T00:00:00",
            "2023-12-22T00:00:00"
          ]
        },
        {
          "name": "cluster",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "LMT",
            "SQ",
            "XLU"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "moo_to_close",
            "moo_to_1100",
            "moo_to_1100"
          ]
        },
        {
          "name": "decision",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "LONG",
            "LONG"
          ]
        },
        {
          "name": "tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "WEAK",
            "WEAK",
            "WEAK"
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "47",
            "47",
            "47"
          ]
        },
        {
          "name": "mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.245639,
            0.489918,
            0.154726
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            -0.534643,
            0.054122,
            0.010207
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            -0.013596,
            0.952615,
            0.291683
          ]
        },
        {
          "name": "ret_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.395556,
            0.038921,
            0.622605
          ]
        },
        {
          "name": "ret_signed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.395556,
            0.038921,
            0.622605
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/iter2_patterns_today",
      "description": "",
      "representative_file": "iter2_patterns_today.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 636,
      "rep_rows": 0,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": []
    },
    {
      "table": "tools/dejavu_advisor/outputs/iter2_patterns_today_40pct",
      "description": "",
      "representative_file": "iter2_patterns_today_40pct.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 636,
      "rep_rows": 0,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": []
    },
    {
      "table": "tools/dejavu_advisor/outputs/iter2_patterns_today_50pct",
      "description": "",
      "representative_file": "iter2_patterns_today_50pct.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 7986,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "JBLU"
          ]
        },
        {
          "name": "pattern",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "POST_OPEN_RUN_DOWN"
          ]
        },
        {
          "name": "hits",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "5"
          ]
        },
        {
          "name": "total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "10"
          ]
        },
        {
          "name": "hit_rate",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            50.0
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT"
          ]
        },
        {
          "name": "mean_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.534439
          ]
        },
        {
          "name": "mean_first_25m_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -1.389807
          ]
        },
        {
          "name": "mean_ret_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.556891
          ]
        },
        {
          "name": "mean_ret_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            -0.165973
          ]
        },
        {
          "name": "wr_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            80.0
          ]
        },
        {
          "name": "description",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "открылся ровно, но в первые 25 минут пошёл ВНИЗ — post-open SHORT momentum"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/iter2_patterns_today_60pct",
      "description": "",
      "representative_file": "iter2_patterns_today_60pct.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 636,
      "rep_rows": 0,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": []
    },
    {
      "table": "tools/dejavu_advisor/outputs/iter2_regime_avg_shapes",
      "description": "",
      "representative_file": "iter2_regime_avg_shapes.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 18822,
      "rep_rows": 209,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PG",
            "XLP",
            "XRT"
          ]
        },
        {
          "name": "n_days",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "36",
            "36",
            "34"
          ]
        },
        {
          "name": "mean_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.004607,
            -0.070967,
            -0.297354
          ]
        },
        {
          "name": "mean_first_25m_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.506387,
            null,
            null
          ]
        },
        {
          "name": "mean_ret_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.440398,
            0.313709,
            0.269118
          ]
        },
        {
          "name": "mean_ret_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            0.248252,
            0.256112,
            0.80466
          ]
        },
        {
          "name": "stable_direction_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            75.0,
            66.666667,
            64.705882
          ]
        },
        {
          "name": "stable_direction",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "True",
            "True",
            "True"
          ]
        },
        {
          "name": "avg_pattern",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "POST_OPEN_RUN_UP",
            "FLAT_DAY",
            "FLAT_DAY"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG",
            "HOLD",
            "HOLD"
          ]
        },
        {
          "name": "description",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "открылся ровно (без гэпа), но в первые 25 минут пошёл ВВЕРХ — post-open LONG mom",
            "ровный день, без выраженного движения",
            "ровный день, без выраженного движения"
          ]
        },
        {
          "name": "cluster",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "n_days_in_cluster",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "36",
            "36",
            "36"
          ]
        },
        {
          "name": "is_today_regime",
          "arrow_type": "bool",
          "nullable": true,
          "description": "Market regime label (R0..R4 typically)",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/iter2_regime_patterns",
      "description": "",
      "representative_file": "iter2_regime_patterns.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9816,
      "rep_rows": 1,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "PG"
          ]
        },
        {
          "name": "pattern",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "POST_OPEN_RUN_UP"
          ]
        },
        {
          "name": "hits",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "15"
          ]
        },
        {
          "name": "total",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "36"
          ]
        },
        {
          "name": "hit_rate",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            41.666667
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "LONG"
          ]
        },
        {
          "name": "mean_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            -0.012056
          ]
        },
        {
          "name": "mean_first_25m_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.969156
          ]
        },
        {
          "name": "mean_ret_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.233712
          ]
        },
        {
          "name": "mean_ret_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            1.067843
          ]
        },
        {
          "name": "wr_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            100.0
          ]
        },
        {
          "name": "description",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "открылся ровно (без гэпа), но в первые 25 минут пошёл ВВЕРХ — post-open LONG mom"
          ]
        },
        {
          "name": "cluster",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0"
          ]
        },
        {
          "name": "threshold",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "40"
          ]
        },
        {
          "name": "n_days_in_cluster",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "36"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/iter2_sensitivity",
      "description": "",
      "representative_file": "iter2_sensitivity.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 8365,
      "rep_rows": 72,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "k",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Number of analogs / clusters",
          "sample_values": [
            "4",
            "4",
            "4"
          ]
        },
        {
          "name": "fit_pool",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Walk-forward training pool size in days",
          "sample_values": [
            "90",
            "90",
            "90"
          ]
        },
        {
          "name": "seed",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "7",
            "7",
            "42"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "moo_to_1100",
            "moo_to_close",
            "moo_to_1100"
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "201",
            "228",
            "245"
          ]
        },
        {
          "name": "mean_pnl",
          "arrow_type": "double",
          "nullable": true,
          "description": "Realized profit/loss in USD",
          "sample_values": [
            0.141742,
            0.156751,
            0.11121
          ]
        },
        {
          "name": "sharpe",
          "arrow_type": "double",
          "nullable": true,
          "description": "Sharpe ratio",
          "sample_values": [
            1.449775,
            1.196452,
            1.217575
          ]
        },
        {
          "name": "pvalue",
          "arrow_type": "double",
          "nullable": true,
          "description": "Calculated metric value (semantics depend on file name)",
          "sample_values": [
            0.109,
            0.138,
            0.125
          ]
        },
        {
          "name": "wr",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            53.731343,
            51.754386,
            54.693878
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/pm_features_v2_cache",
      "description": "",
      "representative_file": "pm_features_v2_cache.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 71288,
      "rep_rows": 1402,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2020-10-08T00:00:00",
            "2020-10-09T00:00:00",
            "2020-10-12T00:00:00"
          ]
        },
        {
          "name": "nvda_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "tsla_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "tsm_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "fxy_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "dxy_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "xlk_pm_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "xlf_pm_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "xle_pm_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "xlv_pm_gap",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "move_proxy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.164378,
            0.166592,
            0.084426
          ]
        },
        {
          "name": "vix9d_vix_ratio",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            null,
            null
          ]
        },
        {
          "name": "fxe_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            null,
            null,
            null
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/regimes_walkforward_2026-05-07",
      "description": "Déjà-vu regime classifier output (KMeans cluster assignments).",
      "representative_file": "regimes_walkforward_2026-05-07.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 27089,
      "rep_rows": 401,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-02-23T00:00:00",
            "2026-02-23T00:00:00",
            "2026-02-23T00:00:00"
          ]
        },
        {
          "name": "cluster",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "MPC",
            "AEM",
            "JNJ"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "moo_to_1100",
            "moo_to_1100",
            "moo_to_1100"
          ]
        },
        {
          "name": "decision",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "LONG"
          ]
        },
        {
          "name": "tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "WEAK",
            "WEAK",
            "WEAK"
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "29",
            "29",
            "29"
          ]
        },
        {
          "name": "mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.502878,
            -0.528532,
            0.348355
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            -0.94844,
            -0.974719,
            0.121012
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            -0.069925,
            -0.094508,
            0.577346
          ]
        },
        {
          "name": "ret_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -1.222432,
            2.456597,
            1.032303
          ]
        },
        {
          "name": "ret_signed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            1.222432,
            -2.456597,
            1.032303
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/today_analogs_2026-05-06",
      "description": "",
      "representative_file": "today_analogs_2026-05-06.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 1960,
      "rep_rows": 10,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-06-13T00:00:00",
            "2026-04-27T00:00:00",
            "2026-01-12T00:00:00"
          ]
        },
        {
          "name": "similarity",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.566552,
            0.54678,
            0.536182
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/today_regime_shapes_2026-05-06",
      "description": "",
      "representative_file": "today_regime_shapes_2026-05-06.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 9633,
      "rep_rows": 41,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "XRT",
            "JNJ",
            "KWEB"
          ]
        },
        {
          "name": "n_days",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "261",
            "261",
            "261"
          ]
        },
        {
          "name": "mean_gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            0.037768,
            -0.029465,
            0.061491
          ]
        },
        {
          "name": "mean_first_25m_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            null,
            0.165855,
            -0.049249
          ]
        },
        {
          "name": "mean_ret_1100",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.052428,
            0.096812,
            -0.091308
          ]
        },
        {
          "name": "mean_ret_close",
          "arrow_type": "double",
          "nullable": true,
          "description": "Close price (split-adjusted unless noted)",
          "sample_values": [
            -0.097113,
            0.107802,
            -0.087918
          ]
        },
        {
          "name": "stable_direction_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            57.854406,
            57.088123,
            54.789272
          ]
        },
        {
          "name": "stable_direction",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        },
        {
          "name": "avg_pattern",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "FLAT_DAY",
            "FLAT_DAY",
            "FLAT_DAY"
          ]
        },
        {
          "name": "direction",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HOLD",
            "HOLD",
            "HOLD"
          ]
        },
        {
          "name": "description",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ровный день, без выраженного движения",
            "ровный день, без выраженного движения",
            "ровный день, без выраженного движения"
          ]
        },
        {
          "name": "cluster",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/walkforward_results_2026-05-06",
      "description": "",
      "representative_file": "walkforward_results_2026-05-06.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 86100,
      "rep_rows": 1991,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-07-01T00:00:00",
            "2025-07-01T00:00:00",
            "2025-07-01T00:00:00"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "UAL",
            "HAL",
            "HAL"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "moo_to_1100",
            "moo_to_1100",
            "moo_to_close"
          ]
        },
        {
          "name": "decision",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "SHORT",
            "SHORT",
            "SHORT"
          ]
        },
        {
          "name": "tier",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "WEAK",
            "STRONG",
            "MEDIUM"
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            -1.760872,
            -0.913731,
            -1.898039
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            -0.145296,
            -0.510003,
            -0.374491
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "5",
            "5",
            "5"
          ]
        },
        {
          "name": "ret_raw",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            -0.06306,
            1.699507,
            4.482759
          ]
        },
        {
          "name": "ret_signed",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.06306,
            -1.699507,
            -4.482759
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/earnings_cache",
      "description": "Earnings calendar/results (parsed from marketbeat/finviz/yfinance).",
      "representative_file": "reports_2026-04-13.parquet",
      "file_count": 5,
      "is_sharded": true,
      "total_size_bytes": 18425,
      "rep_rows": 36,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "17.0.0"
        }
      },
      "columns": [
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "ADSE",
            "ADSEW",
            "ASPI"
          ]
        },
        {
          "name": "announcement_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-13",
            "2026-04-13",
            "2026-04-10"
          ]
        },
        {
          "name": "announcement_time",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "BMO",
            "BMO",
            "AMC"
          ]
        },
        {
          "name": "move_date",
          "arrow_type": "string",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2026-04-13",
            "2026-04-13",
            "2026-04-13"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/regimes_k5/regime_assignments",
      "description": "Déjà-vu regime classifier output (KMeans cluster assignments).",
      "representative_file": "regime_assignments.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4292,
      "rep_rows": 281,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-17T00:00:00",
            "2025-03-18T00:00:00",
            "2025-03-19T00:00:00"
          ]
        },
        {
          "name": "cluster",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "2"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/regimes_k5/regime_centroids",
      "description": "Déjà-vu regime classifier output (KMeans cluster assignments).",
      "representative_file": "regime_centroids.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 30337,
      "rep_rows": 5,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "cluster",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "spy_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.767062,
            -2.074075,
            -0.425556
          ]
        },
        {
          "name": "qqq_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.926049,
            -2.291406,
            -0.549778
          ]
        },
        {
          "name": "arkk_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.854159,
            -3.774489,
            -1.318298
          ]
        },
        {
          "name": "uso_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.475718,
            0.080454,
            1.224565
          ]
        },
        {
          "name": "xle_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.139078,
            -1.783687,
            0.357744
          ]
        },
        {
          "name": "ita_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.759052,
            -1.767591,
            -0.366854
          ]
        },
        {
          "name": "gld_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.054901,
            0.220854,
            -0.206136
          ]
        },
        {
          "name": "tlt_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.060824,
            -0.373058,
            -0.121143
          ]
        },
        {
          "name": "uup_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.029415,
            -0.270601,
            0.182243
          ]
        },
        {
          "name": "vxx_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -2.321886,
            9.903457,
            1.277212
          ]
        },
        {
          "name": "spy_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.176329,
            -3.532575,
            -0.096785
          ]
        },
        {
          "name": "qqq_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.791154,
            -3.886167,
            -0.157297
          ]
        },
        {
          "name": "arkk_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.310761,
            -5.944051,
            -0.776649
          ]
        },
        {
          "name": "uso_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.420478,
            1.073593,
            2.587398
          ]
        },
        {
          "name": "xle_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.56599,
            -2.957063,
            1.013407
          ]
        },
        {
          "name": "ita_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.486291,
            -3.023253,
            0.097104
          ]
        },
        {
          "name": "gld_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.512321,
            -0.204547,
            0.060887
          ]
        },
        {
          "name": "tlt_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.011154,
            -0.498098,
            -0.445099
          ]
        },
        {
          "name": "xlf_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.670526,
            -1.961382,
            -0.411507
          ]
        },
        {
          "name": "xlk_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.071302,
            -2.58431,
            -0.61593
          ]
        },
        {
          "name": "xlp_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.189006,
            -0.61132,
            -0.102395
          ]
        },
        {
          "name": "xlu_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.268923,
            -0.982332,
            -0.145561
          ]
        },
        {
          "name": "xlv_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.315996,
            -1.293471,
            -0.270729
          ]
        },
        {
          "name": "xly_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.935558,
            -2.499004,
            -0.612586
          ]
        },
        {
          "name": "xlb_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.599561,
            -1.999939,
            -0.401266
          ]
        },
        {
          "name": "xlre_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.42879,
            -1.50352,
            -0.223595
          ]
        },
        {
          "name": "xlc_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.671161,
            -1.756056,
            -0.394378
          ]
        },
        {
          "name": "kre_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.88987,
            -2.375227,
            -0.428969
          ]
        },
        {
          "name": "smh_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.307839,
            -3.058709,
            -0.721822
          ]
        },
        {
          "name": "kweb_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.621777,
            -2.587068,
            -0.701667
          ]
        },
        {
          "name": "xle_minus_spy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.627984,
            0.290388,
            0.7833
          ]
        },
        {
          "name": "gld_minus_spy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.821962,
            2.294929,
            0.219419
          ]
        },
        {
          "name": "arkk_minus_qqq",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.928111,
            -1.483083,
            -0.76852
          ]
        },
        {
          "name": "tlt_minus_spy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.706237,
            1.701016,
            0.304412
          ]
        },
        {
          "name": "dgs10",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            4.350137,
            4.232857,
            4.247416
          ]
        },
        {
          "name": "dgs2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.855753,
            3.698571,
            3.711798
          ]
        },
        {
          "name": "t10y2y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.494384,
            0.534286,
            0.535618
          ]
        },
        {
          "name": "t10y2y_chg5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.000959,
            0.039048,
            -0.002247
          ]
        },
        {
          "name": "dtwexbgs_chg5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.385715,
            0.033448,
            0.118992
          ]
        },
        {
          "name": "vixcls",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            20.446164,
            29.678095,
            19.01618
          ]
        },
        {
          "name": "hyoas",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            3.219315,
            3.550476,
            3.026292
          ]
        },
        {
          "name": "nfci",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.456438,
            -0.461429,
            -0.501236
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.051899,
            0.208219,
            -0.123193
          ]
        },
        {
          "name": "nq_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.045598,
            0.257007,
            -0.168322
          ]
        },
        {
          "name": "rty_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.086532,
            0.235476,
            -0.185139
          ]
        },
        {
          "name": "vx_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.138572,
            -1.051419,
            0.199928
          ]
        },
        {
          "name": "nq_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.008112,
            0.048338,
            -0.045765
          ]
        },
        {
          "name": "rty_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.036604,
            0.027057,
            -0.062271
          ]
        },
        {
          "name": "vx_slope_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.010685,
            0.006905,
            -0.01309
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/regimes_k5/regime_centroids_z",
      "description": "Déjà-vu regime classifier output (KMeans cluster assignments).",
      "representative_file": "regime_centroids_z.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 30337,
      "rep_rows": 5,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "cluster",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "1",
            "2"
          ]
        },
        {
          "name": "spy_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.568915,
            -1.839913,
            -0.442233
          ]
        },
        {
          "name": "qqq_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.566406,
            -1.716449,
            -0.480725
          ]
        },
        {
          "name": "arkk_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.611712,
            -1.489143,
            -0.572386
          ]
        },
        {
          "name": "uso_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.280197,
            -0.068767,
            0.366169
          ]
        },
        {
          "name": "xle_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.018065,
            -1.210422,
            0.157775
          ]
        },
        {
          "name": "ita_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.407358,
            -1.298787,
            -0.352923
          ]
        },
        {
          "name": "gld_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.139348,
            0.023211,
            -0.228502
          ]
        },
        {
          "name": "tlt_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.105335,
            -0.505065,
            -0.150664
          ]
        },
        {
          "name": "uup_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.038607,
            -0.51964,
            0.383533
          ]
        },
        {
          "name": "vxx_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.478885,
            2.178271,
            0.303372
          ]
        },
        {
          "name": "spy_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.774561,
            -1.768385,
            -0.237964
          ]
        },
        {
          "name": "qqq_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.784294,
            -1.58959,
            -0.263923
          ]
        },
        {
          "name": "arkk_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.790793,
            -1.269302,
            -0.323454
          ]
        },
        {
          "name": "uso_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.126706,
            -0.016844,
            0.237797
          ]
        },
        {
          "name": "xle_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.016069,
            -1.014248,
            0.146916
          ]
        },
        {
          "name": "ita_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.545235,
            -1.238821,
            -0.228413
          ]
        },
        {
          "name": "gld_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.11924,
            -0.321202,
            -0.246422
          ]
        },
        {
          "name": "tlt_5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.028955,
            -0.30303,
            -0.266897
          ]
        },
        {
          "name": "xlf_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.531655,
            -1.683031,
            -0.378849
          ]
        },
        {
          "name": "xlk_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.545592,
            -1.642266,
            -0.464205
          ]
        },
        {
          "name": "xlp_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.188751,
            -0.716473,
            -0.140844
          ]
        },
        {
          "name": "xlu_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.193784,
            -1.058552,
            -0.221058
          ]
        },
        {
          "name": "xlv_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.278418,
            -1.199845,
            -0.260477
          ]
        },
        {
          "name": "xly_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.574647,
            -1.736232,
            -0.466992
          ]
        },
        {
          "name": "xlb_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.405622,
            -1.625357,
            -0.376321
          ]
        },
        {
          "name": "xlre_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.37794,
            -1.512707,
            -0.260379
          ]
        },
        {
          "name": "xlc_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.519901,
            -1.611131,
            -0.415614
          ]
        },
        {
          "name": "kre_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.45909,
            -1.440564,
            -0.308219
          ]
        },
        {
          "name": "smh_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.439036,
            -1.483241,
            -0.454477
          ]
        },
        {
          "name": "kweb_1d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.367307,
            -1.336513,
            -0.33541
          ]
        },
        {
          "name": "xle_minus_spy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.446935,
            0.19166,
            0.534409
          ]
        },
        {
          "name": "gld_minus_spy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.459565,
            1.119028,
            0.067857
          ]
        },
        {
          "name": "arkk_minus_qqq",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.498476,
            -0.931334,
            -0.507606
          ]
        },
        {
          "name": "tlt_minus_spy",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.462454,
            1.404955,
            0.32155
          ]
        },
        {
          "name": "dgs10",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.84109,
            -0.021922,
            0.085208
          ]
        },
        {
          "name": "dgs2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.92271,
            0.049777,
            0.123231
          ]
        },
        {
          "name": "t10y2y",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.585818,
            -0.13494,
            -0.119886
          ]
        },
        {
          "name": "t10y2y_chg5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.041607,
            0.642923,
            -0.099227
          ]
        },
        {
          "name": "dtwexbgs_chg5d",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.337215,
            0.193653,
            0.301995
          ]
        },
        {
          "name": "vixcls",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.180755,
            1.923119,
            -0.08913
          ]
        },
        {
          "name": "hyoas",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.433464,
            1.382615,
            -0.119765
          ]
        },
        {
          "name": "nfci",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.855941,
            0.748207,
            -0.111195
          ]
        },
        {
          "name": "es_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.112445,
            0.501316,
            -0.323121
          ]
        },
        {
          "name": "nq_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.094379,
            0.530651,
            -0.347073
          ]
        },
        {
          "name": "rty_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.137023,
            0.385452,
            -0.316106
          ]
        },
        {
          "name": "vx_pm_ret",
          "arrow_type": "double",
          "nullable": true,
          "description": "Return (percent or fraction — check magnitude)",
          "sample_values": [
            0.104593,
            -0.914976,
            0.157162
          ]
        },
        {
          "name": "nq_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.004408,
            0.43023,
            -0.294321
          ]
        },
        {
          "name": "rty_vs_es",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.13007,
            0.097838,
            -0.203743
          ]
        },
        {
          "name": "vx_slope_925",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.066341,
            1.137134,
            -0.230887
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/regimes_k5/regime_pca_xy",
      "description": "Déjà-vu regime classifier output (KMeans cluster assignments).",
      "representative_file": "regime_pca_xy.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 10500,
      "rep_rows": 281,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "date",
          "arrow_type": "timestamp[ns]",
          "nullable": true,
          "description": "Trading date (calendar date, YYYY-MM-DD or timestamp)",
          "sample_values": [
            "2025-03-17T00:00:00",
            "2025-03-18T00:00:00",
            "2025-03-19T00:00:00"
          ]
        },
        {
          "name": "pc1",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            5.848702,
            3.303938,
            -3.22991
          ]
        },
        {
          "name": "pc2",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            -0.333215,
            -0.533466,
            -0.155537
          ]
        },
        {
          "name": "cluster",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "2"
          ]
        }
      ]
    },
    {
      "table": "tools/dejavu_advisor/outputs/regimes_k5/regime_signals",
      "description": "Déjà-vu regime classifier output (KMeans cluster assignments).",
      "representative_file": "regime_signals.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 16071,
      "rep_rows": 500,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "cluster",
          "arrow_type": "int32",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "DAL",
            "DAL",
            "UAL"
          ]
        },
        {
          "name": "window",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "moo_to_1100",
            "moo_to_close",
            "moo_to_1100"
          ]
        },
        {
          "name": "n",
          "arrow_type": "int64",
          "nullable": true,
          "description": "Sample size",
          "sample_values": [
            "73",
            "73",
            "73"
          ]
        },
        {
          "name": "mean",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            0.094012,
            -0.128169,
            0.13456
          ]
        },
        {
          "name": "ci_lo",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI lower bound",
          "sample_values": [
            -0.316786,
            -0.695131,
            -0.298018
          ]
        },
        {
          "name": "ci_hi",
          "arrow_type": "double",
          "nullable": true,
          "description": "Bootstrap CI upper bound",
          "sample_values": [
            0.469168,
            0.338842,
            0.525897
          ]
        },
        {
          "name": "decision",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "HOLD",
            "HOLD",
            "HOLD"
          ]
        },
        {
          "name": "reason",
          "arrow_type": "string",
          "nullable": true,
          "description": "",
          "sample_values": [
            "ok",
            "ok",
            "ok"
          ]
        }
      ]
    },
    {
      "table": "zapas_bidask_live/2026-04-17",
      "description": "",
      "representative_file": "2026-04-17.parquet",
      "file_count": 1,
      "is_sharded": false,
      "total_size_bytes": 4475773,
      "rep_rows": 691491,
      "schema_metadata": {
        "pandas_index_columns": [],
        "pandas_creator": {
          "library": "pyarrow",
          "version": "23.0.1"
        }
      },
      "columns": [
        {
          "name": "ts",
          "arrow_type": "string",
          "nullable": true,
          "description": "Bar timestamp",
          "sample_values": [
            "2026-04-17T08:49:28.589618",
            "2026-04-17T08:49:28.589618",
            "2026-04-17T08:49:28.589618"
          ]
        },
        {
          "name": "ticker",
          "arrow_type": "string",
          "nullable": true,
          "description": "Stock ticker symbol (uppercase, e.g. AAPL, SPY)",
          "sample_values": [
            "AAPL",
            "NVDA",
            "MSFT"
          ]
        },
        {
          "name": "bid_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.82,
            0.67,
            1.66
          ]
        },
        {
          "name": "ask_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            1.84,
            0.67,
            1.72
          ]
        },
        {
          "name": "spread_bps",
          "arrow_type": "double",
          "nullable": true,
          "description": "",
          "sample_values": [
            2.0,
            0.0,
            6.0
          ]
        },
        {
          "name": "gap_pct",
          "arrow_type": "double",
          "nullable": true,
          "description": "Open vs prev_close percent gap",
          "sample_values": [
            1.83,
            0.67,
            1.69
          ]
        },
        {
          "name": "pm_vol",
          "arrow_type": "int64",
          "nullable": true,
          "description": "",
          "sample_values": [
            "0",
            "0",
            "0"
          ]
        },
        {
          "name": "reliable",
          "arrow_type": "bool",
          "nullable": true,
          "description": "",
          "sample_values": [
            "False",
            "False",
            "False"
          ]
        }
      ]
    }
  ]
}